.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .container {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 976px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
.container.full {
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  width: 100%;
  max-width: 100%;
}
.row-h-1 {
  height: 8.3333333333%;
}
.row-h-2 {
  height: 16.6666666667%;
}
.row-h-3 {
  height: 25%;
}
.row-h-4 {
  height: 33.3333333333%;
}
.row-h-5 {
  height: 41.6666666667%;
}
.row-h-6 {
  height: 50%;
}
.row-h-7 {
  height: 58.3333333333%;
}
.row-h-8 {
  height: 66.6666666667%;
}
.row-h-9 {
  height: 75%;
}
.row-h-10 {
  height: 83.3333333333%;
}
.row-h-11 {
  height: 91.6666666667%;
}
.row-h-12 {
  height: 100%;
}
@media (min-width: 480px) {
  .row-h-sm-1 {
    height: 8.3333333333%;
  }
  .row-h-sm-2 {
    height: 16.6666666667%;
  }
  .row-h-sm-3 {
    height: 25%;
  }
  .row-h-sm-4 {
    height: 33.3333333333%;
  }
  .row-h-sm-5 {
    height: 41.6666666667%;
  }
  .row-h-sm-6 {
    height: 50%;
  }
  .row-h-sm-7 {
    height: 58.3333333333%;
  }
  .row-h-sm-8 {
    height: 66.6666666667%;
  }
  .row-h-sm-9 {
    height: 75%;
  }
  .row-h-sm-10 {
    height: 83.3333333333%;
  }
  .row-h-sm-11 {
    height: 91.6666666667%;
  }
  .row-h-sm-12 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .row-h-md-1 {
    height: 8.3333333333%;
  }
  .row-h-md-2 {
    height: 16.6666666667%;
  }
  .row-h-md-3 {
    height: 25%;
  }
  .row-h-md-4 {
    height: 33.3333333333%;
  }
  .row-h-md-5 {
    height: 41.6666666667%;
  }
  .row-h-md-6 {
    height: 50%;
  }
  .row-h-md-7 {
    height: 58.3333333333%;
  }
  .row-h-md-8 {
    height: 66.6666666667%;
  }
  .row-h-md-9 {
    height: 75%;
  }
  .row-h-md-10 {
    height: 83.3333333333%;
  }
  .row-h-md-11 {
    height: 91.6666666667%;
  }
  .row-h-md-12 {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .row-h-lg-1 {
    height: 8.3333333333%;
  }
  .row-h-lg-2 {
    height: 16.6666666667%;
  }
  .row-h-lg-3 {
    height: 25%;
  }
  .row-h-lg-4 {
    height: 33.3333333333%;
  }
  .row-h-lg-5 {
    height: 41.6666666667%;
  }
  .row-h-lg-6 {
    height: 50%;
  }
  .row-h-lg-7 {
    height: 58.3333333333%;
  }
  .row-h-lg-8 {
    height: 66.6666666667%;
  }
  .row-h-lg-9 {
    height: 75%;
  }
  .row-h-lg-10 {
    height: 83.3333333333%;
  }
  .row-h-lg-11 {
    height: 91.6666666667%;
  }
  .row-h-lg-12 {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .row-h-xl-1 {
    height: 8.3333333333%;
  }
  .row-h-xl-2 {
    height: 16.6666666667%;
  }
  .row-h-xl-3 {
    height: 25%;
  }
  .row-h-xl-4 {
    height: 33.3333333333%;
  }
  .row-h-xl-5 {
    height: 41.6666666667%;
  }
  .row-h-xl-6 {
    height: 50%;
  }
  .row-h-xl-7 {
    height: 58.3333333333%;
  }
  .row-h-xl-8 {
    height: 66.6666666667%;
  }
  .row-h-xl-9 {
    height: 75%;
  }
  .row-h-xl-10 {
    height: 83.3333333333%;
  }
  .row-h-xl-11 {
    height: 91.6666666667%;
  }
  .row-h-xl-12 {
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .row-h-xxl-1 {
    height: 8.3333333333%;
  }
  .row-h-xxl-2 {
    height: 16.6666666667%;
  }
  .row-h-xxl-3 {
    height: 25%;
  }
  .row-h-xxl-4 {
    height: 33.3333333333%;
  }
  .row-h-xxl-5 {
    height: 41.6666666667%;
  }
  .row-h-xxl-6 {
    height: 50%;
  }
  .row-h-xxl-7 {
    height: 58.3333333333%;
  }
  .row-h-xxl-8 {
    height: 66.6666666667%;
  }
  .row-h-xxl-9 {
    height: 75%;
  }
  .row-h-xxl-10 {
    height: 83.3333333333%;
  }
  .row-h-xxl-11 {
    height: 91.6666666667%;
  }
  .row-h-xxl-12 {
    height: 100%;
  }
}

.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.1111111111%;
}

.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%;
}

.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.0909090909%;
}

.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

@media (min-width: 480px) {
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 1024px) {
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 1280px) {
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 1440px) {
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 480px) {
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .grid-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
@media (min-width: 480px) {
  .grid-rows-sm-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-sm-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-sm-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-sm-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-sm-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-sm-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-rows-md-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-md-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-md-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-md-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-md-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-md-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .grid-rows-lg-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-lg-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-lg-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-lg-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-lg-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-lg-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .grid-rows-xl-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-xl-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-xl-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-xl-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-xl-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-xl-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .grid-rows-xxl-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-xxl-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-xxl-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-xxl-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-xxl-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-xxl-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}

.col-span-1 {
  grid-column: span 1/span 1;
}
.col-span-2 {
  grid-column: span 2/span 2;
}
.col-span-3 {
  grid-column: span 3/span 3;
}
.col-span-4 {
  grid-column: span 4/span 4;
}
.col-span-5 {
  grid-column: span 5/span 5;
}
.col-span-6 {
  grid-column: span 6/span 6;
}
.col-span-7 {
  grid-column: span 7/span 7;
}
.col-span-8 {
  grid-column: span 8/span 8;
}
.col-span-9 {
  grid-column: span 9/span 9;
}
.col-span-10 {
  grid-column: span 10/span 10;
}
.col-span-11 {
  grid-column: span 11/span 11;
}
.col-span-12 {
  grid-column: span 12/span 12;
}
@media (min-width: 480px) {
  .col-span-sm-1 {
    grid-column: span 1/span 1;
  }
  .col-span-sm-2 {
    grid-column: span 2/span 2;
  }
  .col-span-sm-3 {
    grid-column: span 3/span 3;
  }
  .col-span-sm-4 {
    grid-column: span 4/span 4;
  }
  .col-span-sm-5 {
    grid-column: span 5/span 5;
  }
  .col-span-sm-6 {
    grid-column: span 6/span 6;
  }
  .col-span-sm-7 {
    grid-column: span 7/span 7;
  }
  .col-span-sm-8 {
    grid-column: span 8/span 8;
  }
  .col-span-sm-9 {
    grid-column: span 9/span 9;
  }
  .col-span-sm-10 {
    grid-column: span 10/span 10;
  }
  .col-span-sm-11 {
    grid-column: span 11/span 11;
  }
  .col-span-sm-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 768px) {
  .col-span-md-1 {
    grid-column: span 1/span 1;
  }
  .col-span-md-2 {
    grid-column: span 2/span 2;
  }
  .col-span-md-3 {
    grid-column: span 3/span 3;
  }
  .col-span-md-4 {
    grid-column: span 4/span 4;
  }
  .col-span-md-5 {
    grid-column: span 5/span 5;
  }
  .col-span-md-6 {
    grid-column: span 6/span 6;
  }
  .col-span-md-7 {
    grid-column: span 7/span 7;
  }
  .col-span-md-8 {
    grid-column: span 8/span 8;
  }
  .col-span-md-9 {
    grid-column: span 9/span 9;
  }
  .col-span-md-10 {
    grid-column: span 10/span 10;
  }
  .col-span-md-11 {
    grid-column: span 11/span 11;
  }
  .col-span-md-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .col-span-lg-1 {
    grid-column: span 1/span 1;
  }
  .col-span-lg-2 {
    grid-column: span 2/span 2;
  }
  .col-span-lg-3 {
    grid-column: span 3/span 3;
  }
  .col-span-lg-4 {
    grid-column: span 4/span 4;
  }
  .col-span-lg-5 {
    grid-column: span 5/span 5;
  }
  .col-span-lg-6 {
    grid-column: span 6/span 6;
  }
  .col-span-lg-7 {
    grid-column: span 7/span 7;
  }
  .col-span-lg-8 {
    grid-column: span 8/span 8;
  }
  .col-span-lg-9 {
    grid-column: span 9/span 9;
  }
  .col-span-lg-10 {
    grid-column: span 10/span 10;
  }
  .col-span-lg-11 {
    grid-column: span 11/span 11;
  }
  .col-span-lg-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1280px) {
  .col-span-xl-1 {
    grid-column: span 1/span 1;
  }
  .col-span-xl-2 {
    grid-column: span 2/span 2;
  }
  .col-span-xl-3 {
    grid-column: span 3/span 3;
  }
  .col-span-xl-4 {
    grid-column: span 4/span 4;
  }
  .col-span-xl-5 {
    grid-column: span 5/span 5;
  }
  .col-span-xl-6 {
    grid-column: span 6/span 6;
  }
  .col-span-xl-7 {
    grid-column: span 7/span 7;
  }
  .col-span-xl-8 {
    grid-column: span 8/span 8;
  }
  .col-span-xl-9 {
    grid-column: span 9/span 9;
  }
  .col-span-xl-10 {
    grid-column: span 10/span 10;
  }
  .col-span-xl-11 {
    grid-column: span 11/span 11;
  }
  .col-span-xl-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1440px) {
  .col-span-xxl-1 {
    grid-column: span 1/span 1;
  }
  .col-span-xxl-2 {
    grid-column: span 2/span 2;
  }
  .col-span-xxl-3 {
    grid-column: span 3/span 3;
  }
  .col-span-xxl-4 {
    grid-column: span 4/span 4;
  }
  .col-span-xxl-5 {
    grid-column: span 5/span 5;
  }
  .col-span-xxl-6 {
    grid-column: span 6/span 6;
  }
  .col-span-xxl-7 {
    grid-column: span 7/span 7;
  }
  .col-span-xxl-8 {
    grid-column: span 8/span 8;
  }
  .col-span-xxl-9 {
    grid-column: span 9/span 9;
  }
  .col-span-xxl-10 {
    grid-column: span 10/span 10;
  }
  .col-span-xxl-11 {
    grid-column: span 11/span 11;
  }
  .col-span-xxl-12 {
    grid-column: span 12/span 12;
  }
}

.row-span-1 {
  grid-row: span 1/span 1;
}
.row-span-2 {
  grid-row: span 2/span 2;
}
.row-span-3 {
  grid-row: span 3/span 3;
}
.row-span-4 {
  grid-row: span 4/span 4;
}
.row-span-5 {
  grid-row: span 5/span 5;
}
.row-span-6 {
  grid-row: span 6/span 6;
}
.row-span-7 {
  grid-row: span 7/span 7;
}
.row-span-8 {
  grid-row: span 8/span 8;
}
.row-span-9 {
  grid-row: span 9/span 9;
}
.row-span-10 {
  grid-row: span 10/span 10;
}
.row-span-11 {
  grid-row: span 11/span 11;
}
.row-span-12 {
  grid-row: span 12/span 12;
}
@media (min-width: 480px) {
  .row-span-sm-1 {
    grid-row: span 1/span 1;
  }
  .row-span-sm-2 {
    grid-row: span 2/span 2;
  }
  .row-span-sm-3 {
    grid-row: span 3/span 3;
  }
  .row-span-sm-4 {
    grid-row: span 4/span 4;
  }
  .row-span-sm-5 {
    grid-row: span 5/span 5;
  }
  .row-span-sm-6 {
    grid-row: span 6/span 6;
  }
  .row-span-sm-7 {
    grid-row: span 7/span 7;
  }
  .row-span-sm-8 {
    grid-row: span 8/span 8;
  }
  .row-span-sm-9 {
    grid-row: span 9/span 9;
  }
  .row-span-sm-10 {
    grid-row: span 10/span 10;
  }
  .row-span-sm-11 {
    grid-row: span 11/span 11;
  }
  .row-span-sm-12 {
    grid-row: span 12/span 12;
  }
}
@media (min-width: 768px) {
  .row-span-md-1 {
    grid-row: span 1/span 1;
  }
  .row-span-md-2 {
    grid-row: span 2/span 2;
  }
  .row-span-md-3 {
    grid-row: span 3/span 3;
  }
  .row-span-md-4 {
    grid-row: span 4/span 4;
  }
  .row-span-md-5 {
    grid-row: span 5/span 5;
  }
  .row-span-md-6 {
    grid-row: span 6/span 6;
  }
  .row-span-md-7 {
    grid-row: span 7/span 7;
  }
  .row-span-md-8 {
    grid-row: span 8/span 8;
  }
  .row-span-md-9 {
    grid-row: span 9/span 9;
  }
  .row-span-md-10 {
    grid-row: span 10/span 10;
  }
  .row-span-md-11 {
    grid-row: span 11/span 11;
  }
  .row-span-md-12 {
    grid-row: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .row-span-lg-1 {
    grid-row: span 1/span 1;
  }
  .row-span-lg-2 {
    grid-row: span 2/span 2;
  }
  .row-span-lg-3 {
    grid-row: span 3/span 3;
  }
  .row-span-lg-4 {
    grid-row: span 4/span 4;
  }
  .row-span-lg-5 {
    grid-row: span 5/span 5;
  }
  .row-span-lg-6 {
    grid-row: span 6/span 6;
  }
  .row-span-lg-7 {
    grid-row: span 7/span 7;
  }
  .row-span-lg-8 {
    grid-row: span 8/span 8;
  }
  .row-span-lg-9 {
    grid-row: span 9/span 9;
  }
  .row-span-lg-10 {
    grid-row: span 10/span 10;
  }
  .row-span-lg-11 {
    grid-row: span 11/span 11;
  }
  .row-span-lg-12 {
    grid-row: span 12/span 12;
  }
}
@media (min-width: 1280px) {
  .row-span-xl-1 {
    grid-row: span 1/span 1;
  }
  .row-span-xl-2 {
    grid-row: span 2/span 2;
  }
  .row-span-xl-3 {
    grid-row: span 3/span 3;
  }
  .row-span-xl-4 {
    grid-row: span 4/span 4;
  }
  .row-span-xl-5 {
    grid-row: span 5/span 5;
  }
  .row-span-xl-6 {
    grid-row: span 6/span 6;
  }
  .row-span-xl-7 {
    grid-row: span 7/span 7;
  }
  .row-span-xl-8 {
    grid-row: span 8/span 8;
  }
  .row-span-xl-9 {
    grid-row: span 9/span 9;
  }
  .row-span-xl-10 {
    grid-row: span 10/span 10;
  }
  .row-span-xl-11 {
    grid-row: span 11/span 11;
  }
  .row-span-xl-12 {
    grid-row: span 12/span 12;
  }
}
@media (min-width: 1440px) {
  .row-span-xxl-1 {
    grid-row: span 1/span 1;
  }
  .row-span-xxl-2 {
    grid-row: span 2/span 2;
  }
  .row-span-xxl-3 {
    grid-row: span 3/span 3;
  }
  .row-span-xxl-4 {
    grid-row: span 4/span 4;
  }
  .row-span-xxl-5 {
    grid-row: span 5/span 5;
  }
  .row-span-xxl-6 {
    grid-row: span 6/span 6;
  }
  .row-span-xxl-7 {
    grid-row: span 7/span 7;
  }
  .row-span-xxl-8 {
    grid-row: span 8/span 8;
  }
  .row-span-xxl-9 {
    grid-row: span 9/span 9;
  }
  .row-span-xxl-10 {
    grid-row: span 10/span 10;
  }
  .row-span-xxl-11 {
    grid-row: span 11/span 11;
  }
  .row-span-xxl-12 {
    grid-row: span 12/span 12;
  }
}

.grid-cols-none {
  grid-template-columns: none;
}

.col-span-full {
  grid-column: 1/-1;
}

.grid-rows-none {
  grid-template-rows: none;
}

.row-span-full {
  grid-row: 1/-1;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

@media (min-width: 480px) {
  .static-sm {
    position: static;
  }
  .relative-sm {
    position: relative;
  }
  .absolute-sm {
    position: absolute;
  }
  .fixed-sm {
    position: fixed;
  }
  .sticky-sm {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 768px) {
  .static-md {
    position: static;
  }
  .relative-md {
    position: relative;
  }
  .absolute-md {
    position: absolute;
  }
  .fixed-md {
    position: fixed;
  }
  .sticky-md {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .static-lg {
    position: static;
  }
  .relative-lg {
    position: relative;
  }
  .absolute-lg {
    position: absolute;
  }
  .fixed-lg {
    position: fixed;
  }
  .sticky-lg {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1280px) {
  .static-xl {
    position: static;
  }
  .relative-xl {
    position: relative;
  }
  .absolute-xl {
    position: absolute;
  }
  .fixed-xl {
    position: fixed;
  }
  .sticky-xl {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1440px) {
  .static-xxl {
    position: static;
  }
  .relative-xxl {
    position: relative;
  }
  .absolute-xxl {
    position: absolute;
  }
  .fixed-xxl {
    position: fixed;
  }
  .sticky-xxl {
    position: -webkit-sticky;
    position: sticky;
  }
}
