.next-row .next-col-offset-fixed-l-27 {
  margin-left: 540px;
}

.next-row .next-col-offset-fixed-l-28 {
  margin-left: 560px;
}

.next-row .next-col-offset-fixed-l-29 {
  margin-left: 580px;
}

.next-row .next-col-offset-fixed-l-30 {
  margin-left: 600px;
}

.next-row .next-col-offset-fixed-xl-1 {
  margin-left: 20px;
}

.next-row .next-col-offset-fixed-xl-2 {
  margin-left: 40px;
}

.next-row .next-col-offset-fixed-xl-3 {
  margin-left: 60px;
}

.next-row .next-col-offset-fixed-xl-4 {
  margin-left: 80px;
}

.next-row .next-col-offset-fixed-xl-5 {
  margin-left: 100px;
}

.next-row .next-col-offset-fixed-xl-6 {
  margin-left: 120px;
}

.next-row .next-col-offset-fixed-xl-7 {
  margin-left: 140px;
}

.next-row .next-col-offset-fixed-xl-8 {
  margin-left: 160px;
}

.next-row .next-col-offset-fixed-xl-9 {
  margin-left: 180px;
}

.next-row .next-col-offset-fixed-xl-10 {
  margin-left: 200px;
}

.next-row .next-col-offset-fixed-xl-11 {
  margin-left: 220px;
}

.next-row .next-col-offset-fixed-xl-12 {
  margin-left: 240px;
}

.next-row .next-col-offset-fixed-xl-13 {
  margin-left: 260px;
}

.next-row .next-col-offset-fixed-xl-14 {
  margin-left: 280px;
}

.next-row .next-col-offset-fixed-xl-15 {
  margin-left: 300px;
}

.next-row .next-col-offset-fixed-xl-16 {
  margin-left: 320px;
}

.next-row .next-col-offset-fixed-xl-17 {
  margin-left: 340px;
}

.next-row .next-col-offset-fixed-xl-18 {
  margin-left: 360px;
}

.next-row .next-col-offset-fixed-xl-19 {
  margin-left: 380px;
}

.next-row .next-col-offset-fixed-xl-20 {
  margin-left: 400px;
}

.next-row .next-col-offset-fixed-xl-21 {
  margin-left: 420px;
}

.next-row .next-col-offset-fixed-xl-22 {
  margin-left: 440px;
}

.next-row .next-col-offset-fixed-xl-23 {
  margin-left: 460px;
}

.next-row .next-col-offset-fixed-xl-24 {
  margin-left: 480px;
}

.next-row .next-col-offset-fixed-xl-25 {
  margin-left: 500px;
}

.next-row .next-col-offset-fixed-xl-26 {
  margin-left: 520px;
}

.next-row .next-col-offset-fixed-xl-27 {
  margin-left: 540px;
}

.next-row .next-col-offset-fixed-xl-28 {
  margin-left: 560px;
}

.next-row .next-col-offset-fixed-xl-29 {
  margin-left: 580px;
}

.next-row .next-col-offset-fixed-xl-30 {
  margin-left: 600px;
}

.next-row-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.next-row-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.next-row-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.next-row-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
}

.next-row-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.next-row-align-stretch .next-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.next-col-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.next-col-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.next-col-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (min-width: 344px) and (max-width: 503px) {
  .next-row .next-col-xxs-hidden {
    display: none;
  }
}

@media (min-width: 504px) and (max-width: 751px) {
  .next-row .next-col-xs-hidden {
    display: none;
  }
}

@media (min-width: 752px) and (max-width: 1021px) {
  .next-row .next-col-s-hidden {
    display: none;
  }
}

@media (min-width: 1022px) and (max-width: 1231px) {
  .next-row .next-col-m-hidden {
    display: none;
  }
}