.col-extra-large-1,
.col-extra-large-2,
.col-extra-large-3,
.col-extra-large-4,
.col-extra-large-5,
.col-extra-large-6,
.col-extra-large-7,
.col-extra-large-8,
.col-extra-large-9,
.col-extra-large-10,
.col-extra-large-11,
.col-extra-large-12,
.col-extra-small-1,
.col-extra-small-2,
.col-extra-small-3,
.col-extra-small-4,
.col-extra-small-5,
.col-extra-small-6,
.col-extra-small-7,
.col-extra-small-8,
.col-extra-small-9,
.col-extra-small-10,
.col-extra-small-11,
.col-extra-small-12,
.col-large-1,
.col-large-2,
.col-large-3,
.col-large-4,
.col-large-5,
.col-large-6,
.col-large-7,
.col-large-8,
.col-large-9,
.col-large-10,
.col-large-11,
.col-large-12,
.col-medium-1,
.col-medium-2,
.col-medium-3,
.col-medium-4,
.col-medium-5,
.col-medium-6,
.col-medium-7,
.col-medium-8,
.col-medium-9,
.col-medium-10,
.col-medium-11,
.col-medium-12,
.col-small-1,
.col-small-2,
.col-small-3,
.col-small-4,
.col-small-5,
.col-small-6,
.col-small-7,
.col-small-8,
.col-small-9,
.col-small-10,
.col-small-11,
.col-small-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 575px) {
  .col-extra-small-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-extra-small-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-extra-small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-extra-small-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-extra-small-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-extra-small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-extra-small-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-extra-small-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-extra-small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-extra-small-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-extra-small-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-extra-small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-extra-small-1 {
    margin-left: 8.333333%;
  }
  .offset-extra-small-2 {
    margin-left: 16.666667%;
  }
  .offset-extra-small-3 {
    margin-left: 25%;
  }
  .offset-extra-small-4 {
    margin-left: 33.333333%;
  }
  .offset-extra-small-5 {
    margin-left: 41.666667%;
  }
  .offset-extra-small-6 {
    margin-left: 50%;
  }
  .offset-extra-small-7 {
    margin-left: 58.333333%;
  }
  .offset-extra-small-8 {
    margin-left: 66.666667%;
  }
  .offset-extra-small-9 {
    margin-left: 75%;
  }
  .offset-extra-small-10 {
    margin-left: 83.333333%;
  }
  .offset-extra-small-11 {
    margin-left: 91.666667%;
  }
  .justify-content-extra-small-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-extra-small-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-extra-small-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-extra-small-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-extra-small-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-extra-small-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-extra-small-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-extra-small-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-extra-small-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-extra-small-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}
@media screen and (min-width: 576px) {
  .col-small {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-small-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-small-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-small-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-small-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-small-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-small-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-small-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-small-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-small-0 {
    margin-left: 0;
  }
  .offset-small-1 {
    margin-left: 8.333333%;
  }
  .offset-small-2 {
    margin-left: 16.666667%;
  }
  .offset-small-3 {
    margin-left: 25%;
  }
  .offset-small-4 {
    margin-left: 33.333333%;
  }
  .offset-small-5 {
    margin-left: 41.666667%;
  }
  .offset-small-6 {
    margin-left: 50%;
  }
  .offset-small-7 {
    margin-left: 58.333333%;
  }
  .offset-small-8 {
    margin-left: 66.666667%;
  }
  .offset-small-9 {
    margin-left: 75%;
  }
  .offset-small-10 {
    margin-left: 83.333333%;
  }
  .offset-small-11 {
    margin-left: 91.666667%;
  }
  .justify-content-small-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-small-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-small-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-small-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-small-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-small-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-small-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-small-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-small-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-small-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .col-medium {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-medium-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-medium-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-medium-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-medium-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-medium-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-medium-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-medium-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-medium-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-medium-1 {
    margin-left: 8.333333%;
  }
  .offset-medium-2 {
    margin-left: 16.666667%;
  }
  .offset-medium-3 {
    margin-left: 25%;
  }
  .offset-medium-4 {
    margin-left: 33.333333%;
  }
  .offset-medium-5 {
    margin-left: 41.666667%;
  }
  .offset-medium-6 {
    margin-left: 50%;
  }
  .offset-medium-7 {
    margin-left: 58.333333%;
  }
  .offset-medium-8 {
    margin-left: 66.666667%;
  }
  .offset-medium-9 {
    margin-left: 75%;
  }
  .offset-medium-10 {
    margin-left: 83.333333%;
  }
  .offset-medium-11 {
    margin-left: 91.666667%;
  }
  .justify-content-medium-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-medium-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-medium-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-medium-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-medium-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-medium-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-medium-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-medium-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-medium-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-medium-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .col-large {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-large-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-large-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-large-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-large-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-large-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-large-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-large-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-large-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-large-0 {
    margin-left: 0;
  }
  .offset-large-1 {
    margin-left: 8.333333%;
  }
  .offset-large-2 {
    margin-left: 16.666667%;
  }
  .offset-large-3 {
    margin-left: 25%;
  }
  .offset-large-4 {
    margin-left: 33.333333%;
  }
  .offset-large-5 {
    margin-left: 41.666667%;
  }
  .offset-large-6 {
    margin-left: 50%;
  }
  .offset-large-7 {
    margin-left: 58.333333%;
  }
  .offset-large-8 {
    margin-left: 66.666667%;
  }
  .offset-large-9 {
    margin-left: 75%;
  }
  .offset-large-10 {
    margin-left: 83.333333%;
  }
  .offset-large-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-extra-large {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-extra-large-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-extra-large-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-extra-large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-extra-large-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-extra-large-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-extra-large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-extra-large-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-extra-large-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-extra-large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-extra-large-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-extra-large-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-extra-large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-extra-large-0 {
    margin-left: 0;
  }
  .offset-extra-large-1 {
    margin-left: 8.333333%;
  }
  .offset-extra-large-2 {
    margin-left: 16.666667%;
  }
  .offset-extra-large-3 {
    margin-left: 25%;
  }
  .offset-extra-large-4 {
    margin-left: 33.333333%;
  }
  .offset-extra-large-5 {
    margin-left: 41.666667%;
  }
  .offset-extra-large-6 {
    margin-left: 50%;
  }
  .offset-extra-large-7 {
    margin-left: 58.333333%;
  }
  .offset-extra-large-8 {
    margin-left: 66.666667%;
  }
  .offset-extra-large-9 {
    margin-left: 75%;
  }
  .offset-extra-large-10 {
    margin-left: 83.333333%;
  }
  .offset-extra-large-11 {
    margin-left: 91.666667%;
  }
  .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}
.row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.m-50-t {
 margin-top: 50px;
}
.m-30b {
  margin-bottom: 30px;
}