.transitions {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.cols {
  width: calc(100% + 30px);
  overflow: hidden;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
}
.cols.space-tb-null >li {
  margin: 0 15px;
  padding: 0 15px;
}
.cols.space-tb-double >li {
  margin: 0 15px;
}
.cols.space-tb-triple >li {
  margin: 0 15px;
}
.cols > li,
.cols > div,
.cols > span,
.cols > main,
.cols > section,
.cols > aside {
  display: block;
  float: left;
  width: 25%;
  padding: 0 15px;
  margin: 15px 0;
  position: relative;
}
.cols > li.space-lr-null,
.cols > div.space-lr-null,
.cols > span.space-lr-null,
.cols > main.space-lr-null,
.cols > section.space-lr-null,
.cols > aside.space-lr-null {
  padding: 0 0;
}
.cols > li.space-lr-double-lr,
.cols > div.space-lr-double-lr,
.cols > span.space-lr-double-lr,
.cols > main.space-lr-double-lr,
.cols > section.space-lr-double-lr,
.cols > aside.space-lr-double-lr {
  padding: 0 30px;
}
.cols > li.space-lr-triple-lr,
.cols > div.space-lr-triple-lr,
.cols > span.space-lr-triple-lr,
.cols > main.space-lr-triple-lr,
.cols > section.space-lr-triple-lr,
.cols > aside.space-lr-triple-lr {
  padding: 0 45px;
}
.cols.button-link > li,
.cols.button-link > div,
.cols.button-link > span,
.cols.button-link > main,
.cols.button-link > section,
.cols.button-link > aside {
  padding-bottom: 80px;
}
#text ul.cols {
  margin: 0 -15px 0;
}
#text ul.cols.space-lr-null {
  margin: 0px 0;
  width: 100%;
}
#text ul.cols.space-lr-null > li,
#text ul.cols.space-lr-null > div,
#text ul.cols.space-lr-null > span,
#text ul.cols.space-lr-null > main,
#text ul.cols.space-lr-null > section,
#text ul.cols.space-lr-null > aside {
  padding: 0px 0;
}
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > li,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > div,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > span,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > main,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > section,
#text ul.cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > aside {
  padding: 0 15px;
}
.cols {
  margin: 0 -15px 0;
}
.cols.space-lr-null {
  width: 100%;
}
.cols.space-lr-null > li,
.cols.space-lr-null > div,
.cols.space-lr-null > span,
.cols.space-lr-null > main,
.cols.space-lr-null > section,
.cols.space-lr-null > aside {
  padding: 0px 0;
}
.cols >li {
  padding: 0 15px;
}
.cols.space-lr-double > li {
  padding: 0 30px;
}
.cols.space-lr-triple li {
  padding: 0 45px;
}
@media only screen and (min-width: 1440px) {
  .cols.items-x10 > li,
  .cols.items-x10 > div,
  .cols.items-x10 > span,
  .cols.items-x10 > main,
  .cols.items-x10 > section,
  .cols.items-x10 > aside {
    width: 10%;
  }
  .cols.items-x10 > .double {
    width: 20%;
  }
  .cols.items-x10 > .tripple {
    width: 30%;
  }
  .cols.items-x10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+11),
  .cols.items-x10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+11) {
    margin-top: 15px;
  }
  .cols.items-x10:not(.space-lr-null).space-lr-double > li:nth-child(10n+1),
  .cols.items-x10:not(.space-lr-null).space-lr-double > div:nth-child(10n+1),
  .cols.items-x10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+1),
  .cols.items-x10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+1) {
    padding-left: 15px;
  }
  .cols.items-x10:not(.space-lr-null).space-lr-double > li:nth-child(10n+10),
  .cols.items-x10:not(.space-lr-null).space-lr-double > div:nth-child(10n+10),
  .cols.items-x10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+10),
  .cols.items-x10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+10),
  .cols.items-x10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x10.clickable > li,
  .cols.items-x10.clickable > div,
  .cols.items-x10.clickable > span {
    width: 1%;
  }
  .cols > .item-x10 {
    width: 10%;
  }
  .cols.items-x9 > li,
  .cols.items-x9 > div,
  .cols.items-x9 > span,
  .cols.items-x9 > main,
  .cols.items-x9 > section,
  .cols.items-x9 > aside {
    width: 11.111%;
  }
  .cols.items-x9 > .double {
    width: 22.2222%;
  }
  .cols.items-x9 > .tripple {
    width: 33.3333%;
  }
  .cols.items-x9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+10),
  .cols.items-x9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+10) {
    margin-top: 15px;
  }
  .cols.items-x9:not(.space-lr-null).space-lr-double > li:nth-child(9n+1),
  .cols.items-x9:not(.space-lr-null).space-lr-double > div:nth-child(9n+1),
  .cols.items-x9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+1),
  .cols.items-x9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+1) {
    padding-left: 15px;
  }
  .cols.items-x9:not(.space-lr-null).space-lr-double > li:nth-child(9n+9),
  .cols.items-x9:not(.space-lr-null).space-lr-double > div:nth-child(9n+9),
  .cols.items-x9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+9),
  .cols.items-x9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+9),
  .cols.items-x9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x9.clickable > li,
  .cols.items-x9.clickable > div,
  .cols.items-x9.clickable > span {
    width: 1.111%;
  }
  .cols > .item-x9 {
    width: 11.111%;
  }
  .cols.items-x8 > li,
  .cols.items-x8 > div,
  .cols.items-x8 > span,
  .cols.items-x8 > main,
  .cols.items-x8 > section,
  .cols.items-x8 > aside {
    width: 12.5%;
  }
  .cols.items-x8 > .double {
    width: 25%;
  }
  .cols.items-x8 > .tripple {
    width: 37.5%;
  }
  .cols.items-x8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+9),
  .cols.items-x8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+9) {
    margin-top: 15px;
  }
  .cols.items-x8:not(.space-lr-null).space-lr-double > li:nth-child(8n+1),
  .cols.items-x8:not(.space-lr-null).space-lr-double > div:nth-child(8n+1),
  .cols.items-x8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+1),
  .cols.items-x8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+1) {
    padding-left: 15px;
  }
  .cols.items-x8:not(.space-lr-null).space-lr-double > li:nth-child(8n+8),
  .cols.items-x8:not(.space-lr-null).space-lr-double > div:nth-child(8n+8),
  .cols.items-x8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+8),
  .cols.items-x8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+8),
  .cols.items-x8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x8.clickable > li,
  .cols.items-x8.clickable > div,
  .cols.items-x8.clickable > span {
    width: 1.25%;
  }
  .cols > .item-x8 {
    width: 12.5%;
  }
  .cols.items-x7 > li,
  .cols.items-x7 > div,
  .cols.items-x7 > span,
  .cols.items-x7 > main,
  .cols.items-x7 > section,
  .cols.items-x7 > aside {
    width: 14.285%;
  }
  .cols.items-x7 > .double {
    width: 28.57%;
  }
  .cols.items-x7 > .tripple {
    width: 42.855%;
  }
  .cols.items-x7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+8),
  .cols.items-x7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+8) {
    margin-top: 15px;
  }
  .cols.items-x7:not(.space-lr-null).space-lr-double > li:nth-child(7n+1),
  .cols.items-x7:not(.space-lr-null).space-lr-double > div:nth-child(7n+1),
  .cols.items-x7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+1),
  .cols.items-x7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+1) {
    padding-left: 15px;
  }
  .cols.items-x7:not(.space-lr-null).space-lr-double > li:nth-child(7n+7),
  .cols.items-x7:not(.space-lr-null).space-lr-double > div:nth-child(7n+7),
  .cols.items-x7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+7),
  .cols.items-x7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+7),
  .cols.items-x7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x7.clickable > li,
  .cols.items-x7.clickable > div,
  .cols.items-x7.clickable > span {
    width: 1.4285%;
  }
  .cols > .item-x7 {
    width: 14.285%;
  }
  .cols.items-x6 > li,
  .cols.items-x6 > div,
  .cols.items-x6 > span,
  .cols.items-x6 > main,
  .cols.items-x6 > section,
  .cols.items-x6 > aside {
    width: 16.666%;
  }
  .cols.items-x6 > .double {
    width: 33.333%;
  }
  .cols.items-x6 > .tripple {
    width: 50%;
  }
  .cols.items-x6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+7),
  .cols.items-x6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+7) {
    margin-top: 15px;
  }
  .cols.items-x6:not(.space-lr-null).space-lr-double > li:nth-child(6n+1),
  .cols.items-x6:not(.space-lr-null).space-lr-double > div:nth-child(6n+1),
  .cols.items-x6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+1),
  .cols.items-x6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+1) {
    padding-left: 15px;
  }
  .cols.items-x6:not(.space-lr-null).space-lr-double > li:nth-child(6n+6),
  .cols.items-x6:not(.space-lr-null).space-lr-double > div:nth-child(6n+6),
  .cols.items-x6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+6),
  .cols.items-x6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+6),
  .cols.items-x6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x6.clickable > li,
  .cols.items-x6.clickable > div,
  .cols.items-x6.clickable > span {
    width: 1.6666%;
  }
  .cols > .item-x6 {
    width: 16.666%;
  }
  .cols.items-x5 > li,
  .cols.items-x5 > div,
  .cols.items-x5 > span,
  .cols.items-x5 > main,
  .cols.items-x5 > section,
  .cols.items-x5 > aside {
    width: 20%;
  }
  .cols.items-x5 > .double {
    width: 40%;
  }
  .cols.items-x5 > .tripple {
    width: 60%;
  }
  .cols.items-x5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+6),
  .cols.items-x5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+6) {
    margin-top: 15px;
  }
  .cols.items-x5:not(.space-lr-null).space-lr-double > li:nth-child(5n+1),
  .cols.items-x5:not(.space-lr-null).space-lr-double > div:nth-child(5n+1),
  .cols.items-x5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+1),
  .cols.items-x5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+1) {
    padding-left: 15px;
  }
  .cols.items-x5:not(.space-lr-null).space-lr-double > li:nth-child(5n+5),
  .cols.items-x5:not(.space-lr-null).space-lr-double > div:nth-child(5n+5),
  .cols.items-x5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+5),
  .cols.items-x5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+5),
  .cols.items-x5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x5.clickable > li,
  .cols.items-x5.clickable > div,
  .cols.items-x5.clickable > span {
    width: 2%;
  }
  .cols > .item-x5 {
    width: 20%;
  }
  .cols.items-x4 > li,
  .cols.items-x4 > div,
  .cols.items-x4 > span,
  .cols.items-x4 > main,
  .cols.items-x4 > section,
  .cols.items-x4 > aside {
    width: 25%;
  }
  .cols.items-x4 > .double {
    width: 50%;
  }
  .cols.items-x4 > .tripple {
    width: 75%;
  }
  .cols.items-x4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+5),
  .cols.items-x4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+5) {
    margin-top: 15px;
  }
  .cols.items-x4:not(.space-lr-null).space-lr-double > li:nth-child(4n+1),
  .cols.items-x4:not(.space-lr-null).space-lr-double > div:nth-child(4n+1),
  .cols.items-x4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+1),
  .cols.items-x4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+1) {
    padding-left: 15px;
  }
  .cols.items-x4:not(.space-lr-null).space-lr-double > li:nth-child(4n+4),
  .cols.items-x4:not(.space-lr-null).space-lr-double > div:nth-child(4n+4),
  .cols.items-x4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+4),
  .cols.items-x4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+4),
  .cols.items-x4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x4.clickable > li,
  .cols.items-x4.clickable > div,
  .cols.items-x4.clickable > span {
    width: 2.5%;
  }
  .cols > .item-x4 {
    width: 25%;
  }
  .cols.items-x3 > li,
  .cols.items-x3 > div,
  .cols.items-x3 > span,
  .cols.items-x3 > main,
  .cols.items-x3 > section,
  .cols.items-x3 > aside {
    width: 33.333%;
  }
  .cols.items-x3 > .double {
    width: 66.666%;
  }
  .cols.items-x3 > .tripple {
    width: 100%;
  }
  .cols.items-x3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+4),
  .cols.items-x3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+4) {
    margin-top: 15px;
  }
  .cols.items-x3:not(.space-lr-null).space-lr-double > li:nth-child(3n+1),
  .cols.items-x3:not(.space-lr-null).space-lr-double > div:nth-child(3n+1),
  .cols.items-x3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+1),
  .cols.items-x3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+1) {
    padding-left: 15px;
  }
  .cols.items-x3:not(.space-lr-null).space-lr-double > li:nth-child(3n+3),
  .cols.items-x3:not(.space-lr-null).space-lr-double > div:nth-child(3n+3),
  .cols.items-x3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+3),
  .cols.items-x3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+3),
  .cols.items-x3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x3.clickable > li,
  .cols.items-x3.clickable > div,
  .cols.items-x3.clickable > span {
    width: 3.3333%;
  }
  .cols > .item-x3 {
    width: 33.333%;
  }
  .cols.items-x2 > li,
  .cols.items-x2 > div,
  .cols.items-x2 > span,
  .cols.items-x2 > main,
  .cols.items-x2 > section,
  .cols.items-x2 > aside {
    width: 50%;
  }
  .cols.items-x2 > .double {
    width: 100%;
  }
  .cols.items-x2 > .tripple {
    width: 100%;
  }
  .cols.items-x2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+3),
  .cols.items-x2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .cols.items-x2:not(.space-lr-null).space-lr-double > li:nth-child(2n+1),
  .cols.items-x2:not(.space-lr-null).space-lr-double > div:nth-child(2n+1),
  .cols.items-x2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+1),
  .cols.items-x2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+1) {
    padding-left: 15px;
  }
  .cols.items-x2:not(.space-lr-null).space-lr-double > li:nth-child(2n+2),
  .cols.items-x2:not(.space-lr-null).space-lr-double > div:nth-child(2n+2),
  .cols.items-x2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-x2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-x2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+2),
  .cols.items-x2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+2),
  .cols.items-x2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-x2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-x2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-x2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-x2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-x2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-x2.clickable > li,
  .cols.items-x2.clickable > div,
  .cols.items-x2.clickable > span {
    width: 5%;
  }
  .cols > .item-x2 {
    width: 50%;
  }
  .cols.items-x1 > li,
  .cols.items-x1 > div,
  .cols.items-x1 > span,
  .cols.items-x1 > main,
  .cols.items-x1 > section,
  .cols.items-x1 > aside {
    width: 100%;
  }
  .cols.items-x1 > .double {
    width: 100%;
  }
  .cols.items-x1 > .tripple {
    width: 100%;
  }
  .cols.items-x1.clickable > li,
  .cols.items-x1.clickable > div,
  .cols.items-x1.clickable > span {
    width: 10%;
  }
  .cols > .item-x1,
  .cols [class*="cols"][class*="items-"] > .item-x1 {
    width: 100%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1439px) {
  .cols.items-l10 > li,
  .cols.items-l10 > div,
  .cols.items-l10 > span,
  .cols.items-l10 > main,
  .cols.items-l10 > section,
  .cols.items-l10 > aside {
    width: 10%;
  }
  .cols.items-l10 > .double {
    width: 20%;
  }
  .cols.items-l10 > .tripple {
    width: 30%;
  }
  .cols.items-l10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+11),
  .cols.items-l10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+11) {
    margin-top: 15px;
  }
  .cols.items-l10:not(.space-lr-null).space-lr-double > li:nth-child(10n+1),
  .cols.items-l10:not(.space-lr-null).space-lr-double > div:nth-child(10n+1),
  .cols.items-l10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+1),
  .cols.items-l10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+1) {
    padding-left: 15px;
  }
  .cols.items-l10:not(.space-lr-null).space-lr-double > li:nth-child(10n+10),
  .cols.items-l10:not(.space-lr-null).space-lr-double > div:nth-child(10n+10),
  .cols.items-l10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+10),
  .cols.items-l10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+10),
  .cols.items-l10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l10.clickable > li,
  .cols.items-l10.clickable > div,
  .cols.items-l10.clickable > span {
    width: 1%;
  }
  .cols > .item-l10 {
    width: 10%;
  }
  .cols.items-l9 > li,
  .cols.items-l9 > div,
  .cols.items-l9 > span,
  .cols.items-l9 > main,
  .cols.items-l9 > section,
  .cols.items-l9 > aside {
    width: 11.111%;
  }
  .cols.items-l9 > .double {
    width: 22.222%;
  }
  .cols.items-l9 > .tripple {
    width: 33.333%;
  }
  .cols.items-l9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+10),
  .cols.items-l9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+10) {
    margin-top: 15px;
  }
  .cols.items-l9:not(.space-lr-null).space-lr-double > li:nth-child(9n+1),
  .cols.items-l9:not(.space-lr-null).space-lr-double > div:nth-child(9n+1),
  .cols.items-l9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+1),
  .cols.items-l9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+1) {
    padding-left: 15px;
  }
  .cols.items-l9:not(.space-lr-null).space-lr-double > li:nth-child(9n+9),
  .cols.items-l9:not(.space-lr-null).space-lr-double > div:nth-child(9n+9),
  .cols.items-l9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+9),
  .cols.items-l9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+9),
  .cols.items-l9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l9.clickable > li,
  .cols.items-l9.clickable > div,
  .cols.items-l9.clickable > span {
    width: 1.111%;
  }
  .cols > .item-l9 {
    width: 11.111%;
  }
  .cols.items-l8 > li,
  .cols.items-l8 > div,
  .cols.items-l8 > span,
  .cols.items-l8 > main,
  .cols.items-l8 > section,
  .cols.items-l8 > aside {
    width: 12.5%;
  }
  .cols.items-l8 > .double {
    width: 25%;
  }
  .cols.items-l8 > .tripple {
    width: 37.5%;
  }
  .cols.items-l8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+9),
  .cols.items-l8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+9) {
    margin-top: 15px;
  }
  .cols.items-l8:not(.space-lr-null).space-lr-double > li:nth-child(8n+1),
  .cols.items-l8:not(.space-lr-null).space-lr-double > div:nth-child(8n+1),
  .cols.items-l8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+1),
  .cols.items-l8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+1) {
    padding-left: 15px;
  }
  .cols.items-l8:not(.space-lr-null).space-lr-double > li:nth-child(8n+8),
  .cols.items-l8:not(.space-lr-null).space-lr-double > div:nth-child(8n+8),
  .cols.items-l8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+8),
  .cols.items-l8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+8),
  .cols.items-l8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l8.clickable > li,
  .cols.items-l8.clickable > div,
  .cols.items-l8.clickable > span {
    width: 1.25%;
  }
  .cols > .item-l8 {
    width: 12.5%;
  }
  .cols.items-l7 > li,
  .cols.items-l7 > div,
  .cols.items-l7 > span,
  .cols.items-l7 > main,
  .cols.items-l7 > section,
  .cols.items-l7 > aside {
    width: 14.285%;
  }
  .cols.items-l7 > .double {
    width: 28.57%;
  }
  .cols.items-l7 > .tripple {
    width: 42.855%;
  }
  .cols.items-l7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+8),
  .cols.items-l7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+8) {
    margin-top: 15px;
  }
  .cols.items-l7:not(.space-lr-null).space-lr-double > li:nth-child(7n+1),
  .cols.items-l7:not(.space-lr-null).space-lr-double > div:nth-child(7n+1),
  .cols.items-l7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+1),
  .cols.items-l7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+1) {
    padding-left: 15px;
  }
  .cols.items-l7:not(.space-lr-null).space-lr-double > li:nth-child(7n+7),
  .cols.items-l7:not(.space-lr-null).space-lr-double > div:nth-child(7n+7),
  .cols.items-l7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+7),
  .cols.items-l7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+7),
  .cols.items-l7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l7.clickable > li,
  .cols.items-l7.clickable > div,
  .cols.items-l7.clickable > span {
    width: 1.4285%;
  }
  .cols > .item-l7 {
    width: 14.285%;
  }
  .cols.items-l6 > li,
  .cols.items-l6 > div,
  .cols.items-l6 > span,
  .cols.items-l6 > main,
  .cols.items-l6 > section,
  .cols.items-l6 > aside {
    width: 16.666%;
  }
  .cols.items-l6 > .double {
    width: 33.333%;
  }
  .cols.items-l6 > .tripple {
    width: 50%;
  }
  .cols.items-l6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+7),
  .cols.items-l6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+7) {
    margin-top: 15px;
  }
  .cols.items-l6:not(.space-lr-null).space-lr-double > li:nth-child(6n+1),
  .cols.items-l6:not(.space-lr-null).space-lr-double > div:nth-child(6n+1),
  .cols.items-l6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+1),
  .cols.items-l6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+1) {
    padding-left: 15px;
  }
  .cols.items-l6:not(.space-lr-null).space-lr-double > li:nth-child(6n+6),
  .cols.items-l6:not(.space-lr-null).space-lr-double > div:nth-child(6n+6),
  .cols.items-l6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+6),
  .cols.items-l6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+6),
  .cols.items-l6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l6.clickable > li,
  .cols.items-l6.clickable > div,
  .cols.items-l6.clickable > span {
    width: 1.6666%;
  }
  .cols > .item-l6 {
    width: 16.666%;
  }
  .cols.items-l5 > li,
  .cols.items-l5 > div,
  .cols.items-l5 > span,
  .cols.items-l5 > main,
  .cols.items-l5 > section,
  .cols.items-l5 > aside {
    width: 20%;
  }
  .cols.items-l5 > .double {
    width: 40%;
  }
  .cols.items-l5 > .tripple {
    width: 60%;
  }
  .cols.items-l5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+6),
  .cols.items-l5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+6) {
    margin-top: 15px;
  }
  .cols.items-l5:not(.space-lr-null).space-lr-double > li:nth-child(5n+1),
  .cols.items-l5:not(.space-lr-null).space-lr-double > div:nth-child(5n+1),
  .cols.items-l5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+1),
  .cols.items-l5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+1) {
    padding-left: 15px;
  }
  .cols.items-l5:not(.space-lr-null).space-lr-double > li:nth-child(5n+5),
  .cols.items-l5:not(.space-lr-null).space-lr-double > div:nth-child(5n+5),
  .cols.items-l5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+5),
  .cols.items-l5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+5),
  .cols.items-l5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l5.clickable > li,
  .cols.items-l5.clickable > div,
  .cols.items-l5.clickable > span {
    width: 2%;
  }
  .cols > .item-l5 {
    width: 20%;
  }
  .cols.items-l4 > li,
  .cols.items-l4 > div,
  .cols.items-l4 > span,
  .cols.items-l4 > main,
  .cols.items-l4 > section,
  .cols.items-l4 > aside {
    width: 25%;
  }
  .cols.items-l4 > .double {
    width: 50%;
  }
  .cols.items-l4 > .tripple {
    width: 75%;
  }
  .cols.items-l4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+5),
  .cols.items-l4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+5) {
    margin-top: 15px;
  }
  .cols.items-l4:not(.space-lr-null).space-lr-double > li:nth-child(4n+1),
  .cols.items-l4:not(.space-lr-null).space-lr-double > div:nth-child(4n+1),
  .cols.items-l4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+1),
  .cols.items-l4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+1) {
    padding-left: 15px;
  }
  .cols.items-l4:not(.space-lr-null).space-lr-double > li:nth-child(4n+4),
  .cols.items-l4:not(.space-lr-null).space-lr-double > div:nth-child(4n+4),
  .cols.items-l4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+4),
  .cols.items-l4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+4),
  .cols.items-l4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l4.clickable > li,
  .cols.items-l4.clickable > div,
  .cols.items-l4.clickable > span {
    width: 2.5%;
  }
  .cols > .item-l4 {
    width: 25%;
  }
  .cols.items-l3 > li,
  .cols.items-l3 > div,
  .cols.items-l3 > span,
  .cols.items-l3 > main,
  .cols.items-l3 > section,
  .cols.items-l3 > aside {
    width: 33.333%;
  }
  .cols.items-l3 > .double {
    width: 66.666%;
  }
  .cols.items-l3 > .tripple {
    width: 100%;
  }
  .cols.items-l3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+4),
  .cols.items-l3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+4) {
    margin-top: 15px;
  }
  .cols.items-l3:not(.space-lr-null).space-lr-double > li:nth-child(3n+1),
  .cols.items-l3:not(.space-lr-null).space-lr-double > div:nth-child(3n+1),
  .cols.items-l3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+1),
  .cols.items-l3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+1) {
    padding-left: 15px;
  }
  .cols.items-l3:not(.space-lr-null).space-lr-double > li:nth-child(3n+3),
  .cols.items-l3:not(.space-lr-null).space-lr-double > div:nth-child(3n+3),
  .cols.items-l3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+3),
  .cols.items-l3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+3),
  .cols.items-l3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l3.clickable > li,
  .cols.items-l3.clickable > div,
  .cols.items-l3.clickable > span {
    width: 3.3333%;
  }
  .cols > .item-l3 {
    width: 33.333%;
  }
  .cols.items-l2 > li,
  .cols.items-l2 > div,
  .cols.items-l2 > span,
  .cols.items-l2 > main,
  .cols.items-l2 > section,
  .cols.items-l2 > aside {
    width: 50%;
  }
  .cols.items-l2 > .double {
    width: 100%;
  }
  .cols.items-l2 > .tripple {
    width: 100%;
  }
  .cols.items-l2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+3),
  .cols.items-l2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .cols.items-l2:not(.space-lr-null).space-lr-double > li:nth-child(2n+1),
  .cols.items-l2:not(.space-lr-null).space-lr-double > div:nth-child(2n+1),
  .cols.items-l2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+1),
  .cols.items-l2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+1) {
    padding-left: 15px;
  }
  .cols.items-l2:not(.space-lr-null).space-lr-double > li:nth-child(2n+2),
  .cols.items-l2:not(.space-lr-null).space-lr-double > div:nth-child(2n+2),
  .cols.items-l2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-l2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-l2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+2),
  .cols.items-l2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+2),
  .cols.items-l2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-l2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-l2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-l2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-l2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-l2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-l2.clickable > li,
  .cols.items-l2.clickable > div,
  .cols.items-l2.clickable > span {
    width: 5%;
  }
  .cols > .item-l2 {
    width: 50%;
  }
  .cols.items-l1 > li,
  .cols.items-l1 > div,
  .cols.items-l1 > span,
  .cols.items-l1 > main,
  .cols.items-l1 > section,
  .cols.items-l1 > aside {
    width: 100%;
  }
  .cols.items-l1.clickable > li,
  .cols.items-l1.clickable > div,
  .cols.items-l1.clickable > span {
    width: 10%;
  }
  .cols > .item-l1 {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1139px) {
  .cols.items-m10 > li,
  .cols.items-m10 > div,
  .cols.items-m10 > span,
  .cols.items-m10 > main,
  .cols.items-m10 > section,
  .cols.items-m10 > aside {
    width: 10%;
  }
  .cols.items-m10 > .double {
    width: 20%;
  }
  .cols.items-m10 > .tripple {
    width: 30%;
  }
  .cols.items-m10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+11),
  .cols.items-m10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+11) {
    margin-top: 15px;
  }
  .cols.items-m10:not(.space-lr-null).space-lr-double > li:nth-child(10n+1),
  .cols.items-m10:not(.space-lr-null).space-lr-double > div:nth-child(10n+1),
  .cols.items-m10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+1),
  .cols.items-m10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+1) {
    padding-left: 15px;
  }
  .cols.items-m10:not(.space-lr-null).space-lr-double > li:nth-child(10n+10),
  .cols.items-m10:not(.space-lr-null).space-lr-double > div:nth-child(10n+10),
  .cols.items-m10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+10),
  .cols.items-m10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+10),
  .cols.items-m10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m10.clickable > li,
  .cols.items-m10.clickable > div,
  .cols.items-m10.clickable > span {
    width: 1%;
  }
  .cols > .item-m10 {
    width: 10%;
  }
  .cols.items-m9 > li,
  .cols.items-m9 > div,
  .cols.items-m9 > span,
  .cols.items-m9 > main,
  .cols.items-m9 > section,
  .cols.items-m9 > aside {
    width: 11.111%;
  }
  .cols.items-m9 > .double {
    width: 22.222%;
  }
  .cols.items-m9 > .tripple {
    width: 33.333%;
  }
  .cols.items-m9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+10),
  .cols.items-m9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+10) {
    margin-top: 15px;
  }
  .cols.items-m9:not(.space-lr-null).space-lr-double > li:nth-child(9n+1),
  .cols.items-m9:not(.space-lr-null).space-lr-double > div:nth-child(9n+1),
  .cols.items-m9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+1),
  .cols.items-m9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+1) {
    padding-left: 15px;
  }
  .cols.items-m9:not(.space-lr-null).space-lr-double > li:nth-child(9n+9),
  .cols.items-m9:not(.space-lr-null).space-lr-double > div:nth-child(9n+9),
  .cols.items-m9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+9),
  .cols.items-m9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+9),
  .cols.items-m9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m9.clickable > li,
  .cols.items-m9.clickable > div,
  .cols.items-m9.clickable > span {
    width: 1.111%;
  }
  .cols > .item-m9 {
    width: 11.111%;
  }
  .cols.items-m8 > li,
  .cols.items-m8 > div,
  .cols.items-m8 > span,
  .cols.items-m8 > main,
  .cols.items-m8 > section,
  .cols.items-m8 > aside {
    width: 12.5%;
  }
  .cols.items-m8 > .double {
    width: 25%;
  }
  .cols.items-m8 > .tripple {
    width: 37.5%;
  }
  .cols.items-m8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+9),
  .cols.items-m8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+9) {
    margin-top: 15px;
  }
  .cols.items-m8:not(.space-lr-null).space-lr-double > li:nth-child(8n+1),
  .cols.items-m8:not(.space-lr-null).space-lr-double > div:nth-child(8n+1),
  .cols.items-m8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+1),
  .cols.items-m8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+1) {
    padding-left: 15px;
  }
  .cols.items-m8:not(.space-lr-null).space-lr-double > li:nth-child(8n+8),
  .cols.items-m8:not(.space-lr-null).space-lr-double > div:nth-child(8n+8),
  .cols.items-m8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+8),
  .cols.items-m8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+8),
  .cols.items-m8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m8.clickable > li,
  .cols.items-m8.clickable > div,
  .cols.items-m8.clickable > span {
    width: 1.25%;
  }
  .cols > .item-m8 {
    width: 12.5%;
  }
  .cols.items-m7 > li,
  .cols.items-m7 > div,
  .cols.items-m7 > span,
  .cols.items-m7 > main,
  .cols.items-m7 > section,
  .cols.items-m7 > aside {
    width: 14.285%;
  }
  .cols.items-m7 > .double {
    width: 28.57%;
  }
  .cols.items-m7 > .tripple {
    width: 42.855%;
  }
  .cols.items-m7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+8),
  .cols.items-m7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+8) {
    margin-top: 15px;
  }
  .cols.items-m7:not(.space-lr-null).space-lr-double > li:nth-child(7n+1),
  .cols.items-m7:not(.space-lr-null).space-lr-double > div:nth-child(7n+1),
  .cols.items-m7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+1),
  .cols.items-m7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+1) {
    padding-left: 15px;
  }
  .cols.items-m7:not(.space-lr-null).space-lr-double > li:nth-child(7n+7),
  .cols.items-m7:not(.space-lr-null).space-lr-double > div:nth-child(7n+7),
  .cols.items-m7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+7),
  .cols.items-m7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+7),
  .cols.items-m7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m7.clickable > li,
  .cols.items-m7.clickable > div,
  .cols.items-m7.clickable > span {
    width: 1.4285%;
  }
  .cols > .item-m7 {
    width: 14.285%;
  }
  .cols.items-m6 > li,
  .cols.items-m6 > div,
  .cols.items-m6 > span,
  .cols.items-m6 > main,
  .cols.items-m6 > section,
  .cols.items-m6 > aside {
    width: 16.666%;
  }
  .cols.items-m6 > .double {
    width: 33.333%;
  }
  .cols.items-m6 > .tripple {
    width: 50%;
  }
  .cols.items-m6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+7),
  .cols.items-m6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+7) {
    margin-top: 15px;
  }
  .cols.items-m6:not(.space-lr-null).space-lr-double > li:nth-child(6n+1),
  .cols.items-m6:not(.space-lr-null).space-lr-double > div:nth-child(6n+1),
  .cols.items-m6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+1),
  .cols.items-m6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+1) {
    padding-left: 15px;
  }
  .cols.items-m6:not(.space-lr-null).space-lr-double > li:nth-child(6n+6),
  .cols.items-m6:not(.space-lr-null).space-lr-double > div:nth-child(6n+6),
  .cols.items-m6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+6),
  .cols.items-m6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+6),
  .cols.items-m6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m6.clickable > li,
  .cols.items-m6.clickable > div,
  .cols.items-m6.clickable > span {
    width: 1.6666%;
  }
  .cols > .item-l6 {
    width: 16.666%;
  }
  .cols.items-m5 > li,
  .cols.items-m5 > div,
  .cols.items-m5 > span,
  .cols.items-m5 > main,
  .cols.items-m5 > section,
  .cols.items-m5 > aside {
    width: 20%;
  }
  .cols.items-m5 > .double {
    width: 40%;
  }
  .cols.items-m5 > .tripple {
    width: 60%;
  }
  .cols.items-m5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+6),
  .cols.items-m5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+6) {
    margin-top: 15px;
  }
  .cols.items-m5:not(.space-lr-null).space-lr-double > li:nth-child(5n+1),
  .cols.items-m5:not(.space-lr-null).space-lr-double > div:nth-child(5n+1),
  .cols.items-m5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+1),
  .cols.items-m5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+1) {
    padding-left: 15px;
  }
  .cols.items-m5:not(.space-lr-null).space-lr-double > li:nth-child(5n+5),
  .cols.items-m5:not(.space-lr-null).space-lr-double > div:nth-child(5n+5),
  .cols.items-m5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+5),
  .cols.items-m5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+5),
  .cols.items-m5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m5.clickable > li,
  .cols.items-m5.clickable > div,
  .cols.items-m5.clickable > span {
    width: 2%;
  }
  .cols > .item-l5 {
    width: 20%;
  }
  .cols.items-m4 > li,
  .cols.items-m4 > div,
  .cols.items-m4 > span,
  .cols.items-m4 > main,
  .cols.items-m4 > section,
  .cols.items-m4 > aside {
    width: 25%;
  }
  .cols.items-m4 > .double {
    width: 50%;
  }
  .cols.items-m4 > .tripple {
    width: 75%;
  }
  .cols.items-m4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+5),
  .cols.items-m4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+5) {
    margin-top: 15px;
  }
  .cols.items-m4:not(.space-lr-null).space-lr-double > li:nth-child(4n+1),
  .cols.items-m4:not(.space-lr-null).space-lr-double > div:nth-child(4n+1),
  .cols.items-m4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+1),
  .cols.items-m4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+1) {
    padding-left: 15px;
  }
  .cols.items-m4:not(.space-lr-null).space-lr-double > li:nth-child(4n+4),
  .cols.items-m4:not(.space-lr-null).space-lr-double > div:nth-child(4n+4),
  .cols.items-m4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+4),
  .cols.items-m4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+4),
  .cols.items-m4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m4.clickable > li,
  .cols.items-m4.clickable > div,
  .cols.items-m4.clickable > span {
    width: 2.5%;
  }
  .cols > .item-l4 {
    width: 25%;
  }
  .cols.items-m3 > li,
  .cols.items-m3 > div,
  .cols.items-m3 > span,
  .cols.items-m3 > main,
  .cols.items-m3 > section,
  .cols.items-m3 > aside {
    width: 33.333%;
  }
  .cols.items-m3 > .double {
    width: 66.666%;
  }
  .cols.items-m3 > .tripple {
    width: 100%;
  }
  .cols.items-m3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+4),
  .cols.items-m3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+4) {
    margin-top: 15px;
  }
  .cols.items-m3:not(.space-lr-null).space-lr-double > li:nth-child(3n+1),
  .cols.items-m3:not(.space-lr-null).space-lr-double > div:nth-child(3n+1),
  .cols.items-m3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+1),
  .cols.items-m3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+1) {
    padding-left: 15px;
  }
  .cols.items-m3:not(.space-lr-null).space-lr-double > li:nth-child(3n+3),
  .cols.items-m3:not(.space-lr-null).space-lr-double > div:nth-child(3n+3),
  .cols.items-m3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+3),
  .cols.items-m3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+3),
  .cols.items-m3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m3.clickable > li,
  .cols.items-m3.clickable > div,
  .cols.items-m3.clickable > span {
    width: 3.3333%;
  }
  .cols > .item-l3 {
    width: 33.333%;
  }
  .cols.items-m2 > li,
  .cols.items-m2 > div,
  .cols.items-m2 > span,
  .cols.items-m2 > main,
  .cols.items-m2 > section,
  .cols.items-m2 > aside {
    width: 50%;
  }
  .cols.items-m2 > .double {
    width: 100%;
  }
  .cols.items-m2 > .tripple {
    width: 100%;
  }
  .cols.items-m2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+3),
  .cols.items-m2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .cols.items-m2:not(.space-lr-null).space-lr-double > li:nth-child(2n+1),
  .cols.items-m2:not(.space-lr-null).space-lr-double > div:nth-child(2n+1),
  .cols.items-m2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+1),
  .cols.items-m2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+1) {
    padding-left: 15px;
  }
  .cols.items-m2:not(.space-lr-null).space-lr-double > li:nth-child(2n+2),
  .cols.items-m2:not(.space-lr-null).space-lr-double > div:nth-child(2n+2),
  .cols.items-m2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-m2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-m2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+2),
  .cols.items-m2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+2),
  .cols.items-m2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-m2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-m2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-m2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-m2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-m2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-m2.clickable > li,
  .cols.items-m2.clickable > div,
  .cols.items-m2.clickable > span {
    width: 5%;
  }
  .cols > .item-l2 {
    width: 50%;
  }
  .cols.items-m1 > li,
  .cols.items-m1 > div,
  .cols.items-m1 > span,
  .cols.items-m1 > main,
  .cols.items-m1 > section,
  .cols.items-m1 > aside {
    width: 100%;
  }
  .cols.items-m1.clickable > li,
  .cols.items-m1.clickable > div,
  .cols.items-m1.clickable > span {
    width: 10%;
  }
  .cols > .item-l1 {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .cols.items-s10 > li,
  .cols.items-s10 > div,
  .cols.items-s10 > span,
  .cols.items-s10 > main,
  .cols.items-s10 > section,
  .cols.items-s10 > aside {
    width: 10%;
  }
  .cols.items-s10 > .double {
    width: 20%;
  }
  .cols.items-s10 > .tripple {
    width: 30%;
  }
  .cols.items-s10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+11),
  .cols.items-s10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+11) {
    margin-top: 15px;
  }
  .cols.items-s10:not(.space-lr-null).space-lr-double > li:nth-child(10n+1),
  .cols.items-s10:not(.space-lr-null).space-lr-double > div:nth-child(10n+1),
  .cols.items-s10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+1),
  .cols.items-s10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+1) {
    padding-left: 15px;
  }
  .cols.items-s10:not(.space-lr-null).space-lr-double > li:nth-child(10n+10),
  .cols.items-s10:not(.space-lr-null).space-lr-double > div:nth-child(10n+10),
  .cols.items-s10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+10),
  .cols.items-s10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+10),
  .cols.items-s10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s10.clickable > li,
  .cols.items-s10.clickable > div,
  .cols.items-s10.clickable > span {
    width: 1%;
  }
  .cols > .item-m10 {
    width: 10%;
  }
  .cols.items-s9 > li,
  .cols.items-s9 > div,
  .cols.items-s9 > span,
  .cols.items-s9 > main,
  .cols.items-s9 > section,
  .cols.items-s9 > aside {
    width: 11.111%;
  }
  .cols.items-s9 > .double {
    width: 22.222%;
  }
  .cols.items-s9 > .tripple {
    width: 33.333%;
  }
  .cols.items-s9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+10),
  .cols.items-s9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+10) {
    margin-top: 15px;
  }
  .cols.items-s9:not(.space-lr-null).space-lr-double > li:nth-child(9n+1),
  .cols.items-s9:not(.space-lr-null).space-lr-double > div:nth-child(9n+1),
  .cols.items-s9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+1),
  .cols.items-s9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+1) {
    padding-left: 15px;
  }
  .cols.items-s9:not(.space-lr-null).space-lr-double > li:nth-child(9n+9),
  .cols.items-s9:not(.space-lr-null).space-lr-double > div:nth-child(9n+9),
  .cols.items-s9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+9),
  .cols.items-s9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+9),
  .cols.items-s9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s9.clickable > li,
  .cols.items-s9.clickable > div,
  .cols.items-s9.clickable > span {
    width: 1.111%;
  }
  .cols > .item-m9 {
    width: 11.111%;
  }
  .cols.items-s8 > li,
  .cols.items-s8 > div,
  .cols.items-s8 > span,
  .cols.items-s8 > main,
  .cols.items-s8 > section,
  .cols.items-s8 > aside {
    width: 12.5%;
  }
  .cols.items-s8 > .double {
    width: 25%;
  }
  .cols.items-s8 > .tripple {
    width: 37.5%;
  }
  .cols.items-s8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+9),
  .cols.items-s8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+9) {
    margin-top: 15px;
  }
  .cols.items-s8:not(.space-lr-null).space-lr-double > li:nth-child(8n+1),
  .cols.items-s8:not(.space-lr-null).space-lr-double > div:nth-child(8n+1),
  .cols.items-s8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+1),
  .cols.items-s8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+1) {
    padding-left: 15px;
  }
  .cols.items-s8:not(.space-lr-null).space-lr-double > li:nth-child(8n+8),
  .cols.items-s8:not(.space-lr-null).space-lr-double > div:nth-child(8n+8),
  .cols.items-s8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+8),
  .cols.items-s8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+8),
  .cols.items-s8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s8.clickable > li,
  .cols.items-s8.clickable > div,
  .cols.items-s8.clickable > span {
    width: 1.25%;
  }
  .cols > .item-m8 {
    width: 12.5%;
  }
  .cols.items-s7 > li,
  .cols.items-s7 > div,
  .cols.items-s7 > span,
  .cols.items-s7 > main,
  .cols.items-s7 > section,
  .cols.items-s7 > aside {
    width: 14.285%;
  }
  .cols.items-s7 > .double {
    width: 28.57%;
  }
  .cols.items-s7 > .tripple {
    width: 42.855%;
  }
  .cols.items-s7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+8),
  .cols.items-s7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+8) {
    margin-top: 15px;
  }
  .cols.items-s7:not(.space-lr-null).space-lr-double > li:nth-child(7n+1),
  .cols.items-s7:not(.space-lr-null).space-lr-double > div:nth-child(7n+1),
  .cols.items-s7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+1),
  .cols.items-s7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+1) {
    padding-left: 15px;
  }
  .cols.items-s7:not(.space-lr-null).space-lr-double > li:nth-child(7n+7),
  .cols.items-s7:not(.space-lr-null).space-lr-double > div:nth-child(7n+7),
  .cols.items-s7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+7),
  .cols.items-s7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+7),
  .cols.items-s7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s7.clickable > li,
  .cols.items-s7.clickable > div,
  .cols.items-s7.clickable > span {
    width: 1.4285%;
  }
  .cols > .item-m7 {
    width: 14.285%;
  }
  .cols.items-s6 > li,
  .cols.items-s6 > div,
  .cols.items-s6 > span,
  .cols.items-s6 > main,
  .cols.items-s6 > section,
  .cols.items-s6 > aside {
    width: 16.666%;
  }
  .cols.items-s6 > .double {
    width: 33.333%;
  }
  .cols.items-s6 > .tripple {
    width: 50%;
  }
  .cols.items-s6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+7),
  .cols.items-s6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+7) {
    margin-top: 15px;
  }
  .cols.items-s6:not(.space-lr-null).space-lr-double > li:nth-child(6n+1),
  .cols.items-s6:not(.space-lr-null).space-lr-double > div:nth-child(6n+1),
  .cols.items-s6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+1),
  .cols.items-s6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+1) {
    padding-left: 15px;
  }
  .cols.items-s6:not(.space-lr-null).space-lr-double > li:nth-child(6n+6),
  .cols.items-s6:not(.space-lr-null).space-lr-double > div:nth-child(6n+6),
  .cols.items-s6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+6),
  .cols.items-s6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+6),
  .cols.items-s6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s6.clickable > li,
  .cols.items-s6.clickable > div,
  .cols.items-s6.clickable > span {
    width: 1.6666%;
  }
  .cols > .item-l6 {
    width: 16.666%;
  }
  .cols.items-s5 > li,
  .cols.items-s5 > div,
  .cols.items-s5 > span,
  .cols.items-s5 > main,
  .cols.items-s5 > section,
  .cols.items-s5 > aside {
    width: 20%;
  }
  .cols.items-s5 > .double {
    width: 40%;
  }
  .cols.items-s5 > .tripple {
    width: 60%;
  }
  .cols.items-s5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+6),
  .cols.items-s5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+6) {
    margin-top: 15px;
  }
  .cols.items-s5:not(.space-lr-null).space-lr-double > li:nth-child(5n+1),
  .cols.items-s5:not(.space-lr-null).space-lr-double > div:nth-child(5n+1),
  .cols.items-s5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+1),
  .cols.items-s5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+1) {
    padding-left: 15px;
  }
  .cols.items-s5:not(.space-lr-null).space-lr-double > li:nth-child(5n+5),
  .cols.items-s5:not(.space-lr-null).space-lr-double > div:nth-child(5n+5),
  .cols.items-s5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+5),
  .cols.items-s5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+5),
  .cols.items-s5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s5.clickable > li,
  .cols.items-s5.clickable > div,
  .cols.items-s5.clickable > span {
    width: 2%;
  }
  .cols > .item-l5 {
    width: 20%;
  }
  .cols.items-s4 > li,
  .cols.items-s4 > div,
  .cols.items-s4 > span,
  .cols.items-s4 > main,
  .cols.items-s4 > section,
  .cols.items-s4 > aside {
    width: 25%;
  }
  .cols.items-s4 > .double {
    width: 50%;
  }
  .cols.items-s4 > .tripple {
    width: 75%;
  }
  .cols.items-s4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+5),
  .cols.items-s4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+5) {
    margin-top: 15px;
  }
  .cols.items-s4:not(.space-lr-null).space-lr-double > li:nth-child(4n+1),
  .cols.items-s4:not(.space-lr-null).space-lr-double > div:nth-child(4n+1),
  .cols.items-s4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+1),
  .cols.items-s4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+1) {
    padding-left: 15px;
  }
  .cols.items-s4:not(.space-lr-null).space-lr-double > li:nth-child(4n+4),
  .cols.items-s4:not(.space-lr-null).space-lr-double > div:nth-child(4n+4),
  .cols.items-s4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+4),
  .cols.items-s4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+4),
  .cols.items-s4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s4.clickable > li,
  .cols.items-s4.clickable > div,
  .cols.items-s4.clickable > span {
    width: 2.5%;
  }
  .cols > .item-l4 {
    width: 25%;
  }
  .cols.items-s3 > li,
  .cols.items-s3 > div,
  .cols.items-s3 > span,
  .cols.items-s3 > main,
  .cols.items-s3 > section,
  .cols.items-s3 > aside {
    width: 33.333%;
  }
  .cols.items-s3 > .double {
    width: 66.666%;
  }
  .cols.items-s3 > .tripple {
    width: 100%;
  }
  .cols.items-s3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+4),
  .cols.items-s3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+4) {
    margin-top: 15px;
  }
  .cols.items-s3:not(.space-lr-null).space-lr-double > li:nth-child(3n+1),
  .cols.items-s3:not(.space-lr-null).space-lr-double > div:nth-child(3n+1),
  .cols.items-s3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+1),
  .cols.items-s3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+1) {
    padding-left: 15px;
  }
  .cols.items-s3:not(.space-lr-null).space-lr-double > li:nth-child(3n+3),
  .cols.items-s3:not(.space-lr-null).space-lr-double > div:nth-child(3n+3),
  .cols.items-s3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+3),
  .cols.items-s3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+3),
  .cols.items-s3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s3.clickable > li,
  .cols.items-s3.clickable > div,
  .cols.items-s3.clickable > span {
    width: 3.3333%;
  }
  .cols > .item-l3 {
    width: 33.333%;
  }
  .cols.items-s2 > li,
  .cols.items-s2 > div,
  .cols.items-s2 > span,
  .cols.items-s2 > main,
  .cols.items-s2 > section,
  .cols.items-s2 > aside {
    width: 50%;
  }
  .cols.items-s2 > .double {
    width: 100%;
  }
  .cols.items-s2 > .tripple {
    width: 100%;
  }
  .cols.items-s2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+3),
  .cols.items-s2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .cols.items-s2:not(.space-lr-null).space-lr-double > li:nth-child(2n+1),
  .cols.items-s2:not(.space-lr-null).space-lr-double > div:nth-child(2n+1),
  .cols.items-s2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+1),
  .cols.items-s2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+1) {
    padding-left: 15px;
  }
  .cols.items-s2:not(.space-lr-null).space-lr-double > li:nth-child(2n+2),
  .cols.items-s2:not(.space-lr-null).space-lr-double > div:nth-child(2n+2),
  .cols.items-s2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-s2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-s2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+2),
  .cols.items-s2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+2),
  .cols.items-s2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-s2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-s2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-s2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-s2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-s2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-s2.clickable > li,
  .cols.items-s2.clickable > div,
  .cols.items-s2.clickable > span {
    width: 5%;
  }
  .cols > .item-l2 {
    width: 50%;
  }
  .cols.items-s1 > li,
  .cols.items-s1 > div,
  .cols.items-s1 > span,
  .cols.items-s1 > main,
  .cols.items-s1 > section,
  .cols.items-s1 > aside {
    width: 100%;
  }
  .cols.items-s1.clickable > li,
  .cols.items-s1.clickable > div,
  .cols.items-s1.clickable > span {
    width: 10%;
  }
  .cols > .item-l1 {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cols.items-xs10 > li,
  .cols.items-xs10 > div,
  .cols.items-xs10 > span,
  .cols.items-xs10 > main,
  .cols.items-xs10 > section,
  .cols.items-xs10 > aside {
    width: 10%;
  }
  .cols.items-xs10 > .double {
    width: 20%;
  }
  .cols.items-xs10 > .tripple {
    width: 30%;
  }
  .cols.items-xs10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+11),
  .cols.items-xs10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+11) {
    margin-top: 15px;
  }
  .cols.items-xs10:not(.space-lr-null).space-lr-double > li:nth-child(10n+1),
  .cols.items-xs10:not(.space-lr-null).space-lr-double > div:nth-child(10n+1),
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+1),
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+1) {
    padding-left: 15px;
  }
  .cols.items-xs10:not(.space-lr-null).space-lr-double > li:nth-child(10n+10),
  .cols.items-xs10:not(.space-lr-null).space-lr-double > div:nth-child(10n+10),
  .cols.items-xs10:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > li:nth-child(10n+10),
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > div:nth-child(10n+10),
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs10:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs10:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs10.clickable > li,
  .cols.items-xs10.clickable > div,
  .cols.items-xs10.clickable > span {
    width: 1%;
  }
  .cols > .item-m10 {
    width: 10%;
  }
  .cols.items-xs9 > li,
  .cols.items-xs9 > div,
  .cols.items-xs9 > span,
  .cols.items-xs9 > main,
  .cols.items-xs9 > section,
  .cols.items-xs9 > aside {
    width: 11.111%;
  }
  .cols.items-xs9 > .double {
    width: 22.222%;
  }
  .cols.items-xs9 > .tripple {
    width: 33.333%;
  }
  .cols.items-xs9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+10),
  .cols.items-xs9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+10) {
    margin-top: 15px;
  }
  .cols.items-xs9:not(.space-lr-null).space-lr-double > li:nth-child(9n+1),
  .cols.items-xs9:not(.space-lr-null).space-lr-double > div:nth-child(9n+1),
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+1),
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+1) {
    padding-left: 15px;
  }
  .cols.items-xs9:not(.space-lr-null).space-lr-double > li:nth-child(9n+9),
  .cols.items-xs9:not(.space-lr-null).space-lr-double > div:nth-child(9n+9),
  .cols.items-xs9:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > li:nth-child(9n+9),
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > div:nth-child(9n+9),
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs9:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs9:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs9.clickable > li,
  .cols.items-xs9.clickable > div,
  .cols.items-xs9.clickable > span {
    width: 1.111%;
  }
  .cols > .item-m9 {
    width: 11.111%;
  }
  .cols.items-xs8 > li,
  .cols.items-xs8 > div,
  .cols.items-xs8 > span,
  .cols.items-xs8 > main,
  .cols.items-xs8 > section,
  .cols.items-xs8 > aside {
    width: 12.5%;
  }
  .cols.items-xs8 > .double {
    width: 25%;
  }
  .cols.items-xs8 > .tripple {
    width: 37.5%;
  }
  .cols.items-xs8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+9),
  .cols.items-xs8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+9) {
    margin-top: 15px;
  }
  .cols.items-xs8:not(.space-lr-null).space-lr-double > li:nth-child(8n+1),
  .cols.items-xs8:not(.space-lr-null).space-lr-double > div:nth-child(8n+1),
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+1),
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+1) {
    padding-left: 15px;
  }
  .cols.items-xs8:not(.space-lr-null).space-lr-double > li:nth-child(8n+8),
  .cols.items-xs8:not(.space-lr-null).space-lr-double > div:nth-child(8n+8),
  .cols.items-xs8:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > li:nth-child(8n+8),
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > div:nth-child(8n+8),
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs8:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs8:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs8.clickable > li,
  .cols.items-xs8.clickable > div,
  .cols.items-xs8.clickable > span {
    width: 1.25%;
  }
  .cols > .item-m8 {
    width: 12.5%;
  }
  .cols.items-xs7 > li,
  .cols.items-xs7 > div,
  .cols.items-xs7 > span,
  .cols.items-xs7 > main,
  .cols.items-xs7 > section,
  .cols.items-xs7 > aside {
    width: 14.285%;
  }
  .cols.items-xs7 > .double {
    width: 28.57%;
  }
  .cols.items-xs7 > .tripple {
    width: 42.855%;
  }
  .cols.items-xs7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+8),
  .cols.items-xs7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+8) {
    margin-top: 15px;
  }
  .cols.items-xs7:not(.space-lr-null).space-lr-double > li:nth-child(7n+1),
  .cols.items-xs7:not(.space-lr-null).space-lr-double > div:nth-child(7n+1),
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+1),
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+1) {
    padding-left: 15px;
  }
  .cols.items-xs7:not(.space-lr-null).space-lr-double > li:nth-child(7n+7),
  .cols.items-xs7:not(.space-lr-null).space-lr-double > div:nth-child(7n+7),
  .cols.items-xs7:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > li:nth-child(7n+7),
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > div:nth-child(7n+7),
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs7:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs7:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs7.clickable > li,
  .cols.items-xs7.clickable > div,
  .cols.items-xs7.clickable > span {
    width: 1.4285%;
  }
  .cols > .item-m7 {
    width: 14.285%;
  }
  .cols.items-xs6 > li,
  .cols.items-xs6 > div,
  .cols.items-xs6 > span,
  .cols.items-xs6 > main,
  .cols.items-xs6 > section,
  .cols.items-xs6 > aside {
    width: 16.666%;
  }
  .cols.items-xs6 > .double {
    width: 33.333%;
  }
  .cols.items-xs6 > .tripple {
    width: 50%;
  }
  .cols.items-xs6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+7),
  .cols.items-xs6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+7) {
    margin-top: 15px;
  }
  .cols.items-xs6:not(.space-lr-null).space-lr-double > li:nth-child(6n+1),
  .cols.items-xs6:not(.space-lr-null).space-lr-double > div:nth-child(6n+1),
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+1),
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+1) {
    padding-left: 15px;
  }
  .cols.items-xs6:not(.space-lr-null).space-lr-double > li:nth-child(6n+6),
  .cols.items-xs6:not(.space-lr-null).space-lr-double > div:nth-child(6n+6),
  .cols.items-xs6:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > li:nth-child(6n+6),
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > div:nth-child(6n+6),
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs6:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs6:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs6.clickable > li,
  .cols.items-xs6.clickable > div,
  .cols.items-xs6.clickable > span {
    width: 1.6666%;
  }
  .cols > .item-l6 {
    width: 16.666%;
  }
  .cols.items-xs5 > li,
  .cols.items-xs5 > div,
  .cols.items-xs5 > span,
  .cols.items-xs5 > main,
  .cols.items-xs5 > section,
  .cols.items-xs5 > aside {
    width: 20%;
  }
  .cols.items-xs5 > .double {
    width: 40%;
  }
  .cols.items-xs5 > .tripple {
    width: 60%;
  }
  .cols.items-xs5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+6),
  .cols.items-xs5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+6) {
    margin-top: 15px;
  }
  .cols.items-xs5:not(.space-lr-null).space-lr-double > li:nth-child(5n+1),
  .cols.items-xs5:not(.space-lr-null).space-lr-double > div:nth-child(5n+1),
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+1),
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+1) {
    padding-left: 15px;
  }
  .cols.items-xs5:not(.space-lr-null).space-lr-double > li:nth-child(5n+5),
  .cols.items-xs5:not(.space-lr-null).space-lr-double > div:nth-child(5n+5),
  .cols.items-xs5:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > li:nth-child(5n+5),
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > div:nth-child(5n+5),
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs5:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs5:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs5.clickable > li,
  .cols.items-xs5.clickable > div,
  .cols.items-xs5.clickable > span {
    width: 2%;
  }
  .cols > .item-l5 {
    width: 20%;
  }
  .cols.items-xs4 > li,
  .cols.items-xs4 > div,
  .cols.items-xs4 > span,
  .cols.items-xs4 > main,
  .cols.items-xs4 > section,
  .cols.items-xs4 > aside {
    width: 25%;
  }
  .cols.items-xs4 > .double {
    width: 50%;
  }
  .cols.items-xs4 > .tripple {
    width: 75%;
  }
  .cols.items-xs4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+5),
  .cols.items-xs4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+5) {
    margin-top: 15px;
  }
  .cols.items-xs4:not(.space-lr-null).space-lr-double > li:nth-child(4n+1),
  .cols.items-xs4:not(.space-lr-null).space-lr-double > div:nth-child(4n+1),
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+1),
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+1) {
    padding-left: 15px;
  }
  .cols.items-xs4:not(.space-lr-null).space-lr-double > li:nth-child(4n+4),
  .cols.items-xs4:not(.space-lr-null).space-lr-double > div:nth-child(4n+4),
  .cols.items-xs4:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > li:nth-child(4n+4),
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > div:nth-child(4n+4),
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs4:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs4:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs4.clickable > li,
  .cols.items-xs4.clickable > div,
  .cols.items-xs4.clickable > span {
    width: 2.5%;
  }
  .cols > .item-l4 {
    width: 25%;
  }
  .cols.items-xs3 > li,
  .cols.items-xs3 > div,
  .cols.items-xs3 > span,
  .cols.items-xs3 > main,
  .cols.items-xs3 > section,
  .cols.items-xs3 > aside {
    width: 33.333%;
  }
  .cols.items-xs3 > .double {
    width: 66.666%;
  }
  .cols.items-xs3 > .tripple {
    width: 100%;
  }
  .cols.items-xs3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+4),
  .cols.items-xs3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+4) {
    margin-top: 15px;
  }
  .cols.items-xs3:not(.space-lr-null).space-lr-double > li:nth-child(3n+1),
  .cols.items-xs3:not(.space-lr-null).space-lr-double > div:nth-child(3n+1),
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+1),
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+1) {
    padding-left: 15px;
  }
  .cols.items-xs3:not(.space-lr-null).space-lr-double > li:nth-child(3n+3),
  .cols.items-xs3:not(.space-lr-null).space-lr-double > div:nth-child(3n+3),
  .cols.items-xs3:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > li:nth-child(3n+3),
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > div:nth-child(3n+3),
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs3:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs3:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs3.clickable > li,
  .cols.items-xs3.clickable > div,
  .cols.items-xs3.clickable > span {
    width: 3.3333%;
  }
  .cols > .item-l3 {
    width: 33.333%;
  }
  .cols.items-xs2 > li,
  .cols.items-xs2 > div,
  .cols.items-xs2 > span,
  .cols.items-xs2 > main,
  .cols.items-xs2 > section,
  .cols.items-xs2 > aside {
    width: 50%;
  }
  .cols.items-xs2 > .double {
    width: 100%;
  }
  .cols.items-xs2 > .tripple {
    width: 100%;
  }
  .cols.items-xs2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n+3),
  .cols.items-xs2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .cols.items-xs2:not(.space-lr-null).space-lr-double > li:nth-child(2n+1),
  .cols.items-xs2:not(.space-lr-null).space-lr-double > div:nth-child(2n+1),
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+1),
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+1) {
    padding-left: 15px;
  }
  .cols.items-xs2:not(.space-lr-null).space-lr-double > li:nth-child(2n+2),
  .cols.items-xs2:not(.space-lr-null).space-lr-double > div:nth-child(2n+2),
  .cols.items-xs2:not(.space-lr-null).space-lr-double > li:last-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-double > div:last-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > li:nth-child(2n+2),
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > div:nth-child(2n+2),
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > li:last-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > div:last-child {
    padding-right: 15px;
  }
  .cols.items-xs2:not(.space-lr-null).space-lr-double > li:first-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-double > div:first-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > li:first-child,
  .cols.items-xs2:not(.space-lr-null).space-lr-triple > div:first-child {
    padding-left: 15px;
  }
  .cols.items-xs2.clickable > li,
  .cols.items-xs2.clickable > div,
  .cols.items-xs2.clickable > span {
    width: 5%;
  }
  .cols > .item-l2 {
    width: 50%;
  }
  .cols.items-xs1 > li,
  .cols.items-xs1 > div,
  .cols.items-xs1 > span,
  .cols.items-xs1 > main,
  .cols.items-xs1 > section,
  .cols.items-xs1 > aside {
    width: 100%;
  }
  .cols.items-xs1.clickable > li,
  .cols.items-xs1.clickable > div,
  .cols.items-xs1.clickable > span {
    width: 10%;
  }
  .cols > .item-l1 {
    width: 100%;
  }
}
.cols.link-cover li {
  position: relative;
}
.cols.link-cover li .card-item-wrap {
  position: relative;
  height: 100%;
  z-index: 1;
}
.cols.link-cover li .cols.link-cover li .card-item-border {
  display: table;
  width: calc(100% + 0px);
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0px;
  right: 0px;
  opacity: 0;
  z-index: 5;
}
.cols.link-cover li .cols.link-cover li .card-item-border .content-link {
  display: table-row;
  text-align: center;
  position: relative;
  bottom: auto;
  right: auto;
}
.cols.link-cover li:hover .card-item-border {
  opacity: 1;
}
.cols.link-cover li:hover .card-item-border .content-link a {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0,0,0,0.2);
}
.cols.link-cover li:hover .card-item-border .content-link a > span {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
}
.cols.link-cover li:hover .card-item-border .content-link a > span:hover {
  background: #000;
  color: #fff;
}
