@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
@import url("//fonts.googleapis.com/css?family=Comfortaa");
/* IEハック用mixin */
@import url("//fonts.googleapis.com/css?family=Comfortaa");
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

@-o-viewport {
  width: device-width;
  initial-scale: 1;
}

@viewport {
  width: device-width;
  initial-scale: 1;
}

.bold {
  font-weight: bold;
}

.flex-grow-zero {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* flex用骨子 */
.flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-space.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-space.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-space.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-space.justify-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-space.justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-space.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-space.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-space.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 61.24em) {
  .flex-space {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-space.col-2 > div, .flex-space.col-2 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}

.flex-space.col-2 > div.width-auto, .flex-space.col-2 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: inherit;
}

@media (max-width: 61.24em) {
  .flex-space.col-2 > div, .flex-space.col-2 > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-space.col-2 > div.responsive-order-0, .flex-space.col-2 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-2 > div.responsive-order-1, .flex-space.col-2 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-2 > div.responsive-order-2, .flex-space.col-2 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-2 > div.responsive-order-3, .flex-space.col-2 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-2 > div.responsive-order-4, .flex-space.col-2 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-2 > div.responsive-order-5, .flex-space.col-2 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-2 > div.responsive-order-6, .flex-space.col-2 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-2 > div.responsive-order-7, .flex-space.col-2 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-2 > div.responsive-order-8, .flex-space.col-2 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-2 > div.responsive-order-9, .flex-space.col-2 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-2 > div.responsive-order-10, .flex-space.col-2 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.col-3 > div, .flex-space.col-3 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  max-width: 32%;
}

.flex-space.col-3 > div.width-auto, .flex-space.col-3 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 61.24em) {
  .flex-space.col-3 > div, .flex-space.col-3 > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-space.col-3 > div.responsive-order-0, .flex-space.col-3 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-3 > div.responsive-order-1, .flex-space.col-3 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-3 > div.responsive-order-2, .flex-space.col-3 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-3 > div.responsive-order-3, .flex-space.col-3 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-3 > div.responsive-order-4, .flex-space.col-3 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-3 > div.responsive-order-5, .flex-space.col-3 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-3 > div.responsive-order-6, .flex-space.col-3 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-3 > div.responsive-order-7, .flex-space.col-3 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-3 > div.responsive-order-8, .flex-space.col-3 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-3 > div.responsive-order-9, .flex-space.col-3 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-3 > div.responsive-order-10, .flex-space.col-3 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.col-4 > div, .flex-space.col-4 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  max-width: 24%;
}

.flex-space.col-4 > div.width-auto, .flex-space.col-4 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 61.24em) {
  .flex-space.col-4 > div, .flex-space.col-4 > li {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%;
  }
  .flex-space.col-4 > div.responsive-order-0, .flex-space.col-4 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-4 > div.responsive-order-1, .flex-space.col-4 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-4 > div.responsive-order-2, .flex-space.col-4 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-4 > div.responsive-order-3, .flex-space.col-4 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-4 > div.responsive-order-4, .flex-space.col-4 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-4 > div.responsive-order-5, .flex-space.col-4 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-4 > div.responsive-order-6, .flex-space.col-4 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-4 > div.responsive-order-7, .flex-space.col-4 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-4 > div.responsive-order-8, .flex-space.col-4 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-4 > div.responsive-order-9, .flex-space.col-4 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-4 > div.responsive-order-10, .flex-space.col-4 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

@media (max-width: 47.9275em) {
  .flex-space.col-4 > div, .flex-space.col-4 > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-space.col-4 > div.responsive-order-0, .flex-space.col-4 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-4 > div.responsive-order-1, .flex-space.col-4 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-4 > div.responsive-order-2, .flex-space.col-4 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-4 > div.responsive-order-3, .flex-space.col-4 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-4 > div.responsive-order-4, .flex-space.col-4 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-4 > div.responsive-order-5, .flex-space.col-4 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-4 > div.responsive-order-6, .flex-space.col-4 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-4 > div.responsive-order-7, .flex-space.col-4 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-4 > div.responsive-order-8, .flex-space.col-4 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-4 > div.responsive-order-9, .flex-space.col-4 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-4 > div.responsive-order-10, .flex-space.col-4 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.col-4_tablet-col-2 > div, .flex-space.col-4_tablet-col-2 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  max-width: 24%;
}

.flex-space.col-4_tablet-col-2 > div.width-auto, .flex-space.col-4_tablet-col-2 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: inherit;
}

@media (max-width: 61.24em) {
  .flex-space.col-4_tablet-col-2 > div, .flex-space.col-4_tablet-col-2 > li {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-0, .flex-space.col-4_tablet-col-2 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-1, .flex-space.col-4_tablet-col-2 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-2, .flex-space.col-4_tablet-col-2 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-3, .flex-space.col-4_tablet-col-2 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-4, .flex-space.col-4_tablet-col-2 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-5, .flex-space.col-4_tablet-col-2 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-6, .flex-space.col-4_tablet-col-2 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-7, .flex-space.col-4_tablet-col-2 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-8, .flex-space.col-4_tablet-col-2 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-9, .flex-space.col-4_tablet-col-2 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-4_tablet-col-2 > div.responsive-order-10, .flex-space.col-4_tablet-col-2 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.col-8_tablet-col-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space.col-8_tablet-col-4 > div, .flex-space.col-8_tablet-col-4 > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 12.4%;
  flex-basis: 12.4%;
  max-width: 12.4%;
}

.flex-space.col-8_tablet-col-4 > div.width-auto, .flex-space.col-8_tablet-col-4 > li.width-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 61.24em) {
  .flex-space.col-8_tablet-col-4 > div, .flex-space.col-8_tablet-col-4 > li {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    max-width: 24%;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-0, .flex-space.col-8_tablet-col-4 > li.responsive-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-1, .flex-space.col-8_tablet-col-4 > li.responsive-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-2, .flex-space.col-8_tablet-col-4 > li.responsive-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-3, .flex-space.col-8_tablet-col-4 > li.responsive-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-4, .flex-space.col-8_tablet-col-4 > li.responsive-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-5, .flex-space.col-8_tablet-col-4 > li.responsive-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-6, .flex-space.col-8_tablet-col-4 > li.responsive-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-7, .flex-space.col-8_tablet-col-4 > li.responsive-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-8, .flex-space.col-8_tablet-col-4 > li.responsive-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-9, .flex-space.col-8_tablet-col-4 > li.responsive-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-space.col-8_tablet-col-4 > div.responsive-order-10, .flex-space.col-8_tablet-col-4 > li.responsive-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.flex-space.vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-space-tablet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 39.99em) {
  .flex-space-tablet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-space-tablet.col-2 > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

@media (max-width: 39.99em) {
  .flex-space-tablet.col-2 > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-space-tablet.col-3 > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

@media (max-width: 39.99em) {
  .flex-space-tablet.col-3 > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-space-tablet.col-4 > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}

@media (max-width: 39.99em) {
  .flex-space-tablet.col-4 > div {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

@media (max-width: 23.49em) {
  .flex-space-tablet.col-4 > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* columns */
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 39.99em) {
  .columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.columns .col-space {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.columns .col-space.col-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 39.99em) {
  .columns .col-space.col-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.columns .col-space.col-3 {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

@media (max-width: 39.99em) {
  .columns .col-space.col-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.columns .col-space.col-4 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media (max-width: 39.99em) {
  .columns .col-space.col-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.columns .col-space.col-5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media (max-width: 39.99em) {
  .columns .col-space.col-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.columns .col-space .col-item {
  padding: 16px;
  padding: 1rem;
  word-break: break-all;
  height: 100%;
}

@media (max-width: 39.99em) {
  .columns .col-space .col-item {
    padding: 0;
  }
}

.wd-rem0 {
  width: 0px;
  width: 0rem;
}

.wd-rem0-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem0-responsive {
    width: 0rem;
  }
}

.wd-em0 {
  width: 0px;
  width: 0rem;
}

.wd-em0-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em0-responsive {
    width: 0rem;
  }
}

.ht-rem0-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem0-responsive {
    height: 0rem;
  }
}

.ht-rem0-under-desktop {
  height: 100%;
}

.ht-rem0-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem0-under-desktop {
    height: 0rem;
  }
}

.ht-rem0 {
  height: 0px;
  height: 0rem;
}

.mt-rem0-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem0-responsive {
    margin-top: 0rem;
  }
}

.mt-rem0 {
  margin-top: 0px;
  margin-top: 0rem;
}

.mr-rem0-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem0-responsive {
    margin-right: 0rem;
  }
}

.mr-rem0 {
  margin-right: 0px;
  margin-right: 0rem;
}

.ml-rem0-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem0-responsive {
    margin-left: 0rem;
  }
}

.ml-rem0 {
  margin-left: 0px;
  margin-left: 0rem;
}

.mb-rem0-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem0-responsive {
    margin-bottom: 0rem;
  }
}

.mb-rem0 {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

.pt-rem0-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem0-responsive {
    padding-top: 0rem;
  }
}

.pt-rem0 {
  padding-top: 0px;
  padding-top: 0rem;
}

.pr-rem0-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem0-responsive {
    padding-right: 0rem;
  }
}

.pr-rem0 {
  padding-right: 0px;
  padding-right: 0rem;
}

.pl-rem0-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem0-responsive {
    padding-left: 0rem;
  }
}

.pl-rem0 {
  padding-left: 0px;
  padding-left: 0rem;
}

.pb-rem0-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem0-responsive {
    padding-bottom: 0rem;
  }
}

.pb-rem0 {
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

@media (max-width: 23.49em) {
  .mt-rem0-spn {
    margin-top: 0rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem0-spn {
    margin-top: 0rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem0-spn {
    margin-bottom: 0rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem0-spn {
    margin-left: 0rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem0-spn {
    margin-right: 0rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem0-spn {
    padding-top: 0rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem0-spn {
    padding-bottom: 0rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem0-spn {
    padding-left: 0rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem0-spn {
    padding-right: 0rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem0-tablet-h {
    margin-top: 0rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem0-tablet-h {
    margin-top: 0rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem0-tablet-h {
    margin-bottom: 0rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem0-tablet-h {
    margin-left: 0rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem0-tablet-h {
    margin-right: 0rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem0-tablet-h {
    padding-top: 0rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem0-tablet-h {
    padding-bottom: 0rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem0-tablet-h {
    padding-left: 0rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem0-tablet-h {
    padding-right: 0rem;
  }
}

.wd-rem1 {
  width: 16px;
  width: 1rem;
}

.wd-rem1-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem1-responsive {
    width: 1rem;
  }
}

.wd-em1 {
  width: 16px;
  width: 1rem;
}

.wd-em1-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em1-responsive {
    width: 1rem;
  }
}

.ht-rem1-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem1-responsive {
    height: 1rem;
  }
}

.ht-rem1-under-desktop {
  height: 100%;
}

.ht-rem1-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem1-under-desktop {
    height: 1rem;
  }
}

.ht-rem1 {
  height: 16px;
  height: 1rem;
}

.mt-rem1-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem1-responsive {
    margin-top: 1rem;
  }
}

.mt-rem1 {
  margin-top: 16px;
  margin-top: 1rem;
}

.mr-rem1-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem1-responsive {
    margin-right: 1rem;
  }
}

.mr-rem1 {
  margin-right: 16px;
  margin-right: 1rem;
}

.ml-rem1-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem1-responsive {
    margin-left: 1rem;
  }
}

.ml-rem1 {
  margin-left: 16px;
  margin-left: 1rem;
}

.mb-rem1-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem1-responsive {
    margin-bottom: 1rem;
  }
}

.mb-rem1 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.pt-rem1-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem1-responsive {
    padding-top: 1rem;
  }
}

.pt-rem1 {
  padding-top: 16px;
  padding-top: 1rem;
}

.pr-rem1-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem1-responsive {
    padding-right: 1rem;
  }
}

.pr-rem1 {
  padding-right: 16px;
  padding-right: 1rem;
}

.pl-rem1-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem1-responsive {
    padding-left: 1rem;
  }
}

.pl-rem1 {
  padding-left: 16px;
  padding-left: 1rem;
}

.pb-rem1-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem1-responsive {
    padding-bottom: 1rem;
  }
}

.pb-rem1 {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

@media (max-width: 23.49em) {
  .mt-rem1-spn {
    margin-top: 1rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem1-spn {
    margin-top: 1rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem1-spn {
    margin-bottom: 1rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem1-spn {
    margin-left: 1rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem1-spn {
    margin-right: 1rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem1-spn {
    padding-top: 1rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem1-spn {
    padding-bottom: 1rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem1-spn {
    padding-left: 1rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem1-spn {
    padding-right: 1rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem1-tablet-h {
    margin-top: 1rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem1-tablet-h {
    margin-top: 1rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem1-tablet-h {
    margin-bottom: 1rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem1-tablet-h {
    margin-left: 1rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem1-tablet-h {
    margin-right: 1rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem1-tablet-h {
    padding-top: 1rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem1-tablet-h {
    padding-bottom: 1rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem1-tablet-h {
    padding-left: 1rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem1-tablet-h {
    padding-right: 1rem;
  }
}

.wd-rem2 {
  width: 32px;
  width: 2rem;
}

.wd-rem2-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem2-responsive {
    width: 2rem;
  }
}

.wd-em2 {
  width: 32px;
  width: 2rem;
}

.wd-em2-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em2-responsive {
    width: 2rem;
  }
}

.ht-rem2-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem2-responsive {
    height: 2rem;
  }
}

.ht-rem2-under-desktop {
  height: 100%;
}

.ht-rem2-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem2-under-desktop {
    height: 2rem;
  }
}

.ht-rem2 {
  height: 32px;
  height: 2rem;
}

.mt-rem2-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem2-responsive {
    margin-top: 2rem;
  }
}

.mt-rem2 {
  margin-top: 32px;
  margin-top: 2rem;
}

.mr-rem2-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem2-responsive {
    margin-right: 2rem;
  }
}

.mr-rem2 {
  margin-right: 32px;
  margin-right: 2rem;
}

.ml-rem2-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem2-responsive {
    margin-left: 2rem;
  }
}

.ml-rem2 {
  margin-left: 32px;
  margin-left: 2rem;
}

.mb-rem2-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem2-responsive {
    margin-bottom: 2rem;
  }
}

.mb-rem2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.pt-rem2-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem2-responsive {
    padding-top: 2rem;
  }
}

.pt-rem2 {
  padding-top: 32px;
  padding-top: 2rem;
}

.pr-rem2-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem2-responsive {
    padding-right: 2rem;
  }
}

.pr-rem2 {
  padding-right: 32px;
  padding-right: 2rem;
}

.pl-rem2-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem2-responsive {
    padding-left: 2rem;
  }
}

.pl-rem2 {
  padding-left: 32px;
  padding-left: 2rem;
}

.pb-rem2-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem2-responsive {
    padding-bottom: 2rem;
  }
}

.pb-rem2 {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

@media (max-width: 23.49em) {
  .mt-rem2-spn {
    margin-top: 2rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem2-spn {
    margin-top: 2rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem2-spn {
    margin-bottom: 2rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem2-spn {
    margin-left: 2rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem2-spn {
    margin-right: 2rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem2-spn {
    padding-top: 2rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem2-spn {
    padding-bottom: 2rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem2-spn {
    padding-left: 2rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem2-spn {
    padding-right: 2rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem2-tablet-h {
    margin-top: 2rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem2-tablet-h {
    margin-top: 2rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem2-tablet-h {
    margin-bottom: 2rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem2-tablet-h {
    margin-left: 2rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem2-tablet-h {
    margin-right: 2rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem2-tablet-h {
    padding-top: 2rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem2-tablet-h {
    padding-bottom: 2rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem2-tablet-h {
    padding-left: 2rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem2-tablet-h {
    padding-right: 2rem;
  }
}

.wd-rem3 {
  width: 48px;
  width: 3rem;
}

.wd-rem3-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem3-responsive {
    width: 3rem;
  }
}

.wd-em3 {
  width: 48px;
  width: 3rem;
}

.wd-em3-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em3-responsive {
    width: 3rem;
  }
}

.ht-rem3-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem3-responsive {
    height: 3rem;
  }
}

.ht-rem3-under-desktop {
  height: 100%;
}

.ht-rem3-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem3-under-desktop {
    height: 3rem;
  }
}

.ht-rem3 {
  height: 48px;
  height: 3rem;
}

.mt-rem3-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem3-responsive {
    margin-top: 3rem;
  }
}

.mt-rem3 {
  margin-top: 48px;
  margin-top: 3rem;
}

.mr-rem3-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem3-responsive {
    margin-right: 3rem;
  }
}

.mr-rem3 {
  margin-right: 48px;
  margin-right: 3rem;
}

.ml-rem3-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem3-responsive {
    margin-left: 3rem;
  }
}

.ml-rem3 {
  margin-left: 48px;
  margin-left: 3rem;
}

.mb-rem3-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem3-responsive {
    margin-bottom: 3rem;
  }
}

.mb-rem3 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.pt-rem3-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem3-responsive {
    padding-top: 3rem;
  }
}

.pt-rem3 {
  padding-top: 48px;
  padding-top: 3rem;
}

.pr-rem3-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem3-responsive {
    padding-right: 3rem;
  }
}

.pr-rem3 {
  padding-right: 48px;
  padding-right: 3rem;
}

.pl-rem3-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem3-responsive {
    padding-left: 3rem;
  }
}

.pl-rem3 {
  padding-left: 48px;
  padding-left: 3rem;
}

.pb-rem3-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem3-responsive {
    padding-bottom: 3rem;
  }
}

.pb-rem3 {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

@media (max-width: 23.49em) {
  .mt-rem3-spn {
    margin-top: 3rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem3-spn {
    margin-top: 3rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem3-spn {
    margin-bottom: 3rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem3-spn {
    margin-left: 3rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem3-spn {
    margin-right: 3rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem3-spn {
    padding-top: 3rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem3-spn {
    padding-bottom: 3rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem3-spn {
    padding-left: 3rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem3-spn {
    padding-right: 3rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem3-tablet-h {
    margin-top: 3rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem3-tablet-h {
    margin-top: 3rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem3-tablet-h {
    margin-bottom: 3rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem3-tablet-h {
    margin-left: 3rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem3-tablet-h {
    margin-right: 3rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem3-tablet-h {
    padding-top: 3rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem3-tablet-h {
    padding-bottom: 3rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem3-tablet-h {
    padding-left: 3rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem3-tablet-h {
    padding-right: 3rem;
  }
}

.wd-rem4 {
  width: 64px;
  width: 4rem;
}

.wd-rem4-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem4-responsive {
    width: 4rem;
  }
}

.wd-em4 {
  width: 64px;
  width: 4rem;
}

.wd-em4-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em4-responsive {
    width: 4rem;
  }
}

.ht-rem4-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem4-responsive {
    height: 4rem;
  }
}

.ht-rem4-under-desktop {
  height: 100%;
}

.ht-rem4-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem4-under-desktop {
    height: 4rem;
  }
}

.ht-rem4 {
  height: 64px;
  height: 4rem;
}

.mt-rem4-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem4-responsive {
    margin-top: 4rem;
  }
}

.mt-rem4 {
  margin-top: 64px;
  margin-top: 4rem;
}

.mr-rem4-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem4-responsive {
    margin-right: 4rem;
  }
}

.mr-rem4 {
  margin-right: 64px;
  margin-right: 4rem;
}

.ml-rem4-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem4-responsive {
    margin-left: 4rem;
  }
}

.ml-rem4 {
  margin-left: 64px;
  margin-left: 4rem;
}

.mb-rem4-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem4-responsive {
    margin-bottom: 4rem;
  }
}

.mb-rem4 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.pt-rem4-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem4-responsive {
    padding-top: 4rem;
  }
}

.pt-rem4 {
  padding-top: 64px;
  padding-top: 4rem;
}

.pr-rem4-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem4-responsive {
    padding-right: 4rem;
  }
}

.pr-rem4 {
  padding-right: 64px;
  padding-right: 4rem;
}

.pl-rem4-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem4-responsive {
    padding-left: 4rem;
  }
}

.pl-rem4 {
  padding-left: 64px;
  padding-left: 4rem;
}

.pb-rem4-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem4-responsive {
    padding-bottom: 4rem;
  }
}

.pb-rem4 {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media (max-width: 23.49em) {
  .mt-rem4-spn {
    margin-top: 4rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem4-spn {
    margin-top: 4rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem4-spn {
    margin-bottom: 4rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem4-spn {
    margin-left: 4rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem4-spn {
    margin-right: 4rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem4-spn {
    padding-top: 4rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem4-spn {
    padding-bottom: 4rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem4-spn {
    padding-left: 4rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem4-spn {
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem4-tablet-h {
    margin-top: 4rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem4-tablet-h {
    margin-top: 4rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem4-tablet-h {
    margin-bottom: 4rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem4-tablet-h {
    margin-left: 4rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem4-tablet-h {
    margin-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem4-tablet-h {
    padding-top: 4rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem4-tablet-h {
    padding-bottom: 4rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem4-tablet-h {
    padding-left: 4rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem4-tablet-h {
    padding-right: 4rem;
  }
}

.wd-rem5 {
  width: 80px;
  width: 5rem;
}

.wd-rem5-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem5-responsive {
    width: 5rem;
  }
}

.wd-em5 {
  width: 80px;
  width: 5rem;
}

.wd-em5-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em5-responsive {
    width: 5rem;
  }
}

.ht-rem5-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem5-responsive {
    height: 5rem;
  }
}

.ht-rem5-under-desktop {
  height: 100%;
}

.ht-rem5-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem5-under-desktop {
    height: 5rem;
  }
}

.ht-rem5 {
  height: 80px;
  height: 5rem;
}

.mt-rem5-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem5-responsive {
    margin-top: 5rem;
  }
}

.mt-rem5 {
  margin-top: 80px;
  margin-top: 5rem;
}

.mr-rem5-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem5-responsive {
    margin-right: 5rem;
  }
}

.mr-rem5 {
  margin-right: 80px;
  margin-right: 5rem;
}

.ml-rem5-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem5-responsive {
    margin-left: 5rem;
  }
}

.ml-rem5 {
  margin-left: 80px;
  margin-left: 5rem;
}

.mb-rem5-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem5-responsive {
    margin-bottom: 5rem;
  }
}

.mb-rem5 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.pt-rem5-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem5-responsive {
    padding-top: 5rem;
  }
}

.pt-rem5 {
  padding-top: 80px;
  padding-top: 5rem;
}

.pr-rem5-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem5-responsive {
    padding-right: 5rem;
  }
}

.pr-rem5 {
  padding-right: 80px;
  padding-right: 5rem;
}

.pl-rem5-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem5-responsive {
    padding-left: 5rem;
  }
}

.pl-rem5 {
  padding-left: 80px;
  padding-left: 5rem;
}

.pb-rem5-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem5-responsive {
    padding-bottom: 5rem;
  }
}

.pb-rem5 {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

@media (max-width: 23.49em) {
  .mt-rem5-spn {
    margin-top: 5rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem5-spn {
    margin-top: 5rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem5-spn {
    margin-bottom: 5rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem5-spn {
    margin-left: 5rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem5-spn {
    margin-right: 5rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem5-spn {
    padding-top: 5rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem5-spn {
    padding-bottom: 5rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem5-spn {
    padding-left: 5rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem5-spn {
    padding-right: 5rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem5-tablet-h {
    margin-top: 5rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem5-tablet-h {
    margin-top: 5rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem5-tablet-h {
    margin-bottom: 5rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem5-tablet-h {
    margin-left: 5rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem5-tablet-h {
    margin-right: 5rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem5-tablet-h {
    padding-top: 5rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem5-tablet-h {
    padding-bottom: 5rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem5-tablet-h {
    padding-left: 5rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem5-tablet-h {
    padding-right: 5rem;
  }
}

.wd-rem6 {
  width: 96px;
  width: 6rem;
}

.wd-rem6-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem6-responsive {
    width: 6rem;
  }
}

.wd-em6 {
  width: 96px;
  width: 6rem;
}

.wd-em6-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em6-responsive {
    width: 6rem;
  }
}

.ht-rem6-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem6-responsive {
    height: 6rem;
  }
}

.ht-rem6-under-desktop {
  height: 100%;
}

.ht-rem6-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem6-under-desktop {
    height: 6rem;
  }
}

.ht-rem6 {
  height: 96px;
  height: 6rem;
}

.mt-rem6-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem6-responsive {
    margin-top: 6rem;
  }
}

.mt-rem6 {
  margin-top: 96px;
  margin-top: 6rem;
}

.mr-rem6-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem6-responsive {
    margin-right: 6rem;
  }
}

.mr-rem6 {
  margin-right: 96px;
  margin-right: 6rem;
}

.ml-rem6-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem6-responsive {
    margin-left: 6rem;
  }
}

.ml-rem6 {
  margin-left: 96px;
  margin-left: 6rem;
}

.mb-rem6-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem6-responsive {
    margin-bottom: 6rem;
  }
}

.mb-rem6 {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}

.pt-rem6-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem6-responsive {
    padding-top: 6rem;
  }
}

.pt-rem6 {
  padding-top: 96px;
  padding-top: 6rem;
}

.pr-rem6-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem6-responsive {
    padding-right: 6rem;
  }
}

.pr-rem6 {
  padding-right: 96px;
  padding-right: 6rem;
}

.pl-rem6-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem6-responsive {
    padding-left: 6rem;
  }
}

.pl-rem6 {
  padding-left: 96px;
  padding-left: 6rem;
}

.pb-rem6-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem6-responsive {
    padding-bottom: 6rem;
  }
}

.pb-rem6 {
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

@media (max-width: 23.49em) {
  .mt-rem6-spn {
    margin-top: 6rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem6-spn {
    margin-top: 6rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem6-spn {
    margin-bottom: 6rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem6-spn {
    margin-left: 6rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem6-spn {
    margin-right: 6rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem6-spn {
    padding-top: 6rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem6-spn {
    padding-bottom: 6rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem6-spn {
    padding-left: 6rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem6-spn {
    padding-right: 6rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem6-tablet-h {
    margin-top: 6rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem6-tablet-h {
    margin-top: 6rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem6-tablet-h {
    margin-bottom: 6rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem6-tablet-h {
    margin-left: 6rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem6-tablet-h {
    margin-right: 6rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem6-tablet-h {
    padding-top: 6rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem6-tablet-h {
    padding-bottom: 6rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem6-tablet-h {
    padding-left: 6rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem6-tablet-h {
    padding-right: 6rem;
  }
}

.wd-rem7 {
  width: 112px;
  width: 7rem;
}

.wd-rem7-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem7-responsive {
    width: 7rem;
  }
}

.wd-em7 {
  width: 112px;
  width: 7rem;
}

.wd-em7-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em7-responsive {
    width: 7rem;
  }
}

.ht-rem7-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem7-responsive {
    height: 7rem;
  }
}

.ht-rem7-under-desktop {
  height: 100%;
}

.ht-rem7-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem7-under-desktop {
    height: 7rem;
  }
}

.ht-rem7 {
  height: 112px;
  height: 7rem;
}

.mt-rem7-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem7-responsive {
    margin-top: 7rem;
  }
}

.mt-rem7 {
  margin-top: 112px;
  margin-top: 7rem;
}

.mr-rem7-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem7-responsive {
    margin-right: 7rem;
  }
}

.mr-rem7 {
  margin-right: 112px;
  margin-right: 7rem;
}

.ml-rem7-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem7-responsive {
    margin-left: 7rem;
  }
}

.ml-rem7 {
  margin-left: 112px;
  margin-left: 7rem;
}

.mb-rem7-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem7-responsive {
    margin-bottom: 7rem;
  }
}

.mb-rem7 {
  margin-bottom: 112px;
  margin-bottom: 7rem;
}

.pt-rem7-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem7-responsive {
    padding-top: 7rem;
  }
}

.pt-rem7 {
  padding-top: 112px;
  padding-top: 7rem;
}

.pr-rem7-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem7-responsive {
    padding-right: 7rem;
  }
}

.pr-rem7 {
  padding-right: 112px;
  padding-right: 7rem;
}

.pl-rem7-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem7-responsive {
    padding-left: 7rem;
  }
}

.pl-rem7 {
  padding-left: 112px;
  padding-left: 7rem;
}

.pb-rem7-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem7-responsive {
    padding-bottom: 7rem;
  }
}

.pb-rem7 {
  padding-bottom: 112px;
  padding-bottom: 7rem;
}

@media (max-width: 23.49em) {
  .mt-rem7-spn {
    margin-top: 7rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem7-spn {
    margin-top: 7rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem7-spn {
    margin-bottom: 7rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem7-spn {
    margin-left: 7rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem7-spn {
    margin-right: 7rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem7-spn {
    padding-top: 7rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem7-spn {
    padding-bottom: 7rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem7-spn {
    padding-left: 7rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem7-spn {
    padding-right: 7rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem7-tablet-h {
    margin-top: 7rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem7-tablet-h {
    margin-top: 7rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem7-tablet-h {
    margin-bottom: 7rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem7-tablet-h {
    margin-left: 7rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem7-tablet-h {
    margin-right: 7rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem7-tablet-h {
    padding-top: 7rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem7-tablet-h {
    padding-bottom: 7rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem7-tablet-h {
    padding-left: 7rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem7-tablet-h {
    padding-right: 7rem;
  }
}

.wd-rem8 {
  width: 128px;
  width: 8rem;
}

.wd-rem8-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem8-responsive {
    width: 8rem;
  }
}

.wd-em8 {
  width: 128px;
  width: 8rem;
}

.wd-em8-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em8-responsive {
    width: 8rem;
  }
}

.ht-rem8-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem8-responsive {
    height: 8rem;
  }
}

.ht-rem8-under-desktop {
  height: 100%;
}

.ht-rem8-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem8-under-desktop {
    height: 8rem;
  }
}

.ht-rem8 {
  height: 128px;
  height: 8rem;
}

.mt-rem8-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem8-responsive {
    margin-top: 8rem;
  }
}

.mt-rem8 {
  margin-top: 128px;
  margin-top: 8rem;
}

.mr-rem8-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem8-responsive {
    margin-right: 8rem;
  }
}

.mr-rem8 {
  margin-right: 128px;
  margin-right: 8rem;
}

.ml-rem8-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem8-responsive {
    margin-left: 8rem;
  }
}

.ml-rem8 {
  margin-left: 128px;
  margin-left: 8rem;
}

.mb-rem8-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem8-responsive {
    margin-bottom: 8rem;
  }
}

.mb-rem8 {
  margin-bottom: 128px;
  margin-bottom: 8rem;
}

.pt-rem8-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem8-responsive {
    padding-top: 8rem;
  }
}

.pt-rem8 {
  padding-top: 128px;
  padding-top: 8rem;
}

.pr-rem8-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem8-responsive {
    padding-right: 8rem;
  }
}

.pr-rem8 {
  padding-right: 128px;
  padding-right: 8rem;
}

.pl-rem8-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem8-responsive {
    padding-left: 8rem;
  }
}

.pl-rem8 {
  padding-left: 128px;
  padding-left: 8rem;
}

.pb-rem8-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem8-responsive {
    padding-bottom: 8rem;
  }
}

.pb-rem8 {
  padding-bottom: 128px;
  padding-bottom: 8rem;
}

@media (max-width: 23.49em) {
  .mt-rem8-spn {
    margin-top: 8rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem8-spn {
    margin-top: 8rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem8-spn {
    margin-bottom: 8rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem8-spn {
    margin-left: 8rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem8-spn {
    margin-right: 8rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem8-spn {
    padding-top: 8rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem8-spn {
    padding-bottom: 8rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem8-spn {
    padding-left: 8rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem8-spn {
    padding-right: 8rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem8-tablet-h {
    margin-top: 8rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem8-tablet-h {
    margin-top: 8rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem8-tablet-h {
    margin-bottom: 8rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem8-tablet-h {
    margin-left: 8rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem8-tablet-h {
    margin-right: 8rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem8-tablet-h {
    padding-top: 8rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem8-tablet-h {
    padding-bottom: 8rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem8-tablet-h {
    padding-left: 8rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem8-tablet-h {
    padding-right: 8rem;
  }
}

.wd-rem9 {
  width: 144px;
  width: 9rem;
}

.wd-rem9-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem9-responsive {
    width: 9rem;
  }
}

.wd-em9 {
  width: 144px;
  width: 9rem;
}

.wd-em9-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em9-responsive {
    width: 9rem;
  }
}

.ht-rem9-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem9-responsive {
    height: 9rem;
  }
}

.ht-rem9-under-desktop {
  height: 100%;
}

.ht-rem9-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem9-under-desktop {
    height: 9rem;
  }
}

.ht-rem9 {
  height: 144px;
  height: 9rem;
}

.mt-rem9-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem9-responsive {
    margin-top: 9rem;
  }
}

.mt-rem9 {
  margin-top: 144px;
  margin-top: 9rem;
}

.mr-rem9-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem9-responsive {
    margin-right: 9rem;
  }
}

.mr-rem9 {
  margin-right: 144px;
  margin-right: 9rem;
}

.ml-rem9-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem9-responsive {
    margin-left: 9rem;
  }
}

.ml-rem9 {
  margin-left: 144px;
  margin-left: 9rem;
}

.mb-rem9-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem9-responsive {
    margin-bottom: 9rem;
  }
}

.mb-rem9 {
  margin-bottom: 144px;
  margin-bottom: 9rem;
}

.pt-rem9-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem9-responsive {
    padding-top: 9rem;
  }
}

.pt-rem9 {
  padding-top: 144px;
  padding-top: 9rem;
}

.pr-rem9-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem9-responsive {
    padding-right: 9rem;
  }
}

.pr-rem9 {
  padding-right: 144px;
  padding-right: 9rem;
}

.pl-rem9-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem9-responsive {
    padding-left: 9rem;
  }
}

.pl-rem9 {
  padding-left: 144px;
  padding-left: 9rem;
}

.pb-rem9-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem9-responsive {
    padding-bottom: 9rem;
  }
}

.pb-rem9 {
  padding-bottom: 144px;
  padding-bottom: 9rem;
}

@media (max-width: 23.49em) {
  .mt-rem9-spn {
    margin-top: 9rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem9-spn {
    margin-top: 9rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem9-spn {
    margin-bottom: 9rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem9-spn {
    margin-left: 9rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem9-spn {
    margin-right: 9rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem9-spn {
    padding-top: 9rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem9-spn {
    padding-bottom: 9rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem9-spn {
    padding-left: 9rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem9-spn {
    padding-right: 9rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem9-tablet-h {
    margin-top: 9rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem9-tablet-h {
    margin-top: 9rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem9-tablet-h {
    margin-bottom: 9rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem9-tablet-h {
    margin-left: 9rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem9-tablet-h {
    margin-right: 9rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem9-tablet-h {
    padding-top: 9rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem9-tablet-h {
    padding-bottom: 9rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem9-tablet-h {
    padding-left: 9rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem9-tablet-h {
    padding-right: 9rem;
  }
}

.wd-rem10 {
  width: 160px;
  width: 10rem;
}

.wd-rem10-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem10-responsive {
    width: 10rem;
  }
}

.wd-em10 {
  width: 160px;
  width: 10rem;
}

.wd-em10-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em10-responsive {
    width: 10rem;
  }
}

.ht-rem10-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem10-responsive {
    height: 10rem;
  }
}

.ht-rem10-under-desktop {
  height: 100%;
}

.ht-rem10-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem10-under-desktop {
    height: 10rem;
  }
}

.ht-rem10 {
  height: 160px;
  height: 10rem;
}

.mt-rem10-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem10-responsive {
    margin-top: 10rem;
  }
}

.mt-rem10 {
  margin-top: 160px;
  margin-top: 10rem;
}

.mr-rem10-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem10-responsive {
    margin-right: 10rem;
  }
}

.mr-rem10 {
  margin-right: 160px;
  margin-right: 10rem;
}

.ml-rem10-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem10-responsive {
    margin-left: 10rem;
  }
}

.ml-rem10 {
  margin-left: 160px;
  margin-left: 10rem;
}

.mb-rem10-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem10-responsive {
    margin-bottom: 10rem;
  }
}

.mb-rem10 {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}

.pt-rem10-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem10-responsive {
    padding-top: 10rem;
  }
}

.pt-rem10 {
  padding-top: 160px;
  padding-top: 10rem;
}

.pr-rem10-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem10-responsive {
    padding-right: 10rem;
  }
}

.pr-rem10 {
  padding-right: 160px;
  padding-right: 10rem;
}

.pl-rem10-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem10-responsive {
    padding-left: 10rem;
  }
}

.pl-rem10 {
  padding-left: 160px;
  padding-left: 10rem;
}

.pb-rem10-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem10-responsive {
    padding-bottom: 10rem;
  }
}

.pb-rem10 {
  padding-bottom: 160px;
  padding-bottom: 10rem;
}

@media (max-width: 23.49em) {
  .mt-rem10-spn {
    margin-top: 10rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem10-spn {
    margin-top: 10rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem10-spn {
    margin-bottom: 10rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem10-spn {
    margin-left: 10rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem10-spn {
    margin-right: 10rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem10-spn {
    padding-top: 10rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem10-spn {
    padding-bottom: 10rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem10-spn {
    padding-left: 10rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem10-spn {
    padding-right: 10rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem10-tablet-h {
    margin-top: 10rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem10-tablet-h {
    margin-top: 10rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem10-tablet-h {
    margin-bottom: 10rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem10-tablet-h {
    margin-left: 10rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem10-tablet-h {
    margin-right: 10rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem10-tablet-h {
    padding-top: 10rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem10-tablet-h {
    padding-bottom: 10rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem10-tablet-h {
    padding-left: 10rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem10-tablet-h {
    padding-right: 10rem;
  }
}

.wd-rem11 {
  width: 176px;
  width: 11rem;
}

.wd-rem11-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem11-responsive {
    width: 11rem;
  }
}

.wd-em11 {
  width: 176px;
  width: 11rem;
}

.wd-em11-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em11-responsive {
    width: 11rem;
  }
}

.ht-rem11-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem11-responsive {
    height: 11rem;
  }
}

.ht-rem11-under-desktop {
  height: 100%;
}

.ht-rem11-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem11-under-desktop {
    height: 11rem;
  }
}

.ht-rem11 {
  height: 176px;
  height: 11rem;
}

.mt-rem11-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem11-responsive {
    margin-top: 11rem;
  }
}

.mt-rem11 {
  margin-top: 176px;
  margin-top: 11rem;
}

.mr-rem11-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem11-responsive {
    margin-right: 11rem;
  }
}

.mr-rem11 {
  margin-right: 176px;
  margin-right: 11rem;
}

.ml-rem11-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem11-responsive {
    margin-left: 11rem;
  }
}

.ml-rem11 {
  margin-left: 176px;
  margin-left: 11rem;
}

.mb-rem11-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem11-responsive {
    margin-bottom: 11rem;
  }
}

.mb-rem11 {
  margin-bottom: 176px;
  margin-bottom: 11rem;
}

.pt-rem11-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem11-responsive {
    padding-top: 11rem;
  }
}

.pt-rem11 {
  padding-top: 176px;
  padding-top: 11rem;
}

.pr-rem11-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem11-responsive {
    padding-right: 11rem;
  }
}

.pr-rem11 {
  padding-right: 176px;
  padding-right: 11rem;
}

.pl-rem11-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem11-responsive {
    padding-left: 11rem;
  }
}

.pl-rem11 {
  padding-left: 176px;
  padding-left: 11rem;
}

.pb-rem11-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem11-responsive {
    padding-bottom: 11rem;
  }
}

.pb-rem11 {
  padding-bottom: 176px;
  padding-bottom: 11rem;
}

@media (max-width: 23.49em) {
  .mt-rem11-spn {
    margin-top: 11rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem11-spn {
    margin-top: 11rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem11-spn {
    margin-bottom: 11rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem11-spn {
    margin-left: 11rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem11-spn {
    margin-right: 11rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem11-spn {
    padding-top: 11rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem11-spn {
    padding-bottom: 11rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem11-spn {
    padding-left: 11rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem11-spn {
    padding-right: 11rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem11-tablet-h {
    margin-top: 11rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem11-tablet-h {
    margin-top: 11rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem11-tablet-h {
    margin-bottom: 11rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem11-tablet-h {
    margin-left: 11rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem11-tablet-h {
    margin-right: 11rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem11-tablet-h {
    padding-top: 11rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem11-tablet-h {
    padding-bottom: 11rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem11-tablet-h {
    padding-left: 11rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem11-tablet-h {
    padding-right: 11rem;
  }
}

.wd-rem12 {
  width: 192px;
  width: 12rem;
}

.wd-rem12-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem12-responsive {
    width: 12rem;
  }
}

.wd-em12 {
  width: 192px;
  width: 12rem;
}

.wd-em12-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em12-responsive {
    width: 12rem;
  }
}

.ht-rem12-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem12-responsive {
    height: 12rem;
  }
}

.ht-rem12-under-desktop {
  height: 100%;
}

.ht-rem12-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem12-under-desktop {
    height: 12rem;
  }
}

.ht-rem12 {
  height: 192px;
  height: 12rem;
}

.mt-rem12-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem12-responsive {
    margin-top: 12rem;
  }
}

.mt-rem12 {
  margin-top: 192px;
  margin-top: 12rem;
}

.mr-rem12-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem12-responsive {
    margin-right: 12rem;
  }
}

.mr-rem12 {
  margin-right: 192px;
  margin-right: 12rem;
}

.ml-rem12-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem12-responsive {
    margin-left: 12rem;
  }
}

.ml-rem12 {
  margin-left: 192px;
  margin-left: 12rem;
}

.mb-rem12-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem12-responsive {
    margin-bottom: 12rem;
  }
}

.mb-rem12 {
  margin-bottom: 192px;
  margin-bottom: 12rem;
}

.pt-rem12-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem12-responsive {
    padding-top: 12rem;
  }
}

.pt-rem12 {
  padding-top: 192px;
  padding-top: 12rem;
}

.pr-rem12-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem12-responsive {
    padding-right: 12rem;
  }
}

.pr-rem12 {
  padding-right: 192px;
  padding-right: 12rem;
}

.pl-rem12-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem12-responsive {
    padding-left: 12rem;
  }
}

.pl-rem12 {
  padding-left: 192px;
  padding-left: 12rem;
}

.pb-rem12-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem12-responsive {
    padding-bottom: 12rem;
  }
}

.pb-rem12 {
  padding-bottom: 192px;
  padding-bottom: 12rem;
}

@media (max-width: 23.49em) {
  .mt-rem12-spn {
    margin-top: 12rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem12-spn {
    margin-top: 12rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem12-spn {
    margin-bottom: 12rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem12-spn {
    margin-left: 12rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem12-spn {
    margin-right: 12rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem12-spn {
    padding-top: 12rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem12-spn {
    padding-bottom: 12rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem12-spn {
    padding-left: 12rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem12-spn {
    padding-right: 12rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem12-tablet-h {
    margin-top: 12rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem12-tablet-h {
    margin-top: 12rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem12-tablet-h {
    margin-bottom: 12rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem12-tablet-h {
    margin-left: 12rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem12-tablet-h {
    margin-right: 12rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem12-tablet-h {
    padding-top: 12rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem12-tablet-h {
    padding-bottom: 12rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem12-tablet-h {
    padding-left: 12rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem12-tablet-h {
    padding-right: 12rem;
  }
}

.wd-rem13 {
  width: 208px;
  width: 13rem;
}

.wd-rem13-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem13-responsive {
    width: 13rem;
  }
}

.wd-em13 {
  width: 208px;
  width: 13rem;
}

.wd-em13-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em13-responsive {
    width: 13rem;
  }
}

.ht-rem13-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem13-responsive {
    height: 13rem;
  }
}

.ht-rem13-under-desktop {
  height: 100%;
}

.ht-rem13-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem13-under-desktop {
    height: 13rem;
  }
}

.ht-rem13 {
  height: 208px;
  height: 13rem;
}

.mt-rem13-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem13-responsive {
    margin-top: 13rem;
  }
}

.mt-rem13 {
  margin-top: 208px;
  margin-top: 13rem;
}

.mr-rem13-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem13-responsive {
    margin-right: 13rem;
  }
}

.mr-rem13 {
  margin-right: 208px;
  margin-right: 13rem;
}

.ml-rem13-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem13-responsive {
    margin-left: 13rem;
  }
}

.ml-rem13 {
  margin-left: 208px;
  margin-left: 13rem;
}

.mb-rem13-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem13-responsive {
    margin-bottom: 13rem;
  }
}

.mb-rem13 {
  margin-bottom: 208px;
  margin-bottom: 13rem;
}

.pt-rem13-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem13-responsive {
    padding-top: 13rem;
  }
}

.pt-rem13 {
  padding-top: 208px;
  padding-top: 13rem;
}

.pr-rem13-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem13-responsive {
    padding-right: 13rem;
  }
}

.pr-rem13 {
  padding-right: 208px;
  padding-right: 13rem;
}

.pl-rem13-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem13-responsive {
    padding-left: 13rem;
  }
}

.pl-rem13 {
  padding-left: 208px;
  padding-left: 13rem;
}

.pb-rem13-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem13-responsive {
    padding-bottom: 13rem;
  }
}

.pb-rem13 {
  padding-bottom: 208px;
  padding-bottom: 13rem;
}

@media (max-width: 23.49em) {
  .mt-rem13-spn {
    margin-top: 13rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem13-spn {
    margin-top: 13rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem13-spn {
    margin-bottom: 13rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem13-spn {
    margin-left: 13rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem13-spn {
    margin-right: 13rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem13-spn {
    padding-top: 13rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem13-spn {
    padding-bottom: 13rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem13-spn {
    padding-left: 13rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem13-spn {
    padding-right: 13rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem13-tablet-h {
    margin-top: 13rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem13-tablet-h {
    margin-top: 13rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem13-tablet-h {
    margin-bottom: 13rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem13-tablet-h {
    margin-left: 13rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem13-tablet-h {
    margin-right: 13rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem13-tablet-h {
    padding-top: 13rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem13-tablet-h {
    padding-bottom: 13rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem13-tablet-h {
    padding-left: 13rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem13-tablet-h {
    padding-right: 13rem;
  }
}

.wd-rem14 {
  width: 224px;
  width: 14rem;
}

.wd-rem14-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem14-responsive {
    width: 14rem;
  }
}

.wd-em14 {
  width: 224px;
  width: 14rem;
}

.wd-em14-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em14-responsive {
    width: 14rem;
  }
}

.ht-rem14-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem14-responsive {
    height: 14rem;
  }
}

.ht-rem14-under-desktop {
  height: 100%;
}

.ht-rem14-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem14-under-desktop {
    height: 14rem;
  }
}

.ht-rem14 {
  height: 224px;
  height: 14rem;
}

.mt-rem14-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem14-responsive {
    margin-top: 14rem;
  }
}

.mt-rem14 {
  margin-top: 224px;
  margin-top: 14rem;
}

.mr-rem14-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem14-responsive {
    margin-right: 14rem;
  }
}

.mr-rem14 {
  margin-right: 224px;
  margin-right: 14rem;
}

.ml-rem14-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem14-responsive {
    margin-left: 14rem;
  }
}

.ml-rem14 {
  margin-left: 224px;
  margin-left: 14rem;
}

.mb-rem14-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem14-responsive {
    margin-bottom: 14rem;
  }
}

.mb-rem14 {
  margin-bottom: 224px;
  margin-bottom: 14rem;
}

.pt-rem14-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem14-responsive {
    padding-top: 14rem;
  }
}

.pt-rem14 {
  padding-top: 224px;
  padding-top: 14rem;
}

.pr-rem14-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem14-responsive {
    padding-right: 14rem;
  }
}

.pr-rem14 {
  padding-right: 224px;
  padding-right: 14rem;
}

.pl-rem14-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem14-responsive {
    padding-left: 14rem;
  }
}

.pl-rem14 {
  padding-left: 224px;
  padding-left: 14rem;
}

.pb-rem14-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem14-responsive {
    padding-bottom: 14rem;
  }
}

.pb-rem14 {
  padding-bottom: 224px;
  padding-bottom: 14rem;
}

@media (max-width: 23.49em) {
  .mt-rem14-spn {
    margin-top: 14rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem14-spn {
    margin-top: 14rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem14-spn {
    margin-bottom: 14rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem14-spn {
    margin-left: 14rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem14-spn {
    margin-right: 14rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem14-spn {
    padding-top: 14rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem14-spn {
    padding-bottom: 14rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem14-spn {
    padding-left: 14rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem14-spn {
    padding-right: 14rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem14-tablet-h {
    margin-top: 14rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem14-tablet-h {
    margin-top: 14rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem14-tablet-h {
    margin-bottom: 14rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem14-tablet-h {
    margin-left: 14rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem14-tablet-h {
    margin-right: 14rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem14-tablet-h {
    padding-top: 14rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem14-tablet-h {
    padding-bottom: 14rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem14-tablet-h {
    padding-left: 14rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem14-tablet-h {
    padding-right: 14rem;
  }
}

.wd-rem15 {
  width: 240px;
  width: 15rem;
}

.wd-rem15-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem15-responsive {
    width: 15rem;
  }
}

.wd-em15 {
  width: 240px;
  width: 15rem;
}

.wd-em15-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em15-responsive {
    width: 15rem;
  }
}

.ht-rem15-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem15-responsive {
    height: 15rem;
  }
}

.ht-rem15-under-desktop {
  height: 100%;
}

.ht-rem15-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem15-under-desktop {
    height: 15rem;
  }
}

.ht-rem15 {
  height: 240px;
  height: 15rem;
}

.mt-rem15-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem15-responsive {
    margin-top: 15rem;
  }
}

.mt-rem15 {
  margin-top: 240px;
  margin-top: 15rem;
}

.mr-rem15-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem15-responsive {
    margin-right: 15rem;
  }
}

.mr-rem15 {
  margin-right: 240px;
  margin-right: 15rem;
}

.ml-rem15-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem15-responsive {
    margin-left: 15rem;
  }
}

.ml-rem15 {
  margin-left: 240px;
  margin-left: 15rem;
}

.mb-rem15-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem15-responsive {
    margin-bottom: 15rem;
  }
}

.mb-rem15 {
  margin-bottom: 240px;
  margin-bottom: 15rem;
}

.pt-rem15-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem15-responsive {
    padding-top: 15rem;
  }
}

.pt-rem15 {
  padding-top: 240px;
  padding-top: 15rem;
}

.pr-rem15-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem15-responsive {
    padding-right: 15rem;
  }
}

.pr-rem15 {
  padding-right: 240px;
  padding-right: 15rem;
}

.pl-rem15-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem15-responsive {
    padding-left: 15rem;
  }
}

.pl-rem15 {
  padding-left: 240px;
  padding-left: 15rem;
}

.pb-rem15-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem15-responsive {
    padding-bottom: 15rem;
  }
}

.pb-rem15 {
  padding-bottom: 240px;
  padding-bottom: 15rem;
}

@media (max-width: 23.49em) {
  .mt-rem15-spn {
    margin-top: 15rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem15-spn {
    margin-top: 15rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem15-spn {
    margin-bottom: 15rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem15-spn {
    margin-left: 15rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem15-spn {
    margin-right: 15rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem15-spn {
    padding-top: 15rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem15-spn {
    padding-bottom: 15rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem15-spn {
    padding-left: 15rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem15-spn {
    padding-right: 15rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem15-tablet-h {
    margin-top: 15rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem15-tablet-h {
    margin-top: 15rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem15-tablet-h {
    margin-bottom: 15rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem15-tablet-h {
    margin-left: 15rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem15-tablet-h {
    margin-right: 15rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem15-tablet-h {
    padding-top: 15rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem15-tablet-h {
    padding-bottom: 15rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem15-tablet-h {
    padding-left: 15rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem15-tablet-h {
    padding-right: 15rem;
  }
}

.wd-rem16 {
  width: 256px;
  width: 16rem;
}

.wd-rem16-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem16-responsive {
    width: 16rem;
  }
}

.wd-em16 {
  width: 256px;
  width: 16rem;
}

.wd-em16-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em16-responsive {
    width: 16rem;
  }
}

.ht-rem16-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem16-responsive {
    height: 16rem;
  }
}

.ht-rem16-under-desktop {
  height: 100%;
}

.ht-rem16-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem16-under-desktop {
    height: 16rem;
  }
}

.ht-rem16 {
  height: 256px;
  height: 16rem;
}

.mt-rem16-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem16-responsive {
    margin-top: 16rem;
  }
}

.mt-rem16 {
  margin-top: 256px;
  margin-top: 16rem;
}

.mr-rem16-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem16-responsive {
    margin-right: 16rem;
  }
}

.mr-rem16 {
  margin-right: 256px;
  margin-right: 16rem;
}

.ml-rem16-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem16-responsive {
    margin-left: 16rem;
  }
}

.ml-rem16 {
  margin-left: 256px;
  margin-left: 16rem;
}

.mb-rem16-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem16-responsive {
    margin-bottom: 16rem;
  }
}

.mb-rem16 {
  margin-bottom: 256px;
  margin-bottom: 16rem;
}

.pt-rem16-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem16-responsive {
    padding-top: 16rem;
  }
}

.pt-rem16 {
  padding-top: 256px;
  padding-top: 16rem;
}

.pr-rem16-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem16-responsive {
    padding-right: 16rem;
  }
}

.pr-rem16 {
  padding-right: 256px;
  padding-right: 16rem;
}

.pl-rem16-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem16-responsive {
    padding-left: 16rem;
  }
}

.pl-rem16 {
  padding-left: 256px;
  padding-left: 16rem;
}

.pb-rem16-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem16-responsive {
    padding-bottom: 16rem;
  }
}

.pb-rem16 {
  padding-bottom: 256px;
  padding-bottom: 16rem;
}

@media (max-width: 23.49em) {
  .mt-rem16-spn {
    margin-top: 16rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem16-spn {
    margin-top: 16rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem16-spn {
    margin-bottom: 16rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem16-spn {
    margin-left: 16rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem16-spn {
    margin-right: 16rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem16-spn {
    padding-top: 16rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem16-spn {
    padding-bottom: 16rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem16-spn {
    padding-left: 16rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem16-spn {
    padding-right: 16rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem16-tablet-h {
    margin-top: 16rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem16-tablet-h {
    margin-top: 16rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem16-tablet-h {
    margin-bottom: 16rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem16-tablet-h {
    margin-left: 16rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem16-tablet-h {
    margin-right: 16rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem16-tablet-h {
    padding-top: 16rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem16-tablet-h {
    padding-bottom: 16rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem16-tablet-h {
    padding-left: 16rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem16-tablet-h {
    padding-right: 16rem;
  }
}

.wd-rem17 {
  width: 272px;
  width: 17rem;
}

.wd-rem17-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem17-responsive {
    width: 17rem;
  }
}

.wd-em17 {
  width: 272px;
  width: 17rem;
}

.wd-em17-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em17-responsive {
    width: 17rem;
  }
}

.ht-rem17-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem17-responsive {
    height: 17rem;
  }
}

.ht-rem17-under-desktop {
  height: 100%;
}

.ht-rem17-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem17-under-desktop {
    height: 17rem;
  }
}

.ht-rem17 {
  height: 272px;
  height: 17rem;
}

.mt-rem17-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem17-responsive {
    margin-top: 17rem;
  }
}

.mt-rem17 {
  margin-top: 272px;
  margin-top: 17rem;
}

.mr-rem17-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem17-responsive {
    margin-right: 17rem;
  }
}

.mr-rem17 {
  margin-right: 272px;
  margin-right: 17rem;
}

.ml-rem17-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem17-responsive {
    margin-left: 17rem;
  }
}

.ml-rem17 {
  margin-left: 272px;
  margin-left: 17rem;
}

.mb-rem17-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem17-responsive {
    margin-bottom: 17rem;
  }
}

.mb-rem17 {
  margin-bottom: 272px;
  margin-bottom: 17rem;
}

.pt-rem17-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem17-responsive {
    padding-top: 17rem;
  }
}

.pt-rem17 {
  padding-top: 272px;
  padding-top: 17rem;
}

.pr-rem17-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem17-responsive {
    padding-right: 17rem;
  }
}

.pr-rem17 {
  padding-right: 272px;
  padding-right: 17rem;
}

.pl-rem17-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem17-responsive {
    padding-left: 17rem;
  }
}

.pl-rem17 {
  padding-left: 272px;
  padding-left: 17rem;
}

.pb-rem17-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem17-responsive {
    padding-bottom: 17rem;
  }
}

.pb-rem17 {
  padding-bottom: 272px;
  padding-bottom: 17rem;
}

@media (max-width: 23.49em) {
  .mt-rem17-spn {
    margin-top: 17rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem17-spn {
    margin-top: 17rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem17-spn {
    margin-bottom: 17rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem17-spn {
    margin-left: 17rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem17-spn {
    margin-right: 17rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem17-spn {
    padding-top: 17rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem17-spn {
    padding-bottom: 17rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem17-spn {
    padding-left: 17rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem17-spn {
    padding-right: 17rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem17-tablet-h {
    margin-top: 17rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem17-tablet-h {
    margin-top: 17rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem17-tablet-h {
    margin-bottom: 17rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem17-tablet-h {
    margin-left: 17rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem17-tablet-h {
    margin-right: 17rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem17-tablet-h {
    padding-top: 17rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem17-tablet-h {
    padding-bottom: 17rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem17-tablet-h {
    padding-left: 17rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem17-tablet-h {
    padding-right: 17rem;
  }
}

.wd-rem18 {
  width: 288px;
  width: 18rem;
}

.wd-rem18-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem18-responsive {
    width: 18rem;
  }
}

.wd-em18 {
  width: 288px;
  width: 18rem;
}

.wd-em18-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em18-responsive {
    width: 18rem;
  }
}

.ht-rem18-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem18-responsive {
    height: 18rem;
  }
}

.ht-rem18-under-desktop {
  height: 100%;
}

.ht-rem18-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem18-under-desktop {
    height: 18rem;
  }
}

.ht-rem18 {
  height: 288px;
  height: 18rem;
}

.mt-rem18-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem18-responsive {
    margin-top: 18rem;
  }
}

.mt-rem18 {
  margin-top: 288px;
  margin-top: 18rem;
}

.mr-rem18-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem18-responsive {
    margin-right: 18rem;
  }
}

.mr-rem18 {
  margin-right: 288px;
  margin-right: 18rem;
}

.ml-rem18-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem18-responsive {
    margin-left: 18rem;
  }
}

.ml-rem18 {
  margin-left: 288px;
  margin-left: 18rem;
}

.mb-rem18-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem18-responsive {
    margin-bottom: 18rem;
  }
}

.mb-rem18 {
  margin-bottom: 288px;
  margin-bottom: 18rem;
}

.pt-rem18-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem18-responsive {
    padding-top: 18rem;
  }
}

.pt-rem18 {
  padding-top: 288px;
  padding-top: 18rem;
}

.pr-rem18-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem18-responsive {
    padding-right: 18rem;
  }
}

.pr-rem18 {
  padding-right: 288px;
  padding-right: 18rem;
}

.pl-rem18-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem18-responsive {
    padding-left: 18rem;
  }
}

.pl-rem18 {
  padding-left: 288px;
  padding-left: 18rem;
}

.pb-rem18-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem18-responsive {
    padding-bottom: 18rem;
  }
}

.pb-rem18 {
  padding-bottom: 288px;
  padding-bottom: 18rem;
}

@media (max-width: 23.49em) {
  .mt-rem18-spn {
    margin-top: 18rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem18-spn {
    margin-top: 18rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem18-spn {
    margin-bottom: 18rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem18-spn {
    margin-left: 18rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem18-spn {
    margin-right: 18rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem18-spn {
    padding-top: 18rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem18-spn {
    padding-bottom: 18rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem18-spn {
    padding-left: 18rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem18-spn {
    padding-right: 18rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem18-tablet-h {
    margin-top: 18rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem18-tablet-h {
    margin-top: 18rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem18-tablet-h {
    margin-bottom: 18rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem18-tablet-h {
    margin-left: 18rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem18-tablet-h {
    margin-right: 18rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem18-tablet-h {
    padding-top: 18rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem18-tablet-h {
    padding-bottom: 18rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem18-tablet-h {
    padding-left: 18rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem18-tablet-h {
    padding-right: 18rem;
  }
}

.wd-rem19 {
  width: 304px;
  width: 19rem;
}

.wd-rem19-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem19-responsive {
    width: 19rem;
  }
}

.wd-em19 {
  width: 304px;
  width: 19rem;
}

.wd-em19-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em19-responsive {
    width: 19rem;
  }
}

.ht-rem19-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem19-responsive {
    height: 19rem;
  }
}

.ht-rem19-under-desktop {
  height: 100%;
}

.ht-rem19-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem19-under-desktop {
    height: 19rem;
  }
}

.ht-rem19 {
  height: 304px;
  height: 19rem;
}

.mt-rem19-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem19-responsive {
    margin-top: 19rem;
  }
}

.mt-rem19 {
  margin-top: 304px;
  margin-top: 19rem;
}

.mr-rem19-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem19-responsive {
    margin-right: 19rem;
  }
}

.mr-rem19 {
  margin-right: 304px;
  margin-right: 19rem;
}

.ml-rem19-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem19-responsive {
    margin-left: 19rem;
  }
}

.ml-rem19 {
  margin-left: 304px;
  margin-left: 19rem;
}

.mb-rem19-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem19-responsive {
    margin-bottom: 19rem;
  }
}

.mb-rem19 {
  margin-bottom: 304px;
  margin-bottom: 19rem;
}

.pt-rem19-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem19-responsive {
    padding-top: 19rem;
  }
}

.pt-rem19 {
  padding-top: 304px;
  padding-top: 19rem;
}

.pr-rem19-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem19-responsive {
    padding-right: 19rem;
  }
}

.pr-rem19 {
  padding-right: 304px;
  padding-right: 19rem;
}

.pl-rem19-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem19-responsive {
    padding-left: 19rem;
  }
}

.pl-rem19 {
  padding-left: 304px;
  padding-left: 19rem;
}

.pb-rem19-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem19-responsive {
    padding-bottom: 19rem;
  }
}

.pb-rem19 {
  padding-bottom: 304px;
  padding-bottom: 19rem;
}

@media (max-width: 23.49em) {
  .mt-rem19-spn {
    margin-top: 19rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem19-spn {
    margin-top: 19rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem19-spn {
    margin-bottom: 19rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem19-spn {
    margin-left: 19rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem19-spn {
    margin-right: 19rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem19-spn {
    padding-top: 19rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem19-spn {
    padding-bottom: 19rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem19-spn {
    padding-left: 19rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem19-spn {
    padding-right: 19rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem19-tablet-h {
    margin-top: 19rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem19-tablet-h {
    margin-top: 19rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem19-tablet-h {
    margin-bottom: 19rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem19-tablet-h {
    margin-left: 19rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem19-tablet-h {
    margin-right: 19rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem19-tablet-h {
    padding-top: 19rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem19-tablet-h {
    padding-bottom: 19rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem19-tablet-h {
    padding-left: 19rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem19-tablet-h {
    padding-right: 19rem;
  }
}

.wd-rem20 {
  width: 320px;
  width: 20rem;
}

.wd-rem20-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem20-responsive {
    width: 20rem;
  }
}

.wd-em20 {
  width: 320px;
  width: 20rem;
}

.wd-em20-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em20-responsive {
    width: 20rem;
  }
}

.ht-rem20-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem20-responsive {
    height: 20rem;
  }
}

.ht-rem20-under-desktop {
  height: 100%;
}

.ht-rem20-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem20-under-desktop {
    height: 20rem;
  }
}

.ht-rem20 {
  height: 320px;
  height: 20rem;
}

.mt-rem20-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem20-responsive {
    margin-top: 20rem;
  }
}

.mt-rem20 {
  margin-top: 320px;
  margin-top: 20rem;
}

.mr-rem20-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem20-responsive {
    margin-right: 20rem;
  }
}

.mr-rem20 {
  margin-right: 320px;
  margin-right: 20rem;
}

.ml-rem20-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem20-responsive {
    margin-left: 20rem;
  }
}

.ml-rem20 {
  margin-left: 320px;
  margin-left: 20rem;
}

.mb-rem20-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem20-responsive {
    margin-bottom: 20rem;
  }
}

.mb-rem20 {
  margin-bottom: 320px;
  margin-bottom: 20rem;
}

.pt-rem20-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem20-responsive {
    padding-top: 20rem;
  }
}

.pt-rem20 {
  padding-top: 320px;
  padding-top: 20rem;
}

.pr-rem20-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem20-responsive {
    padding-right: 20rem;
  }
}

.pr-rem20 {
  padding-right: 320px;
  padding-right: 20rem;
}

.pl-rem20-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem20-responsive {
    padding-left: 20rem;
  }
}

.pl-rem20 {
  padding-left: 320px;
  padding-left: 20rem;
}

.pb-rem20-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem20-responsive {
    padding-bottom: 20rem;
  }
}

.pb-rem20 {
  padding-bottom: 320px;
  padding-bottom: 20rem;
}

@media (max-width: 23.49em) {
  .mt-rem20-spn {
    margin-top: 20rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem20-spn {
    margin-top: 20rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem20-spn {
    margin-bottom: 20rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem20-spn {
    margin-left: 20rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem20-spn {
    margin-right: 20rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem20-spn {
    padding-top: 20rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem20-spn {
    padding-bottom: 20rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem20-spn {
    padding-left: 20rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem20-spn {
    padding-right: 20rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem20-tablet-h {
    margin-top: 20rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem20-tablet-h {
    margin-top: 20rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem20-tablet-h {
    margin-bottom: 20rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem20-tablet-h {
    margin-left: 20rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem20-tablet-h {
    margin-right: 20rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem20-tablet-h {
    padding-top: 20rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem20-tablet-h {
    padding-bottom: 20rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem20-tablet-h {
    padding-left: 20rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem20-tablet-h {
    padding-right: 20rem;
  }
}

.wd-rem21 {
  width: 336px;
  width: 21rem;
}

.wd-rem21-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem21-responsive {
    width: 21rem;
  }
}

.wd-em21 {
  width: 336px;
  width: 21rem;
}

.wd-em21-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em21-responsive {
    width: 21rem;
  }
}

.ht-rem21-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem21-responsive {
    height: 21rem;
  }
}

.ht-rem21-under-desktop {
  height: 100%;
}

.ht-rem21-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem21-under-desktop {
    height: 21rem;
  }
}

.ht-rem21 {
  height: 336px;
  height: 21rem;
}

.mt-rem21-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem21-responsive {
    margin-top: 21rem;
  }
}

.mt-rem21 {
  margin-top: 336px;
  margin-top: 21rem;
}

.mr-rem21-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem21-responsive {
    margin-right: 21rem;
  }
}

.mr-rem21 {
  margin-right: 336px;
  margin-right: 21rem;
}

.ml-rem21-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem21-responsive {
    margin-left: 21rem;
  }
}

.ml-rem21 {
  margin-left: 336px;
  margin-left: 21rem;
}

.mb-rem21-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem21-responsive {
    margin-bottom: 21rem;
  }
}

.mb-rem21 {
  margin-bottom: 336px;
  margin-bottom: 21rem;
}

.pt-rem21-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem21-responsive {
    padding-top: 21rem;
  }
}

.pt-rem21 {
  padding-top: 336px;
  padding-top: 21rem;
}

.pr-rem21-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem21-responsive {
    padding-right: 21rem;
  }
}

.pr-rem21 {
  padding-right: 336px;
  padding-right: 21rem;
}

.pl-rem21-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem21-responsive {
    padding-left: 21rem;
  }
}

.pl-rem21 {
  padding-left: 336px;
  padding-left: 21rem;
}

.pb-rem21-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem21-responsive {
    padding-bottom: 21rem;
  }
}

.pb-rem21 {
  padding-bottom: 336px;
  padding-bottom: 21rem;
}

@media (max-width: 23.49em) {
  .mt-rem21-spn {
    margin-top: 21rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem21-spn {
    margin-top: 21rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem21-spn {
    margin-bottom: 21rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem21-spn {
    margin-left: 21rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem21-spn {
    margin-right: 21rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem21-spn {
    padding-top: 21rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem21-spn {
    padding-bottom: 21rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem21-spn {
    padding-left: 21rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem21-spn {
    padding-right: 21rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem21-tablet-h {
    margin-top: 21rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem21-tablet-h {
    margin-top: 21rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem21-tablet-h {
    margin-bottom: 21rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem21-tablet-h {
    margin-left: 21rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem21-tablet-h {
    margin-right: 21rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem21-tablet-h {
    padding-top: 21rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem21-tablet-h {
    padding-bottom: 21rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem21-tablet-h {
    padding-left: 21rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem21-tablet-h {
    padding-right: 21rem;
  }
}

.wd-rem22 {
  width: 352px;
  width: 22rem;
}

.wd-rem22-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem22-responsive {
    width: 22rem;
  }
}

.wd-em22 {
  width: 352px;
  width: 22rem;
}

.wd-em22-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em22-responsive {
    width: 22rem;
  }
}

.ht-rem22-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem22-responsive {
    height: 22rem;
  }
}

.ht-rem22-under-desktop {
  height: 100%;
}

.ht-rem22-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem22-under-desktop {
    height: 22rem;
  }
}

.ht-rem22 {
  height: 352px;
  height: 22rem;
}

.mt-rem22-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem22-responsive {
    margin-top: 22rem;
  }
}

.mt-rem22 {
  margin-top: 352px;
  margin-top: 22rem;
}

.mr-rem22-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem22-responsive {
    margin-right: 22rem;
  }
}

.mr-rem22 {
  margin-right: 352px;
  margin-right: 22rem;
}

.ml-rem22-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem22-responsive {
    margin-left: 22rem;
  }
}

.ml-rem22 {
  margin-left: 352px;
  margin-left: 22rem;
}

.mb-rem22-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem22-responsive {
    margin-bottom: 22rem;
  }
}

.mb-rem22 {
  margin-bottom: 352px;
  margin-bottom: 22rem;
}

.pt-rem22-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem22-responsive {
    padding-top: 22rem;
  }
}

.pt-rem22 {
  padding-top: 352px;
  padding-top: 22rem;
}

.pr-rem22-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem22-responsive {
    padding-right: 22rem;
  }
}

.pr-rem22 {
  padding-right: 352px;
  padding-right: 22rem;
}

.pl-rem22-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem22-responsive {
    padding-left: 22rem;
  }
}

.pl-rem22 {
  padding-left: 352px;
  padding-left: 22rem;
}

.pb-rem22-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem22-responsive {
    padding-bottom: 22rem;
  }
}

.pb-rem22 {
  padding-bottom: 352px;
  padding-bottom: 22rem;
}

@media (max-width: 23.49em) {
  .mt-rem22-spn {
    margin-top: 22rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem22-spn {
    margin-top: 22rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem22-spn {
    margin-bottom: 22rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem22-spn {
    margin-left: 22rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem22-spn {
    margin-right: 22rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem22-spn {
    padding-top: 22rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem22-spn {
    padding-bottom: 22rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem22-spn {
    padding-left: 22rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem22-spn {
    padding-right: 22rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem22-tablet-h {
    margin-top: 22rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem22-tablet-h {
    margin-top: 22rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem22-tablet-h {
    margin-bottom: 22rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem22-tablet-h {
    margin-left: 22rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem22-tablet-h {
    margin-right: 22rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem22-tablet-h {
    padding-top: 22rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem22-tablet-h {
    padding-bottom: 22rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem22-tablet-h {
    padding-left: 22rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem22-tablet-h {
    padding-right: 22rem;
  }
}

.wd-rem23 {
  width: 368px;
  width: 23rem;
}

.wd-rem23-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem23-responsive {
    width: 23rem;
  }
}

.wd-em23 {
  width: 368px;
  width: 23rem;
}

.wd-em23-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em23-responsive {
    width: 23rem;
  }
}

.ht-rem23-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem23-responsive {
    height: 23rem;
  }
}

.ht-rem23-under-desktop {
  height: 100%;
}

.ht-rem23-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem23-under-desktop {
    height: 23rem;
  }
}

.ht-rem23 {
  height: 368px;
  height: 23rem;
}

.mt-rem23-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem23-responsive {
    margin-top: 23rem;
  }
}

.mt-rem23 {
  margin-top: 368px;
  margin-top: 23rem;
}

.mr-rem23-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem23-responsive {
    margin-right: 23rem;
  }
}

.mr-rem23 {
  margin-right: 368px;
  margin-right: 23rem;
}

.ml-rem23-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem23-responsive {
    margin-left: 23rem;
  }
}

.ml-rem23 {
  margin-left: 368px;
  margin-left: 23rem;
}

.mb-rem23-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem23-responsive {
    margin-bottom: 23rem;
  }
}

.mb-rem23 {
  margin-bottom: 368px;
  margin-bottom: 23rem;
}

.pt-rem23-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem23-responsive {
    padding-top: 23rem;
  }
}

.pt-rem23 {
  padding-top: 368px;
  padding-top: 23rem;
}

.pr-rem23-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem23-responsive {
    padding-right: 23rem;
  }
}

.pr-rem23 {
  padding-right: 368px;
  padding-right: 23rem;
}

.pl-rem23-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem23-responsive {
    padding-left: 23rem;
  }
}

.pl-rem23 {
  padding-left: 368px;
  padding-left: 23rem;
}

.pb-rem23-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem23-responsive {
    padding-bottom: 23rem;
  }
}

.pb-rem23 {
  padding-bottom: 368px;
  padding-bottom: 23rem;
}

@media (max-width: 23.49em) {
  .mt-rem23-spn {
    margin-top: 23rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem23-spn {
    margin-top: 23rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem23-spn {
    margin-bottom: 23rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem23-spn {
    margin-left: 23rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem23-spn {
    margin-right: 23rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem23-spn {
    padding-top: 23rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem23-spn {
    padding-bottom: 23rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem23-spn {
    padding-left: 23rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem23-spn {
    padding-right: 23rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem23-tablet-h {
    margin-top: 23rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem23-tablet-h {
    margin-top: 23rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem23-tablet-h {
    margin-bottom: 23rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem23-tablet-h {
    margin-left: 23rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem23-tablet-h {
    margin-right: 23rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem23-tablet-h {
    padding-top: 23rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem23-tablet-h {
    padding-bottom: 23rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem23-tablet-h {
    padding-left: 23rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem23-tablet-h {
    padding-right: 23rem;
  }
}

.wd-rem24 {
  width: 384px;
  width: 24rem;
}

.wd-rem24-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem24-responsive {
    width: 24rem;
  }
}

.wd-em24 {
  width: 384px;
  width: 24rem;
}

.wd-em24-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em24-responsive {
    width: 24rem;
  }
}

.ht-rem24-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem24-responsive {
    height: 24rem;
  }
}

.ht-rem24-under-desktop {
  height: 100%;
}

.ht-rem24-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem24-under-desktop {
    height: 24rem;
  }
}

.ht-rem24 {
  height: 384px;
  height: 24rem;
}

.mt-rem24-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem24-responsive {
    margin-top: 24rem;
  }
}

.mt-rem24 {
  margin-top: 384px;
  margin-top: 24rem;
}

.mr-rem24-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem24-responsive {
    margin-right: 24rem;
  }
}

.mr-rem24 {
  margin-right: 384px;
  margin-right: 24rem;
}

.ml-rem24-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem24-responsive {
    margin-left: 24rem;
  }
}

.ml-rem24 {
  margin-left: 384px;
  margin-left: 24rem;
}

.mb-rem24-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem24-responsive {
    margin-bottom: 24rem;
  }
}

.mb-rem24 {
  margin-bottom: 384px;
  margin-bottom: 24rem;
}

.pt-rem24-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem24-responsive {
    padding-top: 24rem;
  }
}

.pt-rem24 {
  padding-top: 384px;
  padding-top: 24rem;
}

.pr-rem24-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem24-responsive {
    padding-right: 24rem;
  }
}

.pr-rem24 {
  padding-right: 384px;
  padding-right: 24rem;
}

.pl-rem24-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem24-responsive {
    padding-left: 24rem;
  }
}

.pl-rem24 {
  padding-left: 384px;
  padding-left: 24rem;
}

.pb-rem24-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem24-responsive {
    padding-bottom: 24rem;
  }
}

.pb-rem24 {
  padding-bottom: 384px;
  padding-bottom: 24rem;
}

@media (max-width: 23.49em) {
  .mt-rem24-spn {
    margin-top: 24rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem24-spn {
    margin-top: 24rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem24-spn {
    margin-bottom: 24rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem24-spn {
    margin-left: 24rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem24-spn {
    margin-right: 24rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem24-spn {
    padding-top: 24rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem24-spn {
    padding-bottom: 24rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem24-spn {
    padding-left: 24rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem24-spn {
    padding-right: 24rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem24-tablet-h {
    margin-top: 24rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem24-tablet-h {
    margin-top: 24rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem24-tablet-h {
    margin-bottom: 24rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem24-tablet-h {
    margin-left: 24rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem24-tablet-h {
    margin-right: 24rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem24-tablet-h {
    padding-top: 24rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem24-tablet-h {
    padding-bottom: 24rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem24-tablet-h {
    padding-left: 24rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem24-tablet-h {
    padding-right: 24rem;
  }
}

.wd-rem25 {
  width: 400px;
  width: 25rem;
}

.wd-rem25-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-rem25-responsive {
    width: 25rem;
  }
}

.wd-em25 {
  width: 400px;
  width: 25rem;
}

.wd-em25-responsive {
  width: 100%;
}

@media (min-width: 23.5em) {
  .wd-em25-responsive {
    width: 25rem;
  }
}

.ht-rem25-responsive {
  height: 100%;
}

@media (min-width: 23.5em) {
  .ht-rem25-responsive {
    height: 25rem;
  }
}

.ht-rem25-under-desktop {
  height: 100%;
}

.ht-rem25-under-desktop.auto {
  height: auto;
}

@media (max-width: 63.99em) {
  .ht-rem25-under-desktop {
    height: 25rem;
  }
}

.ht-rem25 {
  height: 400px;
  height: 25rem;
}

.mt-rem25-responsive {
  margin-top: 0;
}

@media (min-width: 23.5em) {
  .mt-rem25-responsive {
    margin-top: 25rem;
  }
}

.mt-rem25 {
  margin-top: 400px;
  margin-top: 25rem;
}

.mr-rem25-responsive {
  margin-right: 0;
}

@media (min-width: 23.5em) {
  .mr-rem25-responsive {
    margin-right: 25rem;
  }
}

.mr-rem25 {
  margin-right: 400px;
  margin-right: 25rem;
}

.ml-rem25-responsive {
  margin-left: 0;
}

@media (min-width: 23.5em) {
  .ml-rem25-responsive {
    margin-left: 25rem;
  }
}

.ml-rem25 {
  margin-left: 400px;
  margin-left: 25rem;
}

.mb-rem25-responsive {
  margin-bottom: 0;
}

@media (min-width: 23.5em) {
  .mb-rem25-responsive {
    margin-bottom: 25rem;
  }
}

.mb-rem25 {
  margin-bottom: 400px;
  margin-bottom: 25rem;
}

.pt-rem25-responsive {
  padding-top: 0;
}

@media (min-width: 23.5em) {
  .pt-rem25-responsive {
    padding-top: 25rem;
  }
}

.pt-rem25 {
  padding-top: 400px;
  padding-top: 25rem;
}

.pr-rem25-responsive {
  padding-right: 0;
}

@media (min-width: 23.5em) {
  .pr-rem25-responsive {
    padding-right: 25rem;
  }
}

.pr-rem25 {
  padding-right: 400px;
  padding-right: 25rem;
}

.pl-rem25-responsive {
  padding-left: 0;
}

@media (min-width: 23.5em) {
  .pl-rem25-responsive {
    padding-left: 25rem;
  }
}

.pl-rem25 {
  padding-left: 400px;
  padding-left: 25rem;
}

.pb-rem25-responsive {
  padding-bottom: 0;
}

@media (min-width: 23.5em) {
  .pb-rem25-responsive {
    padding-bottom: 25rem;
  }
}

.pb-rem25 {
  padding-bottom: 400px;
  padding-bottom: 25rem;
}

@media (max-width: 23.49em) {
  .mt-rem25-spn {
    margin-top: 25rem;
  }
}

@media (max-width: 23.49em) {
  .mt-rem25-spn {
    margin-top: 25rem;
  }
}

@media (max-width: 23.49em) {
  .mb-rem25-spn {
    margin-bottom: 25rem;
  }
}

@media (max-width: 23.49em) {
  .ml-rem25-spn {
    margin-left: 25rem;
  }
}

@media (max-width: 23.49em) {
  .mr-rem25-spn {
    margin-right: 25rem;
  }
}

@media (max-width: 23.49em) {
  .pt-rem25-spn {
    padding-top: 25rem;
  }
}

@media (max-width: 23.49em) {
  .pb-rem25-spn {
    padding-bottom: 25rem;
  }
}

@media (max-width: 23.49em) {
  .pl-rem25-spn {
    padding-left: 25rem;
  }
}

@media (max-width: 23.49em) {
  .pr-rem25-spn {
    padding-right: 25rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem25-tablet-h {
    margin-top: 25rem;
  }
}

@media (max-width: 61.24em) {
  .mt-rem25-tablet-h {
    margin-top: 25rem;
  }
}

@media (max-width: 61.24em) {
  .mb-rem25-tablet-h {
    margin-bottom: 25rem;
  }
}

@media (max-width: 61.24em) {
  .ml-rem25-tablet-h {
    margin-left: 25rem;
  }
}

@media (max-width: 61.24em) {
  .mr-rem25-tablet-h {
    margin-right: 25rem;
  }
}

@media (max-width: 61.24em) {
  .pt-rem25-tablet-h {
    padding-top: 25rem;
  }
}

@media (max-width: 61.24em) {
  .pb-rem25-tablet-h {
    padding-bottom: 25rem;
  }
}

@media (max-width: 61.24em) {
  .pl-rem25-tablet-h {
    padding-left: 25rem;
  }
}

@media (max-width: 61.24em) {
  .pr-rem25-tablet-h {
    padding-right: 25rem;
  }
}

.pc-left {
  text-align: left;
}

.pc-center {
  text-align: center;
}

.pc-right {
  text-align: right;
}

@media (max-width: 39.99em) {
  .tablet-left {
    text-align: left;
  }
}

@media (max-width: 39.99em) {
  .tablet-center {
    text-align: center;
  }
}

@media (max-width: 39.99em) {
  .tablet-right {
    text-align: right;
  }
}

@media (max-width: 61.24em) {
  .tablet-h-left {
    text-align: left;
  }
}

@media (max-width: 61.24em) {
  .tablet-h-center {
    text-align: center;
  }
}

@media (max-width: 61.24em) {
  .tablet-h-right {
    text-align: right;
  }
}

@media (max-width: 23.49em) {
  .spn-left {
    text-align: left;
  }
}

@media (max-width: 23.49em) {
  .spn-center {
    text-align: center;
  }
}

@media (max-width: 23.49em) {
  .spn-right {
    text-align: right;
  }
}

.wd-xl {
  width: 1200px;
}

.wd-lg {
  width: 1024px;
}

.wd-md {
  width: 640px;
}

.wd-sm {
  width: 376px;
}

.max-wd-xl {
  width: auto;
  max-width: 1200px;
}

.max-wd-full {
  width: auto;
  max-width: 1920px;
}

.max-wd-lg {
  width: auto;
  max-width: 1024px;
}

.max-wd-md {
  width: auto;
  max-width: 640px;
}

.max-wd-sm {
  width: auto;
  max-width: 376px;
}

.height-max {
  height: 100%;
}

.mar-auto {
  margin: 0 auto;
}

.font-smaller {
  font-size: 0.9em;
}

.font-small {
  font-size: 0.8em;
}

.font-smallest {
  font-size: 0.7em;
}

.font-larger {
  font-size: 1.25em;
}

.font-largest {
  font-size: 1.5em;
}

.font-huge {
  font-size: 2.5em;
}

.font-huge-more {
  font-size: 3.0em;
}

.modal.fade {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.modal.in {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.modal.fade .modal-dialog {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
}

.modal.in .modal-dialog {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* アイコンつき見出し */
.midashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* 数字付きリスト */
.count-list {
  counter-reset: number;
  list-style-type: none !important;
  padding: 8px;
  padding: 0.5rem;
  line-height: 48px;
  line-height: 3rem;
  padding: 0;
}

.count-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.count-list li:before {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 1.5em;
  flex-basis: 1.5em;
  counter-increment: number;
  content: counter(number);
  background: #aaa;
  color: #fff;
  font-family: 'Comfortaa', cursive, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6em;
  text-align: center;
}

.count-list li > span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  line-height: 2.2em;
  margin-left: 4px;
  margin-left: 0.25rem;
}

.count-list.count-center li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ドットリスト */
.dot-list {
  list-style-type: none !important;
  padding: 8px;
  padding: 0.5rem;
  line-height: 48px;
  line-height: 3rem;
  padding: 0;
}

.dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.dot-list li:before {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0.5em;
  flex-basis: 0.5em;
  counter-increment: number;
  content: "\f0da";
  color: #aaa;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4em;
  width: 0.25em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.dot-list li > span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  line-height: 2.2em;
  margin-left: 4px;
  margin-left: 0.25rem;
}

.dot-list.count-center li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* キャッチリスト */
.catch-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media (max-width: 39.99em) {
  .catch-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.catch-list li .head {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 240px;
  width: 15rem;
}

@media (max-width: 39.99em) {
  .catch-list li .head {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.catch-list li .head > div {
  text-align: center;
  padding: 8px 32px;
  padding: 0.5rem 2rem;
  background-color: #aaa;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: bold;
}

.catch-list li .data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 39.99em) {
  .catch-list li .data {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.catch-list li .data > div {
  padding: 8px;
  padding: 0.5rem;
}

@media (max-width: 39.99em) {
  .catch-list.spn-header-mini li .head {
    text-align: center;
  }
  .catch-list.spn-header-mini li .head > div {
    display: inline-block;
  }
}

/* リストテーブル */
.list-table {
  border-spacing: 0;
  width: 100%;
  text-align: left;
}

.list-table tr th {
  text-align: left;
  background-color: #f2f2f2;
  width: 160px;
  width: 10rem;
  border-bottom: thin solid #aaa;
  border-left: thin solid #aaa;
  border-right: thin solid #aaa;
  padding: 16px;
  padding: 1rem;
}

.list-table tr td {
  padding: 16px;
  padding: 1rem;
  border-bottom: thin solid #aaa;
  border-right: thin solid #aaa;
  background-color: #fff;
}

.list-table tr:first-child th, .list-table tr:first-child td {
  border-top: thin solid #aaa;
}

.list-table.header-min tr th {
  width: 160px;
  width: 10rem;
}

@media (max-width: 39.99em) {
  .list-table.header-min tr th {
    width: 100%;
  }
}

.list-table.header-middle tr th {
  width: 320px;
  width: 20rem;
}

@media (max-width: 39.99em) {
  .list-table.header-middle tr th {
    width: 100%;
  }
}

.list-table.header-large tr th {
  width: 480px;
  width: 30rem;
}

@media (max-width: 39.99em) {
  .list-table.header-large tr th {
    width: 100%;
  }
}

@media (max-width: 39.99em) {
  .list-table tr th {
    display: block;
    width: 100%;
  }
  .list-table tr td {
    display: block;
    width: 100%;
    border-left: thin solid #aaa;
  }
  .list-table tr:first-child th {
    border-bottom: none;
  }
}

.list-table.kado-maru tr:first-child th {
  border-top-left-radius: 16px;
  border-top-left-radius: 1rem;
}

.list-table.kado-maru tr:first-child td {
  border-top-right-radius: 16px;
  border-top-right-radius: 1rem;
}

.list-table.kado-maru tr:last-child th {
  border-bottom-left-radius: 16px;
  border-bottom-left-radius: 1rem;
}

.list-table.kado-maru tr:last-child td {
  border-bottom-right-radius: 16px;
  border-bottom-right-radius: 1rem;
}

@media (max-width: 39.99em) {
  .list-table.kado-maru tr:first-child th {
    border-top-right-radius: 1rem;
  }
  .list-table.kado-maru tr:first-child td {
    border-top-right-radius: 0;
  }
  .list-table.kado-maru tr:last-child th {
    border-bottom-left-radius: 0;
  }
  .list-table.kado-maru tr:last-child td {
    border-bottom-left-radius: 1rem;
  }
}

/* かこみ */
.enclosure {
  background-color: #fffae5;
  padding: 32px;
  padding: 2rem;
  height: auto !important;
  height: 160px;
  height: 10rem;
  position: relative;
  border-radius: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: text;
}

.enclosure.inline-block {
  display: inline-block;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.enclosure:before {
  position: absolute;
  border-radius: 0.15em;
  width: 99%;
  width: calc(100% - 1rem);
  height: 98%;
  height: calc(100% - 1rem);
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.enclosure.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.enclosure.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.enclosure.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.enclosure > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.enclosure > div.width-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* タブ */
.parts-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .2);
  width: 100%;
  margin: 0 auto 64px;
  margin: 0 auto 4rem;
}

.parts-tabs .parts-tabs-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.parts-tabs .parts-tabs-titles .parts-tabs-title-caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.parts-tabs .parts-tabs-titles .parts-tabs-title-caption > label {
  cursor: pointer;
}

.parts-tabs .parts-tabs-titles .parts-tabs-title-caption > label input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.parts-tabs .parts-tabs-details > ul > li {
  display: none;
}

.parts-tabs .parts-tabs-details > ul > li.show {
  -webkit-animation: fade-in 1s ease 0s 1;
  animation: fade-in 1s ease 0s 1;
  display: block;
}

/* やじるしチャート */
.arrow-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.arrow-chart.to-vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arrow-chart.to-vertical li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.arrow-chart.to-vertical li > div {
  margin-left: 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.arrow-chart.to-vertical li > div:after {
  left: 0;
  right: 0;
  height: auto;
  top: -80px;
  top: -5rem;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-chart li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.arrow-chart li > div {
  margin-left: 16px;
  margin-left: 1rem;
  position: relative;
}

.arrow-chart li > div:after {
  position: absolute;
  display: block;
  content: '\f061';
  font-family: FontAwesome;
  left: -40px;
  left: -2.5rem;
  font-size: 80px;
  font-size: 5rem;
  top: -80px;
  top: -5rem;
  bottom: 0;
  margin: auto;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  z-index: 2;
}

.arrow-chart li:first-child > div {
  margin-left: 0;
}

.arrow-chart li:first-child > div:after {
  display: none;
}

@media (max-width: 39.99em) {
  .arrow-chart.responsive-tablet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 39.99em) {
  .arrow-chart.responsive-tablet li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .arrow-chart.responsive-tablet li > div {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .arrow-chart.responsive-tablet li > div:after {
    left: 0;
    right: 0;
    height: auto;
    top: -5rem;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 23.49em) {
  .arrow-chart.responsive-spn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 23.49em) {
  .arrow-chart.responsive-spn li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .arrow-chart.responsive-spn li > div {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .arrow-chart.responsive-spn li > div:after {
    left: 0;
    right: 0;
    height: auto;
    top: -5rem;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 29.99em) {
  .table.responsive-table > tbody > tr > th, .table.responsive-table > tbody > tr td, .table.responsive-table > thead > tr > th, .table.responsive-table > thead > tr td {
    display: block;
    width: 100%;
  }
}

/* Show active breakpoint in top right corner of viewport */
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  89% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  89% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes fromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.color-grey {
  color: #6c757d;
}

.color-yet {
  color: #dee2e6;
}

.color-green {
  color: #20c997;
}

.color-red {
  color: #e00;
}

.color-blue {
  color: #17a2b8;
}

.btn-choice.disabled {
  border-color: #ced4da;
}

.btn-choice.disabled > .cf {
  color: #ced4da;
}

.btn-choice.disabled.active {
  background-color: #135a68 !important;
}

.btn-choice.disabled.active > .cf {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input:-moz-read-only, textarea:-moz-read-only {
  border: none;
  box-shadow: none;
  padding: 0;
}

input:read-only, textarea:read-only {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

input:-moz-read-only:focus, textarea:-moz-read-only:focus {
  border: none;
  box-shadow: none;
}

input:read-only:focus, textarea:read-only:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alert {
  display: block;
  padding: 1em 2em 1em 1em;
  border-radius: 0.25em;
  margin-bottom: 0.5em;
  position: relative;
}

.alert.none {
  display: none;
}

.alert .alert-del-button {
  position: absolute;
  right: 0.5em;
  top: 0.25em;
  color: inherit;
}

.alert-space {
  margin-bottom: 2em;
}

.alert-space:empty {
  margin-bottom: 0;
}

body {
  font-size: 14px;
  background-color: #fff;
}

@media (max-width: 47.9275em) {
  body .navbar-collapse.in {
    overflow: visible;
  }
}

@media (max-width: 47.9275em) {
  body .navbar-toggle {
    margin: 0;
  }
}

body .navbar-toggle.exist-notify {
  position: relative;
}

body .navbar-toggle.exist-notify:before {
  background-color: #fff;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  font-size: 2em;
  border-radius: 2em;
  font-family: FontAwesome;
  left: -2em;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '\f0f3';
  color: #ffd218;
}

body .navbar-toggle.exist-notify:after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #fff;
  left: -1.75em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .navbar-default {
  background-color: #eeeeee;
  border-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1000;
}

body .navbar-default .navbar-wrap {
  padding: 1.5em;
}

body .navbar-default .navbar-wrap .navbar-brand {
  display: block;
  color: #666666;
  height: auto;
  padding: 0;
  position: relative;
  margin: 0;
  /* line-height: 20px; */
}

body .navbar-default .navbar-wrap .navbar-brand:hover, body .navbar-default .navbar-wrap .navbar-brand:focus {
  color: #000;
}

body .navbar-default .navbar-wrap .navbar-brand img {
  display: block;
  height: 65px;
  border-radius: 0.25em;
  padding: 0;
  margin: auto;
}

@media (max-width: 47.9275em) {
  body .navbar-default .navbar-wrap .navbar-brand img {
    height: 40px;
  }
}

body .navbar-default .navbar-text {
  color: #666666;
}

@media (max-width: 47.9275em) {
  body .navbar-default .navbar-nav {
    position: relative;
  }
}

@media (max-width: 47.9275em) {
  body .navbar-default .navbar-nav {
    margin: 0 -15px;
    text-align: center;
  }
}

body .navbar-default .navbar-nav > li {
  position: relative;
}

@media (max-width: 47.9275em) {
  body .navbar-default .navbar-nav > li {
    position: static;
    position: initial;
    margin-bottom: 1em;
  }
}

@media (max-width: 47.9275em) {
  body .navbar-default .navbar-nav > li {
    display: inline-block;
    text-align: center;
  }
}

body .navbar-default .navbar-nav > li > a {
  color: #666666;
  position: relative;
  padding: 15px 10px;
}

body .navbar-default .navbar-nav > li > a:hover, body .navbar-default .navbar-nav > li > a:focus {
  -webkit-transition: background-color 80ms ease-in 0s;
  transition: background-color 80ms ease-in 0s;
  color: #000;
  background-color: white;
}

body .navbar-default .navbar-nav > li > a.ios.apply-ios:hover, body .navbar-default .navbar-nav > li > a.ios.apply-ios:focus {
  -webkit-transition: inherit;
  transition: inherit;
  color: inherit;
  background-color: transparent;
}

body .navbar-default .navbar-nav > li > a.ios.apply-ios:hover:after, body .navbar-default .navbar-nav > li > a.ios.apply-ios:focus:after {
  display: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #aeaeae;
  bottom: 0;
  left: 0;
}

body .navbar-default .navbar-nav > li > a .notification-count {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #e00;
  font-size: 1em;
  border-radius: 1.25em;
}

body .navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #eeeeee;
}

body .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #666666;
  position: relative;
  padding: 0.25em 2em 0.25em 1em;
}

body .navbar-default .navbar-nav > li > .dropdown-menu > li > a:before {
  display: block;
  content: "\f0da";
  font-family: FontAwesome;
  color: #a2a2a2;
  position: absolute;
  width: 1em;
  left: inherit;
  right: 0;
  bottom: 0;
  top: 0;
  height: 20px;
  margin: auto;
}

body .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, body .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #000;
  background-color: #ffffff;
}

body .navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #ffffff;
}

body .navbar-default .navbar-nav .open .dropdown-menu > .active > a, body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #000;
  background-color: #ffffff;
}

body .navbar-default .navbar-nav > .active > a, body .navbar-default .navbar-nav > .active > a:hover, body .navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #ffffff;
}

body .navbar-default .navbar-nav > .open > a, body .navbar-default .navbar-nav > .open > a:hover, body .navbar-default .navbar-nav > .open > a:focus {
  color: #000;
  background-color: #ffffff;
}

body .navbar-default .navbar-toggle {
  border-color: #ffffff;
  background-color: #ffffff;
}

body .navbar-default .navbar-toggle:hover, body .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
  border-color: #000;
}

body .navbar-default .navbar-toggle .icon-bar {
  background-color: #666666;
}

body .navbar-default .navbar-link {
  color: #666666;
}

body .navbar-default .navbar-link:hover {
  color: #000;
}

body .navbar-default .append-button-space {
  position: absolute;
  bottom: 0;
  right: 2em;
  z-index: 1;
}

@media (max-width: 47.9275em) {
  body .navbar-default .append-button-space {
    position: relative;
    text-align: center;
    right: inherit;
  }
}

body .navbar-nav > li.user-disp-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

body .navbar-nav > li.user-disp-info .user-info-space {
  padding: 4px 4px 4px;
  margin: 0 0 0 4px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 8px -3px #999;
  box-shadow: 1px 1px 8px -3px #999;
}

@media (max-width: 63.99em) {
  body .navbar-nav > li.user-disp-info .user-info-space {
    font-size: 12px;
  }
  body .navbar-nav > li.user-disp-info .user-info-space .btn-logout {
    font-size: 12px;
    padding: 8px 4px;
  }
}

@media (max-width: 47.9275em) {
  body .navbar-nav > li.user-disp-info .user-info-space {
    width: 100%;
    text-align: center;
    font-size: inherit;
  }
  body .navbar-nav > li.user-disp-info .user-info-space .btn-logout {
    font-size: 14px;
    padding: 8px;
  }
}

body .navbar-nav > li.user-disp-info .user-info-space .user-info-disp-name {
  padding: 0 8px;
}

body .navbar-nav > li.login-status-space .login-status-info {
  background: #fff;
  padding: 15px 10px;
  border-radius: 0.2em;
  position: relative;
  -webkit-box-shadow: 1px 2px 10px -6px #333;
  box-shadow: 1px 2px 10px -6px #333;
}

body .navbar-nav > li.login-status-space .login-status-info:after {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
  width: 1em;
  height: 1em;
  right: -0.4em;
  top: 1.25em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .navbar-nav > li.login-status-space .login-status-info .login-still {
  padding-left: 1em;
}

@media (max-width: 39.99em) {
  body .navbar-nav > li.login-status-space {
    display: block;
  }
  body .navbar-nav > li.login-status-space .login-status-info:after {
    display: none;
  }
}

.item-search-container {
  max-width: 960px;
  margin: 2em auto;
}

@media (max-width: 29.99em) {
  .item-search-container {
    padding: 0 1em;
  }
}

.item-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 39.99em) {
  .item-search-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-search-box .inline-item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto;
}

@media (max-width: 39.99em) {
  .item-search-box .inline-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
}

.item-search-box .inline-item.input-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 39.99em) {
  .item-search-box .inline-item.btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0.5em auto 0;
  }
}

#hum-menu {
  margin-top: 2em;
  display: none;
  padding: 1em;
  background-color: #fff;
  border: 2px solid #adb5bd;
}

@media (max-width: 47.9275em) {
  #hum-menu {
    display: block;
  }
}

#hum-menu .category-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  background-color: #6c757d;
  padding: 0.25em;
}

#hum-menu .category-title.layer-gray {
  position: relative;
}

#hum-menu .category-title.layer-gray:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
}

#hum-menu .category-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#hum-menu .category-flex.layer-gray {
  position: relative;
}

#hum-menu .category-flex.layer-gray:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
}

#hum-menu .category-flex form {
  width: 100%;
}

#hum-menu .category-flex .sub-category-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 18em;
  flex-basis: 18em;
}

@media (max-width: 47.9275em) {
  #hum-menu .category-flex .sub-category-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

#hum-menu .category-flex .sub-category-wrap .sub-category-title {
  padding: 0.25em;
}

#hum-menu .category-flex .sub-category-wrap .sub-category-title > a {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  border-bottom: thin dotted #e00;
  padding: 0.5em 0;
}

#hum-menu .category-flex .sub-category-wrap .sub-category-list {
  padding: 0.25em;
}

#hum-menu .category-flex .sub-category-wrap .sub-category-list ul {
  margin-bottom: 1em;
}

#hum-menu .category-flex .sub-category-wrap .sub-category-list ul li {
  line-height: 1.8;
}

#side-menu {
  padding: 1em 1em 4em 1em;
  border: 2px solid #adb5bd;
  overflow-y: scroll;
  height: 100%;
}

#side-menu.for-index-page {
  display: none !important;
}

#side-menu .category-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  background-color: #6c757d;
  padding: 0.25em;
}

#side-menu .category-title.layer-gray {
  position: relative;
}

#side-menu .category-title.layer-gray:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
}

#side-menu .category-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#side-menu .category-flex.layer-gray {
  position: relative;
}

#side-menu .category-flex.layer-gray:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
}

#side-menu .category-flex form {
  width: 100%;
}

#side-menu .category-flex .sub-category-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

#side-menu .category-flex .sub-category-wrap .sub-category-title {
  padding: 0.25em;
}

#side-menu .category-flex .sub-category-wrap .sub-category-title > a {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  border-bottom: thin dotted #e00;
  padding: 0.5em 0;
}

#side-menu .category-flex .sub-category-wrap .sub-category-list {
  padding: 0.25em;
}

#side-menu .category-flex .sub-category-wrap .sub-category-list ul {
  margin-bottom: 1em;
}

#side-menu .category-flex .sub-category-wrap .sub-category-list ul li {
  line-height: 1.8;
}

h2 {
  position: relative;
  line-height: 1.5em;
  font-size: 1.5em;
}

h2.border-none:before {
  display: none;
}

h2.category-title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0;
}

.btn.disabled {
  border: none;
  border-radius: inherit;
  opacity: 1;
}

.btn.btn-blue {
  font-size: 14px;
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 5px;
  behavior: url(lib/pie/PIE.htc);
}

.btn.btn-red {
  font-size: 14px;
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  background: #FF7469;
  color: #FFF;
  border-bottom: solid 4px #FF5548;
  border-radius: 5px;
  behavior: url(lib/pie/PIE.htc);
}

@media (max-width: 39.99em) {
  .btn {
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
  }
}

.item-space {
  margin-top: 2em;
  max-width: 100%;
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-list > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  max-width: 250px;
  margin: 0 1em 2em 1em;
}

@media (max-width: 23.49em) {
  .item-list > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.item-wrap {
  text-decoration: none;
  display: block;
  position: relative;
}

.item-wrap .item-inner {
  width: 100%;
  text-align: center;
}

.item-wrap .item-inner .item-image {
  height: 250px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-wrap .item-inner .item-image img {
  max-width: 250px;
  max-height: 250px;
}

.item-wrap .item-inner .item-rank {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.item-wrap .item-inner .item-rank > span {
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #e00;
}

.item-wrap .item-inner .item-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-wrap .item-inner .item-title > span {
  font-weight: bold;
  display: block;
}

.item-wrap .item-inner .item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.item-wrap .item-inner .item-info .item-info-list {
  text-align: center;
}

.item-wrap .item-inner .item-info .item-info-list li {
  border-bottom: thin solid #adb5bd;
}

.item-wrap .item-inner .item-info .item-info-list li:first-child {
  border-top: thin solid #adb5bd;
}

ul.slider-section li .item-inner .item-image {
  height: 140px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.slider-section li .item-inner .item-image img {
  max-height: 140px;
  max-width: 140px;
}

.footer .footer-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.footer .footer-inner .footer-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .footer-inner .footer-inner-flex .footer-company-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex .footer-company-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .footer-inner .footer-inner-flex .footer-company-info > .logo {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.footer .footer-inner .footer-inner-flex .footer-company-info > .logo > img {
  padding: 0 0 1em 0;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex .footer-company-info > .logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
  .footer .footer-inner .footer-inner-flex .footer-company-info > .logo > img {
    margin: 1em 0;
    padding: 0;
  }
}

.footer .footer-inner .footer-inner-flex .footer-company-info .company-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 25em;
  flex-basis: 25em;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex .footer-company-info .company-menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.footer .footer-inner .footer-inner-flex .footer-company-info .company-menu .company-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex .footer-company-info .company-menu .company-menu-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer .footer-inner .footer-inner-flex .footer-company-info .company-menu .company-menu-list > li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 12.5em;
  flex-basis: 12.5em;
  margin-bottom: 0.25em;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex .footer-company-info .company-menu .company-menu-list > li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: inherit;
  }
}

.footer .footer-inner .footer-inner-flex .footer-company-info .company-menu .company-menu-list > li > a {
  display: inline-block;
  width: 10em;
  padding: 0.25em;
  text-align: center;
  background-color: #fff;
  border: thin solid #adb5bd;
  border-radius: 0.5em;
  font-size: 0.9em;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex .footer-company-info .company-menu .company-menu-list > li > a {
    display: block;
    padding: 0.25em 1em;
    width: inherit;
    margin: 0 0.2em;
  }
}

.footer .footer-inner .footer-inner-flex .inquiry-space {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 25em;
  flex-basis: 25em;
  width: 25em;
  position: relative;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex .inquiry-space {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: inherit;
  }
}

.footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border: 2px solid #999;
  z-index: 1;
  padding: 0 0 1em;
}

@media (max-width: 61.24em) {
  .footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper {
    position: relative;
    width: inherit;
    max-width: 480px;
    margin: 1em auto 2em;
  }
}

@media (max-width: 29.99em) {
  .footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper {
    position: relative;
    width: inherit;
    max-width: 100%;
    margin: 1em 1em 2em;
  }
}

.footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper h3 {
  margin: 1em 0;
  font-size: 1.4em;
}

.footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper .inquiry-table {
  width: 100%;
}

.footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper .inquiry-table tbody th {
  width: 50px;
  padding: 0.5em 0 0.5em 0.25em;
}

.footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper .inquiry-table tbody td {
  padding: 0 0.5em 0.25em;
}

.footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper .inquiry-table tbody td input[type='text'], .footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper .inquiry-table tbody td input[type='email'], .footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper .inquiry-table tbody td textarea {
  font-size: 16px;
}

.footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper .inquiry-table .tel > div {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1;
}

.footer .footer-inner .footer-inner-flex .inquiry-space .inquiry-wrapper .inquiry-table .tel > p {
  margin: 0;
}

.sitemap-wrapper {
  background-color: #ccc;
  padding: 0.5em 0 0;
}

.copyright {
  background-color: #999;
  text-align: center;
  padding: 1em 0;
}

.pagination-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 39.99em) {
  .pagination-space {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pagination-space .pagination-count {
  padding: 0;
  display: inline-block;
}

.pagination-space .pagination-count .count-max {
  font-size: 2em;
}

.pagination-space .pagination-count .now-num {
  font-size: 2em;
}

@media (max-width: 39.99em) {
  .pagination-space .pagination-count {
    margin: 0 auto;
  }
}

@media (max-width: 39.99em) {
  .pagination-space .pagination {
    margin: 0 auto;
  }
}

ul.default-list {
  padding-left: 2em;
  list-style-type: disc;
}

.page-top {
  position: fixed;
  bottom: 4em;
  right: 1em;
  width: 4em;
  height: 4em;
  border-radius: 2em;
  background-color: #ced4da;
  text-align: center;
  line-height: 4em;
  z-index: 100;
}

.page-top:hover {
  background-color: #adb5bd;
}

.page-top > a {
  display: block;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.ui-dialog {
  z-index: 10000;
}

.header-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-space.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-space .header-space-title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header-space .header-space-title h1 {
  padding: 4px 32px 4px 0;
  font-size: 24px;
  margin: 0;
}

.header-space .header-space-title h2 {
  font-size: 20px;
}

.header-space .header-space-title h1.header-space-subtitle, .header-space .header-space-title h2.header-space-subtitle {
  font-size: 18px;
  font-weight: bold;
}

.header-space .header-space-buttons {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header-space .header-space-buttons > a, .header-space .header-space-buttons > button, .header-space .header-space-buttons input[type='button'] {
  margin-bottom: 8px;
}

@media (max-width: 23.49em) {
  .header-space .header-space-buttons > a, .header-space .header-space-buttons > button, .header-space .header-space-buttons input[type='button'] {
    width: 100%;
    text-align: center;
  }
}

.header-space .header-space-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header-space .header-space-pagination {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header-space .header-space-pagination > a, .header-space .header-space-pagination > button, .header-space .header-space-pagination input[type='button'] {
  margin-bottom: 8px;
}

@media (max-width: 39.99em) {
  .header-space .header-space-pagination .pagination {
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .header-space .header-space-pagination .pagination-count {
    float: none;
    display: block;
    padding: 0;
  }
}

.header-space .header-space-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: right;
}

@media (max-width: 39.99em) {
  .header-space .header-space-right {
    text-align: left;
  }
}

@media (max-width: 29.99em) {
  .button-container .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

label.label-required {
  background-color: #c12e2a;
}

.alert.alert-blue-border {
  background-color: #fff;
  border: 2px solid #1f88b9;
  color: #1f88b9;
}

.alert.alert-red-border {
  background-color: #fff;
  border: 2px solid #bb0000;
  color: #bb0000;
}

.box-space {
  padding: 1em 1em;
  border: thin solid #ced4da;
  margin: 1em 0 2em;
  border-radius: 0.2em;
  display: inline-block;
}

.box-space.dash-box {
  border: thin dashed #6c757d;
}

.flex-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -16px;
  letter-spacing: -1rem;
}

.flex-table tr th, .flex-table tr td {
  border-top: none;
  padding: 0;
  vertical-align: middle;
  letter-spacing: normal;
}

.flex-table tr th {
  margin-bottom: 3.2px;
  margin-bottom: 0.2rem;
}

@media (max-width: 39.99em) {
  .flex-table tr th {
    display: block;
    width: 100%;
  }
}

@media (min-width: 64em) {
  .flex-table tr th {
    display: inline-block;
    width: 13.33%;
  }
  .flex-table tr th.th-sm {
    width: 10%;
  }
  .flex-table tr th.th-sm + td {
    width: 40%;
  }
  .flex-table tr th.th-sm + td.auto {
    width: 90%;
  }
  .flex-table tr th.th-lg {
    width: 30%;
  }
  .flex-table tr th.th-lg + td {
    width: 20%;
  }
  .flex-table tr th.th-lg + td.auto {
    width: 70%;
  }
}

.flex-table tr td {
  word-break: break-all;
}

.flex-table tr td.width-auto {
  width: auto;
}

@media (max-width: 39.99em) {
  .flex-table tr td {
    display: block;
    width: 100%;
  }
  .flex-table tr td.auto {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .flex-table tr td {
    display: inline-block;
    width: 20%;
  }
  .flex-table tr td.auto {
    width: 86.60%;
  }
}

.flex-table tr td input, .flex-table tr td textarea, .flex-table tr td label, .flex-table tr td select, .flex-table tr td .dropdown {
  margin-bottom: 2.4px;
  margin-bottom: 0.15rem;
}

.flex-table-form-inline > input[type='text'] {
  width: auto;
  display: inline-block;
}

@media (max-width: 39.99em) {
  .flex-table-form-inline {
    text-align: center;
  }
  .flex-table-form-inline > input[type='text'] {
    width: 100%;
    display: block;
  }
}

.pagination-wrap-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pagination-wrap-inline > .pagination {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 0;
}

.pagination-wrap-inline > .pagination-count {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 0;
  margin-left: 1em;
}

.pagination-wrap-inline.inline-reverse > .pagination {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 1em;
}

.pagination-wrap-inline.inline-reverse > .pagination-count {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
}

.name-block {
  border: thin dotted #343a40;
  padding: 1em;
  margin-bottom: 1em;
}

.name-block .item-sur-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 47.9275em) {
  .name-block .item-sur-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.name-block .item-sur-info .item-sur-info-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 47.9275em) {
  .name-block .item-sur-info .item-sur-info-detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.name-block .item-sur-info .item-sur-info-detail .item-title {
  margin-bottom: 1em;
}

.name-block .item-sur-info .item-image {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 20em;
  flex-basis: 20em;
  text-align: center;
  margin: 0 auto;
}

.name-block .item-sur-info .item-image > img {
  max-height: 15em;
}

@media (max-width: 47.9275em) {
  .name-block .item-sur-info .item-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.name-block .item-parts-setting-list {
  margin: 0 0 1em;
}

.name-block .item-parts-setting-list .item-parts-detail-title {
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

.name-block .item-parts-setting-list .item-parts-detail-title:before {
  content: '';
  display: block;
  width: 0.2em;
  height: 100%;
  background-color: #00985B;
  position: absolute;
  left: 0;
}

.name-block .item-parts-setting-list .item-parts-detail-list {
  margin-bottom: 0;
}

@media (max-width: 47.9275em) {
  .name-block .item-parts-setting-list .item-parts-detail-list.item-parts-detail-name {
    margin: 0;
  }
  .name-block .item-parts-setting-list .item-parts-detail-list.item-parts-detail-name > dt {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  .name-block .item-parts-setting-list .item-parts-detail-list.item-parts-detail-name > dd {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
}

.name-block .item-parts-setting-list .item-parts-detail-set .color-type-item-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.name-block .item-parts-setting-list .item-parts-detail-set .color-type-item-input .item-input-inner {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.name-block .item-parts-setting-list .item-parts-detail-set .color-type-item-input .item-input-inner > span {
  display: block;
}

.name-block .item-parts-setting-list .item-parts-detail-set .color-type-item-input .item-input-inner > input[type=text] {
  width: 12em;
  margin-right: 1em;
}

.name-block .item-parts-setting-list .item-parts-detail-set .color-type-item-input .item-radio-inner {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.name-block .item-parts-setting-list .item-parts-detail-set .color-type-item-input .item-radio-inner .input-includes > div {
  text-align: center;
}

.name-block .item-parts-setting-list .item-parts-detail-set .color-type-item-input .item-radio-inner .input-includes .color-box {
  width: 3em;
  height: 3em;
}

.name-block .item-parts-setting-list .item-parts-detail-set .color-type-item-input .item-radio-inner .input-includes input[type="radio"] {
  text-align: center;
  margin: 0.5em auto 0;
  display: block;
}
