.flex {
  display: flex;
}

.flex-row-start-start {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-row-start-end {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-row-start-center {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-row-start-stretch {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.flex-row-end-start {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-row-end-end {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-row-end-center {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.flex-row-end-stretch {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}

.flex-row-center-start {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.flex-row-center-end {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.flex-row-center-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-row-center-stretch {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.flex-row-between-start {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-row-between-end {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-row-between-center {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flex-row-between-stretch {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.flex-row-around-start {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-row-around-end {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}

.flex-row-around-center {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.flex-row-around-stretch {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.flex-column-start-start {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-column-start-end {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-column-start-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-column-start-stretch {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.flex-column-end-start {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-column-end-end {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-column-end-center {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.flex-column-end-stretch {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.flex-column-center-start {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flex-column-center-end {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.flex-column-center-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-column-center-stretch {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.flex-column-between-start {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-column-between-end {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-column-between-center {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flex-column-between-stretch {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.flex-column-around-start {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-column-around-end {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
}

.flex-column-around-center {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.flex-column-around-stretch {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row-start-start {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-sm-row-start-end {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-sm-row-start-center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-sm-row-start-stretch {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-sm-row-end-start {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-sm-row-end-end {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-sm-row-end-center {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-sm-row-end-stretch {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-sm-row-center-start {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-sm-row-center-end {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-sm-row-center-center {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .flex-sm-row-center-stretch {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .flex-sm-row-between-start {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-sm-row-between-end {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-sm-row-between-center {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flex-sm-row-between-stretch {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-sm-row-around-start {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-sm-row-around-end {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-sm-row-around-center {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .flex-sm-row-around-stretch {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .flex-sm-column-start-start {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-sm-column-start-end {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-sm-column-start-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-sm-column-start-stretch {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-sm-column-end-start {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-sm-column-end-end {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-sm-column-end-center {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-sm-column-end-stretch {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-sm-column-center-start {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-sm-column-center-end {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-sm-column-center-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-sm-column-center-stretch {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .flex-sm-column-between-start {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-sm-column-between-end {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-sm-column-between-center {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-sm-column-between-stretch {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-sm-column-around-start {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-sm-column-around-end {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-sm-column-around-center {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .flex-sm-column-around-stretch {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .flex-md-row-start-start {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-md-row-start-end {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-md-row-start-center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-md-row-start-stretch {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-md-row-end-start {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-md-row-end-end {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-md-row-end-center {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-md-row-end-stretch {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-md-row-center-start {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-md-row-center-end {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-md-row-center-center {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .flex-md-row-center-stretch {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .flex-md-row-between-start {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-md-row-between-end {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-md-row-between-center {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flex-md-row-between-stretch {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-md-row-around-start {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-md-row-around-end {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-md-row-around-center {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .flex-md-row-around-stretch {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .flex-md-column-start-start {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-md-column-start-end {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-md-column-start-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-md-column-start-stretch {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-md-column-end-start {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-md-column-end-end {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-md-column-end-center {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-md-column-end-stretch {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-md-column-center-start {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-md-column-center-end {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-md-column-center-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-md-column-center-stretch {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .flex-md-column-between-start {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-md-column-between-end {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-md-column-between-center {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-md-column-between-stretch {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-md-column-around-start {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-md-column-around-end {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-md-column-around-center {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .flex-md-column-around-stretch {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-start-start {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-lg-row-start-end {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-lg-row-start-center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-lg-row-start-stretch {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-lg-row-end-start {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-lg-row-end-end {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-lg-row-end-center {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-lg-row-end-stretch {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-lg-row-center-start {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-lg-row-center-end {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-lg-row-center-center {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .flex-lg-row-center-stretch {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .flex-lg-row-between-start {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-lg-row-between-end {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-lg-row-between-center {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flex-lg-row-between-stretch {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-lg-row-around-start {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-lg-row-around-end {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-lg-row-around-center {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .flex-lg-row-around-stretch {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .flex-lg-column-start-start {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-lg-column-start-end {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-lg-column-start-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-lg-column-start-stretch {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-lg-column-end-start {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-lg-column-end-end {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-lg-column-end-center {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-lg-column-end-stretch {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-lg-column-center-start {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-lg-column-center-end {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-lg-column-center-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-lg-column-center-stretch {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .flex-lg-column-between-start {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-lg-column-between-end {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-lg-column-between-center {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-lg-column-between-stretch {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-lg-column-around-start {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-lg-column-around-end {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-lg-column-around-center {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .flex-lg-column-around-stretch {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-start-start {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-xl-row-start-end {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-xl-row-start-center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-xl-row-start-stretch {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-xl-row-end-start {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-xl-row-end-end {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-xl-row-end-center {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-xl-row-end-stretch {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-xl-row-center-start {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-xl-row-center-end {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-xl-row-center-center {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .flex-xl-row-center-stretch {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .flex-xl-row-between-start {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-xl-row-between-end {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-xl-row-between-center {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flex-xl-row-between-stretch {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-xl-row-around-start {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-xl-row-around-end {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-xl-row-around-center {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .flex-xl-row-around-stretch {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .flex-xl-column-start-start {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-xl-column-start-end {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-xl-column-start-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-xl-column-start-stretch {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-xl-column-end-start {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-xl-column-end-end {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-xl-column-end-center {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-xl-column-end-stretch {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-xl-column-center-start {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-xl-column-center-end {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-xl-column-center-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-xl-column-center-stretch {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .flex-xl-column-between-start {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-xl-column-between-end {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-xl-column-between-center {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-xl-column-between-stretch {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-xl-column-around-start {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-xl-column-around-end {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-xl-column-around-center {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .flex-xl-column-around-stretch {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-start-start {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-xxl-row-start-end {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-xxl-row-start-center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-xxl-row-start-stretch {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-xxl-row-end-start {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-xxl-row-end-end {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-xxl-row-end-center {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-xxl-row-end-stretch {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-xxl-row-center-start {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-xxl-row-center-end {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-xxl-row-center-center {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .flex-xxl-row-center-stretch {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .flex-xxl-row-between-start {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-xxl-row-between-end {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-xxl-row-between-center {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flex-xxl-row-between-stretch {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-xxl-row-around-start {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-xxl-row-around-end {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-xxl-row-around-center {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .flex-xxl-row-around-stretch {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .flex-xxl-column-start-start {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-xxl-column-start-end {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-xxl-column-start-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-xxl-column-start-stretch {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-xxl-column-end-start {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-xxl-column-end-end {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-xxl-column-end-center {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-xxl-column-end-stretch {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .flex-xxl-column-center-start {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-xxl-column-center-end {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-xxl-column-center-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-xxl-column-center-stretch {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .flex-xxl-column-between-start {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-xxl-column-between-end {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-xxl-column-between-center {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-xxl-column-between-stretch {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-xxl-column-around-start {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .flex-xxl-column-around-end {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .flex-xxl-column-around-center {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .flex-xxl-column-around-stretch {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }
}

@media (max-width: 600px) {

  .flex-hide,
  .flex-hide-sm_sm,
  .flex-hide-md_sm,
  .flex-hide-lg_sm {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 959px) {

  .flex-hide-sm,
  .flex-hide-sm_sm,
  .flex-hide-md_sm,
  .flex-hide-lg_sm,
  .flex-hide-sm_gt {
    display: none !important;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {

  .flex-hide-md,
  .flex-hide-md_sm,
  .flex-hide-lg_sm,
  .flex-hide-sm_gt,
  .flex-hide-md_gt {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1919px) {

  .flex-hide-lg,
  .flex-hide-lg_sm,
  .flex-hide-sm_gt,
  .flex-hide-md_gt,
  .flex-hide-lg_gt {
    display: none !important;
  }
}

@media (min-width: 1920px) {

  .flex-hide-xl,
  .flex-hide-sm_gt,
  .flex-hide-md_gt,
  .flex-hide-lg_gt {
    display: none !important;
  }
}
