/*! Width */
.icc-width-100 {
  width: 100%;
}

@media screen and (width > 650px) {
  .icc-T-width-auto {
    width: auto;
  }
}

@media screen and (width > 900px) {
  .icc-D-width-auto {
    width: auto;
  }
}

/*! Text align */
.icc-text-center {
  text-align: center;
}
@media screen and (width > 650px) {
  .icc-T-text-center {
    text-align: center;
  }
}
@media screen and (width > 900px) {
  .icc-D-text-center {
    text-align: center;
  }
}

/*! Opacity */
.icc-opacity-07 {
  opacity: 0.7;
}

/*! Other */
.icc-text-balance {
  text-wrap: balance;
}
.icc-container-inline-size {
  container-type: inline-size;
}
/*! Display */
.icc-display-none {
  display: none;
}
.icc-display-block {
  display: block;
}
@media screen and (width > 650px) {
  .icc-T-display-block {
    display: block;
  }
  .icc-T-display-inline-block {
    display: inline-block;
  }
  .icc-T-display-none {
    display: none;
  }
}

@media screen and (width > 900px) {
  .icc-D-display-block {
    display: block;
  }
  .icc-D-display-none {
    display: none;
  }
}

/*! Flex */
.icc-flex-wrap {
  flex-wrap: wrap;
}

@media screen and (width > 900px) {
  .icc-D-justify-content-center {
    justify-content: center;
  }
}

.icc-order-1 {
  order: 1;
}
.icc-order-2 {
  order: 2;
}
.icc-order-3 {
  order: 3;
}
.icc-order-4 {
  order: 4;
}
.icc-order-5 {
  order: 5;
}
.icc-order-6 {
  order: 6;
}
.icc-order-7 {
  order: 7;
}
.icc-order-8 {
  order: 8;
}
.icc-order-9 {
  order: 9;
}
.icc-order-10 {
  order: 10;
}
.icc-order-11 {
  order: 11;
}
.icc-order-12 {
  order: 12;
}

@media screen and (width > 900px) {
  .icc-D-order-1 {
    order: 1;
  }
  .icc-D-order-2 {
    order: 2;
  }
}
