@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 1.6vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  color: #020202;
  font-size: 0.9375rem;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #020202;
}
a.u-window {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
a.u-window::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url("../img/common/icon_window.svg") no-repeat center/100%;
}
a.u-ex {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
a.u-ex::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/common/icon_external.svg") no-repeat center/100%;
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}

p {
  font-size: max(0.9375rem, 14px);
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

.en {
  font-family: "Noto Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  a.u-window {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 5px;
  }
  a.u-window::after {
    width: 18px;
    height: 15px;
  }
  a.u-ex {
    gap: 6px;
  }
  a.u-ex::after {
    width: 10px;
    height: 10px;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  p {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* -----------------------------------
  component
  -----------------------------------*/
/* ------- title --------- */
.c-ttl {
  width: 100%;
  margin-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.c-ttl .en {
  font-size: 1.25rem;
  font-weight: 500;
  font-style: italic;
}
.c-ttl .ja {
  font-size: 2rem;
  font-weight: 700;
}
.c-ttl.center {
  -ms-flex-align: center;
      align-items: center;
}

.c-ttl-sub {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.c-ttl-center {
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 30px;
    gap: 5px;
  }
  .c-ttl .en {
    font-size: 1.125rem;
  }
  .c-ttl .ja {
    font-size: 1.5rem;
  }
  .c-ttl-sub {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .c-ttl-center {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
/* ------- btn --------- */
.c-btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.c-btn {
  color: #fff;
  background: linear-gradient(315deg, rgb(226, 0, 57) 0%, rgb(3, 109, 184) 80%);
  border-radius: 0 20px 0 20px;
  font-weight: 700;
  font-size: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.3s ease;
  padding: 20px 1.5rem;
  width: 100%;
  height: 80px;
}
.c-btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background: url("../img/common/icon_arrow_btn.svg") no-repeat center/100%;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .c-btn {
    color: #fff;
    background: linear-gradient(315deg, rgb(226, 0, 57) 0%, rgb(3, 109, 184) 80%);
    border-radius: 0 20px 0 20px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    transition: 0.3s ease;
    padding: 18px 1.5rem;
    font-size: 1rem;
    height: 60px;
  }
  .c-btn::after {
    width: 6px;
    height: 12px;
  }
}
.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-border {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.u-bold {
  font-weight: 700;
}

.u-en {
  font-family: "Hanken Grotesk", sans-serif;
}

.u-bg {
  display: inline-block;
  background-color: #ECFC32;
  line-height: 1;
}

.l-wrap {
  width: calc(100% - 40px);
  max-width: 966px;
  margin: 0 auto;
}
.l-wrap.wide {
  max-width: 1066px;
}

/* -----------------------------------
  animation
  -----------------------------------*/
.js-fadeUp {
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: 0.8s ease;
}
.js-fadeUp.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.js-fade {
  opacity: 0;
  transition: 0.8s ease;
}
.js-fade.is-active {
  opacity: 1;
}

.js-lead {
  overflow-y: hidden;
  display: block;
}
.js-lead span {
  display: inline-block;
  opacity: 0;
  transition: 1s ease;
}
.js-lead.is-active span {
  opacity: 1;
}
.js-lead.is-active span:nth-child(1) {
  transition-delay: 0.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(2) {
  transition-delay: 0.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(3) {
  transition-delay: 0.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(4) {
  transition-delay: 0.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(5) {
  transition-delay: 0.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(6) {
  transition-delay: 0.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(7) {
  transition-delay: 0.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(8) {
  transition-delay: 0.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(9) {
  transition-delay: 0.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(10) {
  transition-delay: 0.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(11) {
  transition-delay: 0.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(12) {
  transition-delay: 0.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(13) {
  transition-delay: 0.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(14) {
  transition-delay: 0.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(15) {
  transition-delay: 0.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(16) {
  transition-delay: 0.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(17) {
  transition-delay: 0.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(18) {
  transition-delay: 0.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(19) {
  transition-delay: 0.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(20) {
  transition-delay: 0.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(21) {
  transition-delay: 0.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(22) {
  transition-delay: 0.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(23) {
  transition-delay: 0.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(24) {
  transition-delay: 0.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(25) {
  transition-delay: 0.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(26) {
  transition-delay: 0.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(27) {
  transition-delay: 0.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(28) {
  transition-delay: 0.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(29) {
  transition-delay: 0.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(30) {
  transition-delay: 0.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(31) {
  transition-delay: 0.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(32) {
  transition-delay: 0.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(33) {
  transition-delay: 0.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(34) {
  transition-delay: 0.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(35) {
  transition-delay: 0.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(36) {
  transition-delay: 0.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(37) {
  transition-delay: 0.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(38) {
  transition-delay: 0.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(39) {
  transition-delay: 0.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(40) {
  transition-delay: 0.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(41) {
  transition-delay: 0.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(42) {
  transition-delay: 0.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(43) {
  transition-delay: 0.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(44) {
  transition-delay: 0.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(45) {
  transition-delay: 0.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(46) {
  transition-delay: 0.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(47) {
  transition-delay: 0.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(48) {
  transition-delay: 0.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(49) {
  transition-delay: 0.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(50) {
  transition-delay: 0.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(51) {
  transition-delay: 0.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(52) {
  transition-delay: 0.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(53) {
  transition-delay: 0.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(54) {
  transition-delay: 0.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(55) {
  transition-delay: 0.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(56) {
  transition-delay: 0.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(57) {
  transition-delay: 0.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(58) {
  transition-delay: 0.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(59) {
  transition-delay: 0.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(60) {
  transition-delay: 0.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(61) {
  transition-delay: 0.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(62) {
  transition-delay: 0.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(63) {
  transition-delay: 0.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(64) {
  transition-delay: 0.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(65) {
  transition-delay: 0.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(66) {
  transition-delay: 0.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(67) {
  transition-delay: 0.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(68) {
  transition-delay: 0.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(69) {
  transition-delay: 0.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(70) {
  transition-delay: 0.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(71) {
  transition-delay: 0.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(72) {
  transition-delay: 0.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(73) {
  transition-delay: 0.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(74) {
  transition-delay: 0.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(75) {
  transition-delay: 0.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(76) {
  transition-delay: 0.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(77) {
  transition-delay: 0.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(78) {
  transition-delay: 0.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(79) {
  transition-delay: 0.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(80) {
  transition-delay: 0.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(81) {
  transition-delay: 0.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(82) {
  transition-delay: 0.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(83) {
  transition-delay: 0.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(84) {
  transition-delay: 0.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(85) {
  transition-delay: 0.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(86) {
  transition-delay: 0.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(87) {
  transition-delay: 0.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(88) {
  transition-delay: 0.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(89) {
  transition-delay: 0.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(90) {
  transition-delay: 0.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(91) {
  transition-delay: 0.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(92) {
  transition-delay: 0.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(93) {
  transition-delay: 0.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(94) {
  transition-delay: 0.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(95) {
  transition-delay: 0.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(96) {
  transition-delay: 0.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(97) {
  transition-delay: 0.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(98) {
  transition-delay: 0.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(99) {
  transition-delay: 0.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(100) {
  transition-delay: 1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(101) {
  transition-delay: 1.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(102) {
  transition-delay: 1.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(103) {
  transition-delay: 1.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(104) {
  transition-delay: 1.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(105) {
  transition-delay: 1.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(106) {
  transition-delay: 1.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(107) {
  transition-delay: 1.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(108) {
  transition-delay: 1.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(109) {
  transition-delay: 1.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(110) {
  transition-delay: 1.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(111) {
  transition-delay: 1.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(112) {
  transition-delay: 1.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(113) {
  transition-delay: 1.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(114) {
  transition-delay: 1.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(115) {
  transition-delay: 1.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(116) {
  transition-delay: 1.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(117) {
  transition-delay: 1.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(118) {
  transition-delay: 1.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(119) {
  transition-delay: 1.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(120) {
  transition-delay: 1.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(121) {
  transition-delay: 1.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(122) {
  transition-delay: 1.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(123) {
  transition-delay: 1.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(124) {
  transition-delay: 1.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(125) {
  transition-delay: 1.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(126) {
  transition-delay: 1.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(127) {
  transition-delay: 1.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(128) {
  transition-delay: 1.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(129) {
  transition-delay: 1.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(130) {
  transition-delay: 1.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(131) {
  transition-delay: 1.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(132) {
  transition-delay: 1.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(133) {
  transition-delay: 1.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(134) {
  transition-delay: 1.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(135) {
  transition-delay: 1.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(136) {
  transition-delay: 1.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(137) {
  transition-delay: 1.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(138) {
  transition-delay: 1.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(139) {
  transition-delay: 1.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(140) {
  transition-delay: 1.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(141) {
  transition-delay: 1.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(142) {
  transition-delay: 1.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(143) {
  transition-delay: 1.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(144) {
  transition-delay: 1.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(145) {
  transition-delay: 1.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(146) {
  transition-delay: 1.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(147) {
  transition-delay: 1.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(148) {
  transition-delay: 1.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(149) {
  transition-delay: 1.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(150) {
  transition-delay: 1.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(151) {
  transition-delay: 1.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(152) {
  transition-delay: 1.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(153) {
  transition-delay: 1.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(154) {
  transition-delay: 1.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(155) {
  transition-delay: 1.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(156) {
  transition-delay: 1.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(157) {
  transition-delay: 1.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(158) {
  transition-delay: 1.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(159) {
  transition-delay: 1.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(160) {
  transition-delay: 1.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(161) {
  transition-delay: 1.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(162) {
  transition-delay: 1.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(163) {
  transition-delay: 1.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(164) {
  transition-delay: 1.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(165) {
  transition-delay: 1.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(166) {
  transition-delay: 1.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(167) {
  transition-delay: 1.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(168) {
  transition-delay: 1.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(169) {
  transition-delay: 1.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(170) {
  transition-delay: 1.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(171) {
  transition-delay: 1.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(172) {
  transition-delay: 1.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(173) {
  transition-delay: 1.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(174) {
  transition-delay: 1.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(175) {
  transition-delay: 1.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(176) {
  transition-delay: 1.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(177) {
  transition-delay: 1.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(178) {
  transition-delay: 1.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(179) {
  transition-delay: 1.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(180) {
  transition-delay: 1.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(181) {
  transition-delay: 1.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(182) {
  transition-delay: 1.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(183) {
  transition-delay: 1.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(184) {
  transition-delay: 1.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(185) {
  transition-delay: 1.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(186) {
  transition-delay: 1.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(187) {
  transition-delay: 1.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(188) {
  transition-delay: 1.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(189) {
  transition-delay: 1.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(190) {
  transition-delay: 1.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(191) {
  transition-delay: 1.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(192) {
  transition-delay: 1.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(193) {
  transition-delay: 1.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(194) {
  transition-delay: 1.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(195) {
  transition-delay: 1.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(196) {
  transition-delay: 1.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(197) {
  transition-delay: 1.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(198) {
  transition-delay: 1.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(199) {
  transition-delay: 1.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(200) {
  transition-delay: 2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(201) {
  transition-delay: 2.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(202) {
  transition-delay: 2.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(203) {
  transition-delay: 2.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(204) {
  transition-delay: 2.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(205) {
  transition-delay: 2.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(206) {
  transition-delay: 2.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(207) {
  transition-delay: 2.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(208) {
  transition-delay: 2.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(209) {
  transition-delay: 2.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(210) {
  transition-delay: 2.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(211) {
  transition-delay: 2.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(212) {
  transition-delay: 2.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(213) {
  transition-delay: 2.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(214) {
  transition-delay: 2.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(215) {
  transition-delay: 2.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(216) {
  transition-delay: 2.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(217) {
  transition-delay: 2.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(218) {
  transition-delay: 2.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(219) {
  transition-delay: 2.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(220) {
  transition-delay: 2.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(221) {
  transition-delay: 2.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(222) {
  transition-delay: 2.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(223) {
  transition-delay: 2.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(224) {
  transition-delay: 2.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(225) {
  transition-delay: 2.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(226) {
  transition-delay: 2.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(227) {
  transition-delay: 2.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(228) {
  transition-delay: 2.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(229) {
  transition-delay: 2.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(230) {
  transition-delay: 2.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(231) {
  transition-delay: 2.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(232) {
  transition-delay: 2.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(233) {
  transition-delay: 2.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(234) {
  transition-delay: 2.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(235) {
  transition-delay: 2.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(236) {
  transition-delay: 2.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(237) {
  transition-delay: 2.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(238) {
  transition-delay: 2.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(239) {
  transition-delay: 2.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(240) {
  transition-delay: 2.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(241) {
  transition-delay: 2.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(242) {
  transition-delay: 2.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(243) {
  transition-delay: 2.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(244) {
  transition-delay: 2.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(245) {
  transition-delay: 2.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(246) {
  transition-delay: 2.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(247) {
  transition-delay: 2.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(248) {
  transition-delay: 2.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(249) {
  transition-delay: 2.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(250) {
  transition-delay: 2.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(251) {
  transition-delay: 2.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(252) {
  transition-delay: 2.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(253) {
  transition-delay: 2.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(254) {
  transition-delay: 2.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(255) {
  transition-delay: 2.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(256) {
  transition-delay: 2.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(257) {
  transition-delay: 2.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(258) {
  transition-delay: 2.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(259) {
  transition-delay: 2.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(260) {
  transition-delay: 2.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(261) {
  transition-delay: 2.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(262) {
  transition-delay: 2.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(263) {
  transition-delay: 2.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(264) {
  transition-delay: 2.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(265) {
  transition-delay: 2.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(266) {
  transition-delay: 2.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(267) {
  transition-delay: 2.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(268) {
  transition-delay: 2.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(269) {
  transition-delay: 2.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(270) {
  transition-delay: 2.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(271) {
  transition-delay: 2.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(272) {
  transition-delay: 2.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(273) {
  transition-delay: 2.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(274) {
  transition-delay: 2.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(275) {
  transition-delay: 2.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(276) {
  transition-delay: 2.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(277) {
  transition-delay: 2.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(278) {
  transition-delay: 2.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(279) {
  transition-delay: 2.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(280) {
  transition-delay: 2.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(281) {
  transition-delay: 2.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(282) {
  transition-delay: 2.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(283) {
  transition-delay: 2.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(284) {
  transition-delay: 2.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(285) {
  transition-delay: 2.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(286) {
  transition-delay: 2.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(287) {
  transition-delay: 2.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(288) {
  transition-delay: 2.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(289) {
  transition-delay: 2.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(290) {
  transition-delay: 2.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(291) {
  transition-delay: 2.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(292) {
  transition-delay: 2.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(293) {
  transition-delay: 2.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(294) {
  transition-delay: 2.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(295) {
  transition-delay: 2.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(296) {
  transition-delay: 2.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(297) {
  transition-delay: 2.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(298) {
  transition-delay: 2.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(299) {
  transition-delay: 2.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(300) {
  transition-delay: 3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(301) {
  transition-delay: 3.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(302) {
  transition-delay: 3.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(303) {
  transition-delay: 3.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(304) {
  transition-delay: 3.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(305) {
  transition-delay: 3.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(306) {
  transition-delay: 3.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(307) {
  transition-delay: 3.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(308) {
  transition-delay: 3.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(309) {
  transition-delay: 3.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(310) {
  transition-delay: 3.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(311) {
  transition-delay: 3.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(312) {
  transition-delay: 3.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(313) {
  transition-delay: 3.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(314) {
  transition-delay: 3.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(315) {
  transition-delay: 3.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(316) {
  transition-delay: 3.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(317) {
  transition-delay: 3.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(318) {
  transition-delay: 3.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(319) {
  transition-delay: 3.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(320) {
  transition-delay: 3.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(321) {
  transition-delay: 3.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(322) {
  transition-delay: 3.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(323) {
  transition-delay: 3.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(324) {
  transition-delay: 3.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(325) {
  transition-delay: 3.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(326) {
  transition-delay: 3.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(327) {
  transition-delay: 3.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(328) {
  transition-delay: 3.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(329) {
  transition-delay: 3.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(330) {
  transition-delay: 3.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(331) {
  transition-delay: 3.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(332) {
  transition-delay: 3.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(333) {
  transition-delay: 3.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(334) {
  transition-delay: 3.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(335) {
  transition-delay: 3.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(336) {
  transition-delay: 3.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(337) {
  transition-delay: 3.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(338) {
  transition-delay: 3.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(339) {
  transition-delay: 3.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(340) {
  transition-delay: 3.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(341) {
  transition-delay: 3.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(342) {
  transition-delay: 3.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(343) {
  transition-delay: 3.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(344) {
  transition-delay: 3.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(345) {
  transition-delay: 3.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(346) {
  transition-delay: 3.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(347) {
  transition-delay: 3.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(348) {
  transition-delay: 3.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(349) {
  transition-delay: 3.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(350) {
  transition-delay: 3.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(351) {
  transition-delay: 3.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(352) {
  transition-delay: 3.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(353) {
  transition-delay: 3.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(354) {
  transition-delay: 3.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(355) {
  transition-delay: 3.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(356) {
  transition-delay: 3.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(357) {
  transition-delay: 3.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(358) {
  transition-delay: 3.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(359) {
  transition-delay: 3.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(360) {
  transition-delay: 3.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(361) {
  transition-delay: 3.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(362) {
  transition-delay: 3.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(363) {
  transition-delay: 3.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(364) {
  transition-delay: 3.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(365) {
  transition-delay: 3.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(366) {
  transition-delay: 3.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(367) {
  transition-delay: 3.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(368) {
  transition-delay: 3.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(369) {
  transition-delay: 3.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(370) {
  transition-delay: 3.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(371) {
  transition-delay: 3.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(372) {
  transition-delay: 3.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(373) {
  transition-delay: 3.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(374) {
  transition-delay: 3.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(375) {
  transition-delay: 3.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(376) {
  transition-delay: 3.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(377) {
  transition-delay: 3.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(378) {
  transition-delay: 3.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(379) {
  transition-delay: 3.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(380) {
  transition-delay: 3.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(381) {
  transition-delay: 3.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(382) {
  transition-delay: 3.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(383) {
  transition-delay: 3.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(384) {
  transition-delay: 3.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(385) {
  transition-delay: 3.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(386) {
  transition-delay: 3.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(387) {
  transition-delay: 3.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(388) {
  transition-delay: 3.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(389) {
  transition-delay: 3.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(390) {
  transition-delay: 3.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(391) {
  transition-delay: 3.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(392) {
  transition-delay: 3.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(393) {
  transition-delay: 3.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(394) {
  transition-delay: 3.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(395) {
  transition-delay: 3.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(396) {
  transition-delay: 3.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(397) {
  transition-delay: 3.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(398) {
  transition-delay: 3.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(399) {
  transition-delay: 3.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(400) {
  transition-delay: 4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(401) {
  transition-delay: 4.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(402) {
  transition-delay: 4.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(403) {
  transition-delay: 4.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(404) {
  transition-delay: 4.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(405) {
  transition-delay: 4.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(406) {
  transition-delay: 4.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(407) {
  transition-delay: 4.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(408) {
  transition-delay: 4.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(409) {
  transition-delay: 4.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(410) {
  transition-delay: 4.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(411) {
  transition-delay: 4.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(412) {
  transition-delay: 4.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(413) {
  transition-delay: 4.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(414) {
  transition-delay: 4.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(415) {
  transition-delay: 4.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(416) {
  transition-delay: 4.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(417) {
  transition-delay: 4.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(418) {
  transition-delay: 4.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(419) {
  transition-delay: 4.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(420) {
  transition-delay: 4.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(421) {
  transition-delay: 4.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(422) {
  transition-delay: 4.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(423) {
  transition-delay: 4.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(424) {
  transition-delay: 4.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(425) {
  transition-delay: 4.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(426) {
  transition-delay: 4.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(427) {
  transition-delay: 4.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(428) {
  transition-delay: 4.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(429) {
  transition-delay: 4.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(430) {
  transition-delay: 4.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(431) {
  transition-delay: 4.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(432) {
  transition-delay: 4.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(433) {
  transition-delay: 4.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(434) {
  transition-delay: 4.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(435) {
  transition-delay: 4.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(436) {
  transition-delay: 4.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(437) {
  transition-delay: 4.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(438) {
  transition-delay: 4.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(439) {
  transition-delay: 4.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(440) {
  transition-delay: 4.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(441) {
  transition-delay: 4.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(442) {
  transition-delay: 4.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(443) {
  transition-delay: 4.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(444) {
  transition-delay: 4.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(445) {
  transition-delay: 4.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(446) {
  transition-delay: 4.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(447) {
  transition-delay: 4.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(448) {
  transition-delay: 4.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(449) {
  transition-delay: 4.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(450) {
  transition-delay: 4.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(451) {
  transition-delay: 4.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(452) {
  transition-delay: 4.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(453) {
  transition-delay: 4.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(454) {
  transition-delay: 4.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(455) {
  transition-delay: 4.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(456) {
  transition-delay: 4.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(457) {
  transition-delay: 4.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(458) {
  transition-delay: 4.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(459) {
  transition-delay: 4.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(460) {
  transition-delay: 4.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(461) {
  transition-delay: 4.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(462) {
  transition-delay: 4.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(463) {
  transition-delay: 4.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(464) {
  transition-delay: 4.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(465) {
  transition-delay: 4.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(466) {
  transition-delay: 4.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(467) {
  transition-delay: 4.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(468) {
  transition-delay: 4.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(469) {
  transition-delay: 4.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(470) {
  transition-delay: 4.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(471) {
  transition-delay: 4.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(472) {
  transition-delay: 4.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(473) {
  transition-delay: 4.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(474) {
  transition-delay: 4.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(475) {
  transition-delay: 4.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(476) {
  transition-delay: 4.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(477) {
  transition-delay: 4.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(478) {
  transition-delay: 4.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(479) {
  transition-delay: 4.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(480) {
  transition-delay: 4.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(481) {
  transition-delay: 4.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(482) {
  transition-delay: 4.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(483) {
  transition-delay: 4.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(484) {
  transition-delay: 4.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(485) {
  transition-delay: 4.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(486) {
  transition-delay: 4.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(487) {
  transition-delay: 4.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(488) {
  transition-delay: 4.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(489) {
  transition-delay: 4.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(490) {
  transition-delay: 4.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(491) {
  transition-delay: 4.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(492) {
  transition-delay: 4.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(493) {
  transition-delay: 4.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(494) {
  transition-delay: 4.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(495) {
  transition-delay: 4.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(496) {
  transition-delay: 4.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(497) {
  transition-delay: 4.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(498) {
  transition-delay: 4.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(499) {
  transition-delay: 4.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(500) {
  transition-delay: 5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(501) {
  transition-delay: 5.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(502) {
  transition-delay: 5.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(503) {
  transition-delay: 5.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(504) {
  transition-delay: 5.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(505) {
  transition-delay: 5.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(506) {
  transition-delay: 5.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(507) {
  transition-delay: 5.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(508) {
  transition-delay: 5.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(509) {
  transition-delay: 5.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(510) {
  transition-delay: 5.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(511) {
  transition-delay: 5.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(512) {
  transition-delay: 5.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(513) {
  transition-delay: 5.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(514) {
  transition-delay: 5.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(515) {
  transition-delay: 5.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(516) {
  transition-delay: 5.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(517) {
  transition-delay: 5.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(518) {
  transition-delay: 5.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(519) {
  transition-delay: 5.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(520) {
  transition-delay: 5.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(521) {
  transition-delay: 5.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(522) {
  transition-delay: 5.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(523) {
  transition-delay: 5.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(524) {
  transition-delay: 5.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(525) {
  transition-delay: 5.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(526) {
  transition-delay: 5.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(527) {
  transition-delay: 5.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(528) {
  transition-delay: 5.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(529) {
  transition-delay: 5.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(530) {
  transition-delay: 5.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(531) {
  transition-delay: 5.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(532) {
  transition-delay: 5.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(533) {
  transition-delay: 5.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(534) {
  transition-delay: 5.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(535) {
  transition-delay: 5.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(536) {
  transition-delay: 5.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(537) {
  transition-delay: 5.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(538) {
  transition-delay: 5.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(539) {
  transition-delay: 5.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(540) {
  transition-delay: 5.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(541) {
  transition-delay: 5.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(542) {
  transition-delay: 5.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(543) {
  transition-delay: 5.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(544) {
  transition-delay: 5.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(545) {
  transition-delay: 5.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(546) {
  transition-delay: 5.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(547) {
  transition-delay: 5.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(548) {
  transition-delay: 5.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(549) {
  transition-delay: 5.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(550) {
  transition-delay: 5.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(551) {
  transition-delay: 5.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(552) {
  transition-delay: 5.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(553) {
  transition-delay: 5.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(554) {
  transition-delay: 5.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(555) {
  transition-delay: 5.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(556) {
  transition-delay: 5.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(557) {
  transition-delay: 5.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(558) {
  transition-delay: 5.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(559) {
  transition-delay: 5.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(560) {
  transition-delay: 5.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(561) {
  transition-delay: 5.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(562) {
  transition-delay: 5.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(563) {
  transition-delay: 5.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(564) {
  transition-delay: 5.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(565) {
  transition-delay: 5.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(566) {
  transition-delay: 5.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(567) {
  transition-delay: 5.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(568) {
  transition-delay: 5.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(569) {
  transition-delay: 5.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(570) {
  transition-delay: 5.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(571) {
  transition-delay: 5.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(572) {
  transition-delay: 5.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(573) {
  transition-delay: 5.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(574) {
  transition-delay: 5.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(575) {
  transition-delay: 5.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(576) {
  transition-delay: 5.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(577) {
  transition-delay: 5.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(578) {
  transition-delay: 5.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(579) {
  transition-delay: 5.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(580) {
  transition-delay: 5.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(581) {
  transition-delay: 5.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(582) {
  transition-delay: 5.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(583) {
  transition-delay: 5.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(584) {
  transition-delay: 5.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(585) {
  transition-delay: 5.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(586) {
  transition-delay: 5.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(587) {
  transition-delay: 5.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(588) {
  transition-delay: 5.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(589) {
  transition-delay: 5.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(590) {
  transition-delay: 5.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(591) {
  transition-delay: 5.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(592) {
  transition-delay: 5.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(593) {
  transition-delay: 5.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(594) {
  transition-delay: 5.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(595) {
  transition-delay: 5.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(596) {
  transition-delay: 5.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(597) {
  transition-delay: 5.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(598) {
  transition-delay: 5.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(599) {
  transition-delay: 5.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(600) {
  transition-delay: 6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(601) {
  transition-delay: 6.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(602) {
  transition-delay: 6.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(603) {
  transition-delay: 6.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(604) {
  transition-delay: 6.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(605) {
  transition-delay: 6.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(606) {
  transition-delay: 6.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(607) {
  transition-delay: 6.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(608) {
  transition-delay: 6.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(609) {
  transition-delay: 6.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(610) {
  transition-delay: 6.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(611) {
  transition-delay: 6.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(612) {
  transition-delay: 6.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(613) {
  transition-delay: 6.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(614) {
  transition-delay: 6.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(615) {
  transition-delay: 6.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(616) {
  transition-delay: 6.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(617) {
  transition-delay: 6.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(618) {
  transition-delay: 6.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(619) {
  transition-delay: 6.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(620) {
  transition-delay: 6.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(621) {
  transition-delay: 6.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(622) {
  transition-delay: 6.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(623) {
  transition-delay: 6.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(624) {
  transition-delay: 6.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(625) {
  transition-delay: 6.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(626) {
  transition-delay: 6.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(627) {
  transition-delay: 6.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(628) {
  transition-delay: 6.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(629) {
  transition-delay: 6.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(630) {
  transition-delay: 6.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(631) {
  transition-delay: 6.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(632) {
  transition-delay: 6.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(633) {
  transition-delay: 6.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(634) {
  transition-delay: 6.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(635) {
  transition-delay: 6.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(636) {
  transition-delay: 6.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(637) {
  transition-delay: 6.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(638) {
  transition-delay: 6.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(639) {
  transition-delay: 6.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(640) {
  transition-delay: 6.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(641) {
  transition-delay: 6.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(642) {
  transition-delay: 6.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(643) {
  transition-delay: 6.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(644) {
  transition-delay: 6.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(645) {
  transition-delay: 6.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(646) {
  transition-delay: 6.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(647) {
  transition-delay: 6.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(648) {
  transition-delay: 6.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(649) {
  transition-delay: 6.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(650) {
  transition-delay: 6.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(651) {
  transition-delay: 6.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(652) {
  transition-delay: 6.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(653) {
  transition-delay: 6.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(654) {
  transition-delay: 6.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(655) {
  transition-delay: 6.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(656) {
  transition-delay: 6.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(657) {
  transition-delay: 6.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(658) {
  transition-delay: 6.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(659) {
  transition-delay: 6.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(660) {
  transition-delay: 6.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(661) {
  transition-delay: 6.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(662) {
  transition-delay: 6.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(663) {
  transition-delay: 6.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(664) {
  transition-delay: 6.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(665) {
  transition-delay: 6.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(666) {
  transition-delay: 6.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(667) {
  transition-delay: 6.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(668) {
  transition-delay: 6.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(669) {
  transition-delay: 6.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(670) {
  transition-delay: 6.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(671) {
  transition-delay: 6.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(672) {
  transition-delay: 6.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(673) {
  transition-delay: 6.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(674) {
  transition-delay: 6.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(675) {
  transition-delay: 6.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(676) {
  transition-delay: 6.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(677) {
  transition-delay: 6.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(678) {
  transition-delay: 6.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(679) {
  transition-delay: 6.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(680) {
  transition-delay: 6.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(681) {
  transition-delay: 6.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(682) {
  transition-delay: 6.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(683) {
  transition-delay: 6.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(684) {
  transition-delay: 6.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(685) {
  transition-delay: 6.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(686) {
  transition-delay: 6.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(687) {
  transition-delay: 6.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(688) {
  transition-delay: 6.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(689) {
  transition-delay: 6.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(690) {
  transition-delay: 6.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(691) {
  transition-delay: 6.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(692) {
  transition-delay: 6.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(693) {
  transition-delay: 6.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(694) {
  transition-delay: 6.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(695) {
  transition-delay: 6.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(696) {
  transition-delay: 6.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(697) {
  transition-delay: 6.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(698) {
  transition-delay: 6.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(699) {
  transition-delay: 6.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(700) {
  transition-delay: 7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(701) {
  transition-delay: 7.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(702) {
  transition-delay: 7.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(703) {
  transition-delay: 7.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(704) {
  transition-delay: 7.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(705) {
  transition-delay: 7.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(706) {
  transition-delay: 7.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(707) {
  transition-delay: 7.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(708) {
  transition-delay: 7.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(709) {
  transition-delay: 7.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(710) {
  transition-delay: 7.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(711) {
  transition-delay: 7.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(712) {
  transition-delay: 7.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(713) {
  transition-delay: 7.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(714) {
  transition-delay: 7.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(715) {
  transition-delay: 7.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(716) {
  transition-delay: 7.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(717) {
  transition-delay: 7.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(718) {
  transition-delay: 7.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(719) {
  transition-delay: 7.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(720) {
  transition-delay: 7.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(721) {
  transition-delay: 7.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(722) {
  transition-delay: 7.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(723) {
  transition-delay: 7.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(724) {
  transition-delay: 7.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(725) {
  transition-delay: 7.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(726) {
  transition-delay: 7.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(727) {
  transition-delay: 7.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(728) {
  transition-delay: 7.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(729) {
  transition-delay: 7.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(730) {
  transition-delay: 7.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(731) {
  transition-delay: 7.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(732) {
  transition-delay: 7.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(733) {
  transition-delay: 7.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(734) {
  transition-delay: 7.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(735) {
  transition-delay: 7.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(736) {
  transition-delay: 7.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(737) {
  transition-delay: 7.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(738) {
  transition-delay: 7.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(739) {
  transition-delay: 7.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(740) {
  transition-delay: 7.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(741) {
  transition-delay: 7.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(742) {
  transition-delay: 7.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(743) {
  transition-delay: 7.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(744) {
  transition-delay: 7.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(745) {
  transition-delay: 7.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(746) {
  transition-delay: 7.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(747) {
  transition-delay: 7.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(748) {
  transition-delay: 7.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(749) {
  transition-delay: 7.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(750) {
  transition-delay: 7.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(751) {
  transition-delay: 7.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(752) {
  transition-delay: 7.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(753) {
  transition-delay: 7.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(754) {
  transition-delay: 7.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(755) {
  transition-delay: 7.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(756) {
  transition-delay: 7.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(757) {
  transition-delay: 7.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(758) {
  transition-delay: 7.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(759) {
  transition-delay: 7.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(760) {
  transition-delay: 7.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(761) {
  transition-delay: 7.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(762) {
  transition-delay: 7.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(763) {
  transition-delay: 7.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(764) {
  transition-delay: 7.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(765) {
  transition-delay: 7.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(766) {
  transition-delay: 7.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(767) {
  transition-delay: 7.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(768) {
  transition-delay: 7.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(769) {
  transition-delay: 7.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(770) {
  transition-delay: 7.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(771) {
  transition-delay: 7.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(772) {
  transition-delay: 7.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(773) {
  transition-delay: 7.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(774) {
  transition-delay: 7.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(775) {
  transition-delay: 7.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(776) {
  transition-delay: 7.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(777) {
  transition-delay: 7.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(778) {
  transition-delay: 7.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(779) {
  transition-delay: 7.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(780) {
  transition-delay: 7.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(781) {
  transition-delay: 7.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(782) {
  transition-delay: 7.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(783) {
  transition-delay: 7.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(784) {
  transition-delay: 7.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(785) {
  transition-delay: 7.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(786) {
  transition-delay: 7.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(787) {
  transition-delay: 7.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(788) {
  transition-delay: 7.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(789) {
  transition-delay: 7.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(790) {
  transition-delay: 7.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(791) {
  transition-delay: 7.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(792) {
  transition-delay: 7.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(793) {
  transition-delay: 7.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(794) {
  transition-delay: 7.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(795) {
  transition-delay: 7.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(796) {
  transition-delay: 7.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(797) {
  transition-delay: 7.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(798) {
  transition-delay: 7.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(799) {
  transition-delay: 7.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(800) {
  transition-delay: 8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(801) {
  transition-delay: 8.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(802) {
  transition-delay: 8.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(803) {
  transition-delay: 8.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(804) {
  transition-delay: 8.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(805) {
  transition-delay: 8.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(806) {
  transition-delay: 8.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(807) {
  transition-delay: 8.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(808) {
  transition-delay: 8.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(809) {
  transition-delay: 8.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(810) {
  transition-delay: 8.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(811) {
  transition-delay: 8.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(812) {
  transition-delay: 8.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(813) {
  transition-delay: 8.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(814) {
  transition-delay: 8.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(815) {
  transition-delay: 8.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(816) {
  transition-delay: 8.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(817) {
  transition-delay: 8.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(818) {
  transition-delay: 8.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(819) {
  transition-delay: 8.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(820) {
  transition-delay: 8.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(821) {
  transition-delay: 8.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(822) {
  transition-delay: 8.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(823) {
  transition-delay: 8.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(824) {
  transition-delay: 8.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(825) {
  transition-delay: 8.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(826) {
  transition-delay: 8.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(827) {
  transition-delay: 8.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(828) {
  transition-delay: 8.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(829) {
  transition-delay: 8.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(830) {
  transition-delay: 8.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(831) {
  transition-delay: 8.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(832) {
  transition-delay: 8.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(833) {
  transition-delay: 8.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(834) {
  transition-delay: 8.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(835) {
  transition-delay: 8.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(836) {
  transition-delay: 8.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(837) {
  transition-delay: 8.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(838) {
  transition-delay: 8.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(839) {
  transition-delay: 8.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(840) {
  transition-delay: 8.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(841) {
  transition-delay: 8.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(842) {
  transition-delay: 8.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(843) {
  transition-delay: 8.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(844) {
  transition-delay: 8.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(845) {
  transition-delay: 8.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(846) {
  transition-delay: 8.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(847) {
  transition-delay: 8.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(848) {
  transition-delay: 8.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(849) {
  transition-delay: 8.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(850) {
  transition-delay: 8.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(851) {
  transition-delay: 8.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(852) {
  transition-delay: 8.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(853) {
  transition-delay: 8.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(854) {
  transition-delay: 8.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(855) {
  transition-delay: 8.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(856) {
  transition-delay: 8.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(857) {
  transition-delay: 8.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(858) {
  transition-delay: 8.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(859) {
  transition-delay: 8.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(860) {
  transition-delay: 8.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(861) {
  transition-delay: 8.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(862) {
  transition-delay: 8.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(863) {
  transition-delay: 8.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(864) {
  transition-delay: 8.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(865) {
  transition-delay: 8.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(866) {
  transition-delay: 8.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(867) {
  transition-delay: 8.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(868) {
  transition-delay: 8.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(869) {
  transition-delay: 8.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(870) {
  transition-delay: 8.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(871) {
  transition-delay: 8.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(872) {
  transition-delay: 8.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(873) {
  transition-delay: 8.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(874) {
  transition-delay: 8.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(875) {
  transition-delay: 8.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(876) {
  transition-delay: 8.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(877) {
  transition-delay: 8.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(878) {
  transition-delay: 8.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(879) {
  transition-delay: 8.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(880) {
  transition-delay: 8.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(881) {
  transition-delay: 8.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(882) {
  transition-delay: 8.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(883) {
  transition-delay: 8.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(884) {
  transition-delay: 8.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(885) {
  transition-delay: 8.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(886) {
  transition-delay: 8.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(887) {
  transition-delay: 8.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(888) {
  transition-delay: 8.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(889) {
  transition-delay: 8.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(890) {
  transition-delay: 8.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(891) {
  transition-delay: 8.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(892) {
  transition-delay: 8.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(893) {
  transition-delay: 8.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(894) {
  transition-delay: 8.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(895) {
  transition-delay: 8.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(896) {
  transition-delay: 8.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(897) {
  transition-delay: 8.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(898) {
  transition-delay: 8.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(899) {
  transition-delay: 8.99s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(900) {
  transition-delay: 9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(901) {
  transition-delay: 9.01s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(902) {
  transition-delay: 9.02s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(903) {
  transition-delay: 9.03s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(904) {
  transition-delay: 9.04s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(905) {
  transition-delay: 9.05s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(906) {
  transition-delay: 9.06s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(907) {
  transition-delay: 9.07s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(908) {
  transition-delay: 9.08s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(909) {
  transition-delay: 9.09s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(910) {
  transition-delay: 9.1s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(911) {
  transition-delay: 9.11s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(912) {
  transition-delay: 9.12s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(913) {
  transition-delay: 9.13s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(914) {
  transition-delay: 9.14s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(915) {
  transition-delay: 9.15s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(916) {
  transition-delay: 9.16s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(917) {
  transition-delay: 9.17s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(918) {
  transition-delay: 9.18s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(919) {
  transition-delay: 9.19s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(920) {
  transition-delay: 9.2s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(921) {
  transition-delay: 9.21s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(922) {
  transition-delay: 9.22s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(923) {
  transition-delay: 9.23s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(924) {
  transition-delay: 9.24s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(925) {
  transition-delay: 9.25s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(926) {
  transition-delay: 9.26s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(927) {
  transition-delay: 9.27s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(928) {
  transition-delay: 9.28s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(929) {
  transition-delay: 9.29s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(930) {
  transition-delay: 9.3s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(931) {
  transition-delay: 9.31s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(932) {
  transition-delay: 9.32s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(933) {
  transition-delay: 9.33s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(934) {
  transition-delay: 9.34s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(935) {
  transition-delay: 9.35s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(936) {
  transition-delay: 9.36s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(937) {
  transition-delay: 9.37s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(938) {
  transition-delay: 9.38s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(939) {
  transition-delay: 9.39s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(940) {
  transition-delay: 9.4s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(941) {
  transition-delay: 9.41s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(942) {
  transition-delay: 9.42s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(943) {
  transition-delay: 9.43s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(944) {
  transition-delay: 9.44s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(945) {
  transition-delay: 9.45s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(946) {
  transition-delay: 9.46s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(947) {
  transition-delay: 9.47s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(948) {
  transition-delay: 9.48s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(949) {
  transition-delay: 9.49s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(950) {
  transition-delay: 9.5s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(951) {
  transition-delay: 9.51s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(952) {
  transition-delay: 9.52s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(953) {
  transition-delay: 9.53s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(954) {
  transition-delay: 9.54s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(955) {
  transition-delay: 9.55s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(956) {
  transition-delay: 9.56s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(957) {
  transition-delay: 9.57s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(958) {
  transition-delay: 9.58s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(959) {
  transition-delay: 9.59s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(960) {
  transition-delay: 9.6s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(961) {
  transition-delay: 9.61s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(962) {
  transition-delay: 9.62s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(963) {
  transition-delay: 9.63s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(964) {
  transition-delay: 9.64s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(965) {
  transition-delay: 9.65s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(966) {
  transition-delay: 9.66s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(967) {
  transition-delay: 9.67s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(968) {
  transition-delay: 9.68s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(969) {
  transition-delay: 9.69s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(970) {
  transition-delay: 9.7s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(971) {
  transition-delay: 9.71s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(972) {
  transition-delay: 9.72s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(973) {
  transition-delay: 9.73s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(974) {
  transition-delay: 9.74s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(975) {
  transition-delay: 9.75s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(976) {
  transition-delay: 9.76s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(977) {
  transition-delay: 9.77s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(978) {
  transition-delay: 9.78s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(979) {
  transition-delay: 9.79s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(980) {
  transition-delay: 9.8s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(981) {
  transition-delay: 9.81s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(982) {
  transition-delay: 9.82s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(983) {
  transition-delay: 9.83s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(984) {
  transition-delay: 9.84s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(985) {
  transition-delay: 9.85s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(986) {
  transition-delay: 9.86s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(987) {
  transition-delay: 9.87s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(988) {
  transition-delay: 9.88s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(989) {
  transition-delay: 9.89s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(990) {
  transition-delay: 9.9s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(991) {
  transition-delay: 9.91s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(992) {
  transition-delay: 9.92s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(993) {
  transition-delay: 9.93s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(994) {
  transition-delay: 9.94s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(995) {
  transition-delay: 9.95s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(996) {
  transition-delay: 9.96s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(997) {
  transition-delay: 9.97s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(998) {
  transition-delay: 9.98s;
  opacity: 1;
}
.js-lead.is-active span:nth-child(999) {
  transition-delay: 9.99s;
  opacity: 1;
}

.js-ttl {
  overflow-y: hidden;
  display: block;
}
.js-ttl span {
  opacity: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  display: inline-block;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-ttl.is-active span {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.js-ttl.is-active span:nth-child(2) {
  transition-delay: 0.08s;
}
.js-ttl.is-active span:nth-child(3) {
  transition-delay: 0.12s;
}
.js-ttl.is-active span:nth-child(4) {
  transition-delay: 0.16s;
}
.js-ttl.is-active span:nth-child(5) {
  transition-delay: 0.2s;
}
.js-ttl.is-active span:nth-child(6) {
  transition-delay: 0.24s;
}
.js-ttl.is-active span:nth-child(7) {
  transition-delay: 0.28s;
}
.js-ttl.is-active span:nth-child(8) {
  transition-delay: 0.32s;
}
.js-ttl.is-active span:nth-child(9) {
  transition-delay: 0.36s;
}
.js-ttl.is-active span:nth-child(10) {
  transition-delay: 0.4s;
}
.js-ttl.is-active span:nth-child(11) {
  transition-delay: 0.44s;
}
.js-ttl.is-active span:nth-child(12) {
  transition-delay: 0.48s;
}
.js-ttl.is-active span:nth-child(13) {
  transition-delay: 0.52s;
}
.js-ttl.is-active span:nth-child(14) {
  transition-delay: 0.56s;
}
.js-ttl.is-active span:nth-child(15) {
  transition-delay: 0.6s;
}
.js-ttl.is-active span:nth-child(16) {
  transition-delay: 0.64s;
}
.js-ttl.is-active span:nth-child(17) {
  transition-delay: 0.68s;
}
.js-ttl.is-active span:nth-child(18) {
  transition-delay: 0.72s;
}
.js-ttl.is-active span:nth-child(19) {
  transition-delay: 0.76s;
}
.js-ttl.is-active span:nth-child(20) {
  transition-delay: 0.8s;
}
.js-ttl.is-active span:nth-child(21) {
  transition-delay: 0.84s;
}
.js-ttl.is-active span:nth-child(22) {
  transition-delay: 0.88s;
}
.js-ttl.is-active span:nth-child(23) {
  transition-delay: 0.92s;
}
.js-ttl.is-active span:nth-child(24) {
  transition-delay: 0.96s;
}
.js-ttl.is-active span:nth-child(25) {
  transition-delay: 1s;
}
.js-ttl.is-active span:nth-child(26) {
  transition-delay: 1.04s;
}
.js-ttl.is-active span:nth-child(27) {
  transition-delay: 1.08s;
}
.js-ttl.is-active span:nth-child(28) {
  transition-delay: 1.12s;
}
.js-ttl.is-active span:nth-child(29) {
  transition-delay: 1.16s;
}
.js-ttl.is-active span:nth-child(30) {
  transition-delay: 1.2s;
}
.js-ttl.is-active span:nth-child(31) {
  transition-delay: 1.24s;
}
.js-ttl.is-active span:nth-child(32) {
  transition-delay: 1.28s;
}
.js-ttl.is-active span:nth-child(33) {
  transition-delay: 1.32s;
}
.js-ttl.is-active span:nth-child(34) {
  transition-delay: 1.36s;
}
.js-ttl.is-active span:nth-child(35) {
  transition-delay: 1.4s;
}
.js-ttl.is-active span:nth-child(36) {
  transition-delay: 1.44s;
}
.js-ttl.is-active span:nth-child(37) {
  transition-delay: 1.48s;
}
.js-ttl.is-active span:nth-child(38) {
  transition-delay: 1.52s;
}
.js-ttl.is-active span:nth-child(39) {
  transition-delay: 1.56s;
}
.js-ttl.is-active span:nth-child(40) {
  transition-delay: 1.6s;
}
.js-ttl.is-active span:nth-child(41) {
  transition-delay: 1.64s;
}
.js-ttl.is-active span:nth-child(42) {
  transition-delay: 1.68s;
}
.js-ttl.is-active span:nth-child(43) {
  transition-delay: 1.72s;
}
.js-ttl.is-active span:nth-child(44) {
  transition-delay: 1.76s;
}
.js-ttl.is-active span:nth-child(45) {
  transition-delay: 1.8s;
}
.js-ttl.is-active span:nth-child(46) {
  transition-delay: 1.84s;
}
.js-ttl.is-active span:nth-child(47) {
  transition-delay: 1.88s;
}
.js-ttl.is-active span:nth-child(48) {
  transition-delay: 1.92s;
}
.js-ttl.is-active span:nth-child(49) {
  transition-delay: 1.96s;
}
.js-ttl.is-active span:nth-child(50) {
  transition-delay: 2s;
}
.js-ttl.is-active span:nth-child(51) {
  transition-delay: 2.04s;
}
.js-ttl.is-active span:nth-child(52) {
  transition-delay: 2.08s;
}
.js-ttl.is-active span:nth-child(53) {
  transition-delay: 2.12s;
}
.js-ttl.is-active span:nth-child(54) {
  transition-delay: 2.16s;
}
.js-ttl.is-active span:nth-child(55) {
  transition-delay: 2.2s;
}
.js-ttl.is-active span:nth-child(56) {
  transition-delay: 2.24s;
}
.js-ttl.is-active span:nth-child(57) {
  transition-delay: 2.28s;
}
.js-ttl.is-active span:nth-child(58) {
  transition-delay: 2.32s;
}
.js-ttl.is-active span:nth-child(59) {
  transition-delay: 2.36s;
}
.js-ttl.is-active span:nth-child(60) {
  transition-delay: 2.4s;
}
.js-ttl.is-active span:nth-child(61) {
  transition-delay: 2.44s;
}
.js-ttl.is-active span:nth-child(62) {
  transition-delay: 2.48s;
}
.js-ttl.is-active span:nth-child(63) {
  transition-delay: 2.52s;
}
.js-ttl.is-active span:nth-child(64) {
  transition-delay: 2.56s;
}
.js-ttl.is-active span:nth-child(65) {
  transition-delay: 2.6s;
}
.js-ttl.is-active span:nth-child(66) {
  transition-delay: 2.64s;
}
.js-ttl.is-active span:nth-child(67) {
  transition-delay: 2.68s;
}
.js-ttl.is-active span:nth-child(68) {
  transition-delay: 2.72s;
}
.js-ttl.is-active span:nth-child(69) {
  transition-delay: 2.76s;
}
.js-ttl.is-active span:nth-child(70) {
  transition-delay: 2.8s;
}
.js-ttl.is-active span:nth-child(71) {
  transition-delay: 2.84s;
}
.js-ttl.is-active span:nth-child(72) {
  transition-delay: 2.88s;
}
.js-ttl.is-active span:nth-child(73) {
  transition-delay: 2.92s;
}
.js-ttl.is-active span:nth-child(74) {
  transition-delay: 2.96s;
}
.js-ttl.is-active span:nth-child(75) {
  transition-delay: 3s;
}
.js-ttl.is-active span:nth-child(76) {
  transition-delay: 3.04s;
}
.js-ttl.is-active span:nth-child(77) {
  transition-delay: 3.08s;
}
.js-ttl.is-active span:nth-child(78) {
  transition-delay: 3.12s;
}
.js-ttl.is-active span:nth-child(79) {
  transition-delay: 3.16s;
}
.js-ttl.is-active span:nth-child(80) {
  transition-delay: 3.2s;
}
.js-ttl.is-active span:nth-child(81) {
  transition-delay: 3.24s;
}
.js-ttl.is-active span:nth-child(82) {
  transition-delay: 3.28s;
}
.js-ttl.is-active span:nth-child(83) {
  transition-delay: 3.32s;
}
.js-ttl.is-active span:nth-child(84) {
  transition-delay: 3.36s;
}
.js-ttl.is-active span:nth-child(85) {
  transition-delay: 3.4s;
}
.js-ttl.is-active span:nth-child(86) {
  transition-delay: 3.44s;
}
.js-ttl.is-active span:nth-child(87) {
  transition-delay: 3.48s;
}
.js-ttl.is-active span:nth-child(88) {
  transition-delay: 3.52s;
}
.js-ttl.is-active span:nth-child(89) {
  transition-delay: 3.56s;
}
.js-ttl.is-active span:nth-child(90) {
  transition-delay: 3.6s;
}
.js-ttl.is-active span:nth-child(91) {
  transition-delay: 3.64s;
}
.js-ttl.is-active span:nth-child(92) {
  transition-delay: 3.68s;
}
.js-ttl.is-active span:nth-child(93) {
  transition-delay: 3.72s;
}
.js-ttl.is-active span:nth-child(94) {
  transition-delay: 3.76s;
}
.js-ttl.is-active span:nth-child(95) {
  transition-delay: 3.8s;
}
.js-ttl.is-active span:nth-child(96) {
  transition-delay: 3.84s;
}
.js-ttl.is-active span:nth-child(97) {
  transition-delay: 3.88s;
}
.js-ttl.is-active span:nth-child(98) {
  transition-delay: 3.92s;
}
.js-ttl.is-active span:nth-child(99) {
  transition-delay: 3.96s;
}
.js-ttl.is-active span:nth-child(100) {
  transition-delay: 4s;
}
.js-ttl.is-active span:nth-child(101) {
  transition-delay: 4.04s;
}
.js-ttl.is-active span:nth-child(102) {
  transition-delay: 4.08s;
}
.js-ttl.is-active span:nth-child(103) {
  transition-delay: 4.12s;
}
.js-ttl.is-active span:nth-child(104) {
  transition-delay: 4.16s;
}
.js-ttl.is-active span:nth-child(105) {
  transition-delay: 4.2s;
}
.js-ttl.is-active span:nth-child(106) {
  transition-delay: 4.24s;
}
.js-ttl.is-active span:nth-child(107) {
  transition-delay: 4.28s;
}
.js-ttl.is-active span:nth-child(108) {
  transition-delay: 4.32s;
}
.js-ttl.is-active span:nth-child(109) {
  transition-delay: 4.36s;
}
.js-ttl.is-active span:nth-child(110) {
  transition-delay: 4.4s;
}
.js-ttl.is-active span:nth-child(111) {
  transition-delay: 4.44s;
}
.js-ttl.is-active span:nth-child(112) {
  transition-delay: 4.48s;
}
.js-ttl.is-active span:nth-child(113) {
  transition-delay: 4.52s;
}
.js-ttl.is-active span:nth-child(114) {
  transition-delay: 4.56s;
}
.js-ttl.is-active span:nth-child(115) {
  transition-delay: 4.6s;
}
.js-ttl.is-active span:nth-child(116) {
  transition-delay: 4.64s;
}
.js-ttl.is-active span:nth-child(117) {
  transition-delay: 4.68s;
}
.js-ttl.is-active span:nth-child(118) {
  transition-delay: 4.72s;
}
.js-ttl.is-active span:nth-child(119) {
  transition-delay: 4.76s;
}
.js-ttl.is-active span:nth-child(120) {
  transition-delay: 4.8s;
}
.js-ttl.is-active span:nth-child(121) {
  transition-delay: 4.84s;
}
.js-ttl.is-active span:nth-child(122) {
  transition-delay: 4.88s;
}
.js-ttl.is-active span:nth-child(123) {
  transition-delay: 4.92s;
}
.js-ttl.is-active span:nth-child(124) {
  transition-delay: 4.96s;
}
.js-ttl.is-active span:nth-child(125) {
  transition-delay: 5s;
}
.js-ttl.is-active span:nth-child(126) {
  transition-delay: 5.04s;
}
.js-ttl.is-active span:nth-child(127) {
  transition-delay: 5.08s;
}
.js-ttl.is-active span:nth-child(128) {
  transition-delay: 5.12s;
}
.js-ttl.is-active span:nth-child(129) {
  transition-delay: 5.16s;
}
.js-ttl.is-active span:nth-child(130) {
  transition-delay: 5.2s;
}
.js-ttl.is-active span:nth-child(131) {
  transition-delay: 5.24s;
}
.js-ttl.is-active span:nth-child(132) {
  transition-delay: 5.28s;
}
.js-ttl.is-active span:nth-child(133) {
  transition-delay: 5.32s;
}
.js-ttl.is-active span:nth-child(134) {
  transition-delay: 5.36s;
}
.js-ttl.is-active span:nth-child(135) {
  transition-delay: 5.4s;
}
.js-ttl.is-active span:nth-child(136) {
  transition-delay: 5.44s;
}
.js-ttl.is-active span:nth-child(137) {
  transition-delay: 5.48s;
}
.js-ttl.is-active span:nth-child(138) {
  transition-delay: 5.52s;
}
.js-ttl.is-active span:nth-child(139) {
  transition-delay: 5.56s;
}
.js-ttl.is-active span:nth-child(140) {
  transition-delay: 5.6s;
}
.js-ttl.is-active span:nth-child(141) {
  transition-delay: 5.64s;
}
.js-ttl.is-active span:nth-child(142) {
  transition-delay: 5.68s;
}
.js-ttl.is-active span:nth-child(143) {
  transition-delay: 5.72s;
}
.js-ttl.is-active span:nth-child(144) {
  transition-delay: 5.76s;
}
.js-ttl.is-active span:nth-child(145) {
  transition-delay: 5.8s;
}
.js-ttl.is-active span:nth-child(146) {
  transition-delay: 5.84s;
}
.js-ttl.is-active span:nth-child(147) {
  transition-delay: 5.88s;
}
.js-ttl.is-active span:nth-child(148) {
  transition-delay: 5.92s;
}
.js-ttl.is-active span:nth-child(149) {
  transition-delay: 5.96s;
}
.js-ttl.is-active span:nth-child(150) {
  transition-delay: 6s;
}
.js-ttl.is-active span:nth-child(151) {
  transition-delay: 6.04s;
}
.js-ttl.is-active span:nth-child(152) {
  transition-delay: 6.08s;
}
.js-ttl.is-active span:nth-child(153) {
  transition-delay: 6.12s;
}
.js-ttl.is-active span:nth-child(154) {
  transition-delay: 6.16s;
}
.js-ttl.is-active span:nth-child(155) {
  transition-delay: 6.2s;
}
.js-ttl.is-active span:nth-child(156) {
  transition-delay: 6.24s;
}
.js-ttl.is-active span:nth-child(157) {
  transition-delay: 6.28s;
}
.js-ttl.is-active span:nth-child(158) {
  transition-delay: 6.32s;
}
.js-ttl.is-active span:nth-child(159) {
  transition-delay: 6.36s;
}
.js-ttl.is-active span:nth-child(160) {
  transition-delay: 6.4s;
}
.js-ttl.is-active span:nth-child(161) {
  transition-delay: 6.44s;
}
.js-ttl.is-active span:nth-child(162) {
  transition-delay: 6.48s;
}
.js-ttl.is-active span:nth-child(163) {
  transition-delay: 6.52s;
}
.js-ttl.is-active span:nth-child(164) {
  transition-delay: 6.56s;
}
.js-ttl.is-active span:nth-child(165) {
  transition-delay: 6.6s;
}
.js-ttl.is-active span:nth-child(166) {
  transition-delay: 6.64s;
}
.js-ttl.is-active span:nth-child(167) {
  transition-delay: 6.68s;
}
.js-ttl.is-active span:nth-child(168) {
  transition-delay: 6.72s;
}
.js-ttl.is-active span:nth-child(169) {
  transition-delay: 6.76s;
}
.js-ttl.is-active span:nth-child(170) {
  transition-delay: 6.8s;
}
.js-ttl.is-active span:nth-child(171) {
  transition-delay: 6.84s;
}
.js-ttl.is-active span:nth-child(172) {
  transition-delay: 6.88s;
}
.js-ttl.is-active span:nth-child(173) {
  transition-delay: 6.92s;
}
.js-ttl.is-active span:nth-child(174) {
  transition-delay: 6.96s;
}
.js-ttl.is-active span:nth-child(175) {
  transition-delay: 7s;
}
.js-ttl.is-active span:nth-child(176) {
  transition-delay: 7.04s;
}
.js-ttl.is-active span:nth-child(177) {
  transition-delay: 7.08s;
}
.js-ttl.is-active span:nth-child(178) {
  transition-delay: 7.12s;
}
.js-ttl.is-active span:nth-child(179) {
  transition-delay: 7.16s;
}
.js-ttl.is-active span:nth-child(180) {
  transition-delay: 7.2s;
}
.js-ttl.is-active span:nth-child(181) {
  transition-delay: 7.24s;
}
.js-ttl.is-active span:nth-child(182) {
  transition-delay: 7.28s;
}
.js-ttl.is-active span:nth-child(183) {
  transition-delay: 7.32s;
}
.js-ttl.is-active span:nth-child(184) {
  transition-delay: 7.36s;
}
.js-ttl.is-active span:nth-child(185) {
  transition-delay: 7.4s;
}
.js-ttl.is-active span:nth-child(186) {
  transition-delay: 7.44s;
}
.js-ttl.is-active span:nth-child(187) {
  transition-delay: 7.48s;
}
.js-ttl.is-active span:nth-child(188) {
  transition-delay: 7.52s;
}
.js-ttl.is-active span:nth-child(189) {
  transition-delay: 7.56s;
}
.js-ttl.is-active span:nth-child(190) {
  transition-delay: 7.6s;
}
.js-ttl.is-active span:nth-child(191) {
  transition-delay: 7.64s;
}
.js-ttl.is-active span:nth-child(192) {
  transition-delay: 7.68s;
}
.js-ttl.is-active span:nth-child(193) {
  transition-delay: 7.72s;
}
.js-ttl.is-active span:nth-child(194) {
  transition-delay: 7.76s;
}
.js-ttl.is-active span:nth-child(195) {
  transition-delay: 7.8s;
}
.js-ttl.is-active span:nth-child(196) {
  transition-delay: 7.84s;
}
.js-ttl.is-active span:nth-child(197) {
  transition-delay: 7.88s;
}
.js-ttl.is-active span:nth-child(198) {
  transition-delay: 7.92s;
}
.js-ttl.is-active span:nth-child(199) {
  transition-delay: 7.96s;
}
.js-ttl.is-active span:nth-child(200) {
  transition-delay: 8s;
}
.js-ttl.is-active span:nth-child(201) {
  transition-delay: 8.04s;
}
.js-ttl.is-active span:nth-child(202) {
  transition-delay: 8.08s;
}
.js-ttl.is-active span:nth-child(203) {
  transition-delay: 8.12s;
}
.js-ttl.is-active span:nth-child(204) {
  transition-delay: 8.16s;
}
.js-ttl.is-active span:nth-child(205) {
  transition-delay: 8.2s;
}
.js-ttl.is-active span:nth-child(206) {
  transition-delay: 8.24s;
}
.js-ttl.is-active span:nth-child(207) {
  transition-delay: 8.28s;
}
.js-ttl.is-active span:nth-child(208) {
  transition-delay: 8.32s;
}
.js-ttl.is-active span:nth-child(209) {
  transition-delay: 8.36s;
}
.js-ttl.is-active span:nth-child(210) {
  transition-delay: 8.4s;
}
.js-ttl.is-active span:nth-child(211) {
  transition-delay: 8.44s;
}
.js-ttl.is-active span:nth-child(212) {
  transition-delay: 8.48s;
}
.js-ttl.is-active span:nth-child(213) {
  transition-delay: 8.52s;
}
.js-ttl.is-active span:nth-child(214) {
  transition-delay: 8.56s;
}
.js-ttl.is-active span:nth-child(215) {
  transition-delay: 8.6s;
}
.js-ttl.is-active span:nth-child(216) {
  transition-delay: 8.64s;
}
.js-ttl.is-active span:nth-child(217) {
  transition-delay: 8.68s;
}
.js-ttl.is-active span:nth-child(218) {
  transition-delay: 8.72s;
}
.js-ttl.is-active span:nth-child(219) {
  transition-delay: 8.76s;
}
.js-ttl.is-active span:nth-child(220) {
  transition-delay: 8.8s;
}
.js-ttl.is-active span:nth-child(221) {
  transition-delay: 8.84s;
}
.js-ttl.is-active span:nth-child(222) {
  transition-delay: 8.88s;
}
.js-ttl.is-active span:nth-child(223) {
  transition-delay: 8.92s;
}
.js-ttl.is-active span:nth-child(224) {
  transition-delay: 8.96s;
}
.js-ttl.is-active span:nth-child(225) {
  transition-delay: 9s;
}
.js-ttl.is-active span:nth-child(226) {
  transition-delay: 9.04s;
}
.js-ttl.is-active span:nth-child(227) {
  transition-delay: 9.08s;
}
.js-ttl.is-active span:nth-child(228) {
  transition-delay: 9.12s;
}
.js-ttl.is-active span:nth-child(229) {
  transition-delay: 9.16s;
}
.js-ttl.is-active span:nth-child(230) {
  transition-delay: 9.2s;
}
.js-ttl.is-active span:nth-child(231) {
  transition-delay: 9.24s;
}
.js-ttl.is-active span:nth-child(232) {
  transition-delay: 9.28s;
}
.js-ttl.is-active span:nth-child(233) {
  transition-delay: 9.32s;
}
.js-ttl.is-active span:nth-child(234) {
  transition-delay: 9.36s;
}
.js-ttl.is-active span:nth-child(235) {
  transition-delay: 9.4s;
}
.js-ttl.is-active span:nth-child(236) {
  transition-delay: 9.44s;
}
.js-ttl.is-active span:nth-child(237) {
  transition-delay: 9.48s;
}
.js-ttl.is-active span:nth-child(238) {
  transition-delay: 9.52s;
}
.js-ttl.is-active span:nth-child(239) {
  transition-delay: 9.56s;
}
.js-ttl.is-active span:nth-child(240) {
  transition-delay: 9.6s;
}
.js-ttl.is-active span:nth-child(241) {
  transition-delay: 9.64s;
}
.js-ttl.is-active span:nth-child(242) {
  transition-delay: 9.68s;
}
.js-ttl.is-active span:nth-child(243) {
  transition-delay: 9.72s;
}
.js-ttl.is-active span:nth-child(244) {
  transition-delay: 9.76s;
}
.js-ttl.is-active span:nth-child(245) {
  transition-delay: 9.8s;
}
.js-ttl.is-active span:nth-child(246) {
  transition-delay: 9.84s;
}
.js-ttl.is-active span:nth-child(247) {
  transition-delay: 9.88s;
}
.js-ttl.is-active span:nth-child(248) {
  transition-delay: 9.92s;
}
.js-ttl.is-active span:nth-child(249) {
  transition-delay: 9.96s;
}
.js-ttl.is-active span:nth-child(250) {
  transition-delay: 10s;
}
.js-ttl.is-active span:nth-child(251) {
  transition-delay: 10.04s;
}
.js-ttl.is-active span:nth-child(252) {
  transition-delay: 10.08s;
}
.js-ttl.is-active span:nth-child(253) {
  transition-delay: 10.12s;
}
.js-ttl.is-active span:nth-child(254) {
  transition-delay: 10.16s;
}
.js-ttl.is-active span:nth-child(255) {
  transition-delay: 10.2s;
}
.js-ttl.is-active span:nth-child(256) {
  transition-delay: 10.24s;
}
.js-ttl.is-active span:nth-child(257) {
  transition-delay: 10.28s;
}
.js-ttl.is-active span:nth-child(258) {
  transition-delay: 10.32s;
}
.js-ttl.is-active span:nth-child(259) {
  transition-delay: 10.36s;
}
.js-ttl.is-active span:nth-child(260) {
  transition-delay: 10.4s;
}
.js-ttl.is-active span:nth-child(261) {
  transition-delay: 10.44s;
}
.js-ttl.is-active span:nth-child(262) {
  transition-delay: 10.48s;
}
.js-ttl.is-active span:nth-child(263) {
  transition-delay: 10.52s;
}
.js-ttl.is-active span:nth-child(264) {
  transition-delay: 10.56s;
}
.js-ttl.is-active span:nth-child(265) {
  transition-delay: 10.6s;
}
.js-ttl.is-active span:nth-child(266) {
  transition-delay: 10.64s;
}
.js-ttl.is-active span:nth-child(267) {
  transition-delay: 10.68s;
}
.js-ttl.is-active span:nth-child(268) {
  transition-delay: 10.72s;
}
.js-ttl.is-active span:nth-child(269) {
  transition-delay: 10.76s;
}
.js-ttl.is-active span:nth-child(270) {
  transition-delay: 10.8s;
}
.js-ttl.is-active span:nth-child(271) {
  transition-delay: 10.84s;
}
.js-ttl.is-active span:nth-child(272) {
  transition-delay: 10.88s;
}
.js-ttl.is-active span:nth-child(273) {
  transition-delay: 10.92s;
}
.js-ttl.is-active span:nth-child(274) {
  transition-delay: 10.96s;
}
.js-ttl.is-active span:nth-child(275) {
  transition-delay: 11s;
}
.js-ttl.is-active span:nth-child(276) {
  transition-delay: 11.04s;
}
.js-ttl.is-active span:nth-child(277) {
  transition-delay: 11.08s;
}
.js-ttl.is-active span:nth-child(278) {
  transition-delay: 11.12s;
}
.js-ttl.is-active span:nth-child(279) {
  transition-delay: 11.16s;
}
.js-ttl.is-active span:nth-child(280) {
  transition-delay: 11.2s;
}
.js-ttl.is-active span:nth-child(281) {
  transition-delay: 11.24s;
}
.js-ttl.is-active span:nth-child(282) {
  transition-delay: 11.28s;
}
.js-ttl.is-active span:nth-child(283) {
  transition-delay: 11.32s;
}
.js-ttl.is-active span:nth-child(284) {
  transition-delay: 11.36s;
}
.js-ttl.is-active span:nth-child(285) {
  transition-delay: 11.4s;
}
.js-ttl.is-active span:nth-child(286) {
  transition-delay: 11.44s;
}
.js-ttl.is-active span:nth-child(287) {
  transition-delay: 11.48s;
}
.js-ttl.is-active span:nth-child(288) {
  transition-delay: 11.52s;
}
.js-ttl.is-active span:nth-child(289) {
  transition-delay: 11.56s;
}
.js-ttl.is-active span:nth-child(290) {
  transition-delay: 11.6s;
}
.js-ttl.is-active span:nth-child(291) {
  transition-delay: 11.64s;
}
.js-ttl.is-active span:nth-child(292) {
  transition-delay: 11.68s;
}
.js-ttl.is-active span:nth-child(293) {
  transition-delay: 11.72s;
}
.js-ttl.is-active span:nth-child(294) {
  transition-delay: 11.76s;
}
.js-ttl.is-active span:nth-child(295) {
  transition-delay: 11.8s;
}
.js-ttl.is-active span:nth-child(296) {
  transition-delay: 11.84s;
}
.js-ttl.is-active span:nth-child(297) {
  transition-delay: 11.88s;
}
.js-ttl.is-active span:nth-child(298) {
  transition-delay: 11.92s;
}
.js-ttl.is-active span:nth-child(299) {
  transition-delay: 11.96s;
}
.js-ttl.is-active span:nth-child(300) {
  transition-delay: 12s;
}
.js-ttl.is-active span:nth-child(301) {
  transition-delay: 12.04s;
}
.js-ttl.is-active span:nth-child(302) {
  transition-delay: 12.08s;
}
.js-ttl.is-active span:nth-child(303) {
  transition-delay: 12.12s;
}
.js-ttl.is-active span:nth-child(304) {
  transition-delay: 12.16s;
}
.js-ttl.is-active span:nth-child(305) {
  transition-delay: 12.2s;
}
.js-ttl.is-active span:nth-child(306) {
  transition-delay: 12.24s;
}
.js-ttl.is-active span:nth-child(307) {
  transition-delay: 12.28s;
}
.js-ttl.is-active span:nth-child(308) {
  transition-delay: 12.32s;
}
.js-ttl.is-active span:nth-child(309) {
  transition-delay: 12.36s;
}
.js-ttl.is-active span:nth-child(310) {
  transition-delay: 12.4s;
}
.js-ttl.is-active span:nth-child(311) {
  transition-delay: 12.44s;
}
.js-ttl.is-active span:nth-child(312) {
  transition-delay: 12.48s;
}
.js-ttl.is-active span:nth-child(313) {
  transition-delay: 12.52s;
}
.js-ttl.is-active span:nth-child(314) {
  transition-delay: 12.56s;
}
.js-ttl.is-active span:nth-child(315) {
  transition-delay: 12.6s;
}
.js-ttl.is-active span:nth-child(316) {
  transition-delay: 12.64s;
}
.js-ttl.is-active span:nth-child(317) {
  transition-delay: 12.68s;
}
.js-ttl.is-active span:nth-child(318) {
  transition-delay: 12.72s;
}
.js-ttl.is-active span:nth-child(319) {
  transition-delay: 12.76s;
}
.js-ttl.is-active span:nth-child(320) {
  transition-delay: 12.8s;
}
.js-ttl.is-active span:nth-child(321) {
  transition-delay: 12.84s;
}
.js-ttl.is-active span:nth-child(322) {
  transition-delay: 12.88s;
}
.js-ttl.is-active span:nth-child(323) {
  transition-delay: 12.92s;
}
.js-ttl.is-active span:nth-child(324) {
  transition-delay: 12.96s;
}
.js-ttl.is-active span:nth-child(325) {
  transition-delay: 13s;
}
.js-ttl.is-active span:nth-child(326) {
  transition-delay: 13.04s;
}
.js-ttl.is-active span:nth-child(327) {
  transition-delay: 13.08s;
}
.js-ttl.is-active span:nth-child(328) {
  transition-delay: 13.12s;
}
.js-ttl.is-active span:nth-child(329) {
  transition-delay: 13.16s;
}
.js-ttl.is-active span:nth-child(330) {
  transition-delay: 13.2s;
}
.js-ttl.is-active span:nth-child(331) {
  transition-delay: 13.24s;
}
.js-ttl.is-active span:nth-child(332) {
  transition-delay: 13.28s;
}
.js-ttl.is-active span:nth-child(333) {
  transition-delay: 13.32s;
}
.js-ttl.is-active span:nth-child(334) {
  transition-delay: 13.36s;
}
.js-ttl.is-active span:nth-child(335) {
  transition-delay: 13.4s;
}
.js-ttl.is-active span:nth-child(336) {
  transition-delay: 13.44s;
}
.js-ttl.is-active span:nth-child(337) {
  transition-delay: 13.48s;
}
.js-ttl.is-active span:nth-child(338) {
  transition-delay: 13.52s;
}
.js-ttl.is-active span:nth-child(339) {
  transition-delay: 13.56s;
}
.js-ttl.is-active span:nth-child(340) {
  transition-delay: 13.6s;
}
.js-ttl.is-active span:nth-child(341) {
  transition-delay: 13.64s;
}
.js-ttl.is-active span:nth-child(342) {
  transition-delay: 13.68s;
}
.js-ttl.is-active span:nth-child(343) {
  transition-delay: 13.72s;
}
.js-ttl.is-active span:nth-child(344) {
  transition-delay: 13.76s;
}
.js-ttl.is-active span:nth-child(345) {
  transition-delay: 13.8s;
}
.js-ttl.is-active span:nth-child(346) {
  transition-delay: 13.84s;
}
.js-ttl.is-active span:nth-child(347) {
  transition-delay: 13.88s;
}
.js-ttl.is-active span:nth-child(348) {
  transition-delay: 13.92s;
}
.js-ttl.is-active span:nth-child(349) {
  transition-delay: 13.96s;
}
.js-ttl.is-active span:nth-child(350) {
  transition-delay: 14s;
}
.js-ttl.is-active span:nth-child(351) {
  transition-delay: 14.04s;
}
.js-ttl.is-active span:nth-child(352) {
  transition-delay: 14.08s;
}
.js-ttl.is-active span:nth-child(353) {
  transition-delay: 14.12s;
}
.js-ttl.is-active span:nth-child(354) {
  transition-delay: 14.16s;
}
.js-ttl.is-active span:nth-child(355) {
  transition-delay: 14.2s;
}
.js-ttl.is-active span:nth-child(356) {
  transition-delay: 14.24s;
}
.js-ttl.is-active span:nth-child(357) {
  transition-delay: 14.28s;
}
.js-ttl.is-active span:nth-child(358) {
  transition-delay: 14.32s;
}
.js-ttl.is-active span:nth-child(359) {
  transition-delay: 14.36s;
}
.js-ttl.is-active span:nth-child(360) {
  transition-delay: 14.4s;
}
.js-ttl.is-active span:nth-child(361) {
  transition-delay: 14.44s;
}
.js-ttl.is-active span:nth-child(362) {
  transition-delay: 14.48s;
}
.js-ttl.is-active span:nth-child(363) {
  transition-delay: 14.52s;
}
.js-ttl.is-active span:nth-child(364) {
  transition-delay: 14.56s;
}
.js-ttl.is-active span:nth-child(365) {
  transition-delay: 14.6s;
}
.js-ttl.is-active span:nth-child(366) {
  transition-delay: 14.64s;
}
.js-ttl.is-active span:nth-child(367) {
  transition-delay: 14.68s;
}
.js-ttl.is-active span:nth-child(368) {
  transition-delay: 14.72s;
}
.js-ttl.is-active span:nth-child(369) {
  transition-delay: 14.76s;
}
.js-ttl.is-active span:nth-child(370) {
  transition-delay: 14.8s;
}
.js-ttl.is-active span:nth-child(371) {
  transition-delay: 14.84s;
}
.js-ttl.is-active span:nth-child(372) {
  transition-delay: 14.88s;
}
.js-ttl.is-active span:nth-child(373) {
  transition-delay: 14.92s;
}
.js-ttl.is-active span:nth-child(374) {
  transition-delay: 14.96s;
}
.js-ttl.is-active span:nth-child(375) {
  transition-delay: 15s;
}
.js-ttl.is-active span:nth-child(376) {
  transition-delay: 15.04s;
}
.js-ttl.is-active span:nth-child(377) {
  transition-delay: 15.08s;
}
.js-ttl.is-active span:nth-child(378) {
  transition-delay: 15.12s;
}
.js-ttl.is-active span:nth-child(379) {
  transition-delay: 15.16s;
}
.js-ttl.is-active span:nth-child(380) {
  transition-delay: 15.2s;
}
.js-ttl.is-active span:nth-child(381) {
  transition-delay: 15.24s;
}
.js-ttl.is-active span:nth-child(382) {
  transition-delay: 15.28s;
}
.js-ttl.is-active span:nth-child(383) {
  transition-delay: 15.32s;
}
.js-ttl.is-active span:nth-child(384) {
  transition-delay: 15.36s;
}
.js-ttl.is-active span:nth-child(385) {
  transition-delay: 15.4s;
}
.js-ttl.is-active span:nth-child(386) {
  transition-delay: 15.44s;
}
.js-ttl.is-active span:nth-child(387) {
  transition-delay: 15.48s;
}
.js-ttl.is-active span:nth-child(388) {
  transition-delay: 15.52s;
}
.js-ttl.is-active span:nth-child(389) {
  transition-delay: 15.56s;
}
.js-ttl.is-active span:nth-child(390) {
  transition-delay: 15.6s;
}
.js-ttl.is-active span:nth-child(391) {
  transition-delay: 15.64s;
}
.js-ttl.is-active span:nth-child(392) {
  transition-delay: 15.68s;
}
.js-ttl.is-active span:nth-child(393) {
  transition-delay: 15.72s;
}
.js-ttl.is-active span:nth-child(394) {
  transition-delay: 15.76s;
}
.js-ttl.is-active span:nth-child(395) {
  transition-delay: 15.8s;
}
.js-ttl.is-active span:nth-child(396) {
  transition-delay: 15.84s;
}
.js-ttl.is-active span:nth-child(397) {
  transition-delay: 15.88s;
}
.js-ttl.is-active span:nth-child(398) {
  transition-delay: 15.92s;
}
.js-ttl.is-active span:nth-child(399) {
  transition-delay: 15.96s;
}
.js-ttl.is-active span:nth-child(400) {
  transition-delay: 16s;
}
.js-ttl.is-active span:nth-child(401) {
  transition-delay: 16.04s;
}
.js-ttl.is-active span:nth-child(402) {
  transition-delay: 16.08s;
}
.js-ttl.is-active span:nth-child(403) {
  transition-delay: 16.12s;
}
.js-ttl.is-active span:nth-child(404) {
  transition-delay: 16.16s;
}
.js-ttl.is-active span:nth-child(405) {
  transition-delay: 16.2s;
}
.js-ttl.is-active span:nth-child(406) {
  transition-delay: 16.24s;
}
.js-ttl.is-active span:nth-child(407) {
  transition-delay: 16.28s;
}
.js-ttl.is-active span:nth-child(408) {
  transition-delay: 16.32s;
}
.js-ttl.is-active span:nth-child(409) {
  transition-delay: 16.36s;
}
.js-ttl.is-active span:nth-child(410) {
  transition-delay: 16.4s;
}
.js-ttl.is-active span:nth-child(411) {
  transition-delay: 16.44s;
}
.js-ttl.is-active span:nth-child(412) {
  transition-delay: 16.48s;
}
.js-ttl.is-active span:nth-child(413) {
  transition-delay: 16.52s;
}
.js-ttl.is-active span:nth-child(414) {
  transition-delay: 16.56s;
}
.js-ttl.is-active span:nth-child(415) {
  transition-delay: 16.6s;
}
.js-ttl.is-active span:nth-child(416) {
  transition-delay: 16.64s;
}
.js-ttl.is-active span:nth-child(417) {
  transition-delay: 16.68s;
}
.js-ttl.is-active span:nth-child(418) {
  transition-delay: 16.72s;
}
.js-ttl.is-active span:nth-child(419) {
  transition-delay: 16.76s;
}
.js-ttl.is-active span:nth-child(420) {
  transition-delay: 16.8s;
}
.js-ttl.is-active span:nth-child(421) {
  transition-delay: 16.84s;
}
.js-ttl.is-active span:nth-child(422) {
  transition-delay: 16.88s;
}
.js-ttl.is-active span:nth-child(423) {
  transition-delay: 16.92s;
}
.js-ttl.is-active span:nth-child(424) {
  transition-delay: 16.96s;
}
.js-ttl.is-active span:nth-child(425) {
  transition-delay: 17s;
}
.js-ttl.is-active span:nth-child(426) {
  transition-delay: 17.04s;
}
.js-ttl.is-active span:nth-child(427) {
  transition-delay: 17.08s;
}
.js-ttl.is-active span:nth-child(428) {
  transition-delay: 17.12s;
}
.js-ttl.is-active span:nth-child(429) {
  transition-delay: 17.16s;
}
.js-ttl.is-active span:nth-child(430) {
  transition-delay: 17.2s;
}
.js-ttl.is-active span:nth-child(431) {
  transition-delay: 17.24s;
}
.js-ttl.is-active span:nth-child(432) {
  transition-delay: 17.28s;
}
.js-ttl.is-active span:nth-child(433) {
  transition-delay: 17.32s;
}
.js-ttl.is-active span:nth-child(434) {
  transition-delay: 17.36s;
}
.js-ttl.is-active span:nth-child(435) {
  transition-delay: 17.4s;
}
.js-ttl.is-active span:nth-child(436) {
  transition-delay: 17.44s;
}
.js-ttl.is-active span:nth-child(437) {
  transition-delay: 17.48s;
}
.js-ttl.is-active span:nth-child(438) {
  transition-delay: 17.52s;
}
.js-ttl.is-active span:nth-child(439) {
  transition-delay: 17.56s;
}
.js-ttl.is-active span:nth-child(440) {
  transition-delay: 17.6s;
}
.js-ttl.is-active span:nth-child(441) {
  transition-delay: 17.64s;
}
.js-ttl.is-active span:nth-child(442) {
  transition-delay: 17.68s;
}
.js-ttl.is-active span:nth-child(443) {
  transition-delay: 17.72s;
}
.js-ttl.is-active span:nth-child(444) {
  transition-delay: 17.76s;
}
.js-ttl.is-active span:nth-child(445) {
  transition-delay: 17.8s;
}
.js-ttl.is-active span:nth-child(446) {
  transition-delay: 17.84s;
}
.js-ttl.is-active span:nth-child(447) {
  transition-delay: 17.88s;
}
.js-ttl.is-active span:nth-child(448) {
  transition-delay: 17.92s;
}
.js-ttl.is-active span:nth-child(449) {
  transition-delay: 17.96s;
}
.js-ttl.is-active span:nth-child(450) {
  transition-delay: 18s;
}
.js-ttl.is-active span:nth-child(451) {
  transition-delay: 18.04s;
}
.js-ttl.is-active span:nth-child(452) {
  transition-delay: 18.08s;
}
.js-ttl.is-active span:nth-child(453) {
  transition-delay: 18.12s;
}
.js-ttl.is-active span:nth-child(454) {
  transition-delay: 18.16s;
}
.js-ttl.is-active span:nth-child(455) {
  transition-delay: 18.2s;
}
.js-ttl.is-active span:nth-child(456) {
  transition-delay: 18.24s;
}
.js-ttl.is-active span:nth-child(457) {
  transition-delay: 18.28s;
}
.js-ttl.is-active span:nth-child(458) {
  transition-delay: 18.32s;
}
.js-ttl.is-active span:nth-child(459) {
  transition-delay: 18.36s;
}
.js-ttl.is-active span:nth-child(460) {
  transition-delay: 18.4s;
}
.js-ttl.is-active span:nth-child(461) {
  transition-delay: 18.44s;
}
.js-ttl.is-active span:nth-child(462) {
  transition-delay: 18.48s;
}
.js-ttl.is-active span:nth-child(463) {
  transition-delay: 18.52s;
}
.js-ttl.is-active span:nth-child(464) {
  transition-delay: 18.56s;
}
.js-ttl.is-active span:nth-child(465) {
  transition-delay: 18.6s;
}
.js-ttl.is-active span:nth-child(466) {
  transition-delay: 18.64s;
}
.js-ttl.is-active span:nth-child(467) {
  transition-delay: 18.68s;
}
.js-ttl.is-active span:nth-child(468) {
  transition-delay: 18.72s;
}
.js-ttl.is-active span:nth-child(469) {
  transition-delay: 18.76s;
}
.js-ttl.is-active span:nth-child(470) {
  transition-delay: 18.8s;
}
.js-ttl.is-active span:nth-child(471) {
  transition-delay: 18.84s;
}
.js-ttl.is-active span:nth-child(472) {
  transition-delay: 18.88s;
}
.js-ttl.is-active span:nth-child(473) {
  transition-delay: 18.92s;
}
.js-ttl.is-active span:nth-child(474) {
  transition-delay: 18.96s;
}
.js-ttl.is-active span:nth-child(475) {
  transition-delay: 19s;
}
.js-ttl.is-active span:nth-child(476) {
  transition-delay: 19.04s;
}
.js-ttl.is-active span:nth-child(477) {
  transition-delay: 19.08s;
}
.js-ttl.is-active span:nth-child(478) {
  transition-delay: 19.12s;
}
.js-ttl.is-active span:nth-child(479) {
  transition-delay: 19.16s;
}
.js-ttl.is-active span:nth-child(480) {
  transition-delay: 19.2s;
}
.js-ttl.is-active span:nth-child(481) {
  transition-delay: 19.24s;
}
.js-ttl.is-active span:nth-child(482) {
  transition-delay: 19.28s;
}
.js-ttl.is-active span:nth-child(483) {
  transition-delay: 19.32s;
}
.js-ttl.is-active span:nth-child(484) {
  transition-delay: 19.36s;
}
.js-ttl.is-active span:nth-child(485) {
  transition-delay: 19.4s;
}
.js-ttl.is-active span:nth-child(486) {
  transition-delay: 19.44s;
}
.js-ttl.is-active span:nth-child(487) {
  transition-delay: 19.48s;
}
.js-ttl.is-active span:nth-child(488) {
  transition-delay: 19.52s;
}
.js-ttl.is-active span:nth-child(489) {
  transition-delay: 19.56s;
}
.js-ttl.is-active span:nth-child(490) {
  transition-delay: 19.6s;
}
.js-ttl.is-active span:nth-child(491) {
  transition-delay: 19.64s;
}
.js-ttl.is-active span:nth-child(492) {
  transition-delay: 19.68s;
}
.js-ttl.is-active span:nth-child(493) {
  transition-delay: 19.72s;
}
.js-ttl.is-active span:nth-child(494) {
  transition-delay: 19.76s;
}
.js-ttl.is-active span:nth-child(495) {
  transition-delay: 19.8s;
}
.js-ttl.is-active span:nth-child(496) {
  transition-delay: 19.84s;
}
.js-ttl.is-active span:nth-child(497) {
  transition-delay: 19.88s;
}
.js-ttl.is-active span:nth-child(498) {
  transition-delay: 19.92s;
}
.js-ttl.is-active span:nth-child(499) {
  transition-delay: 19.96s;
}
.js-ttl.is-active span:nth-child(500) {
  transition-delay: 20s;
}
.js-ttl.is-active span:nth-child(501) {
  transition-delay: 20.04s;
}
.js-ttl.is-active span:nth-child(502) {
  transition-delay: 20.08s;
}
.js-ttl.is-active span:nth-child(503) {
  transition-delay: 20.12s;
}
.js-ttl.is-active span:nth-child(504) {
  transition-delay: 20.16s;
}
.js-ttl.is-active span:nth-child(505) {
  transition-delay: 20.2s;
}
.js-ttl.is-active span:nth-child(506) {
  transition-delay: 20.24s;
}
.js-ttl.is-active span:nth-child(507) {
  transition-delay: 20.28s;
}
.js-ttl.is-active span:nth-child(508) {
  transition-delay: 20.32s;
}
.js-ttl.is-active span:nth-child(509) {
  transition-delay: 20.36s;
}
.js-ttl.is-active span:nth-child(510) {
  transition-delay: 20.4s;
}
.js-ttl.is-active span:nth-child(511) {
  transition-delay: 20.44s;
}
.js-ttl.is-active span:nth-child(512) {
  transition-delay: 20.48s;
}
.js-ttl.is-active span:nth-child(513) {
  transition-delay: 20.52s;
}
.js-ttl.is-active span:nth-child(514) {
  transition-delay: 20.56s;
}
.js-ttl.is-active span:nth-child(515) {
  transition-delay: 20.6s;
}
.js-ttl.is-active span:nth-child(516) {
  transition-delay: 20.64s;
}
.js-ttl.is-active span:nth-child(517) {
  transition-delay: 20.68s;
}
.js-ttl.is-active span:nth-child(518) {
  transition-delay: 20.72s;
}
.js-ttl.is-active span:nth-child(519) {
  transition-delay: 20.76s;
}
.js-ttl.is-active span:nth-child(520) {
  transition-delay: 20.8s;
}
.js-ttl.is-active span:nth-child(521) {
  transition-delay: 20.84s;
}
.js-ttl.is-active span:nth-child(522) {
  transition-delay: 20.88s;
}
.js-ttl.is-active span:nth-child(523) {
  transition-delay: 20.92s;
}
.js-ttl.is-active span:nth-child(524) {
  transition-delay: 20.96s;
}
.js-ttl.is-active span:nth-child(525) {
  transition-delay: 21s;
}
.js-ttl.is-active span:nth-child(526) {
  transition-delay: 21.04s;
}
.js-ttl.is-active span:nth-child(527) {
  transition-delay: 21.08s;
}
.js-ttl.is-active span:nth-child(528) {
  transition-delay: 21.12s;
}
.js-ttl.is-active span:nth-child(529) {
  transition-delay: 21.16s;
}
.js-ttl.is-active span:nth-child(530) {
  transition-delay: 21.2s;
}
.js-ttl.is-active span:nth-child(531) {
  transition-delay: 21.24s;
}
.js-ttl.is-active span:nth-child(532) {
  transition-delay: 21.28s;
}
.js-ttl.is-active span:nth-child(533) {
  transition-delay: 21.32s;
}
.js-ttl.is-active span:nth-child(534) {
  transition-delay: 21.36s;
}
.js-ttl.is-active span:nth-child(535) {
  transition-delay: 21.4s;
}
.js-ttl.is-active span:nth-child(536) {
  transition-delay: 21.44s;
}
.js-ttl.is-active span:nth-child(537) {
  transition-delay: 21.48s;
}
.js-ttl.is-active span:nth-child(538) {
  transition-delay: 21.52s;
}
.js-ttl.is-active span:nth-child(539) {
  transition-delay: 21.56s;
}
.js-ttl.is-active span:nth-child(540) {
  transition-delay: 21.6s;
}
.js-ttl.is-active span:nth-child(541) {
  transition-delay: 21.64s;
}
.js-ttl.is-active span:nth-child(542) {
  transition-delay: 21.68s;
}
.js-ttl.is-active span:nth-child(543) {
  transition-delay: 21.72s;
}
.js-ttl.is-active span:nth-child(544) {
  transition-delay: 21.76s;
}
.js-ttl.is-active span:nth-child(545) {
  transition-delay: 21.8s;
}
.js-ttl.is-active span:nth-child(546) {
  transition-delay: 21.84s;
}
.js-ttl.is-active span:nth-child(547) {
  transition-delay: 21.88s;
}
.js-ttl.is-active span:nth-child(548) {
  transition-delay: 21.92s;
}
.js-ttl.is-active span:nth-child(549) {
  transition-delay: 21.96s;
}
.js-ttl.is-active span:nth-child(550) {
  transition-delay: 22s;
}
.js-ttl.is-active span:nth-child(551) {
  transition-delay: 22.04s;
}
.js-ttl.is-active span:nth-child(552) {
  transition-delay: 22.08s;
}
.js-ttl.is-active span:nth-child(553) {
  transition-delay: 22.12s;
}
.js-ttl.is-active span:nth-child(554) {
  transition-delay: 22.16s;
}
.js-ttl.is-active span:nth-child(555) {
  transition-delay: 22.2s;
}
.js-ttl.is-active span:nth-child(556) {
  transition-delay: 22.24s;
}
.js-ttl.is-active span:nth-child(557) {
  transition-delay: 22.28s;
}
.js-ttl.is-active span:nth-child(558) {
  transition-delay: 22.32s;
}
.js-ttl.is-active span:nth-child(559) {
  transition-delay: 22.36s;
}
.js-ttl.is-active span:nth-child(560) {
  transition-delay: 22.4s;
}
.js-ttl.is-active span:nth-child(561) {
  transition-delay: 22.44s;
}
.js-ttl.is-active span:nth-child(562) {
  transition-delay: 22.48s;
}
.js-ttl.is-active span:nth-child(563) {
  transition-delay: 22.52s;
}
.js-ttl.is-active span:nth-child(564) {
  transition-delay: 22.56s;
}
.js-ttl.is-active span:nth-child(565) {
  transition-delay: 22.6s;
}
.js-ttl.is-active span:nth-child(566) {
  transition-delay: 22.64s;
}
.js-ttl.is-active span:nth-child(567) {
  transition-delay: 22.68s;
}
.js-ttl.is-active span:nth-child(568) {
  transition-delay: 22.72s;
}
.js-ttl.is-active span:nth-child(569) {
  transition-delay: 22.76s;
}
.js-ttl.is-active span:nth-child(570) {
  transition-delay: 22.8s;
}
.js-ttl.is-active span:nth-child(571) {
  transition-delay: 22.84s;
}
.js-ttl.is-active span:nth-child(572) {
  transition-delay: 22.88s;
}
.js-ttl.is-active span:nth-child(573) {
  transition-delay: 22.92s;
}
.js-ttl.is-active span:nth-child(574) {
  transition-delay: 22.96s;
}
.js-ttl.is-active span:nth-child(575) {
  transition-delay: 23s;
}
.js-ttl.is-active span:nth-child(576) {
  transition-delay: 23.04s;
}
.js-ttl.is-active span:nth-child(577) {
  transition-delay: 23.08s;
}
.js-ttl.is-active span:nth-child(578) {
  transition-delay: 23.12s;
}
.js-ttl.is-active span:nth-child(579) {
  transition-delay: 23.16s;
}
.js-ttl.is-active span:nth-child(580) {
  transition-delay: 23.2s;
}
.js-ttl.is-active span:nth-child(581) {
  transition-delay: 23.24s;
}
.js-ttl.is-active span:nth-child(582) {
  transition-delay: 23.28s;
}
.js-ttl.is-active span:nth-child(583) {
  transition-delay: 23.32s;
}
.js-ttl.is-active span:nth-child(584) {
  transition-delay: 23.36s;
}
.js-ttl.is-active span:nth-child(585) {
  transition-delay: 23.4s;
}
.js-ttl.is-active span:nth-child(586) {
  transition-delay: 23.44s;
}
.js-ttl.is-active span:nth-child(587) {
  transition-delay: 23.48s;
}
.js-ttl.is-active span:nth-child(588) {
  transition-delay: 23.52s;
}
.js-ttl.is-active span:nth-child(589) {
  transition-delay: 23.56s;
}
.js-ttl.is-active span:nth-child(590) {
  transition-delay: 23.6s;
}
.js-ttl.is-active span:nth-child(591) {
  transition-delay: 23.64s;
}
.js-ttl.is-active span:nth-child(592) {
  transition-delay: 23.68s;
}
.js-ttl.is-active span:nth-child(593) {
  transition-delay: 23.72s;
}
.js-ttl.is-active span:nth-child(594) {
  transition-delay: 23.76s;
}
.js-ttl.is-active span:nth-child(595) {
  transition-delay: 23.8s;
}
.js-ttl.is-active span:nth-child(596) {
  transition-delay: 23.84s;
}
.js-ttl.is-active span:nth-child(597) {
  transition-delay: 23.88s;
}
.js-ttl.is-active span:nth-child(598) {
  transition-delay: 23.92s;
}
.js-ttl.is-active span:nth-child(599) {
  transition-delay: 23.96s;
}
.js-ttl.is-active span:nth-child(600) {
  transition-delay: 24s;
}
.js-ttl.is-active span:nth-child(601) {
  transition-delay: 24.04s;
}
.js-ttl.is-active span:nth-child(602) {
  transition-delay: 24.08s;
}
.js-ttl.is-active span:nth-child(603) {
  transition-delay: 24.12s;
}
.js-ttl.is-active span:nth-child(604) {
  transition-delay: 24.16s;
}
.js-ttl.is-active span:nth-child(605) {
  transition-delay: 24.2s;
}
.js-ttl.is-active span:nth-child(606) {
  transition-delay: 24.24s;
}
.js-ttl.is-active span:nth-child(607) {
  transition-delay: 24.28s;
}
.js-ttl.is-active span:nth-child(608) {
  transition-delay: 24.32s;
}
.js-ttl.is-active span:nth-child(609) {
  transition-delay: 24.36s;
}
.js-ttl.is-active span:nth-child(610) {
  transition-delay: 24.4s;
}
.js-ttl.is-active span:nth-child(611) {
  transition-delay: 24.44s;
}
.js-ttl.is-active span:nth-child(612) {
  transition-delay: 24.48s;
}
.js-ttl.is-active span:nth-child(613) {
  transition-delay: 24.52s;
}
.js-ttl.is-active span:nth-child(614) {
  transition-delay: 24.56s;
}
.js-ttl.is-active span:nth-child(615) {
  transition-delay: 24.6s;
}
.js-ttl.is-active span:nth-child(616) {
  transition-delay: 24.64s;
}
.js-ttl.is-active span:nth-child(617) {
  transition-delay: 24.68s;
}
.js-ttl.is-active span:nth-child(618) {
  transition-delay: 24.72s;
}
.js-ttl.is-active span:nth-child(619) {
  transition-delay: 24.76s;
}
.js-ttl.is-active span:nth-child(620) {
  transition-delay: 24.8s;
}
.js-ttl.is-active span:nth-child(621) {
  transition-delay: 24.84s;
}
.js-ttl.is-active span:nth-child(622) {
  transition-delay: 24.88s;
}
.js-ttl.is-active span:nth-child(623) {
  transition-delay: 24.92s;
}
.js-ttl.is-active span:nth-child(624) {
  transition-delay: 24.96s;
}
.js-ttl.is-active span:nth-child(625) {
  transition-delay: 25s;
}
.js-ttl.is-active span:nth-child(626) {
  transition-delay: 25.04s;
}
.js-ttl.is-active span:nth-child(627) {
  transition-delay: 25.08s;
}
.js-ttl.is-active span:nth-child(628) {
  transition-delay: 25.12s;
}
.js-ttl.is-active span:nth-child(629) {
  transition-delay: 25.16s;
}
.js-ttl.is-active span:nth-child(630) {
  transition-delay: 25.2s;
}
.js-ttl.is-active span:nth-child(631) {
  transition-delay: 25.24s;
}
.js-ttl.is-active span:nth-child(632) {
  transition-delay: 25.28s;
}
.js-ttl.is-active span:nth-child(633) {
  transition-delay: 25.32s;
}
.js-ttl.is-active span:nth-child(634) {
  transition-delay: 25.36s;
}
.js-ttl.is-active span:nth-child(635) {
  transition-delay: 25.4s;
}
.js-ttl.is-active span:nth-child(636) {
  transition-delay: 25.44s;
}
.js-ttl.is-active span:nth-child(637) {
  transition-delay: 25.48s;
}
.js-ttl.is-active span:nth-child(638) {
  transition-delay: 25.52s;
}
.js-ttl.is-active span:nth-child(639) {
  transition-delay: 25.56s;
}
.js-ttl.is-active span:nth-child(640) {
  transition-delay: 25.6s;
}
.js-ttl.is-active span:nth-child(641) {
  transition-delay: 25.64s;
}
.js-ttl.is-active span:nth-child(642) {
  transition-delay: 25.68s;
}
.js-ttl.is-active span:nth-child(643) {
  transition-delay: 25.72s;
}
.js-ttl.is-active span:nth-child(644) {
  transition-delay: 25.76s;
}
.js-ttl.is-active span:nth-child(645) {
  transition-delay: 25.8s;
}
.js-ttl.is-active span:nth-child(646) {
  transition-delay: 25.84s;
}
.js-ttl.is-active span:nth-child(647) {
  transition-delay: 25.88s;
}
.js-ttl.is-active span:nth-child(648) {
  transition-delay: 25.92s;
}
.js-ttl.is-active span:nth-child(649) {
  transition-delay: 25.96s;
}
.js-ttl.is-active span:nth-child(650) {
  transition-delay: 26s;
}
.js-ttl.is-active span:nth-child(651) {
  transition-delay: 26.04s;
}
.js-ttl.is-active span:nth-child(652) {
  transition-delay: 26.08s;
}
.js-ttl.is-active span:nth-child(653) {
  transition-delay: 26.12s;
}
.js-ttl.is-active span:nth-child(654) {
  transition-delay: 26.16s;
}
.js-ttl.is-active span:nth-child(655) {
  transition-delay: 26.2s;
}
.js-ttl.is-active span:nth-child(656) {
  transition-delay: 26.24s;
}
.js-ttl.is-active span:nth-child(657) {
  transition-delay: 26.28s;
}
.js-ttl.is-active span:nth-child(658) {
  transition-delay: 26.32s;
}
.js-ttl.is-active span:nth-child(659) {
  transition-delay: 26.36s;
}
.js-ttl.is-active span:nth-child(660) {
  transition-delay: 26.4s;
}
.js-ttl.is-active span:nth-child(661) {
  transition-delay: 26.44s;
}
.js-ttl.is-active span:nth-child(662) {
  transition-delay: 26.48s;
}
.js-ttl.is-active span:nth-child(663) {
  transition-delay: 26.52s;
}
.js-ttl.is-active span:nth-child(664) {
  transition-delay: 26.56s;
}
.js-ttl.is-active span:nth-child(665) {
  transition-delay: 26.6s;
}
.js-ttl.is-active span:nth-child(666) {
  transition-delay: 26.64s;
}
.js-ttl.is-active span:nth-child(667) {
  transition-delay: 26.68s;
}
.js-ttl.is-active span:nth-child(668) {
  transition-delay: 26.72s;
}
.js-ttl.is-active span:nth-child(669) {
  transition-delay: 26.76s;
}
.js-ttl.is-active span:nth-child(670) {
  transition-delay: 26.8s;
}
.js-ttl.is-active span:nth-child(671) {
  transition-delay: 26.84s;
}
.js-ttl.is-active span:nth-child(672) {
  transition-delay: 26.88s;
}
.js-ttl.is-active span:nth-child(673) {
  transition-delay: 26.92s;
}
.js-ttl.is-active span:nth-child(674) {
  transition-delay: 26.96s;
}
.js-ttl.is-active span:nth-child(675) {
  transition-delay: 27s;
}
.js-ttl.is-active span:nth-child(676) {
  transition-delay: 27.04s;
}
.js-ttl.is-active span:nth-child(677) {
  transition-delay: 27.08s;
}
.js-ttl.is-active span:nth-child(678) {
  transition-delay: 27.12s;
}
.js-ttl.is-active span:nth-child(679) {
  transition-delay: 27.16s;
}
.js-ttl.is-active span:nth-child(680) {
  transition-delay: 27.2s;
}
.js-ttl.is-active span:nth-child(681) {
  transition-delay: 27.24s;
}
.js-ttl.is-active span:nth-child(682) {
  transition-delay: 27.28s;
}
.js-ttl.is-active span:nth-child(683) {
  transition-delay: 27.32s;
}
.js-ttl.is-active span:nth-child(684) {
  transition-delay: 27.36s;
}
.js-ttl.is-active span:nth-child(685) {
  transition-delay: 27.4s;
}
.js-ttl.is-active span:nth-child(686) {
  transition-delay: 27.44s;
}
.js-ttl.is-active span:nth-child(687) {
  transition-delay: 27.48s;
}
.js-ttl.is-active span:nth-child(688) {
  transition-delay: 27.52s;
}
.js-ttl.is-active span:nth-child(689) {
  transition-delay: 27.56s;
}
.js-ttl.is-active span:nth-child(690) {
  transition-delay: 27.6s;
}
.js-ttl.is-active span:nth-child(691) {
  transition-delay: 27.64s;
}
.js-ttl.is-active span:nth-child(692) {
  transition-delay: 27.68s;
}
.js-ttl.is-active span:nth-child(693) {
  transition-delay: 27.72s;
}
.js-ttl.is-active span:nth-child(694) {
  transition-delay: 27.76s;
}
.js-ttl.is-active span:nth-child(695) {
  transition-delay: 27.8s;
}
.js-ttl.is-active span:nth-child(696) {
  transition-delay: 27.84s;
}
.js-ttl.is-active span:nth-child(697) {
  transition-delay: 27.88s;
}
.js-ttl.is-active span:nth-child(698) {
  transition-delay: 27.92s;
}
.js-ttl.is-active span:nth-child(699) {
  transition-delay: 27.96s;
}
.js-ttl.is-active span:nth-child(700) {
  transition-delay: 28s;
}
.js-ttl.is-active span:nth-child(701) {
  transition-delay: 28.04s;
}
.js-ttl.is-active span:nth-child(702) {
  transition-delay: 28.08s;
}
.js-ttl.is-active span:nth-child(703) {
  transition-delay: 28.12s;
}
.js-ttl.is-active span:nth-child(704) {
  transition-delay: 28.16s;
}
.js-ttl.is-active span:nth-child(705) {
  transition-delay: 28.2s;
}
.js-ttl.is-active span:nth-child(706) {
  transition-delay: 28.24s;
}
.js-ttl.is-active span:nth-child(707) {
  transition-delay: 28.28s;
}
.js-ttl.is-active span:nth-child(708) {
  transition-delay: 28.32s;
}
.js-ttl.is-active span:nth-child(709) {
  transition-delay: 28.36s;
}
.js-ttl.is-active span:nth-child(710) {
  transition-delay: 28.4s;
}
.js-ttl.is-active span:nth-child(711) {
  transition-delay: 28.44s;
}
.js-ttl.is-active span:nth-child(712) {
  transition-delay: 28.48s;
}
.js-ttl.is-active span:nth-child(713) {
  transition-delay: 28.52s;
}
.js-ttl.is-active span:nth-child(714) {
  transition-delay: 28.56s;
}
.js-ttl.is-active span:nth-child(715) {
  transition-delay: 28.6s;
}
.js-ttl.is-active span:nth-child(716) {
  transition-delay: 28.64s;
}
.js-ttl.is-active span:nth-child(717) {
  transition-delay: 28.68s;
}
.js-ttl.is-active span:nth-child(718) {
  transition-delay: 28.72s;
}
.js-ttl.is-active span:nth-child(719) {
  transition-delay: 28.76s;
}
.js-ttl.is-active span:nth-child(720) {
  transition-delay: 28.8s;
}
.js-ttl.is-active span:nth-child(721) {
  transition-delay: 28.84s;
}
.js-ttl.is-active span:nth-child(722) {
  transition-delay: 28.88s;
}
.js-ttl.is-active span:nth-child(723) {
  transition-delay: 28.92s;
}
.js-ttl.is-active span:nth-child(724) {
  transition-delay: 28.96s;
}
.js-ttl.is-active span:nth-child(725) {
  transition-delay: 29s;
}
.js-ttl.is-active span:nth-child(726) {
  transition-delay: 29.04s;
}
.js-ttl.is-active span:nth-child(727) {
  transition-delay: 29.08s;
}
.js-ttl.is-active span:nth-child(728) {
  transition-delay: 29.12s;
}
.js-ttl.is-active span:nth-child(729) {
  transition-delay: 29.16s;
}
.js-ttl.is-active span:nth-child(730) {
  transition-delay: 29.2s;
}
.js-ttl.is-active span:nth-child(731) {
  transition-delay: 29.24s;
}
.js-ttl.is-active span:nth-child(732) {
  transition-delay: 29.28s;
}
.js-ttl.is-active span:nth-child(733) {
  transition-delay: 29.32s;
}
.js-ttl.is-active span:nth-child(734) {
  transition-delay: 29.36s;
}
.js-ttl.is-active span:nth-child(735) {
  transition-delay: 29.4s;
}
.js-ttl.is-active span:nth-child(736) {
  transition-delay: 29.44s;
}
.js-ttl.is-active span:nth-child(737) {
  transition-delay: 29.48s;
}
.js-ttl.is-active span:nth-child(738) {
  transition-delay: 29.52s;
}
.js-ttl.is-active span:nth-child(739) {
  transition-delay: 29.56s;
}
.js-ttl.is-active span:nth-child(740) {
  transition-delay: 29.6s;
}
.js-ttl.is-active span:nth-child(741) {
  transition-delay: 29.64s;
}
.js-ttl.is-active span:nth-child(742) {
  transition-delay: 29.68s;
}
.js-ttl.is-active span:nth-child(743) {
  transition-delay: 29.72s;
}
.js-ttl.is-active span:nth-child(744) {
  transition-delay: 29.76s;
}
.js-ttl.is-active span:nth-child(745) {
  transition-delay: 29.8s;
}
.js-ttl.is-active span:nth-child(746) {
  transition-delay: 29.84s;
}
.js-ttl.is-active span:nth-child(747) {
  transition-delay: 29.88s;
}
.js-ttl.is-active span:nth-child(748) {
  transition-delay: 29.92s;
}
.js-ttl.is-active span:nth-child(749) {
  transition-delay: 29.96s;
}
.js-ttl.is-active span:nth-child(750) {
  transition-delay: 30s;
}
.js-ttl.is-active span:nth-child(751) {
  transition-delay: 30.04s;
}
.js-ttl.is-active span:nth-child(752) {
  transition-delay: 30.08s;
}
.js-ttl.is-active span:nth-child(753) {
  transition-delay: 30.12s;
}
.js-ttl.is-active span:nth-child(754) {
  transition-delay: 30.16s;
}
.js-ttl.is-active span:nth-child(755) {
  transition-delay: 30.2s;
}
.js-ttl.is-active span:nth-child(756) {
  transition-delay: 30.24s;
}
.js-ttl.is-active span:nth-child(757) {
  transition-delay: 30.28s;
}
.js-ttl.is-active span:nth-child(758) {
  transition-delay: 30.32s;
}
.js-ttl.is-active span:nth-child(759) {
  transition-delay: 30.36s;
}
.js-ttl.is-active span:nth-child(760) {
  transition-delay: 30.4s;
}
.js-ttl.is-active span:nth-child(761) {
  transition-delay: 30.44s;
}
.js-ttl.is-active span:nth-child(762) {
  transition-delay: 30.48s;
}
.js-ttl.is-active span:nth-child(763) {
  transition-delay: 30.52s;
}
.js-ttl.is-active span:nth-child(764) {
  transition-delay: 30.56s;
}
.js-ttl.is-active span:nth-child(765) {
  transition-delay: 30.6s;
}
.js-ttl.is-active span:nth-child(766) {
  transition-delay: 30.64s;
}
.js-ttl.is-active span:nth-child(767) {
  transition-delay: 30.68s;
}
.js-ttl.is-active span:nth-child(768) {
  transition-delay: 30.72s;
}
.js-ttl.is-active span:nth-child(769) {
  transition-delay: 30.76s;
}
.js-ttl.is-active span:nth-child(770) {
  transition-delay: 30.8s;
}
.js-ttl.is-active span:nth-child(771) {
  transition-delay: 30.84s;
}
.js-ttl.is-active span:nth-child(772) {
  transition-delay: 30.88s;
}
.js-ttl.is-active span:nth-child(773) {
  transition-delay: 30.92s;
}
.js-ttl.is-active span:nth-child(774) {
  transition-delay: 30.96s;
}
.js-ttl.is-active span:nth-child(775) {
  transition-delay: 31s;
}
.js-ttl.is-active span:nth-child(776) {
  transition-delay: 31.04s;
}
.js-ttl.is-active span:nth-child(777) {
  transition-delay: 31.08s;
}
.js-ttl.is-active span:nth-child(778) {
  transition-delay: 31.12s;
}
.js-ttl.is-active span:nth-child(779) {
  transition-delay: 31.16s;
}
.js-ttl.is-active span:nth-child(780) {
  transition-delay: 31.2s;
}
.js-ttl.is-active span:nth-child(781) {
  transition-delay: 31.24s;
}
.js-ttl.is-active span:nth-child(782) {
  transition-delay: 31.28s;
}
.js-ttl.is-active span:nth-child(783) {
  transition-delay: 31.32s;
}
.js-ttl.is-active span:nth-child(784) {
  transition-delay: 31.36s;
}
.js-ttl.is-active span:nth-child(785) {
  transition-delay: 31.4s;
}
.js-ttl.is-active span:nth-child(786) {
  transition-delay: 31.44s;
}
.js-ttl.is-active span:nth-child(787) {
  transition-delay: 31.48s;
}
.js-ttl.is-active span:nth-child(788) {
  transition-delay: 31.52s;
}
.js-ttl.is-active span:nth-child(789) {
  transition-delay: 31.56s;
}
.js-ttl.is-active span:nth-child(790) {
  transition-delay: 31.6s;
}
.js-ttl.is-active span:nth-child(791) {
  transition-delay: 31.64s;
}
.js-ttl.is-active span:nth-child(792) {
  transition-delay: 31.68s;
}
.js-ttl.is-active span:nth-child(793) {
  transition-delay: 31.72s;
}
.js-ttl.is-active span:nth-child(794) {
  transition-delay: 31.76s;
}
.js-ttl.is-active span:nth-child(795) {
  transition-delay: 31.8s;
}
.js-ttl.is-active span:nth-child(796) {
  transition-delay: 31.84s;
}
.js-ttl.is-active span:nth-child(797) {
  transition-delay: 31.88s;
}
.js-ttl.is-active span:nth-child(798) {
  transition-delay: 31.92s;
}
.js-ttl.is-active span:nth-child(799) {
  transition-delay: 31.96s;
}
.js-ttl.is-active span:nth-child(800) {
  transition-delay: 32s;
}
.js-ttl.is-active span:nth-child(801) {
  transition-delay: 32.04s;
}
.js-ttl.is-active span:nth-child(802) {
  transition-delay: 32.08s;
}
.js-ttl.is-active span:nth-child(803) {
  transition-delay: 32.12s;
}
.js-ttl.is-active span:nth-child(804) {
  transition-delay: 32.16s;
}
.js-ttl.is-active span:nth-child(805) {
  transition-delay: 32.2s;
}
.js-ttl.is-active span:nth-child(806) {
  transition-delay: 32.24s;
}
.js-ttl.is-active span:nth-child(807) {
  transition-delay: 32.28s;
}
.js-ttl.is-active span:nth-child(808) {
  transition-delay: 32.32s;
}
.js-ttl.is-active span:nth-child(809) {
  transition-delay: 32.36s;
}
.js-ttl.is-active span:nth-child(810) {
  transition-delay: 32.4s;
}
.js-ttl.is-active span:nth-child(811) {
  transition-delay: 32.44s;
}
.js-ttl.is-active span:nth-child(812) {
  transition-delay: 32.48s;
}
.js-ttl.is-active span:nth-child(813) {
  transition-delay: 32.52s;
}
.js-ttl.is-active span:nth-child(814) {
  transition-delay: 32.56s;
}
.js-ttl.is-active span:nth-child(815) {
  transition-delay: 32.6s;
}
.js-ttl.is-active span:nth-child(816) {
  transition-delay: 32.64s;
}
.js-ttl.is-active span:nth-child(817) {
  transition-delay: 32.68s;
}
.js-ttl.is-active span:nth-child(818) {
  transition-delay: 32.72s;
}
.js-ttl.is-active span:nth-child(819) {
  transition-delay: 32.76s;
}
.js-ttl.is-active span:nth-child(820) {
  transition-delay: 32.8s;
}
.js-ttl.is-active span:nth-child(821) {
  transition-delay: 32.84s;
}
.js-ttl.is-active span:nth-child(822) {
  transition-delay: 32.88s;
}
.js-ttl.is-active span:nth-child(823) {
  transition-delay: 32.92s;
}
.js-ttl.is-active span:nth-child(824) {
  transition-delay: 32.96s;
}
.js-ttl.is-active span:nth-child(825) {
  transition-delay: 33s;
}
.js-ttl.is-active span:nth-child(826) {
  transition-delay: 33.04s;
}
.js-ttl.is-active span:nth-child(827) {
  transition-delay: 33.08s;
}
.js-ttl.is-active span:nth-child(828) {
  transition-delay: 33.12s;
}
.js-ttl.is-active span:nth-child(829) {
  transition-delay: 33.16s;
}
.js-ttl.is-active span:nth-child(830) {
  transition-delay: 33.2s;
}
.js-ttl.is-active span:nth-child(831) {
  transition-delay: 33.24s;
}
.js-ttl.is-active span:nth-child(832) {
  transition-delay: 33.28s;
}
.js-ttl.is-active span:nth-child(833) {
  transition-delay: 33.32s;
}
.js-ttl.is-active span:nth-child(834) {
  transition-delay: 33.36s;
}
.js-ttl.is-active span:nth-child(835) {
  transition-delay: 33.4s;
}
.js-ttl.is-active span:nth-child(836) {
  transition-delay: 33.44s;
}
.js-ttl.is-active span:nth-child(837) {
  transition-delay: 33.48s;
}
.js-ttl.is-active span:nth-child(838) {
  transition-delay: 33.52s;
}
.js-ttl.is-active span:nth-child(839) {
  transition-delay: 33.56s;
}
.js-ttl.is-active span:nth-child(840) {
  transition-delay: 33.6s;
}
.js-ttl.is-active span:nth-child(841) {
  transition-delay: 33.64s;
}
.js-ttl.is-active span:nth-child(842) {
  transition-delay: 33.68s;
}
.js-ttl.is-active span:nth-child(843) {
  transition-delay: 33.72s;
}
.js-ttl.is-active span:nth-child(844) {
  transition-delay: 33.76s;
}
.js-ttl.is-active span:nth-child(845) {
  transition-delay: 33.8s;
}
.js-ttl.is-active span:nth-child(846) {
  transition-delay: 33.84s;
}
.js-ttl.is-active span:nth-child(847) {
  transition-delay: 33.88s;
}
.js-ttl.is-active span:nth-child(848) {
  transition-delay: 33.92s;
}
.js-ttl.is-active span:nth-child(849) {
  transition-delay: 33.96s;
}
.js-ttl.is-active span:nth-child(850) {
  transition-delay: 34s;
}
.js-ttl.is-active span:nth-child(851) {
  transition-delay: 34.04s;
}
.js-ttl.is-active span:nth-child(852) {
  transition-delay: 34.08s;
}
.js-ttl.is-active span:nth-child(853) {
  transition-delay: 34.12s;
}
.js-ttl.is-active span:nth-child(854) {
  transition-delay: 34.16s;
}
.js-ttl.is-active span:nth-child(855) {
  transition-delay: 34.2s;
}
.js-ttl.is-active span:nth-child(856) {
  transition-delay: 34.24s;
}
.js-ttl.is-active span:nth-child(857) {
  transition-delay: 34.28s;
}
.js-ttl.is-active span:nth-child(858) {
  transition-delay: 34.32s;
}
.js-ttl.is-active span:nth-child(859) {
  transition-delay: 34.36s;
}
.js-ttl.is-active span:nth-child(860) {
  transition-delay: 34.4s;
}
.js-ttl.is-active span:nth-child(861) {
  transition-delay: 34.44s;
}
.js-ttl.is-active span:nth-child(862) {
  transition-delay: 34.48s;
}
.js-ttl.is-active span:nth-child(863) {
  transition-delay: 34.52s;
}
.js-ttl.is-active span:nth-child(864) {
  transition-delay: 34.56s;
}
.js-ttl.is-active span:nth-child(865) {
  transition-delay: 34.6s;
}
.js-ttl.is-active span:nth-child(866) {
  transition-delay: 34.64s;
}
.js-ttl.is-active span:nth-child(867) {
  transition-delay: 34.68s;
}
.js-ttl.is-active span:nth-child(868) {
  transition-delay: 34.72s;
}
.js-ttl.is-active span:nth-child(869) {
  transition-delay: 34.76s;
}
.js-ttl.is-active span:nth-child(870) {
  transition-delay: 34.8s;
}
.js-ttl.is-active span:nth-child(871) {
  transition-delay: 34.84s;
}
.js-ttl.is-active span:nth-child(872) {
  transition-delay: 34.88s;
}
.js-ttl.is-active span:nth-child(873) {
  transition-delay: 34.92s;
}
.js-ttl.is-active span:nth-child(874) {
  transition-delay: 34.96s;
}
.js-ttl.is-active span:nth-child(875) {
  transition-delay: 35s;
}
.js-ttl.is-active span:nth-child(876) {
  transition-delay: 35.04s;
}
.js-ttl.is-active span:nth-child(877) {
  transition-delay: 35.08s;
}
.js-ttl.is-active span:nth-child(878) {
  transition-delay: 35.12s;
}
.js-ttl.is-active span:nth-child(879) {
  transition-delay: 35.16s;
}
.js-ttl.is-active span:nth-child(880) {
  transition-delay: 35.2s;
}
.js-ttl.is-active span:nth-child(881) {
  transition-delay: 35.24s;
}
.js-ttl.is-active span:nth-child(882) {
  transition-delay: 35.28s;
}
.js-ttl.is-active span:nth-child(883) {
  transition-delay: 35.32s;
}
.js-ttl.is-active span:nth-child(884) {
  transition-delay: 35.36s;
}
.js-ttl.is-active span:nth-child(885) {
  transition-delay: 35.4s;
}
.js-ttl.is-active span:nth-child(886) {
  transition-delay: 35.44s;
}
.js-ttl.is-active span:nth-child(887) {
  transition-delay: 35.48s;
}
.js-ttl.is-active span:nth-child(888) {
  transition-delay: 35.52s;
}
.js-ttl.is-active span:nth-child(889) {
  transition-delay: 35.56s;
}
.js-ttl.is-active span:nth-child(890) {
  transition-delay: 35.6s;
}
.js-ttl.is-active span:nth-child(891) {
  transition-delay: 35.64s;
}
.js-ttl.is-active span:nth-child(892) {
  transition-delay: 35.68s;
}
.js-ttl.is-active span:nth-child(893) {
  transition-delay: 35.72s;
}
.js-ttl.is-active span:nth-child(894) {
  transition-delay: 35.76s;
}
.js-ttl.is-active span:nth-child(895) {
  transition-delay: 35.8s;
}
.js-ttl.is-active span:nth-child(896) {
  transition-delay: 35.84s;
}
.js-ttl.is-active span:nth-child(897) {
  transition-delay: 35.88s;
}
.js-ttl.is-active span:nth-child(898) {
  transition-delay: 35.92s;
}
.js-ttl.is-active span:nth-child(899) {
  transition-delay: 35.96s;
}
.js-ttl.is-active span:nth-child(900) {
  transition-delay: 36s;
}
.js-ttl.is-active span:nth-child(901) {
  transition-delay: 36.04s;
}
.js-ttl.is-active span:nth-child(902) {
  transition-delay: 36.08s;
}
.js-ttl.is-active span:nth-child(903) {
  transition-delay: 36.12s;
}
.js-ttl.is-active span:nth-child(904) {
  transition-delay: 36.16s;
}
.js-ttl.is-active span:nth-child(905) {
  transition-delay: 36.2s;
}
.js-ttl.is-active span:nth-child(906) {
  transition-delay: 36.24s;
}
.js-ttl.is-active span:nth-child(907) {
  transition-delay: 36.28s;
}
.js-ttl.is-active span:nth-child(908) {
  transition-delay: 36.32s;
}
.js-ttl.is-active span:nth-child(909) {
  transition-delay: 36.36s;
}
.js-ttl.is-active span:nth-child(910) {
  transition-delay: 36.4s;
}
.js-ttl.is-active span:nth-child(911) {
  transition-delay: 36.44s;
}
.js-ttl.is-active span:nth-child(912) {
  transition-delay: 36.48s;
}
.js-ttl.is-active span:nth-child(913) {
  transition-delay: 36.52s;
}
.js-ttl.is-active span:nth-child(914) {
  transition-delay: 36.56s;
}
.js-ttl.is-active span:nth-child(915) {
  transition-delay: 36.6s;
}
.js-ttl.is-active span:nth-child(916) {
  transition-delay: 36.64s;
}
.js-ttl.is-active span:nth-child(917) {
  transition-delay: 36.68s;
}
.js-ttl.is-active span:nth-child(918) {
  transition-delay: 36.72s;
}
.js-ttl.is-active span:nth-child(919) {
  transition-delay: 36.76s;
}
.js-ttl.is-active span:nth-child(920) {
  transition-delay: 36.8s;
}
.js-ttl.is-active span:nth-child(921) {
  transition-delay: 36.84s;
}
.js-ttl.is-active span:nth-child(922) {
  transition-delay: 36.88s;
}
.js-ttl.is-active span:nth-child(923) {
  transition-delay: 36.92s;
}
.js-ttl.is-active span:nth-child(924) {
  transition-delay: 36.96s;
}
.js-ttl.is-active span:nth-child(925) {
  transition-delay: 37s;
}
.js-ttl.is-active span:nth-child(926) {
  transition-delay: 37.04s;
}
.js-ttl.is-active span:nth-child(927) {
  transition-delay: 37.08s;
}
.js-ttl.is-active span:nth-child(928) {
  transition-delay: 37.12s;
}
.js-ttl.is-active span:nth-child(929) {
  transition-delay: 37.16s;
}
.js-ttl.is-active span:nth-child(930) {
  transition-delay: 37.2s;
}
.js-ttl.is-active span:nth-child(931) {
  transition-delay: 37.24s;
}
.js-ttl.is-active span:nth-child(932) {
  transition-delay: 37.28s;
}
.js-ttl.is-active span:nth-child(933) {
  transition-delay: 37.32s;
}
.js-ttl.is-active span:nth-child(934) {
  transition-delay: 37.36s;
}
.js-ttl.is-active span:nth-child(935) {
  transition-delay: 37.4s;
}
.js-ttl.is-active span:nth-child(936) {
  transition-delay: 37.44s;
}
.js-ttl.is-active span:nth-child(937) {
  transition-delay: 37.48s;
}
.js-ttl.is-active span:nth-child(938) {
  transition-delay: 37.52s;
}
.js-ttl.is-active span:nth-child(939) {
  transition-delay: 37.56s;
}
.js-ttl.is-active span:nth-child(940) {
  transition-delay: 37.6s;
}
.js-ttl.is-active span:nth-child(941) {
  transition-delay: 37.64s;
}
.js-ttl.is-active span:nth-child(942) {
  transition-delay: 37.68s;
}
.js-ttl.is-active span:nth-child(943) {
  transition-delay: 37.72s;
}
.js-ttl.is-active span:nth-child(944) {
  transition-delay: 37.76s;
}
.js-ttl.is-active span:nth-child(945) {
  transition-delay: 37.8s;
}
.js-ttl.is-active span:nth-child(946) {
  transition-delay: 37.84s;
}
.js-ttl.is-active span:nth-child(947) {
  transition-delay: 37.88s;
}
.js-ttl.is-active span:nth-child(948) {
  transition-delay: 37.92s;
}
.js-ttl.is-active span:nth-child(949) {
  transition-delay: 37.96s;
}
.js-ttl.is-active span:nth-child(950) {
  transition-delay: 38s;
}
.js-ttl.is-active span:nth-child(951) {
  transition-delay: 38.04s;
}
.js-ttl.is-active span:nth-child(952) {
  transition-delay: 38.08s;
}
.js-ttl.is-active span:nth-child(953) {
  transition-delay: 38.12s;
}
.js-ttl.is-active span:nth-child(954) {
  transition-delay: 38.16s;
}
.js-ttl.is-active span:nth-child(955) {
  transition-delay: 38.2s;
}
.js-ttl.is-active span:nth-child(956) {
  transition-delay: 38.24s;
}
.js-ttl.is-active span:nth-child(957) {
  transition-delay: 38.28s;
}
.js-ttl.is-active span:nth-child(958) {
  transition-delay: 38.32s;
}
.js-ttl.is-active span:nth-child(959) {
  transition-delay: 38.36s;
}
.js-ttl.is-active span:nth-child(960) {
  transition-delay: 38.4s;
}
.js-ttl.is-active span:nth-child(961) {
  transition-delay: 38.44s;
}
.js-ttl.is-active span:nth-child(962) {
  transition-delay: 38.48s;
}
.js-ttl.is-active span:nth-child(963) {
  transition-delay: 38.52s;
}
.js-ttl.is-active span:nth-child(964) {
  transition-delay: 38.56s;
}
.js-ttl.is-active span:nth-child(965) {
  transition-delay: 38.6s;
}
.js-ttl.is-active span:nth-child(966) {
  transition-delay: 38.64s;
}
.js-ttl.is-active span:nth-child(967) {
  transition-delay: 38.68s;
}
.js-ttl.is-active span:nth-child(968) {
  transition-delay: 38.72s;
}
.js-ttl.is-active span:nth-child(969) {
  transition-delay: 38.76s;
}
.js-ttl.is-active span:nth-child(970) {
  transition-delay: 38.8s;
}
.js-ttl.is-active span:nth-child(971) {
  transition-delay: 38.84s;
}
.js-ttl.is-active span:nth-child(972) {
  transition-delay: 38.88s;
}
.js-ttl.is-active span:nth-child(973) {
  transition-delay: 38.92s;
}
.js-ttl.is-active span:nth-child(974) {
  transition-delay: 38.96s;
}
.js-ttl.is-active span:nth-child(975) {
  transition-delay: 39s;
}
.js-ttl.is-active span:nth-child(976) {
  transition-delay: 39.04s;
}
.js-ttl.is-active span:nth-child(977) {
  transition-delay: 39.08s;
}
.js-ttl.is-active span:nth-child(978) {
  transition-delay: 39.12s;
}
.js-ttl.is-active span:nth-child(979) {
  transition-delay: 39.16s;
}
.js-ttl.is-active span:nth-child(980) {
  transition-delay: 39.2s;
}
.js-ttl.is-active span:nth-child(981) {
  transition-delay: 39.24s;
}
.js-ttl.is-active span:nth-child(982) {
  transition-delay: 39.28s;
}
.js-ttl.is-active span:nth-child(983) {
  transition-delay: 39.32s;
}
.js-ttl.is-active span:nth-child(984) {
  transition-delay: 39.36s;
}
.js-ttl.is-active span:nth-child(985) {
  transition-delay: 39.4s;
}
.js-ttl.is-active span:nth-child(986) {
  transition-delay: 39.44s;
}
.js-ttl.is-active span:nth-child(987) {
  transition-delay: 39.48s;
}
.js-ttl.is-active span:nth-child(988) {
  transition-delay: 39.52s;
}
.js-ttl.is-active span:nth-child(989) {
  transition-delay: 39.56s;
}
.js-ttl.is-active span:nth-child(990) {
  transition-delay: 39.6s;
}
.js-ttl.is-active span:nth-child(991) {
  transition-delay: 39.64s;
}
.js-ttl.is-active span:nth-child(992) {
  transition-delay: 39.68s;
}
.js-ttl.is-active span:nth-child(993) {
  transition-delay: 39.72s;
}
.js-ttl.is-active span:nth-child(994) {
  transition-delay: 39.76s;
}
.js-ttl.is-active span:nth-child(995) {
  transition-delay: 39.8s;
}
.js-ttl.is-active span:nth-child(996) {
  transition-delay: 39.84s;
}
.js-ttl.is-active span:nth-child(997) {
  transition-delay: 39.88s;
}
.js-ttl.is-active span:nth-child(998) {
  transition-delay: 39.92s;
}
.js-ttl.is-active span:nth-child(999) {
  transition-delay: 39.96s;
}

.js-page-ttl .en {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5)) blur(10px);
  opacity: 0;
  position: relative;
  transition: 0.8s ease-out;
}
.js-page-ttl .ja {
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
}
.js-page-ttl.is-active .en {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5)) blur(0);
  opacity: 1;
}
.js-page-ttl.is-active .ja {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.js-fadeLeft {
  opacity: 0;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  transition: 0.5s ease-out;
}
.js-fadeLeft.is-active {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.js-fadeList li {
  opacity: 0;
  -ms-transform: translateY(40px);
      transform: translateY(40px);
  transition: 0.5s ease;
}
.js-fadeList.is-active li {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.js-fadeList.is-active li:nth-child(2) {
  transition-delay: 0.1s;
}
.js-fadeList.is-active li:nth-child(3) {
  transition-delay: 0.15s;
}
.js-fadeList.is-active li:nth-child(4) {
  transition-delay: 0.2s;
}
.js-fadeList.is-active li:nth-child(5) {
  transition-delay: 0.25s;
}
.js-fadeList.is-active li:nth-child(6) {
  transition-delay: 0.3s;
}
.js-fadeList.is-active li:nth-child(7) {
  transition-delay: 0.35s;
}
.js-fadeList.is-active li:nth-child(8) {
  transition-delay: 0.4s;
}
.js-fadeList.is-active li:nth-child(9) {
  transition-delay: 0.45s;
}
.js-fadeList.is-active li:nth-child(10) {
  transition-delay: 0.5s;
}
.js-fadeList.is-active li:nth-child(11) {
  transition-delay: 0.55s;
}
.js-fadeList.is-active li:nth-child(12) {
  transition-delay: 0.6s;
}
.js-fadeList.is-active li:nth-child(13) {
  transition-delay: 0.65s;
}
.js-fadeList.is-active li:nth-child(14) {
  transition-delay: 0.7s;
}
.js-fadeList.is-active li:nth-child(15) {
  transition-delay: 0.75s;
}
.js-fadeList.is-active li:nth-child(16) {
  transition-delay: 0.8s;
}
.js-fadeList.is-active li:nth-child(17) {
  transition-delay: 0.85s;
}
.js-fadeList.is-active li:nth-child(18) {
  transition-delay: 0.9s;
}
.js-fadeList.is-active li:nth-child(19) {
  transition-delay: 0.95s;
}
.js-fadeList.is-active li:nth-child(20) {
  transition-delay: 1s;
}
.js-fadeList.is-active li:nth-child(21) {
  transition-delay: 1.05s;
}
.js-fadeList.is-active li:nth-child(22) {
  transition-delay: 1.1s;
}
.js-fadeList.is-active li:nth-child(23) {
  transition-delay: 1.15s;
}
.js-fadeList.is-active li:nth-child(24) {
  transition-delay: 1.2s;
}
.js-fadeList.is-active li:nth-child(25) {
  transition-delay: 1.25s;
}
.js-fadeList.is-active li:nth-child(26) {
  transition-delay: 1.3s;
}
.js-fadeList.is-active li:nth-child(27) {
  transition-delay: 1.35s;
}
.js-fadeList.is-active li:nth-child(28) {
  transition-delay: 1.4s;
}
.js-fadeList.is-active li:nth-child(29) {
  transition-delay: 1.45s;
}
.js-fadeList.is-active li:nth-child(30) {
  transition-delay: 1.5s;
}
.js-fadeList.is-active li:nth-child(31) {
  transition-delay: 1.55s;
}
.js-fadeList.is-active li:nth-child(32) {
  transition-delay: 1.6s;
}
.js-fadeList.is-active li:nth-child(33) {
  transition-delay: 1.65s;
}
.js-fadeList.is-active li:nth-child(34) {
  transition-delay: 1.7s;
}
.js-fadeList.is-active li:nth-child(35) {
  transition-delay: 1.75s;
}
.js-fadeList.is-active li:nth-child(36) {
  transition-delay: 1.8s;
}
.js-fadeList.is-active li:nth-child(37) {
  transition-delay: 1.85s;
}
.js-fadeList.is-active li:nth-child(38) {
  transition-delay: 1.9s;
}
.js-fadeList.is-active li:nth-child(39) {
  transition-delay: 1.95s;
}
.js-fadeList.is-active li:nth-child(40) {
  transition-delay: 2s;
}
.js-fadeList.is-active li:nth-child(41) {
  transition-delay: 2.05s;
}
.js-fadeList.is-active li:nth-child(42) {
  transition-delay: 2.1s;
}
.js-fadeList.is-active li:nth-child(43) {
  transition-delay: 2.15s;
}
.js-fadeList.is-active li:nth-child(44) {
  transition-delay: 2.2s;
}
.js-fadeList.is-active li:nth-child(45) {
  transition-delay: 2.25s;
}
.js-fadeList.is-active li:nth-child(46) {
  transition-delay: 2.3s;
}
.js-fadeList.is-active li:nth-child(47) {
  transition-delay: 2.35s;
}
.js-fadeList.is-active li:nth-child(48) {
  transition-delay: 2.4s;
}
.js-fadeList.is-active li:nth-child(49) {
  transition-delay: 2.45s;
}
.js-fadeList.is-active li:nth-child(50) {
  transition-delay: 2.5s;
}
.js-fadeList.is-active li:nth-child(51) {
  transition-delay: 2.55s;
}
.js-fadeList.is-active li:nth-child(52) {
  transition-delay: 2.6s;
}
.js-fadeList.is-active li:nth-child(53) {
  transition-delay: 2.65s;
}
.js-fadeList.is-active li:nth-child(54) {
  transition-delay: 2.7s;
}
.js-fadeList.is-active li:nth-child(55) {
  transition-delay: 2.75s;
}
.js-fadeList.is-active li:nth-child(56) {
  transition-delay: 2.8s;
}
.js-fadeList.is-active li:nth-child(57) {
  transition-delay: 2.85s;
}
.js-fadeList.is-active li:nth-child(58) {
  transition-delay: 2.9s;
}
.js-fadeList.is-active li:nth-child(59) {
  transition-delay: 2.95s;
}
.js-fadeList.is-active li:nth-child(60) {
  transition-delay: 3s;
}
.js-fadeList.is-active li:nth-child(61) {
  transition-delay: 3.05s;
}
.js-fadeList.is-active li:nth-child(62) {
  transition-delay: 3.1s;
}
.js-fadeList.is-active li:nth-child(63) {
  transition-delay: 3.15s;
}
.js-fadeList.is-active li:nth-child(64) {
  transition-delay: 3.2s;
}
.js-fadeList.is-active li:nth-child(65) {
  transition-delay: 3.25s;
}
.js-fadeList.is-active li:nth-child(66) {
  transition-delay: 3.3s;
}
.js-fadeList.is-active li:nth-child(67) {
  transition-delay: 3.35s;
}
.js-fadeList.is-active li:nth-child(68) {
  transition-delay: 3.4s;
}
.js-fadeList.is-active li:nth-child(69) {
  transition-delay: 3.45s;
}
.js-fadeList.is-active li:nth-child(70) {
  transition-delay: 3.5s;
}
.js-fadeList.is-active li:nth-child(71) {
  transition-delay: 3.55s;
}
.js-fadeList.is-active li:nth-child(72) {
  transition-delay: 3.6s;
}
.js-fadeList.is-active li:nth-child(73) {
  transition-delay: 3.65s;
}
.js-fadeList.is-active li:nth-child(74) {
  transition-delay: 3.7s;
}
.js-fadeList.is-active li:nth-child(75) {
  transition-delay: 3.75s;
}
.js-fadeList.is-active li:nth-child(76) {
  transition-delay: 3.8s;
}
.js-fadeList.is-active li:nth-child(77) {
  transition-delay: 3.85s;
}
.js-fadeList.is-active li:nth-child(78) {
  transition-delay: 3.9s;
}
.js-fadeList.is-active li:nth-child(79) {
  transition-delay: 3.95s;
}
.js-fadeList.is-active li:nth-child(80) {
  transition-delay: 4s;
}
.js-fadeList.is-active li:nth-child(81) {
  transition-delay: 4.05s;
}
.js-fadeList.is-active li:nth-child(82) {
  transition-delay: 4.1s;
}
.js-fadeList.is-active li:nth-child(83) {
  transition-delay: 4.15s;
}
.js-fadeList.is-active li:nth-child(84) {
  transition-delay: 4.2s;
}
.js-fadeList.is-active li:nth-child(85) {
  transition-delay: 4.25s;
}
.js-fadeList.is-active li:nth-child(86) {
  transition-delay: 4.3s;
}
.js-fadeList.is-active li:nth-child(87) {
  transition-delay: 4.35s;
}
.js-fadeList.is-active li:nth-child(88) {
  transition-delay: 4.4s;
}
.js-fadeList.is-active li:nth-child(89) {
  transition-delay: 4.45s;
}
.js-fadeList.is-active li:nth-child(90) {
  transition-delay: 4.5s;
}
.js-fadeList.is-active li:nth-child(91) {
  transition-delay: 4.55s;
}
.js-fadeList.is-active li:nth-child(92) {
  transition-delay: 4.6s;
}
.js-fadeList.is-active li:nth-child(93) {
  transition-delay: 4.65s;
}
.js-fadeList.is-active li:nth-child(94) {
  transition-delay: 4.7s;
}
.js-fadeList.is-active li:nth-child(95) {
  transition-delay: 4.75s;
}
.js-fadeList.is-active li:nth-child(96) {
  transition-delay: 4.8s;
}
.js-fadeList.is-active li:nth-child(97) {
  transition-delay: 4.85s;
}
.js-fadeList.is-active li:nth-child(98) {
  transition-delay: 4.9s;
}
.js-fadeList.is-active li:nth-child(99) {
  transition-delay: 4.95s;
}
.js-fadeList.is-active li:nth-child(100) {
  transition-delay: 5s;
}
.js-fadeList.is-active li:nth-child(101) {
  transition-delay: 5.05s;
}
.js-fadeList.is-active li:nth-child(102) {
  transition-delay: 5.1s;
}
.js-fadeList.is-active li:nth-child(103) {
  transition-delay: 5.15s;
}
.js-fadeList.is-active li:nth-child(104) {
  transition-delay: 5.2s;
}
.js-fadeList.is-active li:nth-child(105) {
  transition-delay: 5.25s;
}
.js-fadeList.is-active li:nth-child(106) {
  transition-delay: 5.3s;
}
.js-fadeList.is-active li:nth-child(107) {
  transition-delay: 5.35s;
}
.js-fadeList.is-active li:nth-child(108) {
  transition-delay: 5.4s;
}
.js-fadeList.is-active li:nth-child(109) {
  transition-delay: 5.45s;
}
.js-fadeList.is-active li:nth-child(110) {
  transition-delay: 5.5s;
}
.js-fadeList.is-active li:nth-child(111) {
  transition-delay: 5.55s;
}
.js-fadeList.is-active li:nth-child(112) {
  transition-delay: 5.6s;
}
.js-fadeList.is-active li:nth-child(113) {
  transition-delay: 5.65s;
}
.js-fadeList.is-active li:nth-child(114) {
  transition-delay: 5.7s;
}
.js-fadeList.is-active li:nth-child(115) {
  transition-delay: 5.75s;
}
.js-fadeList.is-active li:nth-child(116) {
  transition-delay: 5.8s;
}
.js-fadeList.is-active li:nth-child(117) {
  transition-delay: 5.85s;
}
.js-fadeList.is-active li:nth-child(118) {
  transition-delay: 5.9s;
}
.js-fadeList.is-active li:nth-child(119) {
  transition-delay: 5.95s;
}
.js-fadeList.is-active li:nth-child(120) {
  transition-delay: 6s;
}
.js-fadeList.is-active li:nth-child(121) {
  transition-delay: 6.05s;
}
.js-fadeList.is-active li:nth-child(122) {
  transition-delay: 6.1s;
}
.js-fadeList.is-active li:nth-child(123) {
  transition-delay: 6.15s;
}
.js-fadeList.is-active li:nth-child(124) {
  transition-delay: 6.2s;
}
.js-fadeList.is-active li:nth-child(125) {
  transition-delay: 6.25s;
}
.js-fadeList.is-active li:nth-child(126) {
  transition-delay: 6.3s;
}
.js-fadeList.is-active li:nth-child(127) {
  transition-delay: 6.35s;
}
.js-fadeList.is-active li:nth-child(128) {
  transition-delay: 6.4s;
}
.js-fadeList.is-active li:nth-child(129) {
  transition-delay: 6.45s;
}
.js-fadeList.is-active li:nth-child(130) {
  transition-delay: 6.5s;
}
.js-fadeList.is-active li:nth-child(131) {
  transition-delay: 6.55s;
}
.js-fadeList.is-active li:nth-child(132) {
  transition-delay: 6.6s;
}
.js-fadeList.is-active li:nth-child(133) {
  transition-delay: 6.65s;
}
.js-fadeList.is-active li:nth-child(134) {
  transition-delay: 6.7s;
}
.js-fadeList.is-active li:nth-child(135) {
  transition-delay: 6.75s;
}
.js-fadeList.is-active li:nth-child(136) {
  transition-delay: 6.8s;
}
.js-fadeList.is-active li:nth-child(137) {
  transition-delay: 6.85s;
}
.js-fadeList.is-active li:nth-child(138) {
  transition-delay: 6.9s;
}
.js-fadeList.is-active li:nth-child(139) {
  transition-delay: 6.95s;
}
.js-fadeList.is-active li:nth-child(140) {
  transition-delay: 7s;
}
.js-fadeList.is-active li:nth-child(141) {
  transition-delay: 7.05s;
}
.js-fadeList.is-active li:nth-child(142) {
  transition-delay: 7.1s;
}
.js-fadeList.is-active li:nth-child(143) {
  transition-delay: 7.15s;
}
.js-fadeList.is-active li:nth-child(144) {
  transition-delay: 7.2s;
}
.js-fadeList.is-active li:nth-child(145) {
  transition-delay: 7.25s;
}
.js-fadeList.is-active li:nth-child(146) {
  transition-delay: 7.3s;
}
.js-fadeList.is-active li:nth-child(147) {
  transition-delay: 7.35s;
}
.js-fadeList.is-active li:nth-child(148) {
  transition-delay: 7.4s;
}
.js-fadeList.is-active li:nth-child(149) {
  transition-delay: 7.45s;
}
.js-fadeList.is-active li:nth-child(150) {
  transition-delay: 7.5s;
}
.js-fadeList.is-active li:nth-child(151) {
  transition-delay: 7.55s;
}
.js-fadeList.is-active li:nth-child(152) {
  transition-delay: 7.6s;
}
.js-fadeList.is-active li:nth-child(153) {
  transition-delay: 7.65s;
}
.js-fadeList.is-active li:nth-child(154) {
  transition-delay: 7.7s;
}
.js-fadeList.is-active li:nth-child(155) {
  transition-delay: 7.75s;
}
.js-fadeList.is-active li:nth-child(156) {
  transition-delay: 7.8s;
}
.js-fadeList.is-active li:nth-child(157) {
  transition-delay: 7.85s;
}
.js-fadeList.is-active li:nth-child(158) {
  transition-delay: 7.9s;
}
.js-fadeList.is-active li:nth-child(159) {
  transition-delay: 7.95s;
}
.js-fadeList.is-active li:nth-child(160) {
  transition-delay: 8s;
}
.js-fadeList.is-active li:nth-child(161) {
  transition-delay: 8.05s;
}
.js-fadeList.is-active li:nth-child(162) {
  transition-delay: 8.1s;
}
.js-fadeList.is-active li:nth-child(163) {
  transition-delay: 8.15s;
}
.js-fadeList.is-active li:nth-child(164) {
  transition-delay: 8.2s;
}
.js-fadeList.is-active li:nth-child(165) {
  transition-delay: 8.25s;
}
.js-fadeList.is-active li:nth-child(166) {
  transition-delay: 8.3s;
}
.js-fadeList.is-active li:nth-child(167) {
  transition-delay: 8.35s;
}
.js-fadeList.is-active li:nth-child(168) {
  transition-delay: 8.4s;
}
.js-fadeList.is-active li:nth-child(169) {
  transition-delay: 8.45s;
}
.js-fadeList.is-active li:nth-child(170) {
  transition-delay: 8.5s;
}
.js-fadeList.is-active li:nth-child(171) {
  transition-delay: 8.55s;
}
.js-fadeList.is-active li:nth-child(172) {
  transition-delay: 8.6s;
}
.js-fadeList.is-active li:nth-child(173) {
  transition-delay: 8.65s;
}
.js-fadeList.is-active li:nth-child(174) {
  transition-delay: 8.7s;
}
.js-fadeList.is-active li:nth-child(175) {
  transition-delay: 8.75s;
}
.js-fadeList.is-active li:nth-child(176) {
  transition-delay: 8.8s;
}
.js-fadeList.is-active li:nth-child(177) {
  transition-delay: 8.85s;
}
.js-fadeList.is-active li:nth-child(178) {
  transition-delay: 8.9s;
}
.js-fadeList.is-active li:nth-child(179) {
  transition-delay: 8.95s;
}
.js-fadeList.is-active li:nth-child(180) {
  transition-delay: 9s;
}
.js-fadeList.is-active li:nth-child(181) {
  transition-delay: 9.05s;
}
.js-fadeList.is-active li:nth-child(182) {
  transition-delay: 9.1s;
}
.js-fadeList.is-active li:nth-child(183) {
  transition-delay: 9.15s;
}
.js-fadeList.is-active li:nth-child(184) {
  transition-delay: 9.2s;
}
.js-fadeList.is-active li:nth-child(185) {
  transition-delay: 9.25s;
}
.js-fadeList.is-active li:nth-child(186) {
  transition-delay: 9.3s;
}
.js-fadeList.is-active li:nth-child(187) {
  transition-delay: 9.35s;
}
.js-fadeList.is-active li:nth-child(188) {
  transition-delay: 9.4s;
}
.js-fadeList.is-active li:nth-child(189) {
  transition-delay: 9.45s;
}
.js-fadeList.is-active li:nth-child(190) {
  transition-delay: 9.5s;
}
.js-fadeList.is-active li:nth-child(191) {
  transition-delay: 9.55s;
}
.js-fadeList.is-active li:nth-child(192) {
  transition-delay: 9.6s;
}
.js-fadeList.is-active li:nth-child(193) {
  transition-delay: 9.65s;
}
.js-fadeList.is-active li:nth-child(194) {
  transition-delay: 9.7s;
}
.js-fadeList.is-active li:nth-child(195) {
  transition-delay: 9.75s;
}
.js-fadeList.is-active li:nth-child(196) {
  transition-delay: 9.8s;
}
.js-fadeList.is-active li:nth-child(197) {
  transition-delay: 9.85s;
}
.js-fadeList.is-active li:nth-child(198) {
  transition-delay: 9.9s;
}
.js-fadeList.is-active li:nth-child(199) {
  transition-delay: 9.95s;
}
.js-fadeList.is-active li:nth-child(200) {
  transition-delay: 10s;
}
.js-fadeList.is-active li:nth-child(201) {
  transition-delay: 10.05s;
}
.js-fadeList.is-active li:nth-child(202) {
  transition-delay: 10.1s;
}
.js-fadeList.is-active li:nth-child(203) {
  transition-delay: 10.15s;
}
.js-fadeList.is-active li:nth-child(204) {
  transition-delay: 10.2s;
}
.js-fadeList.is-active li:nth-child(205) {
  transition-delay: 10.25s;
}
.js-fadeList.is-active li:nth-child(206) {
  transition-delay: 10.3s;
}
.js-fadeList.is-active li:nth-child(207) {
  transition-delay: 10.35s;
}
.js-fadeList.is-active li:nth-child(208) {
  transition-delay: 10.4s;
}
.js-fadeList.is-active li:nth-child(209) {
  transition-delay: 10.45s;
}
.js-fadeList.is-active li:nth-child(210) {
  transition-delay: 10.5s;
}
.js-fadeList.is-active li:nth-child(211) {
  transition-delay: 10.55s;
}
.js-fadeList.is-active li:nth-child(212) {
  transition-delay: 10.6s;
}
.js-fadeList.is-active li:nth-child(213) {
  transition-delay: 10.65s;
}
.js-fadeList.is-active li:nth-child(214) {
  transition-delay: 10.7s;
}
.js-fadeList.is-active li:nth-child(215) {
  transition-delay: 10.75s;
}
.js-fadeList.is-active li:nth-child(216) {
  transition-delay: 10.8s;
}
.js-fadeList.is-active li:nth-child(217) {
  transition-delay: 10.85s;
}
.js-fadeList.is-active li:nth-child(218) {
  transition-delay: 10.9s;
}
.js-fadeList.is-active li:nth-child(219) {
  transition-delay: 10.95s;
}
.js-fadeList.is-active li:nth-child(220) {
  transition-delay: 11s;
}
.js-fadeList.is-active li:nth-child(221) {
  transition-delay: 11.05s;
}
.js-fadeList.is-active li:nth-child(222) {
  transition-delay: 11.1s;
}
.js-fadeList.is-active li:nth-child(223) {
  transition-delay: 11.15s;
}
.js-fadeList.is-active li:nth-child(224) {
  transition-delay: 11.2s;
}
.js-fadeList.is-active li:nth-child(225) {
  transition-delay: 11.25s;
}
.js-fadeList.is-active li:nth-child(226) {
  transition-delay: 11.3s;
}
.js-fadeList.is-active li:nth-child(227) {
  transition-delay: 11.35s;
}
.js-fadeList.is-active li:nth-child(228) {
  transition-delay: 11.4s;
}
.js-fadeList.is-active li:nth-child(229) {
  transition-delay: 11.45s;
}
.js-fadeList.is-active li:nth-child(230) {
  transition-delay: 11.5s;
}
.js-fadeList.is-active li:nth-child(231) {
  transition-delay: 11.55s;
}
.js-fadeList.is-active li:nth-child(232) {
  transition-delay: 11.6s;
}
.js-fadeList.is-active li:nth-child(233) {
  transition-delay: 11.65s;
}
.js-fadeList.is-active li:nth-child(234) {
  transition-delay: 11.7s;
}
.js-fadeList.is-active li:nth-child(235) {
  transition-delay: 11.75s;
}
.js-fadeList.is-active li:nth-child(236) {
  transition-delay: 11.8s;
}
.js-fadeList.is-active li:nth-child(237) {
  transition-delay: 11.85s;
}
.js-fadeList.is-active li:nth-child(238) {
  transition-delay: 11.9s;
}
.js-fadeList.is-active li:nth-child(239) {
  transition-delay: 11.95s;
}
.js-fadeList.is-active li:nth-child(240) {
  transition-delay: 12s;
}
.js-fadeList.is-active li:nth-child(241) {
  transition-delay: 12.05s;
}
.js-fadeList.is-active li:nth-child(242) {
  transition-delay: 12.1s;
}
.js-fadeList.is-active li:nth-child(243) {
  transition-delay: 12.15s;
}
.js-fadeList.is-active li:nth-child(244) {
  transition-delay: 12.2s;
}
.js-fadeList.is-active li:nth-child(245) {
  transition-delay: 12.25s;
}
.js-fadeList.is-active li:nth-child(246) {
  transition-delay: 12.3s;
}
.js-fadeList.is-active li:nth-child(247) {
  transition-delay: 12.35s;
}
.js-fadeList.is-active li:nth-child(248) {
  transition-delay: 12.4s;
}
.js-fadeList.is-active li:nth-child(249) {
  transition-delay: 12.45s;
}
.js-fadeList.is-active li:nth-child(250) {
  transition-delay: 12.5s;
}
.js-fadeList.is-active li:nth-child(251) {
  transition-delay: 12.55s;
}
.js-fadeList.is-active li:nth-child(252) {
  transition-delay: 12.6s;
}
.js-fadeList.is-active li:nth-child(253) {
  transition-delay: 12.65s;
}
.js-fadeList.is-active li:nth-child(254) {
  transition-delay: 12.7s;
}
.js-fadeList.is-active li:nth-child(255) {
  transition-delay: 12.75s;
}
.js-fadeList.is-active li:nth-child(256) {
  transition-delay: 12.8s;
}
.js-fadeList.is-active li:nth-child(257) {
  transition-delay: 12.85s;
}
.js-fadeList.is-active li:nth-child(258) {
  transition-delay: 12.9s;
}
.js-fadeList.is-active li:nth-child(259) {
  transition-delay: 12.95s;
}
.js-fadeList.is-active li:nth-child(260) {
  transition-delay: 13s;
}
.js-fadeList.is-active li:nth-child(261) {
  transition-delay: 13.05s;
}
.js-fadeList.is-active li:nth-child(262) {
  transition-delay: 13.1s;
}
.js-fadeList.is-active li:nth-child(263) {
  transition-delay: 13.15s;
}
.js-fadeList.is-active li:nth-child(264) {
  transition-delay: 13.2s;
}
.js-fadeList.is-active li:nth-child(265) {
  transition-delay: 13.25s;
}
.js-fadeList.is-active li:nth-child(266) {
  transition-delay: 13.3s;
}
.js-fadeList.is-active li:nth-child(267) {
  transition-delay: 13.35s;
}
.js-fadeList.is-active li:nth-child(268) {
  transition-delay: 13.4s;
}
.js-fadeList.is-active li:nth-child(269) {
  transition-delay: 13.45s;
}
.js-fadeList.is-active li:nth-child(270) {
  transition-delay: 13.5s;
}
.js-fadeList.is-active li:nth-child(271) {
  transition-delay: 13.55s;
}
.js-fadeList.is-active li:nth-child(272) {
  transition-delay: 13.6s;
}
.js-fadeList.is-active li:nth-child(273) {
  transition-delay: 13.65s;
}
.js-fadeList.is-active li:nth-child(274) {
  transition-delay: 13.7s;
}
.js-fadeList.is-active li:nth-child(275) {
  transition-delay: 13.75s;
}
.js-fadeList.is-active li:nth-child(276) {
  transition-delay: 13.8s;
}
.js-fadeList.is-active li:nth-child(277) {
  transition-delay: 13.85s;
}
.js-fadeList.is-active li:nth-child(278) {
  transition-delay: 13.9s;
}
.js-fadeList.is-active li:nth-child(279) {
  transition-delay: 13.95s;
}
.js-fadeList.is-active li:nth-child(280) {
  transition-delay: 14s;
}
.js-fadeList.is-active li:nth-child(281) {
  transition-delay: 14.05s;
}
.js-fadeList.is-active li:nth-child(282) {
  transition-delay: 14.1s;
}
.js-fadeList.is-active li:nth-child(283) {
  transition-delay: 14.15s;
}
.js-fadeList.is-active li:nth-child(284) {
  transition-delay: 14.2s;
}
.js-fadeList.is-active li:nth-child(285) {
  transition-delay: 14.25s;
}
.js-fadeList.is-active li:nth-child(286) {
  transition-delay: 14.3s;
}
.js-fadeList.is-active li:nth-child(287) {
  transition-delay: 14.35s;
}
.js-fadeList.is-active li:nth-child(288) {
  transition-delay: 14.4s;
}
.js-fadeList.is-active li:nth-child(289) {
  transition-delay: 14.45s;
}
.js-fadeList.is-active li:nth-child(290) {
  transition-delay: 14.5s;
}
.js-fadeList.is-active li:nth-child(291) {
  transition-delay: 14.55s;
}
.js-fadeList.is-active li:nth-child(292) {
  transition-delay: 14.6s;
}
.js-fadeList.is-active li:nth-child(293) {
  transition-delay: 14.65s;
}
.js-fadeList.is-active li:nth-child(294) {
  transition-delay: 14.7s;
}
.js-fadeList.is-active li:nth-child(295) {
  transition-delay: 14.75s;
}
.js-fadeList.is-active li:nth-child(296) {
  transition-delay: 14.8s;
}
.js-fadeList.is-active li:nth-child(297) {
  transition-delay: 14.85s;
}
.js-fadeList.is-active li:nth-child(298) {
  transition-delay: 14.9s;
}
.js-fadeList.is-active li:nth-child(299) {
  transition-delay: 14.95s;
}
.js-fadeList.is-active li:nth-child(300) {
  transition-delay: 15s;
}
.js-fadeList.is-active li:nth-child(301) {
  transition-delay: 15.05s;
}
.js-fadeList.is-active li:nth-child(302) {
  transition-delay: 15.1s;
}
.js-fadeList.is-active li:nth-child(303) {
  transition-delay: 15.15s;
}
.js-fadeList.is-active li:nth-child(304) {
  transition-delay: 15.2s;
}
.js-fadeList.is-active li:nth-child(305) {
  transition-delay: 15.25s;
}
.js-fadeList.is-active li:nth-child(306) {
  transition-delay: 15.3s;
}
.js-fadeList.is-active li:nth-child(307) {
  transition-delay: 15.35s;
}
.js-fadeList.is-active li:nth-child(308) {
  transition-delay: 15.4s;
}
.js-fadeList.is-active li:nth-child(309) {
  transition-delay: 15.45s;
}
.js-fadeList.is-active li:nth-child(310) {
  transition-delay: 15.5s;
}
.js-fadeList.is-active li:nth-child(311) {
  transition-delay: 15.55s;
}
.js-fadeList.is-active li:nth-child(312) {
  transition-delay: 15.6s;
}
.js-fadeList.is-active li:nth-child(313) {
  transition-delay: 15.65s;
}
.js-fadeList.is-active li:nth-child(314) {
  transition-delay: 15.7s;
}
.js-fadeList.is-active li:nth-child(315) {
  transition-delay: 15.75s;
}
.js-fadeList.is-active li:nth-child(316) {
  transition-delay: 15.8s;
}
.js-fadeList.is-active li:nth-child(317) {
  transition-delay: 15.85s;
}
.js-fadeList.is-active li:nth-child(318) {
  transition-delay: 15.9s;
}
.js-fadeList.is-active li:nth-child(319) {
  transition-delay: 15.95s;
}
.js-fadeList.is-active li:nth-child(320) {
  transition-delay: 16s;
}
.js-fadeList.is-active li:nth-child(321) {
  transition-delay: 16.05s;
}
.js-fadeList.is-active li:nth-child(322) {
  transition-delay: 16.1s;
}
.js-fadeList.is-active li:nth-child(323) {
  transition-delay: 16.15s;
}
.js-fadeList.is-active li:nth-child(324) {
  transition-delay: 16.2s;
}
.js-fadeList.is-active li:nth-child(325) {
  transition-delay: 16.25s;
}
.js-fadeList.is-active li:nth-child(326) {
  transition-delay: 16.3s;
}
.js-fadeList.is-active li:nth-child(327) {
  transition-delay: 16.35s;
}
.js-fadeList.is-active li:nth-child(328) {
  transition-delay: 16.4s;
}
.js-fadeList.is-active li:nth-child(329) {
  transition-delay: 16.45s;
}
.js-fadeList.is-active li:nth-child(330) {
  transition-delay: 16.5s;
}
.js-fadeList.is-active li:nth-child(331) {
  transition-delay: 16.55s;
}
.js-fadeList.is-active li:nth-child(332) {
  transition-delay: 16.6s;
}
.js-fadeList.is-active li:nth-child(333) {
  transition-delay: 16.65s;
}
.js-fadeList.is-active li:nth-child(334) {
  transition-delay: 16.7s;
}
.js-fadeList.is-active li:nth-child(335) {
  transition-delay: 16.75s;
}
.js-fadeList.is-active li:nth-child(336) {
  transition-delay: 16.8s;
}
.js-fadeList.is-active li:nth-child(337) {
  transition-delay: 16.85s;
}
.js-fadeList.is-active li:nth-child(338) {
  transition-delay: 16.9s;
}
.js-fadeList.is-active li:nth-child(339) {
  transition-delay: 16.95s;
}
.js-fadeList.is-active li:nth-child(340) {
  transition-delay: 17s;
}
.js-fadeList.is-active li:nth-child(341) {
  transition-delay: 17.05s;
}
.js-fadeList.is-active li:nth-child(342) {
  transition-delay: 17.1s;
}
.js-fadeList.is-active li:nth-child(343) {
  transition-delay: 17.15s;
}
.js-fadeList.is-active li:nth-child(344) {
  transition-delay: 17.2s;
}
.js-fadeList.is-active li:nth-child(345) {
  transition-delay: 17.25s;
}
.js-fadeList.is-active li:nth-child(346) {
  transition-delay: 17.3s;
}
.js-fadeList.is-active li:nth-child(347) {
  transition-delay: 17.35s;
}
.js-fadeList.is-active li:nth-child(348) {
  transition-delay: 17.4s;
}
.js-fadeList.is-active li:nth-child(349) {
  transition-delay: 17.45s;
}
.js-fadeList.is-active li:nth-child(350) {
  transition-delay: 17.5s;
}
.js-fadeList.is-active li:nth-child(351) {
  transition-delay: 17.55s;
}
.js-fadeList.is-active li:nth-child(352) {
  transition-delay: 17.6s;
}
.js-fadeList.is-active li:nth-child(353) {
  transition-delay: 17.65s;
}
.js-fadeList.is-active li:nth-child(354) {
  transition-delay: 17.7s;
}
.js-fadeList.is-active li:nth-child(355) {
  transition-delay: 17.75s;
}
.js-fadeList.is-active li:nth-child(356) {
  transition-delay: 17.8s;
}
.js-fadeList.is-active li:nth-child(357) {
  transition-delay: 17.85s;
}
.js-fadeList.is-active li:nth-child(358) {
  transition-delay: 17.9s;
}
.js-fadeList.is-active li:nth-child(359) {
  transition-delay: 17.95s;
}
.js-fadeList.is-active li:nth-child(360) {
  transition-delay: 18s;
}
.js-fadeList.is-active li:nth-child(361) {
  transition-delay: 18.05s;
}
.js-fadeList.is-active li:nth-child(362) {
  transition-delay: 18.1s;
}
.js-fadeList.is-active li:nth-child(363) {
  transition-delay: 18.15s;
}
.js-fadeList.is-active li:nth-child(364) {
  transition-delay: 18.2s;
}
.js-fadeList.is-active li:nth-child(365) {
  transition-delay: 18.25s;
}
.js-fadeList.is-active li:nth-child(366) {
  transition-delay: 18.3s;
}
.js-fadeList.is-active li:nth-child(367) {
  transition-delay: 18.35s;
}
.js-fadeList.is-active li:nth-child(368) {
  transition-delay: 18.4s;
}
.js-fadeList.is-active li:nth-child(369) {
  transition-delay: 18.45s;
}
.js-fadeList.is-active li:nth-child(370) {
  transition-delay: 18.5s;
}
.js-fadeList.is-active li:nth-child(371) {
  transition-delay: 18.55s;
}
.js-fadeList.is-active li:nth-child(372) {
  transition-delay: 18.6s;
}
.js-fadeList.is-active li:nth-child(373) {
  transition-delay: 18.65s;
}
.js-fadeList.is-active li:nth-child(374) {
  transition-delay: 18.7s;
}
.js-fadeList.is-active li:nth-child(375) {
  transition-delay: 18.75s;
}
.js-fadeList.is-active li:nth-child(376) {
  transition-delay: 18.8s;
}
.js-fadeList.is-active li:nth-child(377) {
  transition-delay: 18.85s;
}
.js-fadeList.is-active li:nth-child(378) {
  transition-delay: 18.9s;
}
.js-fadeList.is-active li:nth-child(379) {
  transition-delay: 18.95s;
}
.js-fadeList.is-active li:nth-child(380) {
  transition-delay: 19s;
}
.js-fadeList.is-active li:nth-child(381) {
  transition-delay: 19.05s;
}
.js-fadeList.is-active li:nth-child(382) {
  transition-delay: 19.1s;
}
.js-fadeList.is-active li:nth-child(383) {
  transition-delay: 19.15s;
}
.js-fadeList.is-active li:nth-child(384) {
  transition-delay: 19.2s;
}
.js-fadeList.is-active li:nth-child(385) {
  transition-delay: 19.25s;
}
.js-fadeList.is-active li:nth-child(386) {
  transition-delay: 19.3s;
}
.js-fadeList.is-active li:nth-child(387) {
  transition-delay: 19.35s;
}
.js-fadeList.is-active li:nth-child(388) {
  transition-delay: 19.4s;
}
.js-fadeList.is-active li:nth-child(389) {
  transition-delay: 19.45s;
}
.js-fadeList.is-active li:nth-child(390) {
  transition-delay: 19.5s;
}
.js-fadeList.is-active li:nth-child(391) {
  transition-delay: 19.55s;
}
.js-fadeList.is-active li:nth-child(392) {
  transition-delay: 19.6s;
}
.js-fadeList.is-active li:nth-child(393) {
  transition-delay: 19.65s;
}
.js-fadeList.is-active li:nth-child(394) {
  transition-delay: 19.7s;
}
.js-fadeList.is-active li:nth-child(395) {
  transition-delay: 19.75s;
}
.js-fadeList.is-active li:nth-child(396) {
  transition-delay: 19.8s;
}
.js-fadeList.is-active li:nth-child(397) {
  transition-delay: 19.85s;
}
.js-fadeList.is-active li:nth-child(398) {
  transition-delay: 19.9s;
}
.js-fadeList.is-active li:nth-child(399) {
  transition-delay: 19.95s;
}
.js-fadeList.is-active li:nth-child(400) {
  transition-delay: 20s;
}
.js-fadeList.is-active li:nth-child(401) {
  transition-delay: 20.05s;
}
.js-fadeList.is-active li:nth-child(402) {
  transition-delay: 20.1s;
}
.js-fadeList.is-active li:nth-child(403) {
  transition-delay: 20.15s;
}
.js-fadeList.is-active li:nth-child(404) {
  transition-delay: 20.2s;
}
.js-fadeList.is-active li:nth-child(405) {
  transition-delay: 20.25s;
}
.js-fadeList.is-active li:nth-child(406) {
  transition-delay: 20.3s;
}
.js-fadeList.is-active li:nth-child(407) {
  transition-delay: 20.35s;
}
.js-fadeList.is-active li:nth-child(408) {
  transition-delay: 20.4s;
}
.js-fadeList.is-active li:nth-child(409) {
  transition-delay: 20.45s;
}
.js-fadeList.is-active li:nth-child(410) {
  transition-delay: 20.5s;
}
.js-fadeList.is-active li:nth-child(411) {
  transition-delay: 20.55s;
}
.js-fadeList.is-active li:nth-child(412) {
  transition-delay: 20.6s;
}
.js-fadeList.is-active li:nth-child(413) {
  transition-delay: 20.65s;
}
.js-fadeList.is-active li:nth-child(414) {
  transition-delay: 20.7s;
}
.js-fadeList.is-active li:nth-child(415) {
  transition-delay: 20.75s;
}
.js-fadeList.is-active li:nth-child(416) {
  transition-delay: 20.8s;
}
.js-fadeList.is-active li:nth-child(417) {
  transition-delay: 20.85s;
}
.js-fadeList.is-active li:nth-child(418) {
  transition-delay: 20.9s;
}
.js-fadeList.is-active li:nth-child(419) {
  transition-delay: 20.95s;
}
.js-fadeList.is-active li:nth-child(420) {
  transition-delay: 21s;
}
.js-fadeList.is-active li:nth-child(421) {
  transition-delay: 21.05s;
}
.js-fadeList.is-active li:nth-child(422) {
  transition-delay: 21.1s;
}
.js-fadeList.is-active li:nth-child(423) {
  transition-delay: 21.15s;
}
.js-fadeList.is-active li:nth-child(424) {
  transition-delay: 21.2s;
}
.js-fadeList.is-active li:nth-child(425) {
  transition-delay: 21.25s;
}
.js-fadeList.is-active li:nth-child(426) {
  transition-delay: 21.3s;
}
.js-fadeList.is-active li:nth-child(427) {
  transition-delay: 21.35s;
}
.js-fadeList.is-active li:nth-child(428) {
  transition-delay: 21.4s;
}
.js-fadeList.is-active li:nth-child(429) {
  transition-delay: 21.45s;
}
.js-fadeList.is-active li:nth-child(430) {
  transition-delay: 21.5s;
}
.js-fadeList.is-active li:nth-child(431) {
  transition-delay: 21.55s;
}
.js-fadeList.is-active li:nth-child(432) {
  transition-delay: 21.6s;
}
.js-fadeList.is-active li:nth-child(433) {
  transition-delay: 21.65s;
}
.js-fadeList.is-active li:nth-child(434) {
  transition-delay: 21.7s;
}
.js-fadeList.is-active li:nth-child(435) {
  transition-delay: 21.75s;
}
.js-fadeList.is-active li:nth-child(436) {
  transition-delay: 21.8s;
}
.js-fadeList.is-active li:nth-child(437) {
  transition-delay: 21.85s;
}
.js-fadeList.is-active li:nth-child(438) {
  transition-delay: 21.9s;
}
.js-fadeList.is-active li:nth-child(439) {
  transition-delay: 21.95s;
}
.js-fadeList.is-active li:nth-child(440) {
  transition-delay: 22s;
}
.js-fadeList.is-active li:nth-child(441) {
  transition-delay: 22.05s;
}
.js-fadeList.is-active li:nth-child(442) {
  transition-delay: 22.1s;
}
.js-fadeList.is-active li:nth-child(443) {
  transition-delay: 22.15s;
}
.js-fadeList.is-active li:nth-child(444) {
  transition-delay: 22.2s;
}
.js-fadeList.is-active li:nth-child(445) {
  transition-delay: 22.25s;
}
.js-fadeList.is-active li:nth-child(446) {
  transition-delay: 22.3s;
}
.js-fadeList.is-active li:nth-child(447) {
  transition-delay: 22.35s;
}
.js-fadeList.is-active li:nth-child(448) {
  transition-delay: 22.4s;
}
.js-fadeList.is-active li:nth-child(449) {
  transition-delay: 22.45s;
}
.js-fadeList.is-active li:nth-child(450) {
  transition-delay: 22.5s;
}
.js-fadeList.is-active li:nth-child(451) {
  transition-delay: 22.55s;
}
.js-fadeList.is-active li:nth-child(452) {
  transition-delay: 22.6s;
}
.js-fadeList.is-active li:nth-child(453) {
  transition-delay: 22.65s;
}
.js-fadeList.is-active li:nth-child(454) {
  transition-delay: 22.7s;
}
.js-fadeList.is-active li:nth-child(455) {
  transition-delay: 22.75s;
}
.js-fadeList.is-active li:nth-child(456) {
  transition-delay: 22.8s;
}
.js-fadeList.is-active li:nth-child(457) {
  transition-delay: 22.85s;
}
.js-fadeList.is-active li:nth-child(458) {
  transition-delay: 22.9s;
}
.js-fadeList.is-active li:nth-child(459) {
  transition-delay: 22.95s;
}
.js-fadeList.is-active li:nth-child(460) {
  transition-delay: 23s;
}
.js-fadeList.is-active li:nth-child(461) {
  transition-delay: 23.05s;
}
.js-fadeList.is-active li:nth-child(462) {
  transition-delay: 23.1s;
}
.js-fadeList.is-active li:nth-child(463) {
  transition-delay: 23.15s;
}
.js-fadeList.is-active li:nth-child(464) {
  transition-delay: 23.2s;
}
.js-fadeList.is-active li:nth-child(465) {
  transition-delay: 23.25s;
}
.js-fadeList.is-active li:nth-child(466) {
  transition-delay: 23.3s;
}
.js-fadeList.is-active li:nth-child(467) {
  transition-delay: 23.35s;
}
.js-fadeList.is-active li:nth-child(468) {
  transition-delay: 23.4s;
}
.js-fadeList.is-active li:nth-child(469) {
  transition-delay: 23.45s;
}
.js-fadeList.is-active li:nth-child(470) {
  transition-delay: 23.5s;
}
.js-fadeList.is-active li:nth-child(471) {
  transition-delay: 23.55s;
}
.js-fadeList.is-active li:nth-child(472) {
  transition-delay: 23.6s;
}
.js-fadeList.is-active li:nth-child(473) {
  transition-delay: 23.65s;
}
.js-fadeList.is-active li:nth-child(474) {
  transition-delay: 23.7s;
}
.js-fadeList.is-active li:nth-child(475) {
  transition-delay: 23.75s;
}
.js-fadeList.is-active li:nth-child(476) {
  transition-delay: 23.8s;
}
.js-fadeList.is-active li:nth-child(477) {
  transition-delay: 23.85s;
}
.js-fadeList.is-active li:nth-child(478) {
  transition-delay: 23.9s;
}
.js-fadeList.is-active li:nth-child(479) {
  transition-delay: 23.95s;
}
.js-fadeList.is-active li:nth-child(480) {
  transition-delay: 24s;
}
.js-fadeList.is-active li:nth-child(481) {
  transition-delay: 24.05s;
}
.js-fadeList.is-active li:nth-child(482) {
  transition-delay: 24.1s;
}
.js-fadeList.is-active li:nth-child(483) {
  transition-delay: 24.15s;
}
.js-fadeList.is-active li:nth-child(484) {
  transition-delay: 24.2s;
}
.js-fadeList.is-active li:nth-child(485) {
  transition-delay: 24.25s;
}
.js-fadeList.is-active li:nth-child(486) {
  transition-delay: 24.3s;
}
.js-fadeList.is-active li:nth-child(487) {
  transition-delay: 24.35s;
}
.js-fadeList.is-active li:nth-child(488) {
  transition-delay: 24.4s;
}
.js-fadeList.is-active li:nth-child(489) {
  transition-delay: 24.45s;
}
.js-fadeList.is-active li:nth-child(490) {
  transition-delay: 24.5s;
}
.js-fadeList.is-active li:nth-child(491) {
  transition-delay: 24.55s;
}
.js-fadeList.is-active li:nth-child(492) {
  transition-delay: 24.6s;
}
.js-fadeList.is-active li:nth-child(493) {
  transition-delay: 24.65s;
}
.js-fadeList.is-active li:nth-child(494) {
  transition-delay: 24.7s;
}
.js-fadeList.is-active li:nth-child(495) {
  transition-delay: 24.75s;
}
.js-fadeList.is-active li:nth-child(496) {
  transition-delay: 24.8s;
}
.js-fadeList.is-active li:nth-child(497) {
  transition-delay: 24.85s;
}
.js-fadeList.is-active li:nth-child(498) {
  transition-delay: 24.9s;
}
.js-fadeList.is-active li:nth-child(499) {
  transition-delay: 24.95s;
}
.js-fadeList.is-active li:nth-child(500) {
  transition-delay: 25s;
}
.js-fadeList.is-active li:nth-child(501) {
  transition-delay: 25.05s;
}
.js-fadeList.is-active li:nth-child(502) {
  transition-delay: 25.1s;
}
.js-fadeList.is-active li:nth-child(503) {
  transition-delay: 25.15s;
}
.js-fadeList.is-active li:nth-child(504) {
  transition-delay: 25.2s;
}
.js-fadeList.is-active li:nth-child(505) {
  transition-delay: 25.25s;
}
.js-fadeList.is-active li:nth-child(506) {
  transition-delay: 25.3s;
}
.js-fadeList.is-active li:nth-child(507) {
  transition-delay: 25.35s;
}
.js-fadeList.is-active li:nth-child(508) {
  transition-delay: 25.4s;
}
.js-fadeList.is-active li:nth-child(509) {
  transition-delay: 25.45s;
}
.js-fadeList.is-active li:nth-child(510) {
  transition-delay: 25.5s;
}
.js-fadeList.is-active li:nth-child(511) {
  transition-delay: 25.55s;
}
.js-fadeList.is-active li:nth-child(512) {
  transition-delay: 25.6s;
}
.js-fadeList.is-active li:nth-child(513) {
  transition-delay: 25.65s;
}
.js-fadeList.is-active li:nth-child(514) {
  transition-delay: 25.7s;
}
.js-fadeList.is-active li:nth-child(515) {
  transition-delay: 25.75s;
}
.js-fadeList.is-active li:nth-child(516) {
  transition-delay: 25.8s;
}
.js-fadeList.is-active li:nth-child(517) {
  transition-delay: 25.85s;
}
.js-fadeList.is-active li:nth-child(518) {
  transition-delay: 25.9s;
}
.js-fadeList.is-active li:nth-child(519) {
  transition-delay: 25.95s;
}
.js-fadeList.is-active li:nth-child(520) {
  transition-delay: 26s;
}
.js-fadeList.is-active li:nth-child(521) {
  transition-delay: 26.05s;
}
.js-fadeList.is-active li:nth-child(522) {
  transition-delay: 26.1s;
}
.js-fadeList.is-active li:nth-child(523) {
  transition-delay: 26.15s;
}
.js-fadeList.is-active li:nth-child(524) {
  transition-delay: 26.2s;
}
.js-fadeList.is-active li:nth-child(525) {
  transition-delay: 26.25s;
}
.js-fadeList.is-active li:nth-child(526) {
  transition-delay: 26.3s;
}
.js-fadeList.is-active li:nth-child(527) {
  transition-delay: 26.35s;
}
.js-fadeList.is-active li:nth-child(528) {
  transition-delay: 26.4s;
}
.js-fadeList.is-active li:nth-child(529) {
  transition-delay: 26.45s;
}
.js-fadeList.is-active li:nth-child(530) {
  transition-delay: 26.5s;
}
.js-fadeList.is-active li:nth-child(531) {
  transition-delay: 26.55s;
}
.js-fadeList.is-active li:nth-child(532) {
  transition-delay: 26.6s;
}
.js-fadeList.is-active li:nth-child(533) {
  transition-delay: 26.65s;
}
.js-fadeList.is-active li:nth-child(534) {
  transition-delay: 26.7s;
}
.js-fadeList.is-active li:nth-child(535) {
  transition-delay: 26.75s;
}
.js-fadeList.is-active li:nth-child(536) {
  transition-delay: 26.8s;
}
.js-fadeList.is-active li:nth-child(537) {
  transition-delay: 26.85s;
}
.js-fadeList.is-active li:nth-child(538) {
  transition-delay: 26.9s;
}
.js-fadeList.is-active li:nth-child(539) {
  transition-delay: 26.95s;
}
.js-fadeList.is-active li:nth-child(540) {
  transition-delay: 27s;
}
.js-fadeList.is-active li:nth-child(541) {
  transition-delay: 27.05s;
}
.js-fadeList.is-active li:nth-child(542) {
  transition-delay: 27.1s;
}
.js-fadeList.is-active li:nth-child(543) {
  transition-delay: 27.15s;
}
.js-fadeList.is-active li:nth-child(544) {
  transition-delay: 27.2s;
}
.js-fadeList.is-active li:nth-child(545) {
  transition-delay: 27.25s;
}
.js-fadeList.is-active li:nth-child(546) {
  transition-delay: 27.3s;
}
.js-fadeList.is-active li:nth-child(547) {
  transition-delay: 27.35s;
}
.js-fadeList.is-active li:nth-child(548) {
  transition-delay: 27.4s;
}
.js-fadeList.is-active li:nth-child(549) {
  transition-delay: 27.45s;
}
.js-fadeList.is-active li:nth-child(550) {
  transition-delay: 27.5s;
}
.js-fadeList.is-active li:nth-child(551) {
  transition-delay: 27.55s;
}
.js-fadeList.is-active li:nth-child(552) {
  transition-delay: 27.6s;
}
.js-fadeList.is-active li:nth-child(553) {
  transition-delay: 27.65s;
}
.js-fadeList.is-active li:nth-child(554) {
  transition-delay: 27.7s;
}
.js-fadeList.is-active li:nth-child(555) {
  transition-delay: 27.75s;
}
.js-fadeList.is-active li:nth-child(556) {
  transition-delay: 27.8s;
}
.js-fadeList.is-active li:nth-child(557) {
  transition-delay: 27.85s;
}
.js-fadeList.is-active li:nth-child(558) {
  transition-delay: 27.9s;
}
.js-fadeList.is-active li:nth-child(559) {
  transition-delay: 27.95s;
}
.js-fadeList.is-active li:nth-child(560) {
  transition-delay: 28s;
}
.js-fadeList.is-active li:nth-child(561) {
  transition-delay: 28.05s;
}
.js-fadeList.is-active li:nth-child(562) {
  transition-delay: 28.1s;
}
.js-fadeList.is-active li:nth-child(563) {
  transition-delay: 28.15s;
}
.js-fadeList.is-active li:nth-child(564) {
  transition-delay: 28.2s;
}
.js-fadeList.is-active li:nth-child(565) {
  transition-delay: 28.25s;
}
.js-fadeList.is-active li:nth-child(566) {
  transition-delay: 28.3s;
}
.js-fadeList.is-active li:nth-child(567) {
  transition-delay: 28.35s;
}
.js-fadeList.is-active li:nth-child(568) {
  transition-delay: 28.4s;
}
.js-fadeList.is-active li:nth-child(569) {
  transition-delay: 28.45s;
}
.js-fadeList.is-active li:nth-child(570) {
  transition-delay: 28.5s;
}
.js-fadeList.is-active li:nth-child(571) {
  transition-delay: 28.55s;
}
.js-fadeList.is-active li:nth-child(572) {
  transition-delay: 28.6s;
}
.js-fadeList.is-active li:nth-child(573) {
  transition-delay: 28.65s;
}
.js-fadeList.is-active li:nth-child(574) {
  transition-delay: 28.7s;
}
.js-fadeList.is-active li:nth-child(575) {
  transition-delay: 28.75s;
}
.js-fadeList.is-active li:nth-child(576) {
  transition-delay: 28.8s;
}
.js-fadeList.is-active li:nth-child(577) {
  transition-delay: 28.85s;
}
.js-fadeList.is-active li:nth-child(578) {
  transition-delay: 28.9s;
}
.js-fadeList.is-active li:nth-child(579) {
  transition-delay: 28.95s;
}
.js-fadeList.is-active li:nth-child(580) {
  transition-delay: 29s;
}
.js-fadeList.is-active li:nth-child(581) {
  transition-delay: 29.05s;
}
.js-fadeList.is-active li:nth-child(582) {
  transition-delay: 29.1s;
}
.js-fadeList.is-active li:nth-child(583) {
  transition-delay: 29.15s;
}
.js-fadeList.is-active li:nth-child(584) {
  transition-delay: 29.2s;
}
.js-fadeList.is-active li:nth-child(585) {
  transition-delay: 29.25s;
}
.js-fadeList.is-active li:nth-child(586) {
  transition-delay: 29.3s;
}
.js-fadeList.is-active li:nth-child(587) {
  transition-delay: 29.35s;
}
.js-fadeList.is-active li:nth-child(588) {
  transition-delay: 29.4s;
}
.js-fadeList.is-active li:nth-child(589) {
  transition-delay: 29.45s;
}
.js-fadeList.is-active li:nth-child(590) {
  transition-delay: 29.5s;
}
.js-fadeList.is-active li:nth-child(591) {
  transition-delay: 29.55s;
}
.js-fadeList.is-active li:nth-child(592) {
  transition-delay: 29.6s;
}
.js-fadeList.is-active li:nth-child(593) {
  transition-delay: 29.65s;
}
.js-fadeList.is-active li:nth-child(594) {
  transition-delay: 29.7s;
}
.js-fadeList.is-active li:nth-child(595) {
  transition-delay: 29.75s;
}
.js-fadeList.is-active li:nth-child(596) {
  transition-delay: 29.8s;
}
.js-fadeList.is-active li:nth-child(597) {
  transition-delay: 29.85s;
}
.js-fadeList.is-active li:nth-child(598) {
  transition-delay: 29.9s;
}
.js-fadeList.is-active li:nth-child(599) {
  transition-delay: 29.95s;
}
.js-fadeList.is-active li:nth-child(600) {
  transition-delay: 30s;
}
.js-fadeList.is-active li:nth-child(601) {
  transition-delay: 30.05s;
}
.js-fadeList.is-active li:nth-child(602) {
  transition-delay: 30.1s;
}
.js-fadeList.is-active li:nth-child(603) {
  transition-delay: 30.15s;
}
.js-fadeList.is-active li:nth-child(604) {
  transition-delay: 30.2s;
}
.js-fadeList.is-active li:nth-child(605) {
  transition-delay: 30.25s;
}
.js-fadeList.is-active li:nth-child(606) {
  transition-delay: 30.3s;
}
.js-fadeList.is-active li:nth-child(607) {
  transition-delay: 30.35s;
}
.js-fadeList.is-active li:nth-child(608) {
  transition-delay: 30.4s;
}
.js-fadeList.is-active li:nth-child(609) {
  transition-delay: 30.45s;
}
.js-fadeList.is-active li:nth-child(610) {
  transition-delay: 30.5s;
}
.js-fadeList.is-active li:nth-child(611) {
  transition-delay: 30.55s;
}
.js-fadeList.is-active li:nth-child(612) {
  transition-delay: 30.6s;
}
.js-fadeList.is-active li:nth-child(613) {
  transition-delay: 30.65s;
}
.js-fadeList.is-active li:nth-child(614) {
  transition-delay: 30.7s;
}
.js-fadeList.is-active li:nth-child(615) {
  transition-delay: 30.75s;
}
.js-fadeList.is-active li:nth-child(616) {
  transition-delay: 30.8s;
}
.js-fadeList.is-active li:nth-child(617) {
  transition-delay: 30.85s;
}
.js-fadeList.is-active li:nth-child(618) {
  transition-delay: 30.9s;
}
.js-fadeList.is-active li:nth-child(619) {
  transition-delay: 30.95s;
}
.js-fadeList.is-active li:nth-child(620) {
  transition-delay: 31s;
}
.js-fadeList.is-active li:nth-child(621) {
  transition-delay: 31.05s;
}
.js-fadeList.is-active li:nth-child(622) {
  transition-delay: 31.1s;
}
.js-fadeList.is-active li:nth-child(623) {
  transition-delay: 31.15s;
}
.js-fadeList.is-active li:nth-child(624) {
  transition-delay: 31.2s;
}
.js-fadeList.is-active li:nth-child(625) {
  transition-delay: 31.25s;
}
.js-fadeList.is-active li:nth-child(626) {
  transition-delay: 31.3s;
}
.js-fadeList.is-active li:nth-child(627) {
  transition-delay: 31.35s;
}
.js-fadeList.is-active li:nth-child(628) {
  transition-delay: 31.4s;
}
.js-fadeList.is-active li:nth-child(629) {
  transition-delay: 31.45s;
}
.js-fadeList.is-active li:nth-child(630) {
  transition-delay: 31.5s;
}
.js-fadeList.is-active li:nth-child(631) {
  transition-delay: 31.55s;
}
.js-fadeList.is-active li:nth-child(632) {
  transition-delay: 31.6s;
}
.js-fadeList.is-active li:nth-child(633) {
  transition-delay: 31.65s;
}
.js-fadeList.is-active li:nth-child(634) {
  transition-delay: 31.7s;
}
.js-fadeList.is-active li:nth-child(635) {
  transition-delay: 31.75s;
}
.js-fadeList.is-active li:nth-child(636) {
  transition-delay: 31.8s;
}
.js-fadeList.is-active li:nth-child(637) {
  transition-delay: 31.85s;
}
.js-fadeList.is-active li:nth-child(638) {
  transition-delay: 31.9s;
}
.js-fadeList.is-active li:nth-child(639) {
  transition-delay: 31.95s;
}
.js-fadeList.is-active li:nth-child(640) {
  transition-delay: 32s;
}
.js-fadeList.is-active li:nth-child(641) {
  transition-delay: 32.05s;
}
.js-fadeList.is-active li:nth-child(642) {
  transition-delay: 32.1s;
}
.js-fadeList.is-active li:nth-child(643) {
  transition-delay: 32.15s;
}
.js-fadeList.is-active li:nth-child(644) {
  transition-delay: 32.2s;
}
.js-fadeList.is-active li:nth-child(645) {
  transition-delay: 32.25s;
}
.js-fadeList.is-active li:nth-child(646) {
  transition-delay: 32.3s;
}
.js-fadeList.is-active li:nth-child(647) {
  transition-delay: 32.35s;
}
.js-fadeList.is-active li:nth-child(648) {
  transition-delay: 32.4s;
}
.js-fadeList.is-active li:nth-child(649) {
  transition-delay: 32.45s;
}
.js-fadeList.is-active li:nth-child(650) {
  transition-delay: 32.5s;
}
.js-fadeList.is-active li:nth-child(651) {
  transition-delay: 32.55s;
}
.js-fadeList.is-active li:nth-child(652) {
  transition-delay: 32.6s;
}
.js-fadeList.is-active li:nth-child(653) {
  transition-delay: 32.65s;
}
.js-fadeList.is-active li:nth-child(654) {
  transition-delay: 32.7s;
}
.js-fadeList.is-active li:nth-child(655) {
  transition-delay: 32.75s;
}
.js-fadeList.is-active li:nth-child(656) {
  transition-delay: 32.8s;
}
.js-fadeList.is-active li:nth-child(657) {
  transition-delay: 32.85s;
}
.js-fadeList.is-active li:nth-child(658) {
  transition-delay: 32.9s;
}
.js-fadeList.is-active li:nth-child(659) {
  transition-delay: 32.95s;
}
.js-fadeList.is-active li:nth-child(660) {
  transition-delay: 33s;
}
.js-fadeList.is-active li:nth-child(661) {
  transition-delay: 33.05s;
}
.js-fadeList.is-active li:nth-child(662) {
  transition-delay: 33.1s;
}
.js-fadeList.is-active li:nth-child(663) {
  transition-delay: 33.15s;
}
.js-fadeList.is-active li:nth-child(664) {
  transition-delay: 33.2s;
}
.js-fadeList.is-active li:nth-child(665) {
  transition-delay: 33.25s;
}
.js-fadeList.is-active li:nth-child(666) {
  transition-delay: 33.3s;
}
.js-fadeList.is-active li:nth-child(667) {
  transition-delay: 33.35s;
}
.js-fadeList.is-active li:nth-child(668) {
  transition-delay: 33.4s;
}
.js-fadeList.is-active li:nth-child(669) {
  transition-delay: 33.45s;
}
.js-fadeList.is-active li:nth-child(670) {
  transition-delay: 33.5s;
}
.js-fadeList.is-active li:nth-child(671) {
  transition-delay: 33.55s;
}
.js-fadeList.is-active li:nth-child(672) {
  transition-delay: 33.6s;
}
.js-fadeList.is-active li:nth-child(673) {
  transition-delay: 33.65s;
}
.js-fadeList.is-active li:nth-child(674) {
  transition-delay: 33.7s;
}
.js-fadeList.is-active li:nth-child(675) {
  transition-delay: 33.75s;
}
.js-fadeList.is-active li:nth-child(676) {
  transition-delay: 33.8s;
}
.js-fadeList.is-active li:nth-child(677) {
  transition-delay: 33.85s;
}
.js-fadeList.is-active li:nth-child(678) {
  transition-delay: 33.9s;
}
.js-fadeList.is-active li:nth-child(679) {
  transition-delay: 33.95s;
}
.js-fadeList.is-active li:nth-child(680) {
  transition-delay: 34s;
}
.js-fadeList.is-active li:nth-child(681) {
  transition-delay: 34.05s;
}
.js-fadeList.is-active li:nth-child(682) {
  transition-delay: 34.1s;
}
.js-fadeList.is-active li:nth-child(683) {
  transition-delay: 34.15s;
}
.js-fadeList.is-active li:nth-child(684) {
  transition-delay: 34.2s;
}
.js-fadeList.is-active li:nth-child(685) {
  transition-delay: 34.25s;
}
.js-fadeList.is-active li:nth-child(686) {
  transition-delay: 34.3s;
}
.js-fadeList.is-active li:nth-child(687) {
  transition-delay: 34.35s;
}
.js-fadeList.is-active li:nth-child(688) {
  transition-delay: 34.4s;
}
.js-fadeList.is-active li:nth-child(689) {
  transition-delay: 34.45s;
}
.js-fadeList.is-active li:nth-child(690) {
  transition-delay: 34.5s;
}
.js-fadeList.is-active li:nth-child(691) {
  transition-delay: 34.55s;
}
.js-fadeList.is-active li:nth-child(692) {
  transition-delay: 34.6s;
}
.js-fadeList.is-active li:nth-child(693) {
  transition-delay: 34.65s;
}
.js-fadeList.is-active li:nth-child(694) {
  transition-delay: 34.7s;
}
.js-fadeList.is-active li:nth-child(695) {
  transition-delay: 34.75s;
}
.js-fadeList.is-active li:nth-child(696) {
  transition-delay: 34.8s;
}
.js-fadeList.is-active li:nth-child(697) {
  transition-delay: 34.85s;
}
.js-fadeList.is-active li:nth-child(698) {
  transition-delay: 34.9s;
}
.js-fadeList.is-active li:nth-child(699) {
  transition-delay: 34.95s;
}
.js-fadeList.is-active li:nth-child(700) {
  transition-delay: 35s;
}
.js-fadeList.is-active li:nth-child(701) {
  transition-delay: 35.05s;
}
.js-fadeList.is-active li:nth-child(702) {
  transition-delay: 35.1s;
}
.js-fadeList.is-active li:nth-child(703) {
  transition-delay: 35.15s;
}
.js-fadeList.is-active li:nth-child(704) {
  transition-delay: 35.2s;
}
.js-fadeList.is-active li:nth-child(705) {
  transition-delay: 35.25s;
}
.js-fadeList.is-active li:nth-child(706) {
  transition-delay: 35.3s;
}
.js-fadeList.is-active li:nth-child(707) {
  transition-delay: 35.35s;
}
.js-fadeList.is-active li:nth-child(708) {
  transition-delay: 35.4s;
}
.js-fadeList.is-active li:nth-child(709) {
  transition-delay: 35.45s;
}
.js-fadeList.is-active li:nth-child(710) {
  transition-delay: 35.5s;
}
.js-fadeList.is-active li:nth-child(711) {
  transition-delay: 35.55s;
}
.js-fadeList.is-active li:nth-child(712) {
  transition-delay: 35.6s;
}
.js-fadeList.is-active li:nth-child(713) {
  transition-delay: 35.65s;
}
.js-fadeList.is-active li:nth-child(714) {
  transition-delay: 35.7s;
}
.js-fadeList.is-active li:nth-child(715) {
  transition-delay: 35.75s;
}
.js-fadeList.is-active li:nth-child(716) {
  transition-delay: 35.8s;
}
.js-fadeList.is-active li:nth-child(717) {
  transition-delay: 35.85s;
}
.js-fadeList.is-active li:nth-child(718) {
  transition-delay: 35.9s;
}
.js-fadeList.is-active li:nth-child(719) {
  transition-delay: 35.95s;
}
.js-fadeList.is-active li:nth-child(720) {
  transition-delay: 36s;
}
.js-fadeList.is-active li:nth-child(721) {
  transition-delay: 36.05s;
}
.js-fadeList.is-active li:nth-child(722) {
  transition-delay: 36.1s;
}
.js-fadeList.is-active li:nth-child(723) {
  transition-delay: 36.15s;
}
.js-fadeList.is-active li:nth-child(724) {
  transition-delay: 36.2s;
}
.js-fadeList.is-active li:nth-child(725) {
  transition-delay: 36.25s;
}
.js-fadeList.is-active li:nth-child(726) {
  transition-delay: 36.3s;
}
.js-fadeList.is-active li:nth-child(727) {
  transition-delay: 36.35s;
}
.js-fadeList.is-active li:nth-child(728) {
  transition-delay: 36.4s;
}
.js-fadeList.is-active li:nth-child(729) {
  transition-delay: 36.45s;
}
.js-fadeList.is-active li:nth-child(730) {
  transition-delay: 36.5s;
}
.js-fadeList.is-active li:nth-child(731) {
  transition-delay: 36.55s;
}
.js-fadeList.is-active li:nth-child(732) {
  transition-delay: 36.6s;
}
.js-fadeList.is-active li:nth-child(733) {
  transition-delay: 36.65s;
}
.js-fadeList.is-active li:nth-child(734) {
  transition-delay: 36.7s;
}
.js-fadeList.is-active li:nth-child(735) {
  transition-delay: 36.75s;
}
.js-fadeList.is-active li:nth-child(736) {
  transition-delay: 36.8s;
}
.js-fadeList.is-active li:nth-child(737) {
  transition-delay: 36.85s;
}
.js-fadeList.is-active li:nth-child(738) {
  transition-delay: 36.9s;
}
.js-fadeList.is-active li:nth-child(739) {
  transition-delay: 36.95s;
}
.js-fadeList.is-active li:nth-child(740) {
  transition-delay: 37s;
}
.js-fadeList.is-active li:nth-child(741) {
  transition-delay: 37.05s;
}
.js-fadeList.is-active li:nth-child(742) {
  transition-delay: 37.1s;
}
.js-fadeList.is-active li:nth-child(743) {
  transition-delay: 37.15s;
}
.js-fadeList.is-active li:nth-child(744) {
  transition-delay: 37.2s;
}
.js-fadeList.is-active li:nth-child(745) {
  transition-delay: 37.25s;
}
.js-fadeList.is-active li:nth-child(746) {
  transition-delay: 37.3s;
}
.js-fadeList.is-active li:nth-child(747) {
  transition-delay: 37.35s;
}
.js-fadeList.is-active li:nth-child(748) {
  transition-delay: 37.4s;
}
.js-fadeList.is-active li:nth-child(749) {
  transition-delay: 37.45s;
}
.js-fadeList.is-active li:nth-child(750) {
  transition-delay: 37.5s;
}
.js-fadeList.is-active li:nth-child(751) {
  transition-delay: 37.55s;
}
.js-fadeList.is-active li:nth-child(752) {
  transition-delay: 37.6s;
}
.js-fadeList.is-active li:nth-child(753) {
  transition-delay: 37.65s;
}
.js-fadeList.is-active li:nth-child(754) {
  transition-delay: 37.7s;
}
.js-fadeList.is-active li:nth-child(755) {
  transition-delay: 37.75s;
}
.js-fadeList.is-active li:nth-child(756) {
  transition-delay: 37.8s;
}
.js-fadeList.is-active li:nth-child(757) {
  transition-delay: 37.85s;
}
.js-fadeList.is-active li:nth-child(758) {
  transition-delay: 37.9s;
}
.js-fadeList.is-active li:nth-child(759) {
  transition-delay: 37.95s;
}
.js-fadeList.is-active li:nth-child(760) {
  transition-delay: 38s;
}
.js-fadeList.is-active li:nth-child(761) {
  transition-delay: 38.05s;
}
.js-fadeList.is-active li:nth-child(762) {
  transition-delay: 38.1s;
}
.js-fadeList.is-active li:nth-child(763) {
  transition-delay: 38.15s;
}
.js-fadeList.is-active li:nth-child(764) {
  transition-delay: 38.2s;
}
.js-fadeList.is-active li:nth-child(765) {
  transition-delay: 38.25s;
}
.js-fadeList.is-active li:nth-child(766) {
  transition-delay: 38.3s;
}
.js-fadeList.is-active li:nth-child(767) {
  transition-delay: 38.35s;
}
.js-fadeList.is-active li:nth-child(768) {
  transition-delay: 38.4s;
}
.js-fadeList.is-active li:nth-child(769) {
  transition-delay: 38.45s;
}
.js-fadeList.is-active li:nth-child(770) {
  transition-delay: 38.5s;
}
.js-fadeList.is-active li:nth-child(771) {
  transition-delay: 38.55s;
}
.js-fadeList.is-active li:nth-child(772) {
  transition-delay: 38.6s;
}
.js-fadeList.is-active li:nth-child(773) {
  transition-delay: 38.65s;
}
.js-fadeList.is-active li:nth-child(774) {
  transition-delay: 38.7s;
}
.js-fadeList.is-active li:nth-child(775) {
  transition-delay: 38.75s;
}
.js-fadeList.is-active li:nth-child(776) {
  transition-delay: 38.8s;
}
.js-fadeList.is-active li:nth-child(777) {
  transition-delay: 38.85s;
}
.js-fadeList.is-active li:nth-child(778) {
  transition-delay: 38.9s;
}
.js-fadeList.is-active li:nth-child(779) {
  transition-delay: 38.95s;
}
.js-fadeList.is-active li:nth-child(780) {
  transition-delay: 39s;
}
.js-fadeList.is-active li:nth-child(781) {
  transition-delay: 39.05s;
}
.js-fadeList.is-active li:nth-child(782) {
  transition-delay: 39.1s;
}
.js-fadeList.is-active li:nth-child(783) {
  transition-delay: 39.15s;
}
.js-fadeList.is-active li:nth-child(784) {
  transition-delay: 39.2s;
}
.js-fadeList.is-active li:nth-child(785) {
  transition-delay: 39.25s;
}
.js-fadeList.is-active li:nth-child(786) {
  transition-delay: 39.3s;
}
.js-fadeList.is-active li:nth-child(787) {
  transition-delay: 39.35s;
}
.js-fadeList.is-active li:nth-child(788) {
  transition-delay: 39.4s;
}
.js-fadeList.is-active li:nth-child(789) {
  transition-delay: 39.45s;
}
.js-fadeList.is-active li:nth-child(790) {
  transition-delay: 39.5s;
}
.js-fadeList.is-active li:nth-child(791) {
  transition-delay: 39.55s;
}
.js-fadeList.is-active li:nth-child(792) {
  transition-delay: 39.6s;
}
.js-fadeList.is-active li:nth-child(793) {
  transition-delay: 39.65s;
}
.js-fadeList.is-active li:nth-child(794) {
  transition-delay: 39.7s;
}
.js-fadeList.is-active li:nth-child(795) {
  transition-delay: 39.75s;
}
.js-fadeList.is-active li:nth-child(796) {
  transition-delay: 39.8s;
}
.js-fadeList.is-active li:nth-child(797) {
  transition-delay: 39.85s;
}
.js-fadeList.is-active li:nth-child(798) {
  transition-delay: 39.9s;
}
.js-fadeList.is-active li:nth-child(799) {
  transition-delay: 39.95s;
}
.js-fadeList.is-active li:nth-child(800) {
  transition-delay: 40s;
}
.js-fadeList.is-active li:nth-child(801) {
  transition-delay: 40.05s;
}
.js-fadeList.is-active li:nth-child(802) {
  transition-delay: 40.1s;
}
.js-fadeList.is-active li:nth-child(803) {
  transition-delay: 40.15s;
}
.js-fadeList.is-active li:nth-child(804) {
  transition-delay: 40.2s;
}
.js-fadeList.is-active li:nth-child(805) {
  transition-delay: 40.25s;
}
.js-fadeList.is-active li:nth-child(806) {
  transition-delay: 40.3s;
}
.js-fadeList.is-active li:nth-child(807) {
  transition-delay: 40.35s;
}
.js-fadeList.is-active li:nth-child(808) {
  transition-delay: 40.4s;
}
.js-fadeList.is-active li:nth-child(809) {
  transition-delay: 40.45s;
}
.js-fadeList.is-active li:nth-child(810) {
  transition-delay: 40.5s;
}
.js-fadeList.is-active li:nth-child(811) {
  transition-delay: 40.55s;
}
.js-fadeList.is-active li:nth-child(812) {
  transition-delay: 40.6s;
}
.js-fadeList.is-active li:nth-child(813) {
  transition-delay: 40.65s;
}
.js-fadeList.is-active li:nth-child(814) {
  transition-delay: 40.7s;
}
.js-fadeList.is-active li:nth-child(815) {
  transition-delay: 40.75s;
}
.js-fadeList.is-active li:nth-child(816) {
  transition-delay: 40.8s;
}
.js-fadeList.is-active li:nth-child(817) {
  transition-delay: 40.85s;
}
.js-fadeList.is-active li:nth-child(818) {
  transition-delay: 40.9s;
}
.js-fadeList.is-active li:nth-child(819) {
  transition-delay: 40.95s;
}
.js-fadeList.is-active li:nth-child(820) {
  transition-delay: 41s;
}
.js-fadeList.is-active li:nth-child(821) {
  transition-delay: 41.05s;
}
.js-fadeList.is-active li:nth-child(822) {
  transition-delay: 41.1s;
}
.js-fadeList.is-active li:nth-child(823) {
  transition-delay: 41.15s;
}
.js-fadeList.is-active li:nth-child(824) {
  transition-delay: 41.2s;
}
.js-fadeList.is-active li:nth-child(825) {
  transition-delay: 41.25s;
}
.js-fadeList.is-active li:nth-child(826) {
  transition-delay: 41.3s;
}
.js-fadeList.is-active li:nth-child(827) {
  transition-delay: 41.35s;
}
.js-fadeList.is-active li:nth-child(828) {
  transition-delay: 41.4s;
}
.js-fadeList.is-active li:nth-child(829) {
  transition-delay: 41.45s;
}
.js-fadeList.is-active li:nth-child(830) {
  transition-delay: 41.5s;
}
.js-fadeList.is-active li:nth-child(831) {
  transition-delay: 41.55s;
}
.js-fadeList.is-active li:nth-child(832) {
  transition-delay: 41.6s;
}
.js-fadeList.is-active li:nth-child(833) {
  transition-delay: 41.65s;
}
.js-fadeList.is-active li:nth-child(834) {
  transition-delay: 41.7s;
}
.js-fadeList.is-active li:nth-child(835) {
  transition-delay: 41.75s;
}
.js-fadeList.is-active li:nth-child(836) {
  transition-delay: 41.8s;
}
.js-fadeList.is-active li:nth-child(837) {
  transition-delay: 41.85s;
}
.js-fadeList.is-active li:nth-child(838) {
  transition-delay: 41.9s;
}
.js-fadeList.is-active li:nth-child(839) {
  transition-delay: 41.95s;
}
.js-fadeList.is-active li:nth-child(840) {
  transition-delay: 42s;
}
.js-fadeList.is-active li:nth-child(841) {
  transition-delay: 42.05s;
}
.js-fadeList.is-active li:nth-child(842) {
  transition-delay: 42.1s;
}
.js-fadeList.is-active li:nth-child(843) {
  transition-delay: 42.15s;
}
.js-fadeList.is-active li:nth-child(844) {
  transition-delay: 42.2s;
}
.js-fadeList.is-active li:nth-child(845) {
  transition-delay: 42.25s;
}
.js-fadeList.is-active li:nth-child(846) {
  transition-delay: 42.3s;
}
.js-fadeList.is-active li:nth-child(847) {
  transition-delay: 42.35s;
}
.js-fadeList.is-active li:nth-child(848) {
  transition-delay: 42.4s;
}
.js-fadeList.is-active li:nth-child(849) {
  transition-delay: 42.45s;
}
.js-fadeList.is-active li:nth-child(850) {
  transition-delay: 42.5s;
}
.js-fadeList.is-active li:nth-child(851) {
  transition-delay: 42.55s;
}
.js-fadeList.is-active li:nth-child(852) {
  transition-delay: 42.6s;
}
.js-fadeList.is-active li:nth-child(853) {
  transition-delay: 42.65s;
}
.js-fadeList.is-active li:nth-child(854) {
  transition-delay: 42.7s;
}
.js-fadeList.is-active li:nth-child(855) {
  transition-delay: 42.75s;
}
.js-fadeList.is-active li:nth-child(856) {
  transition-delay: 42.8s;
}
.js-fadeList.is-active li:nth-child(857) {
  transition-delay: 42.85s;
}
.js-fadeList.is-active li:nth-child(858) {
  transition-delay: 42.9s;
}
.js-fadeList.is-active li:nth-child(859) {
  transition-delay: 42.95s;
}
.js-fadeList.is-active li:nth-child(860) {
  transition-delay: 43s;
}
.js-fadeList.is-active li:nth-child(861) {
  transition-delay: 43.05s;
}
.js-fadeList.is-active li:nth-child(862) {
  transition-delay: 43.1s;
}
.js-fadeList.is-active li:nth-child(863) {
  transition-delay: 43.15s;
}
.js-fadeList.is-active li:nth-child(864) {
  transition-delay: 43.2s;
}
.js-fadeList.is-active li:nth-child(865) {
  transition-delay: 43.25s;
}
.js-fadeList.is-active li:nth-child(866) {
  transition-delay: 43.3s;
}
.js-fadeList.is-active li:nth-child(867) {
  transition-delay: 43.35s;
}
.js-fadeList.is-active li:nth-child(868) {
  transition-delay: 43.4s;
}
.js-fadeList.is-active li:nth-child(869) {
  transition-delay: 43.45s;
}
.js-fadeList.is-active li:nth-child(870) {
  transition-delay: 43.5s;
}
.js-fadeList.is-active li:nth-child(871) {
  transition-delay: 43.55s;
}
.js-fadeList.is-active li:nth-child(872) {
  transition-delay: 43.6s;
}
.js-fadeList.is-active li:nth-child(873) {
  transition-delay: 43.65s;
}
.js-fadeList.is-active li:nth-child(874) {
  transition-delay: 43.7s;
}
.js-fadeList.is-active li:nth-child(875) {
  transition-delay: 43.75s;
}
.js-fadeList.is-active li:nth-child(876) {
  transition-delay: 43.8s;
}
.js-fadeList.is-active li:nth-child(877) {
  transition-delay: 43.85s;
}
.js-fadeList.is-active li:nth-child(878) {
  transition-delay: 43.9s;
}
.js-fadeList.is-active li:nth-child(879) {
  transition-delay: 43.95s;
}
.js-fadeList.is-active li:nth-child(880) {
  transition-delay: 44s;
}
.js-fadeList.is-active li:nth-child(881) {
  transition-delay: 44.05s;
}
.js-fadeList.is-active li:nth-child(882) {
  transition-delay: 44.1s;
}
.js-fadeList.is-active li:nth-child(883) {
  transition-delay: 44.15s;
}
.js-fadeList.is-active li:nth-child(884) {
  transition-delay: 44.2s;
}
.js-fadeList.is-active li:nth-child(885) {
  transition-delay: 44.25s;
}
.js-fadeList.is-active li:nth-child(886) {
  transition-delay: 44.3s;
}
.js-fadeList.is-active li:nth-child(887) {
  transition-delay: 44.35s;
}
.js-fadeList.is-active li:nth-child(888) {
  transition-delay: 44.4s;
}
.js-fadeList.is-active li:nth-child(889) {
  transition-delay: 44.45s;
}
.js-fadeList.is-active li:nth-child(890) {
  transition-delay: 44.5s;
}
.js-fadeList.is-active li:nth-child(891) {
  transition-delay: 44.55s;
}
.js-fadeList.is-active li:nth-child(892) {
  transition-delay: 44.6s;
}
.js-fadeList.is-active li:nth-child(893) {
  transition-delay: 44.65s;
}
.js-fadeList.is-active li:nth-child(894) {
  transition-delay: 44.7s;
}
.js-fadeList.is-active li:nth-child(895) {
  transition-delay: 44.75s;
}
.js-fadeList.is-active li:nth-child(896) {
  transition-delay: 44.8s;
}
.js-fadeList.is-active li:nth-child(897) {
  transition-delay: 44.85s;
}
.js-fadeList.is-active li:nth-child(898) {
  transition-delay: 44.9s;
}
.js-fadeList.is-active li:nth-child(899) {
  transition-delay: 44.95s;
}
.js-fadeList.is-active li:nth-child(900) {
  transition-delay: 45s;
}
.js-fadeList.is-active li:nth-child(901) {
  transition-delay: 45.05s;
}
.js-fadeList.is-active li:nth-child(902) {
  transition-delay: 45.1s;
}
.js-fadeList.is-active li:nth-child(903) {
  transition-delay: 45.15s;
}
.js-fadeList.is-active li:nth-child(904) {
  transition-delay: 45.2s;
}
.js-fadeList.is-active li:nth-child(905) {
  transition-delay: 45.25s;
}
.js-fadeList.is-active li:nth-child(906) {
  transition-delay: 45.3s;
}
.js-fadeList.is-active li:nth-child(907) {
  transition-delay: 45.35s;
}
.js-fadeList.is-active li:nth-child(908) {
  transition-delay: 45.4s;
}
.js-fadeList.is-active li:nth-child(909) {
  transition-delay: 45.45s;
}
.js-fadeList.is-active li:nth-child(910) {
  transition-delay: 45.5s;
}
.js-fadeList.is-active li:nth-child(911) {
  transition-delay: 45.55s;
}
.js-fadeList.is-active li:nth-child(912) {
  transition-delay: 45.6s;
}
.js-fadeList.is-active li:nth-child(913) {
  transition-delay: 45.65s;
}
.js-fadeList.is-active li:nth-child(914) {
  transition-delay: 45.7s;
}
.js-fadeList.is-active li:nth-child(915) {
  transition-delay: 45.75s;
}
.js-fadeList.is-active li:nth-child(916) {
  transition-delay: 45.8s;
}
.js-fadeList.is-active li:nth-child(917) {
  transition-delay: 45.85s;
}
.js-fadeList.is-active li:nth-child(918) {
  transition-delay: 45.9s;
}
.js-fadeList.is-active li:nth-child(919) {
  transition-delay: 45.95s;
}
.js-fadeList.is-active li:nth-child(920) {
  transition-delay: 46s;
}
.js-fadeList.is-active li:nth-child(921) {
  transition-delay: 46.05s;
}
.js-fadeList.is-active li:nth-child(922) {
  transition-delay: 46.1s;
}
.js-fadeList.is-active li:nth-child(923) {
  transition-delay: 46.15s;
}
.js-fadeList.is-active li:nth-child(924) {
  transition-delay: 46.2s;
}
.js-fadeList.is-active li:nth-child(925) {
  transition-delay: 46.25s;
}
.js-fadeList.is-active li:nth-child(926) {
  transition-delay: 46.3s;
}
.js-fadeList.is-active li:nth-child(927) {
  transition-delay: 46.35s;
}
.js-fadeList.is-active li:nth-child(928) {
  transition-delay: 46.4s;
}
.js-fadeList.is-active li:nth-child(929) {
  transition-delay: 46.45s;
}
.js-fadeList.is-active li:nth-child(930) {
  transition-delay: 46.5s;
}
.js-fadeList.is-active li:nth-child(931) {
  transition-delay: 46.55s;
}
.js-fadeList.is-active li:nth-child(932) {
  transition-delay: 46.6s;
}
.js-fadeList.is-active li:nth-child(933) {
  transition-delay: 46.65s;
}
.js-fadeList.is-active li:nth-child(934) {
  transition-delay: 46.7s;
}
.js-fadeList.is-active li:nth-child(935) {
  transition-delay: 46.75s;
}
.js-fadeList.is-active li:nth-child(936) {
  transition-delay: 46.8s;
}
.js-fadeList.is-active li:nth-child(937) {
  transition-delay: 46.85s;
}
.js-fadeList.is-active li:nth-child(938) {
  transition-delay: 46.9s;
}
.js-fadeList.is-active li:nth-child(939) {
  transition-delay: 46.95s;
}
.js-fadeList.is-active li:nth-child(940) {
  transition-delay: 47s;
}
.js-fadeList.is-active li:nth-child(941) {
  transition-delay: 47.05s;
}
.js-fadeList.is-active li:nth-child(942) {
  transition-delay: 47.1s;
}
.js-fadeList.is-active li:nth-child(943) {
  transition-delay: 47.15s;
}
.js-fadeList.is-active li:nth-child(944) {
  transition-delay: 47.2s;
}
.js-fadeList.is-active li:nth-child(945) {
  transition-delay: 47.25s;
}
.js-fadeList.is-active li:nth-child(946) {
  transition-delay: 47.3s;
}
.js-fadeList.is-active li:nth-child(947) {
  transition-delay: 47.35s;
}
.js-fadeList.is-active li:nth-child(948) {
  transition-delay: 47.4s;
}
.js-fadeList.is-active li:nth-child(949) {
  transition-delay: 47.45s;
}
.js-fadeList.is-active li:nth-child(950) {
  transition-delay: 47.5s;
}
.js-fadeList.is-active li:nth-child(951) {
  transition-delay: 47.55s;
}
.js-fadeList.is-active li:nth-child(952) {
  transition-delay: 47.6s;
}
.js-fadeList.is-active li:nth-child(953) {
  transition-delay: 47.65s;
}
.js-fadeList.is-active li:nth-child(954) {
  transition-delay: 47.7s;
}
.js-fadeList.is-active li:nth-child(955) {
  transition-delay: 47.75s;
}
.js-fadeList.is-active li:nth-child(956) {
  transition-delay: 47.8s;
}
.js-fadeList.is-active li:nth-child(957) {
  transition-delay: 47.85s;
}
.js-fadeList.is-active li:nth-child(958) {
  transition-delay: 47.9s;
}
.js-fadeList.is-active li:nth-child(959) {
  transition-delay: 47.95s;
}
.js-fadeList.is-active li:nth-child(960) {
  transition-delay: 48s;
}
.js-fadeList.is-active li:nth-child(961) {
  transition-delay: 48.05s;
}
.js-fadeList.is-active li:nth-child(962) {
  transition-delay: 48.1s;
}
.js-fadeList.is-active li:nth-child(963) {
  transition-delay: 48.15s;
}
.js-fadeList.is-active li:nth-child(964) {
  transition-delay: 48.2s;
}
.js-fadeList.is-active li:nth-child(965) {
  transition-delay: 48.25s;
}
.js-fadeList.is-active li:nth-child(966) {
  transition-delay: 48.3s;
}
.js-fadeList.is-active li:nth-child(967) {
  transition-delay: 48.35s;
}
.js-fadeList.is-active li:nth-child(968) {
  transition-delay: 48.4s;
}
.js-fadeList.is-active li:nth-child(969) {
  transition-delay: 48.45s;
}
.js-fadeList.is-active li:nth-child(970) {
  transition-delay: 48.5s;
}
.js-fadeList.is-active li:nth-child(971) {
  transition-delay: 48.55s;
}
.js-fadeList.is-active li:nth-child(972) {
  transition-delay: 48.6s;
}
.js-fadeList.is-active li:nth-child(973) {
  transition-delay: 48.65s;
}
.js-fadeList.is-active li:nth-child(974) {
  transition-delay: 48.7s;
}
.js-fadeList.is-active li:nth-child(975) {
  transition-delay: 48.75s;
}
.js-fadeList.is-active li:nth-child(976) {
  transition-delay: 48.8s;
}
.js-fadeList.is-active li:nth-child(977) {
  transition-delay: 48.85s;
}
.js-fadeList.is-active li:nth-child(978) {
  transition-delay: 48.9s;
}
.js-fadeList.is-active li:nth-child(979) {
  transition-delay: 48.95s;
}
.js-fadeList.is-active li:nth-child(980) {
  transition-delay: 49s;
}
.js-fadeList.is-active li:nth-child(981) {
  transition-delay: 49.05s;
}
.js-fadeList.is-active li:nth-child(982) {
  transition-delay: 49.1s;
}
.js-fadeList.is-active li:nth-child(983) {
  transition-delay: 49.15s;
}
.js-fadeList.is-active li:nth-child(984) {
  transition-delay: 49.2s;
}
.js-fadeList.is-active li:nth-child(985) {
  transition-delay: 49.25s;
}
.js-fadeList.is-active li:nth-child(986) {
  transition-delay: 49.3s;
}
.js-fadeList.is-active li:nth-child(987) {
  transition-delay: 49.35s;
}
.js-fadeList.is-active li:nth-child(988) {
  transition-delay: 49.4s;
}
.js-fadeList.is-active li:nth-child(989) {
  transition-delay: 49.45s;
}
.js-fadeList.is-active li:nth-child(990) {
  transition-delay: 49.5s;
}
.js-fadeList.is-active li:nth-child(991) {
  transition-delay: 49.55s;
}
.js-fadeList.is-active li:nth-child(992) {
  transition-delay: 49.6s;
}
.js-fadeList.is-active li:nth-child(993) {
  transition-delay: 49.65s;
}
.js-fadeList.is-active li:nth-child(994) {
  transition-delay: 49.7s;
}
.js-fadeList.is-active li:nth-child(995) {
  transition-delay: 49.75s;
}
.js-fadeList.is-active li:nth-child(996) {
  transition-delay: 49.8s;
}
.js-fadeList.is-active li:nth-child(997) {
  transition-delay: 49.85s;
}
.js-fadeList.is-active li:nth-child(998) {
  transition-delay: 49.9s;
}
.js-fadeList.is-active li:nth-child(999) {
  transition-delay: 49.95s;
}

/* -----------------------------------
  header
  -----------------------------------*/
.l-header {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

.l-header__logo {
  position: relative;
  z-index: 999999;
  margin-right: auto;
}
.l-header__logo a {
  transition: 0.3s ease;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
.l-header__logo .text {
  font-style: italic;
  font-weight: 600;
  font-size: 1.25rem;
}

.l-header__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 50px;
  height: 100%;
}

.l-header__entry {
  height: 100%;
}
.l-header__entry a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  padding: 2px 50px;
  background: #036DB8;
  background: linear-gradient(135deg, rgb(3, 109, 184) 0%, rgb(3, 109, 184) 30%, rgb(226, 0, 57) 100%);
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  font-style: italic;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__entry a:hover {
    opacity: 0.7;
  }
}

.l-header__container {
  z-index: 99999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}
.l-header__container .l-wrap {
  max-width: 1066px;
}
.l-header__container .c-sns-list li {
  width: 40px;
}

.l-header__nav-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 3.75rem;
}
.l-header__nav-wrap .category-ttl {
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 48px;
}

.l-header__list {
  display: grid;
  gap: 2.5rem;
}
.l-header__list.list-1 {
  grid-template-columns: 1fr;
  border-right: 2px solid #fff;
  padding-right: 3.75rem;
}
.l-header__list.list-2 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.l-header__list li {
  height: 100%;
}
.l-header__list li.coming-soon a {
  pointer-events: none;
}
.l-header__list li.coming-soon .nav-img {
  overflow: hidden;
}
.l-header__list li.coming-soon .nav-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.l-header__list li.coming-soon .nav-img .text {
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%) scale(1, 1.1);
      transform: translate(-50%, -50%) scale(1, 1.1);
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
  font-stretch: semi-condensed;
}
.l-header__list .nav-img {
  max-width: 150px;
  position: relative;
}
.l-header__list .nav-img img {
  border-radius: 10px;
  aspect-ratio: 150/80;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__list .nav-ttl {
  display: block;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  font-size: 1rem;
}
.l-header__list a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__list a:hover {
    opacity: 0.7;
  }
}

.l-header__btn-list {
  margin-top: 60px;
  gap: 40px;
}
.l-header__btn-list .c-btn {
  font-size: 1rem;
  height: 64px;
}
.l-header__btn-list .c-btn::after {
  width: 9px;
  height: 16px;
}

.l-header.is-open .l-header__logo svg path {
  fill: #fff;
}

/* ----- hamburger -----*/
.c-hamburger {
  transition: all 0.2s;
  position: relative;
  width: 100px;
  height: 100%;
  z-index: 999999;
  display: block;
  background-color: #030303;
}
.c-hamburger span {
  display: inline-block;
  transition: all 0.2s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: calc(50% - 10px);
}
.c-hamburger span:nth-of-type(1) {
  top: 22px;
}
.c-hamburger span:nth-of-type(2) {
  top: 28px;
}
.c-hamburger span:nth-of-type(3) {
  top: 34px;
}
.c-hamburger span:nth-of-type(4) {
  top: 40px;
}
.c-hamburger.is-active span:nth-of-type(1) {
  -ms-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(4) {
  -ms-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
}

.l-header.is-open .c-hamburger span {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
  .l-header__top {
    padding-left: 20px;
    -ms-flex-align: center;
        align-items: center;
  }
  .l-header__logo a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 4px;
  }
  .l-header__logo .logo {
    display: block;
    max-width: 168px;
  }
  .l-header__logo .text {
    display: block;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
    font-size: 1rem;
  }
  .l-header__entry a {
    padding: 2px 2rem;
    font-size: 1rem;
  }
  .l-header__container {
    z-index: 99999;
    width: 100%;
    background: #313131;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 50%;
  }
  .l-header__nav-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 40px;
  }
  .l-header__nav-wrap .category-ttl {
    font-weight: 700;
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .l-header__block {
    width: 100%;
  }
  .l-header__list {
    display: grid;
    gap: 0;
    width: 100%;
  }
  .l-header__list.list-1 {
    grid-template-columns: 1fr;
    border-right: none;
    border-bottom: 2px solid #fff;
    border-bottom: none;
    padding-right: 0;
    padding-bottom: 0;
  }
  .l-header__list.list-2 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .l-header__list li {
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-header__list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-header__list li.coming-soon {
    display: none;
  }
  .l-header__list a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 16px 6px;
  }
  .l-header__list a::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url("../img/common/icon_arrow_btn.svg") no-repeat center/100%;
  }
  .l-header__list .nav-img {
    display: block;
    max-width: 100%;
    display: none;
  }
  .l-header__list .nav-img img {
    border-radius: 6px;
  }
  .l-header__list .nav-ttl {
    display: block;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  .l-header__btn-list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .l-header__btn-list .c-btn {
    height: 60px;
  }
  /* ----- hamburger -----*/
  .c-hamburger {
    width: 60px;
  }
}
/* ---------------------------------------------
  footer
  --------------------------------------------- */
.l-footer {
  position: relative;
  z-index: 0;
  background-color: #F5F5F5;
}
.l-footer .l-wrap {
  max-width: 1166px;
  padding: 5rem 0;
}

.l-wrap .l-footer__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.25rem;
  margin-top: 24px;
}

.l-footer__info {
  width: 30%;
}
.l-footer__info .l-footer__logo {
  margin-bottom: 16px;
  max-width: 350px;
}
.l-footer__info .l-footer__link a {
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-footer__info .l-footer__link a:hover {
    opacity: 0.6;
  }
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  gap: 60px 2.5rem;
}
.l-footer__nav .nav-item:nth-child(4) {
  grid-area: 2/1/3/4;
}
.l-footer__nav .nav-item:nth-child(4) .nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max-content, 100px));
  -ms-flex-pack: end;
      justify-content: end;
}
.l-footer__nav .nav-list {
  display: grid;
  gap: 16px;
}
.l-footer__nav .nav-list li {
  line-height: 1;
}
.l-footer__nav .nav-list.sub {
  margin-left: 20px;
}
.l-footer__nav .nav-index {
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.3s ease;
  line-height: 1;
  margin-bottom: 16px;
}
.l-footer__nav a {
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.3s ease;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  line-height: 1;
  position: relative;
}
.l-footer__nav a::before {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #000;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-footer__nav a:hover {
    opacity: 0.6;
  }
}

.l-footer__copy {
  width: 100%;
  display: block;
  margin-top: auto;
  text-align: center;
  padding: 20px;
  line-height: 1.2;
  background: linear-gradient(315deg, rgb(226, 0, 57) 0%, rgb(3, 109, 184) 80%);
}
.l-footer__copy small {
  font-size: 0.75rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer .l-wrap {
    padding: 3.75rem 0;
  }
  .l-wrap .l-footer__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 40px;
  }
  .l-footer__info {
    width: 100%;
  }
  .l-footer__info .l-footer__logo {
    max-width: 260px;
  }
  .l-footer__nav {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    gap: 16px;
  }
  .l-footer__nav .nav-item:nth-child(4) {
    grid-area: initial;
  }
  .l-footer__nav .nav-item:nth-child(4) .nav-list {
    grid-template-columns: 1fr;
    -ms-flex-pack: start;
        justify-content: start;
  }
  .l-footer__nav .nav-list {
    display: grid;
    gap: 16px;
  }
  .l-footer__nav .nav-list li a {
    font-size: 0.8125rem;
  }
  .l-footer__nav .nav-list li a::before {
    width: 6px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .l-footer__nav .nav-list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav .nav-list.sub {
    margin-left: 16px;
  }
  .l-footer__nav .nav-index {
    font-size: 0.8125rem;
  }
  .l-footer__nav .nav-index a {
    font-size: 0.8125rem;
  }
  .l-footer__nav .nav-index a::before {
    width: 6px;
    height: 12px;
  }
  .l-footer__copy {
    padding: 10px;
    line-height: 1.2;
  }
  .l-footer__copy small {
    font-size: 0.625rem;
  }
}
/* ---------------------------------------------
  top-mv
  --------------------------------------------- */
.p-mv-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.p-mv__movie {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.p-mv__movie iframe {
  opacity: 0;
}
.p-mv__movie.is-active {
  opacity: 1;
  transition: 0.3s ease;
  transition-delay: 0.4s;
}
.p-mv__movie.is-active .thumbnail {
  opacity: 0;
}
.p-mv__movie.is-active iframe {
  opacity: 1;
}
.p-mv__movie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(84, 84, 84, 0) 70%, rgb(0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.p-mv__movie .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-mv__block {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 2;
}
.p-mv__block .l-wrap {
  width: calc(100% - 7.5rem);
  max-width: 1166px;
}

.p-mv__text {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5)) blur(10px);
  opacity: 0;
  position: relative;
  transition: 0.8s ease-out;
}
.p-mv__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.6s ease-out 0.2s;
  width: 0;
  margin: 1.125rem 0;
}

.p-mv__block.is-active .p-mv__text {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5)) blur(0);
  opacity: 1;
}
.p-mv__block.is-active .p-mv__text::after {
  width: 100%;
}
.p-mv__block.is-active .p-mv__ttl {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.p-mv__ttl {
  color: #fff;
  opacity: 0;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  transition: 0.5s ease 0.2s;
}
.p-mv__ttl .ja {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-mv__ttl .en {
  display: block;
  font-style: italic;
  font-size: 3.125rem;
  font-weight: 500;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-mv__loading {
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 9;
}
.p-mv__loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
  width: 50px;
  height: 50px;
  border: 5px solid #000;
  border-right: 5px solid transparent;
  border-radius: 50%;
  animation: loading 1.5s linear infinite;
}
.p-mv__loading.is-active {
  display: none;
}

@keyframes loading {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0.3;
  }
}
@media screen and (max-width: 992px) {
  .p-mv__movie {
    padding-bottom: 72.5%;
  }
  .p-mv__movie iframe {
    -ms-transform: scale(1.3);
        transform: scale(1.3);
  }
  .p-mv__block {
    bottom: 24px;
  }
  .p-mv__ttl {
    color: #fff;
    margin-top: 20px;
  }
  .p-mv__ttl .ja {
    font-size: 1.5rem;
  }
  .p-mv__ttl .en {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-section {
    margin-top: 0;
  }
  .p-mv__movie {
    padding-bottom: 177.78%;
  }
  .p-mv__movie iframe {
    -ms-transform: none;
        transform: none;
  }
  .p-mv__movie .thumbnail {
    height: 100%;
  }
  .p-mv__movie .thumbnail img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mv__block {
    bottom: 24px;
  }
  .p-mv__block .l-wrap {
    width: calc(100% - 40px);
  }
  .p-mv__ttl {
    color: #fff;
    margin-top: 20px;
  }
  .p-mv__ttl .ja {
    font-size: 1.125rem;
  }
  .p-mv__ttl .en {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
  .p-top-mv-section .p-mv__text {
    width: 90%;
  }
}
/* ---------------------------------------------
  top message
  --------------------------------------------- */
.p-top-message {
  background: linear-gradient(135deg, rgb(27, 45, 181) 0%, rgb(209, 119, 226) 60%, rgb(181, 27, 33) 100%);
  padding: 5rem 0;
}

.p-top-message__text {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-top-message {
    padding: 3.75rem 0;
  }
  .p-top-message__text {
    font-size: 0.9375rem;
  }
}
/* ---------------------------------------------
  top business
  --------------------------------------------- */
.p-top-business {
  padding: 6rem 0 7.5rem;
}
.p-top-business .c-ttl .ja {
  font-size: 2.5rem;
}

.p-top-business__block {
  text-align: center;
  margin-top: 70px;
}
.p-top-business__block .group-name {
  background-color: #707070;
  border-radius: 10px;
  padding: 20px 38px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
}
.p-top-business__block .c-business-list {
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-top-business {
    padding: 60px 0 80px;
  }
  .p-top-business .c-ttl .ja {
    font-size: 1.625rem;
  }
  .p-top-business__block {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }
  .p-top-business__block .group-name {
    display: block;
    padding: 12px 6px;
    border-radius: 6px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .p-top-business__block .branch {
    width: 26px;
    position: absolute;
    top: 42px;
    left: 16px;
  }
  .p-top-business__block .branch img {
    width: 100%;
  }
  .p-top-business__block .c-business-list {
    -ms-flex: 1;
        flex: 1;
    gap: 30px;
    padding-left: 40px;
    margin-top: 30px;
  }
  .p-top-business__block .c-business-list a::after {
    width: 30px;
    height: 30px;
    background-size: 8px 12px;
  }
}
/* --------- menu section ----------- */
.c-menu-section {
  background: repeating-linear-gradient(-45deg, rgba(235, 235, 235, 0.4), rgba(235, 235, 235, 0.4) 25px, #fff 25px, #fff 60px);
  padding: 5rem 0 7.5rem;
}
.c-menu-section .l-wrap {
  max-width: 980px;
}
.c-menu-section .c-ttl {
  margin-bottom: 40px;
}
.c-menu-section .c-ttl .ja {
  font-size: 1.875rem;
}
.c-menu-section .c-ttl:not(:first-child) {
  margin-top: 56px;
}
.c-menu-section .c-btn-list {
  margin-top: 80px;
  grid-template-columns: repeat(2, minmax(0, 300px));
  -ms-flex-pack: center;
      justify-content: center;
}

.c-business-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 342px));
  gap: 4.375rem;
}
.c-business-list a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  transition: 0.3s ease;
}
.c-business-list a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 4px;
  right: 6px;
  border-radius: 50%;
  background: url("../img/common/icon_arrow_btn.svg") no-repeat center/10px 18px;
  background-color: #000;
}
@media (hover: hover) {
  .c-business-list a:hover {
    opacity: 0.7;
  }
}
.c-business-list .business-img img {
  aspect-ratio: 342/185;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-business-list .business-text {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(84, 84, 84, 0) 100%);
  padding: 16px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  color: #fff;
}
.c-business-list .business-text .business-ttl {
  font-size: 1.125rem;
  line-height: 1;
}
.c-business-list .estate a::after {
  background-color: #016DB8;
}
.c-business-list .pm a::after {
  background-color: #E20038;
}

.c-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 2.5rem;
}
.c-menu-list a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(199, 199, 199, 0.7);
  background-color: #fff;
  position: relative;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-menu-list a:hover {
    opacity: 0.7;
  }
}
.c-menu-list .menu-img img {
  aspect-ratio: 300/200;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-menu-list .menu-text {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-menu-list .menu-text .sub {
  background: linear-gradient(135deg, rgb(27, 45, 181) 0%, rgb(209, 119, 226) 60%, rgb(181, 27, 33) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0 10px 0 0;
  padding: 4px;
  display: inline-block;
}
.c-menu-list .menu-ttl {
  background-color: #fff;
  padding: 8px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0 10px 0 0;
  min-width: 240px;
}
.c-menu-list .menu-ttl.wide {
  min-width: 260px;
}
.c-menu-list li {
  position: relative;
}
.c-menu-list li.coming-soon a {
  pointer-events: none;
}
.c-menu-list li.coming-soon .menu-img {
  overflow: hidden;
}
.c-menu-list li.coming-soon .menu-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}
.c-menu-list li.coming-soon .menu-img .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%) scale(1, 1.1);
      transform: translate(-50%, -50%) scale(1, 1.1);
  text-align: center;
  font-size: 2rem;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
  font-stretch: semi-condensed;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-menu-section {
    padding: 60px 0 80px;
  }
  .c-menu-section .c-ttl {
    margin-bottom: 30px;
  }
  .c-menu-section .c-ttl .ja {
    font-size: 1.5rem;
  }
  .c-menu-section .c-btn-list {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .c-business-list {
    display: grid;
    grid-template-columns: 1fr;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 30px;
  }
  .c-business-list a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }
  .c-business-list a::after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    border-radius: 50%;
    background: url("../img/common/icon_arrow_btn.svg") no-repeat center/10px 18px;
    background-color: #000;
  }
  .c-business-list .business-img img {
    aspect-ratio: 342/185;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-business-list .business-text {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(84, 84, 84, 0) 100%);
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 700;
    color: #fff;
  }
  .c-business-list .business-text .business-ttl {
    font-size: 1.125rem;
    line-height: 1;
  }
  .c-menu-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .c-menu-list li.coming-soon .menu-img .text {
    font-size: 1.875rem;
  }
}
/* ---------------------------------------------
  top job
  --------------------------------------------- */
.p-top-job {
  padding: 5rem 0 7.5rem;
}
.p-top-job .l-wrap {
  max-width: 1060px;
}
.p-top-job .c-ttl {
  margin-bottom: 74px;
}
.p-top-job .c-ttl .ja {
  font-size: 2.5rem;
}

.p-top-job__block {
  display: grid;
  grid-template-columns: 400px minmax(200px, 533px);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end;
  gap: 3.75rem;
}
.p-top-job__block .c-btn-list {
  grid-template-columns: 1fr;
  gap: 20px;
}
.p-top-job__block .c-btn-list .c-btn {
  font-size: 1.25rem;
}

.p-top-job__slider {
  max-width: 400px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.p-top-job__slider img {
  aspect-ratio: 400/480;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-top-job {
    padding: 60px 0 80px;
  }
  .p-top-job .c-ttl {
    margin-bottom: 40px;
  }
  .p-top-job .c-ttl .ja {
    font-size: 1.5rem;
  }
  .p-top-job__block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-top-job__slider {
    max-width: 100%;
  }
}
/* -------------------------------
  page business
  ------------------------------- */
.l-main-business-estate section:not(.c-menu-section) .c-ttl .en {
  color: #016DB8;
}
.l-main-business-estate .p-message-section {
  background: linear-gradient(135deg, rgb(3, 109, 184) 0%, rgb(11, 71, 110) 80%, rgb(5, 42, 60) 100%);
}

.l-main-business-pm section:not(.c-menu-section) .c-ttl .en {
  color: #E20038;
}
.l-main-business-pm .p-message-section {
  background: linear-gradient(135deg, rgb(226, 0, 57) 0%, rgb(139, 10, 48) 80%, rgb(77, 6, 26) 100%);
}

/* --------- mv section ----------- */
.p-mv-business .p-mv__text {
  display: inline-block;
}
.p-mv-business .p-mv__block {
  bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .p-mv-business .p-mv__text {
    max-width: 43.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-business .p-mv__block {
    bottom: 40px;
  }
  .p-mv-business .p-mv__ttl {
    margin-top: 0;
  }
}
/* --------- message section ----------- */
.p-message-section {
  padding: 7.5rem 0;
  color: #fff;
}
.p-message-section .p-message-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 56px;
}

.p-message__block p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.2;
}
.p-message__block p:not(:last-child) {
  margin-bottom: 40px;
}
.p-message__block .js-fade {
  transition: 1s linear;
}

@media screen and (max-width: 767px) {
  .p-message-section {
    padding: 60px 0 80px;
  }
  .p-message-section .p-message-ttl {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .p-message__block p {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .p-message__block p:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* --------- business detail ----------- */
.p-section {
  padding: 7.5rem 0 0;
}
.p-section.is-last {
  padding-bottom: 7.5rem;
}

.p-business-detail__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0 24px;
  margin-top: 80px;
}
.p-business-detail__list .item {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: 35px auto;
  gap: 10px 16px;
  -ms-flex-align: start;
      align-items: start;
  border: 3px solid #C9C5C5;
  border-radius: 10px;
  padding: 20px;
}
.p-business-detail__list .detail-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  -ms-flex-item-align: start;
      align-self: start;
}
.p-business-detail__list .detail-img {
  grid-row: 1/span 2;
}
.p-business-detail__list .desc {
  grid-column: 2;
}

@media screen and (max-width: 767px) {
  .p-section {
    padding: 80px 0 0;
  }
  .p-section.is-last {
    padding-bottom: 80px;
  }
  .p-business-detail__list {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
    margin-top: 40px;
  }
  .p-business-detail__list .item {
    grid-template-columns: 80px 1fr;
    gap: 12px;
    border: 2px solid #C9C5C5;
    padding: 20px 12px;
  }
  .p-business-detail__list .detail-ttl {
    font-size: 1.25rem;
  }
  .p-business-detail__list .desc {
    grid-column: 2;
  }
}
/* --------- bases  ----------- */
.p-bases-section {
  border-radius: 10px;
  background-color: #F5F5F5;
  padding: 48px;
  margin-top: 80px;
}
.p-bases-section .c-ttl {
  margin-bottom: 60px;
}
.p-bases-section .c-ttl .ja {
  font-size: 1.625rem;
}
.p-bases-section .p-bases-dl {
  display: grid;
  grid-template-columns: minmax(0, 390px) 1fr;
  gap: 36px;
  -ms-flex-align: center;
      align-items: center;
}
.p-bases-section .p-bases-dl:not(:last-of-type) {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
.p-bases-section .p-bases-dl:not(:first-of-type) {
  padding-top: 16px;
}
.p-bases-section .p-bases-dl dt {
  font-weight: 400;
  font-size: 1.125rem;
}
.p-bases-section .p-bases-dl dd {
  line-height: 2;
}
.p-bases-section .p-bases-dl a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-bases-section .p-bases-dl a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-bases-section {
    padding: 40px 16px;
    margin-top: 60px;
  }
  .p-bases-section .c-ttl {
    margin-bottom: 40px;
  }
  .p-bases-section .c-ttl .ja {
    font-size: 1.25rem;
  }
  .p-bases-section .p-bases-dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-bases-section .p-bases-dl dt {
    font-weight: 500;
    font-size: 0.875rem;
  }
  .p-bases-section .p-bases-dl dd {
    font-size: 0.8125rem;
  }
  .p-bases-section .p-bases-dl a {
    transition: 0.3s ease;
  }
}
/* --------- jobs section ----------- */
.p-jobs-point__block {
  padding-top: 80px;
}

.p-jobs-point__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 46px;
}
.p-jobs-point__block:nth-child(even) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.p-jobs-point__block .block-text {
  -ms-flex: 1;
      flex: 1;
}
.p-jobs-point__block .block-text p:not(.point-num):not(:last-of-type) {
  margin-bottom: 24px;
}
.p-jobs-point__block .block-img {
  max-width: 400px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.p-jobs-point__block .point-num {
  margin-bottom: 10px;
}
.p-jobs-point__block .point-num::after {
  content: "";
  display: block;
  width: 200px;
  height: 15px;
  background: url("../img/common/border.svg") no-repeat bottom center/100%;
  margin-top: 10px;
}
.p-jobs-point__block .point-ttl {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-jobs-section .c-ttl .ja {
    font-size: 1.4375rem;
  }
  .p-jobs-point__block {
    padding-top: 60px;
  }
  .p-jobs-point__block:first-of-type {
    padding-top: 30px;
  }
  .p-jobs-point__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px;
  }
  .p-jobs-point__block:nth-child(even) {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .p-jobs-point__block .point-num {
    margin-bottom: 10px;
  }
  .p-jobs-point__block .point-num::after {
    width: 150px;
    height: 12px;
  }
  .p-jobs-point__block .point-ttl {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
/* -------------------------------
  page component
  ------------------------------- */
/* -------- page-head -------- */
.c-page-heading {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 15rem;
  overflow: hidden;
  background: #1B2DB5;
  background: linear-gradient(135deg, rgb(27, 45, 181) 0%, rgb(209, 119, 226) 65%, rgb(200, 88, 161) 80%, rgb(181, 27, 33) 100%);
  margin-top: 65px;
}
.c-page-heading .l-wrap {
  height: 100%;
  max-width: 1080px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-page-heading__ttl {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  font-size: 3.125rem;
  font-weight: 700;
}
.c-page-heading__ttl .en {
  font-size: 5.625rem;
  font-weight: 600;
  font-style: italic;
  line-height: 0.9;
  letter-spacing: 0.02em;
  display: inline-block;
}
.c-page-heading__ttl .ja {
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-page-heading {
    margin-top: 60px;
    height: 12.5rem;
  }
  .c-page-heading .l-wrap {
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
  }
  .c-page-heading__ttl {
    font-size: 2.375rem;
  }
  .c-page-heading__ttl .en {
    font-size: 3rem;
    letter-spacing: 0.01em;
  }
  .c-page-heading__ttl .ja {
    font-size: 1rem;
  }
}
.c-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 1rem;
  }
}
.c-numbers-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.25rem;
  margin-top: 80px;
}
.c-numbers-list .numbers {
  font-family: "Noto Sans", sans-serif;
  background: linear-gradient(180deg, rgb(226, 0, 57) 0%, rgb(3, 109, 184) 90%, rgb(3, 109, 184) 100%);
  width: 160px;
  aspect-ratio: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 3.125rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
.c-numbers-list .numbers span {
  font-style: normal;
}
.c-numbers-list .numbers-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .c-numbers-list {
    gap: 1.875rem;
  }
  .c-numbers-list .numbers {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-numbers-list {
    max-width: 420px;
    margin: 60px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 40px 1.25rem;
    margin-top: 60px;
  }
  .c-numbers-list li {
    -ms-flex: 1;
        flex: 1;
  }
  .c-numbers-list .numbers {
    width: 140px;
    font-size: 2.375rem;
  }
  .c-numbers-list .numbers-ttl {
    font-size: 0.875rem;
    margin-top: 16px;
  }
}
/* ---------------------------------------------
  interview index page
  --------------------------------------------- */
.p-interview-section {
  padding: 3.75rem 0 7.5rem;
}
.p-interview-section .c-ttl-center {
  margin-bottom: 20px;
}

.c-sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 56px;
}
.c-sort li {
  cursor: pointer;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #EFEFEF;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-sort li:hover {
    opacity: 0.7;
  }
}

.p-interview-sort li.all {
  min-width: 7.5rem;
}

.p-interview-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 28px;
  margin-top: 80px;
}
.p-interview-list .interview-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.p-interview-list .interview-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s ease;
  opacity: 0;
}
.p-interview-list .interview-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  padding: 18px;
  transition: 0.3s ease;
  opacity: 0;
}
.p-interview-list .interview-category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 0 10px 0 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}
.p-interview-list .interview-category.estate {
  background-color: #016DB8;
}
.p-interview-list .interview-category.pm {
  background-color: #E20038;
}
.p-interview-list .interview-category.office {
  background-color: #6E088F;
}
.p-interview-list .interview-text {
  margin-top: 8px;
}
.p-interview-list .interview-text p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (hover: hover) {
  .p-interview-list a:hover .interview-img::before {
    opacity: 1;
  }
  .p-interview-list a:hover .interview-comment {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
  }
  .c-sort li {
    padding: 10px 16px;
    font-size: 0.8125rem;
  }
  .p-interview-list {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 60px;
  }
  .p-interview-list .interview-text p {
    font-size: 1rem;
  }
}
/* ---------------------------------------------
  interview detail page
  --------------------------------------------- */
.p-interview-detail-section {
  padding-bottom: 7.5rem;
}
.p-interview-detail-section.is-first {
  padding-top: 6.25rem;
}
.p-interview-detail-section.estate .p-interview-ttl {
  color: #016DB8;
}
.p-interview-detail-section.estate .p-work-flow__list .flow-item .time {
  color: #016DB8;
}
.p-interview-detail-section.pm .p-interview-ttl {
  color: #E20038;
}
.p-interview-detail-section.pm .p-work-flow__list .flow-item .time {
  color: #E20038;
}
.p-interview-detail-section.office .p-interview-ttl {
  color: #6E088F;
}
.p-interview-detail-section.office .p-work-flow__list .flow-item .time {
  color: #6E088F;
}

.p-interview-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-interview-ttl.flow-ttl {
  font-size: 2rem;
  margin-bottom: 80px;
}

.p-interview-catch {
  font-size: 1.875rem;
  font-weight: 700;
}

.p-interview-detail__block {
  display: grid;
  grid-template-columns: minmax(200px, 493px) minmax(100px, 400px);
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
.p-interview-detail__block .block-text p {
  line-height: 1.74;
}
.p-interview-detail__block .block-text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-interview-detail__block .block-img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.p-interview-detail__block.reverse {
  grid-template-columns: minmax(100px, 400px) minmax(200px, 493px);
}
.p-interview-detail__block.reverse .block-text {
  -ms-flex-order: 2;
      order: 2;
}
.p-interview-detail__block.reverse .block-img {
  -ms-flex-order: 1;
      order: 1;
}

.p-interview-img__wide {
  padding-bottom: 7.5rem;
}

/* -------- mv -------- */
.p-interview-mv-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p-interview-mv__img {
  width: 100%;
  position: relative;
}
.p-interview-mv__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(22, 22, 22, 0.26) 80%, rgb(46, 45, 45) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-interview-mv__img img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview-mv__block {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  color: #fff;
}
.p-interview-mv__block .l-wrap {
  max-width: 1066px;
}
.p-interview-mv__block .business {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 10px;
}

.p-interview-mv__ttl {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.5;
}

/* -------- profile -------- */
.p-interview-profile-section {
  padding: 60px 0;
  color: #fff;
}
.p-interview-profile-section.estate {
  background: linear-gradient(135deg, rgb(3, 109, 184) 0%, rgb(11, 71, 110) 80%, rgb(5, 42, 60) 100%);
}
.p-interview-profile-section.pm {
  background: linear-gradient(135deg, rgb(226, 0, 57) 0%, rgb(139, 10, 48) 80%, rgb(77, 6, 26) 100%);
}
.p-interview-profile-section.office {
  background: linear-gradient(135deg, rgb(149, 3, 184) 0%, rgb(76, 11, 110) 80%, rgb(5, 42, 60) 100%);
}
.p-interview-profile-section .c-ttl {
  margin-bottom: 20px;
}
.p-interview-profile-section .c-ttl .en {
  font-size: 1.625rem;
  font-weight: 600;
}
.p-interview-profile-section .container {
  display: grid;
  grid-template-columns: auto minmax(300px, 493px);
}
.p-interview-profile-section .name {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-interview-profile-section .list {
  font-size: 1.125rem;
  font-weight: 500;
}
.p-interview-profile-section .desc {
  font-size: 0.9375rem;
  font-size: max(0.9375rem, 13px);
}

/* -------- flow -------- */
.p-work-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  border: 1px solid #000;
}
.p-work-flow__list .flow-item {
  padding: 1.25rem 1.875rem;
  min-height: 230px;
}
.p-work-flow__list .flow-item:not(:nth-child(4n)) {
  border-right: 1px solid #000;
}
.p-work-flow__list .flow-item:not(:nth-child(-n+4)) {
  border-top: 1px solid #000;
}
.p-work-flow__list .flow-item .time {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-work-flow__list .flow-item .flow-ttl {
  font-size: 1.125rem;
  font-weight: 500;
}
.p-work-flow__list .flow-item .desc {
  line-height: 1.74;
  margin-top: 20px;
}

/* -------- happiness -------- */
.p-interview-happiness-section {
  padding: 40px 0 80px;
  background: linear-gradient(135deg, rgb(27, 45, 181) 0%, rgb(209, 119, 226) 65%, rgb(200, 88, 161) 80%, rgb(181, 27, 33) 100%);
  color: #fff;
}

.p-interview-happiness__block {
  display: grid;
  grid-template-columns: minmax(200px, 300px) auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 46px;
  margin-top: 40px;
}
.p-interview-happiness__block .block-text p {
  font-weight: 500;
  line-height: 1.74;
}
.p-interview-happiness__block .block-text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-interview-happiness__block .block-img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.p-interview-happiness__block .block-img.waku {
  aspect-ratio: 300/340;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #fff;
}

@media screen and (max-width: 992px) {
  .p-interview-mv__ttl {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-mv-section {
    margin-top: 60px;
  }
  .p-interview-detail-section {
    padding-bottom: 80px;
  }
  .p-interview-detail-section.is-first {
    padding-top: 80px;
  }
  .p-interview-ttl {
    font-size: 1rem;
  }
  .p-interview-ttl.flow-ttl {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  .p-interview-catch {
    font-size: 1.375rem;
  }
  .p-interview-detail__block {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .p-interview-detail__block.reverse {
    grid-template-columns: 1fr;
  }
  .p-interview-detail__block.reverse .block-text {
    -ms-flex-order: 1;
        order: 1;
  }
  .p-interview-detail__block.reverse .block-img {
    -ms-flex-order: 2;
        order: 2;
  }
  .p-interview-img__wide {
    padding-bottom: 80px;
  }
  /* -------- mv -------- */
  .p-interview-mv__img::after {
    height: 90%;
  }
  .p-interview-mv__block {
    bottom: 24px;
  }
  .p-interview-mv__block .business {
    font-size: 1.125rem;
  }
  .p-interview-mv__ttl {
    font-size: 1.5625rem;
  }
  /* -------- profile -------- */
  .p-interview-profile-section {
    padding: 40px 0;
  }
  .p-interview-profile-section .c-ttl {
    margin-bottom: 20px;
  }
  .p-interview-profile-section .c-ttl .en {
    font-size: 1.375rem;
  }
  .p-interview-profile-section .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-interview-profile-section .name {
    font-size: 1.125rem;
  }
  .p-interview-profile-section .list {
    font-size: 0.9375rem;
  }
  .p-interview-profile-section .desc {
    font-size: 0.875rem;
  }
  /* -------- flow -------- */
  .p-work-flow__list {
    grid-template-columns: 1fr;
  }
  .p-work-flow__list .flow-item {
    padding: 20px;
    min-height: initial;
  }
  .p-work-flow__list .flow-item:not(:nth-child(4n)) {
    border-right: none;
  }
  .p-work-flow__list .flow-item:not(:nth-child(-n+4)) {
    border-top: none;
  }
  .p-work-flow__list .flow-item:not(:first-child) {
    border-top: 1px solid #000;
  }
  /* -------- happiness -------- */
  .p-interview-happiness-section {
    padding: 40px 0 60px;
  }
  .p-interview-happiness__block {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .p-interview-happiness__block .block-text {
    -ms-flex-order: 1;
        order: 1;
  }
  .p-interview-happiness__block .block-img {
    -ms-flex-order: 2;
        order: 2;
  }
  .p-interview-happiness__block .block-img.waku {
    aspect-ratio: initial;
    border: none;
  }
}
/* -------------------------------
  page local video
  ------------------------------- */
.c-section-head {
  margin-top: -11.25rem;
  position: relative;
  z-index: 2;
}
.c-section-head .l-wrap {
  max-width: 1080px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 60px;
}
.c-section-head .c-lead {
  max-width: 400px;
  padding-top: 6.25rem;
}
.c-section-head .head-img {
  max-width: 522px;
}

.p-local_video-section {
  padding-bottom: 7.5rem;
}

.p-local_video-sort {
  margin-top: 60px;
}
.p-local_video-sort .c-sort {
  margin-top: 0;
}
.p-local_video-sort .c-sort:not(:first-of-type) {
  margin-top: 20px;
}

.p-local_video-list {
  max-width: 890px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 42px;
}
.p-local_video-list .video-container {
  padding: 20px;
}
.p-local_video-list .video-area {
  overflow: hidden;
  position: relative;
  aspect-ratio: 230/392;
}
.p-local_video-list .video-area::before {
  content: "";
  display: block;
  width: 72px;
  height: 48px;
  background: url("../img/common/icon_movie.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.p-local_video-list .site-link {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 30px;
  position: relative;
  margin-top: 20px;
}
.p-local_video-list .site-link::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../img/common/icon_external.svg");
          mask-image: url("../img/common/icon_external.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-local_video-list .video-text {
  padding: 20px 0 0 20px;
}
.p-local_video-list .video-text .company {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.p-local_video-list .video-text .list {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-local_video-list .video-text .list li {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-local_video-list [data-category~=estate] .video-container {
  background: linear-gradient(180deg, rgb(3, 109, 184) 0%, rgb(11, 71, 110) 90%, rgb(5, 42, 60) 100%);
}
.p-local_video-list [data-category~=estate] .site-link {
  color: #016DB8;
}
.p-local_video-list [data-category~=estate] .site-link::after {
  background-color: #016DB8;
}
.p-local_video-list [data-category~=pm] .video-container {
  background: linear-gradient(180deg, rgb(226, 0, 57) 0%, rgb(139, 10, 48) 90%, rgb(77, 6, 26) 100%);
}
.p-local_video-list [data-category~=pm] .site-link {
  color: #E20039;
}
.p-local_video-list [data-category~=pm] .site-link::after {
  background-color: #E20039;
}
@media (hover: hover) {
  .p-local_video-list a:hover .interview-img::before {
    opacity: 1;
  }
  .p-local_video-list a:hover .interview-comment {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-section-head {
    margin-top: 0;
    padding-top: 60px;
  }
  .c-section-head .l-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px;
  }
  .c-section-head .c-lead {
    max-width: 100%;
    padding-top: 0;
  }
  .p-local_video-section {
    padding-bottom: 7.5rem;
  }
  .p-local_video-sort .c-sort:not(:first-of-type) {
    margin-top: 12px;
  }
  .p-local_video-list {
    grid-template-columns: 1fr;
    margin: 60px auto 0;
    gap: 40px;
  }
}
/* -------------------------------
  page faq
  ------------------------------- */
.p-benefit-section {
  padding-bottom: 7.5rem;
}
.p-benefit-section .c-section-head {
  margin-top: -7.5rem;
  overflow: hidden;
}
.p-benefit-section .c-section-head .head-img {
  -ms-transform: translateX(5%);
      transform: translateX(5%);
  width: 60%;
  max-width: 616px;
}

.p-faq-sort {
  margin-top: 60px;
}
.p-faq-sort .c-sort {
  margin-top: 0;
}
.p-faq-sort .c-sort:not(:first-of-type) {
  margin-top: 20px;
}

.p-faq-list {
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-flex-align: end;
      align-items: end;
  gap: 80px 42px;
}
.p-faq-list .question-head {
  margin-bottom: 15px;
}
.p-faq-list .question-head::after {
  content: "";
  display: block;
  width: 200px;
  height: 15px;
  margin: 12px auto 0;
  background: url("../img/common/border.svg") no-repeat bottom center/100%;
}
.p-faq-list .question-head .icon {
  display: block;
  max-width: 50px;
  margin: 0 auto 8px;
}
.p-faq-list .question-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.p-faq-list .video-container {
  padding: 20px;
  position: relative;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
  border-radius: 20px;
}
.p-faq-list .video-container::after {
  content: "";
  display: block;
  width: 44px;
  height: 38px;
  position: absolute;
  bottom: -32px;
  right: 10px;
  -webkit-mask-image: url("../img/faq/parts_bubble.svg");
          mask-image: url("../img/faq/parts_bubble.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.p-faq-list .video-area {
  overflow: hidden;
  position: relative;
  aspect-ratio: 193/335;
}
.p-faq-list .video-area::before {
  content: "";
  display: block;
  width: 72px;
  height: 48px;
  background: url("../img/common/icon_movie.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.p-faq-list [data-category~=estate] .video-container {
  background-color: #016DB8;
}
.p-faq-list [data-category~=estate] .video-container::after {
  background-color: #016DB8;
}
.p-faq-list [data-category~=pm] .video-container {
  background-color: #E20038;
}
.p-faq-list [data-category~=pm] .video-container::after {
  background-color: #E20038;
}
.p-faq-list [data-category~=management] .video-container {
  background: linear-gradient(180deg, rgb(27, 45, 181) 0%, rgb(209, 119, 226) 60%, rgb(181, 27, 33) 100%);
}
.p-faq-list [data-category~=management] .video-container::after {
  background-color: #B51B21;
}
@media (hover: hover) {
  .p-faq-list a:hover .interview-img::before {
    opacity: 1;
  }
  .p-faq-list a:hover .interview-comment {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-faq-section {
    padding-bottom: 80px;
  }
  .p-faq-section .c-section-head {
    margin-top: 0;
    overflow: hidden;
  }
  .p-faq-section .c-section-head .head-img {
    -ms-transform: none;
        transform: none;
    width: 100%;
  }
  .p-faq-sort {
    margin-top: 60px;
  }
  .p-faq-sort .c-sort {
    margin-top: 0;
  }
  .p-faq-sort .c-sort:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-faq-list {
    grid-template-columns: 1fr;
    margin: 60px auto 0;
  }
}
/* ---------------------------------------------
  wlb page
  --------------------------------------------- */
.p-wlb-detail-section {
  padding: 7.5rem 0;
}

.p-wlb-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-wlb-catch {
  font-size: 1.875rem;
  font-weight: 700;
}
.p-wlb-catch.has-border {
  display: inline-block;
}
.p-wlb-catch.has-border::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url("../img/wlb/border.svg") no-repeat bottom center/100%;
  margin-top: 10px;
}

/* -------- mv -------- */
.p-wlb-mv-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p-wlb-mv__img {
  width: 100%;
  position: relative;
}
.p-wlb-mv__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(22, 22, 22, 0.26) 80%, rgb(46, 45, 45) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-wlb-mv__img img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-wlb-mv__block {
  width: 100%;
  position: absolute;
  bottom: 64px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  color: #fff;
}
.p-wlb-mv__block .l-wrap {
  max-width: 1066px;
}

/* -------- message -------- */
.p-wlb-message-section {
  padding: 7.5rem 0;
  background: linear-gradient(135deg, rgb(27, 45, 181) 0%, rgb(209, 119, 226) 65%, rgb(200, 88, 161) 80%, rgb(181, 27, 33) 100%);
  color: #fff;
}
.p-wlb-message-section .c-lead {
  line-height: 2.2;
}

/* -------- profile -------- */
.p-wlb-profile-section {
  position: relative;
}

.p-wlb-profile__img img {
  min-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-wlb-profile__block {
  width: 100%;
  position: relative;
}

.p-wlb-profile__heading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.p-wlb-profile__heading .c-ttl-sub {
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}

.p-wlb-profile__comment {
  width: 62%;
  max-width: 595px;
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.6));
}

.p-wlb-profile__text {
  background-color: #000;
  color: #fff;
  padding: 16px 0;
}
.p-wlb-profile__text p {
  font-size: 1.25rem;
  font-weight: 700;
}

/* -------- schedule -------- */
.p-wlb-schedule-section {
  background-color: #F5F5F5;
  padding: 80px 0;
}
.p-wlb-schedule-section .p-wlb-ttl {
  margin-bottom: 40px;
}

/* -------- block -------- */
.p-wlb-detail__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 5rem;
  margin-top: 40px;
}
.p-wlb-detail__block .block-text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-wlb-detail__block .block-img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.p-wlb-detail__block.reverse {
  grid-template-columns: repeat(2, 1fr);
}
.p-wlb-detail__block.reverse .block-text {
  -ms-flex-order: 2;
      order: 2;
}
.p-wlb-detail__block.reverse .block-img {
  -ms-flex-order: 1;
      order: 1;
}

@media screen and (max-width: 767px) {
  .p-wlb-mv-section {
    margin-top: 60px;
  }
  .p-wlb-detail-section {
    padding: 40px 0;
  }
  .p-wlb-ttl {
    font-size: 1rem;
  }
  .p-wlb-catch {
    font-size: 1.25rem;
  }
  /* -------- mv -------- */
  .p-wlb-mv__img::after {
    height: 90%;
  }
  .p-wlb-mv__img img {
    min-height: initial;
  }
  .p-wlb-mv__block {
    bottom: 24px;
  }
  /* -------- message -------- */
  .p-wlb-message-section {
    padding: 60px 0;
  }
  /* -------- profile -------- */
  .p-wlb-profile__img img {
    min-height: 15.625rem;
  }
  .p-wlb-profile__heading .c-ttl-sub {
    margin-bottom: 16px;
  }
  .p-wlb-profile__comment {
    width: 57%;
  }
  .p-wlb-profile__text p {
    font-size: 1rem;
  }
  /* -------- schedule -------- */
  .p-wlb-schedule-section {
    padding: 40px 0;
  }
  .p-wlb-schedule-section .scroll_wrap {
    overflow-x: scroll;
    padding-bottom: 12px;
  }
  .p-wlb-schedule-section .scroll_wrap figure {
    width: 768px;
  }
  .p-wlb-schedule-section .scroll_wrap img {
    width: 768px;
    max-width: initial;
  }
  .p-wlb-schedule-section .scroll_wrap .scroll-hint-icon {
    top: 15px;
  }
  .p-wlb-schedule-section .scroll_wrap .scroll-hint-text {
    font-weight: 700;
  }
  /* -------- block -------- */
  .p-wlb-detail__block {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .p-wlb-detail__block.reverse {
    grid-template-columns: 1fr;
  }
  .p-wlb-detail__block.reverse .block-text {
    -ms-flex-order: 1;
        order: 1;
  }
  .p-wlb-detail__block.reverse .block-img {
    -ms-flex-order: 2;
        order: 2;
  }
}
/* ---------------------------------------------
  carrer_support page
  --------------------------------------------- */
.p-carrer_support-section {
  padding-top: 7.5rem;
}
.p-carrer_support-section .c-ttl {
  margin-bottom: 80px;
}
.p-carrer_support-section.is-last {
  padding-bottom: 7.5rem;
}

/* -------- mv -------- */
.p-carrer_support-mv-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p-carrer_support-mv__img {
  width: 100%;
  position: relative;
}
.p-carrer_support-mv__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(22, 22, 22, 0.26) 80%, rgb(46, 45, 45) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-carrer_support-mv__img img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-carrer_support-mv__block {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  color: #fff;
}
.p-carrer_support-mv__block .l-wrap {
  max-width: 1066px;
}

/* -------- message -------- */
.p-carrer_support-message-section {
  padding: 7.5rem 0 10rem;
  background: linear-gradient(135deg, rgb(27, 45, 181) 0%, rgb(209, 119, 226) 65%, rgb(200, 88, 161) 80%, rgb(181, 27, 33) 100%);
  color: #fff;
}
.p-carrer_support-message-section .c-lead {
  line-height: 2.2;
}

/* -------- training -------- */
.p-carrer_support-training-section .c-ttl {
  margin-bottom: 100px;
}

.p-training__list {
  max-width: 990px;
  margin: 0 24px 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 46px;
}
.p-training__list .training-ttl {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  margin: 20px 0;
}
.p-training__list p {
  line-height: 2;
}

/* -------- support -------- */
.p-carrer_support-s-section .c-ttl {
  margin-bottom: 100px;
}

.p-support__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 52px;
}
.p-support__list li {
  border: 5px solid #D3D3D3;
  padding: 30px 24px;
  border-radius: 40px 0 40px 0;
  min-height: 24.5rem;
}
.p-support__list li:first-child {
  grid-column: 1/-1;
}
.p-support__list .support-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-support__list p {
  line-height: 2;
  max-width: 484px;
}
.p-support__list figure {
  display: block;
  margin-top: 32px;
}

/* -------- example -------- */
.p-carrer_support-example-section {
  padding: 80px 0;
  background-color: #F5F5F5;
}
.p-carrer_support-example-section .c-ttl {
  margin-bottom: 80px;
}

.p-carrer-example__block {
  border: 5px solid;
  border-radius: 10px;
  padding: 48px 26px;
  background-color: #fff;
  max-width: 1026px;
  margin: 0 auto;
}
.p-carrer-example__block:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-carrer-example__block.pm {
  border-color: #E20038;
}
.p-carrer-example__block.pm .p-carrer-example__head .example-ttl {
  color: #E20038;
}
.p-carrer-example__block.pm .p-carrer-example__timeline dt {
  color: #E20038;
}
.p-carrer-example__block.pm .p-carrer-example__timeline dt::before {
  background-color: rgba(226, 0, 56, 0.3);
}
.p-carrer-example__block.pm .p-carrer-example__timeline dt::after {
  background-color: #E20038;
}
.p-carrer-example__block.estate {
  border-color: #016DB8;
}
.p-carrer-example__block.estate .p-carrer-example__head .example-ttl {
  color: #016DB8;
}
.p-carrer-example__block.estate .p-carrer-example__timeline dt {
  color: #016DB8;
}
.p-carrer-example__block.estate .p-carrer-example__timeline dt::before {
  background-color: rgba(1, 109, 184, 0.3);
}
.p-carrer-example__block.estate .p-carrer-example__timeline dt::after {
  background-color: #016DB8;
}
.p-carrer-example__block.office {
  border-color: #671394;
}
.p-carrer-example__block.office .p-carrer-example__head .example-ttl {
  color: #671394;
}
.p-carrer-example__block.office .p-carrer-example__timeline dt {
  color: #671394;
}
.p-carrer-example__block.office .p-carrer-example__timeline dt::before {
  background-color: rgba(103, 19, 148, 0.3);
}
.p-carrer-example__block.office .p-carrer-example__timeline dt::after {
  background-color: #671394;
}

.p-carrer-example__head {
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-template-rows: auto;
  gap: 10px 20px;
}
.p-carrer-example__head .icon {
  grid-row: 1/3;
}
.p-carrer-example__head .example-ttl {
  grid-column: 2;
  font-size: 1.875rem;
  font-weight: 700;
}
.p-carrer-example__head .profile {
  grid-column: 2;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
}

.p-carrer-example__timeline {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-carrer-example__timeline dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
.p-carrer-example__timeline dl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 3.75rem;
  left: 0;
}
.p-carrer-example__timeline dl:last-child::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.5625rem;
  background-color: #000000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  bottom: 3rem;
  right: 0;
}
.p-carrer-example__timeline dt {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  gap: 0.625rem;
}
.p-carrer-example__timeline dt::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.p-carrer-example__timeline dt::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  position: absolute;
  bottom: 3rem;
}
.p-carrer-example__timeline dd {
  font-size: 1rem;
  font-weight: 500;
  min-height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 992px) {
  .p-support__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-carrer_support-section {
    padding-top: 80px;
  }
  .p-carrer_support-section .c-ttl {
    margin-bottom: 40px;
  }
  .p-carrer_support-section.is-last {
    padding-bottom: 80px;
  }
  .p-carrer_support-mv-section {
    margin-top: 60px;
  }
  .p-carrer_support-detail-section {
    padding: 80px 0;
  }
  .p-carrer_support-ttl {
    font-size: 1rem;
  }
  .p-carrer_support-catch {
    font-size: 1.375rem;
  }
  /* -------- mv -------- */
  .p-carrer_support-mv__img::after {
    height: 90%;
  }
  .p-carrer_support-mv__img img {
    min-height: initial;
  }
  .p-carrer_support-mv__block {
    bottom: 24px;
  }
  .p-carrer_support-mv__block .l-wrap {
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
  }
  /* -------- message -------- */
  .p-carrer_support-message-section {
    padding: 60px 0;
  }
  /* -------- training -------- */
  .p-carrer_support-training-section .c-ttl {
    margin-bottom: 40px;
  }
  .p-training__list {
    grid-template-columns: 1fr;
    gap: 50px;
    margin: 0 auto;
  }
  .p-training__list .training-ttl {
    margin: 16px 0;
  }
  .p-training__list p {
    line-height: 1.7;
  }
  /* -------- support -------- */
  .p-carrer_support-s-section .c-ttl {
    margin-bottom: 60px;
  }
  .p-support__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .p-support__list li {
    border: 4px solid #D3D3D3;
    padding: 30px 20px;
    border-radius: 30px 0 30px 0;
    min-height: initial;
  }
  .p-support__list .support-ttl {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .p-support__list p {
    line-height: 1.7;
  }
  .p-support__list figure {
    margin-top: 24px;
  }
  /* -------- example -------- */
  .p-carrer_support-example-section {
    padding: 60px 0;
  }
  .p-carrer_support-example-section .c-ttl {
    margin-bottom: 40px;
  }
  .p-carrer-example__block {
    border: 4px solid;
    padding: 40px 20px;
  }
  .p-carrer-example__head {
    grid-template-columns: 80px 1fr;
    gap: 10px 20px;
  }
  .p-carrer-example__head .example-ttl {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .p-carrer-example__head .profile {
    font-size: 0.9375rem;
  }
  .p-carrer-example__timeline {
    margin-top: 30px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .p-carrer-example__timeline dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    gap: 24px;
    position: relative;
    -ms-flex: 1;
        flex: 1;
    padding-bottom: 20px;
  }
  .p-carrer-example__timeline dl::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000000;
    position: absolute;
    bottom: -16px;
    left: 70px;
  }
  .p-carrer-example__timeline dl:last-child::after {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    background-color: #000000;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -20px;
    right: initial;
    left: 59px;
  }
  .p-carrer-example__timeline dt {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: italic;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    gap: 16px;
  }
  .p-carrer-example__timeline dt::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .p-carrer-example__timeline dt::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    bottom: 7px;
    right: 7px;
  }
  .p-carrer-example__timeline dd {
    font-size: 0.9375rem;
  }
}
/* ---------------------------------------------
  benefit page
  --------------------------------------------- */
.p-benefit-section {
  padding: 5rem 0;
}
.p-benefit-section.intro-section {
  padding: 6.25rem 0;
}
.p-benefit-section.bg-section {
  background-color: #F5F5F5;
}

/* -------- leave list -------- */
.p-benefit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-benefit__list .item {
  padding: 28px 14px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.p-benefit__list .item:nth-child(3n+1) {
  border-left: 1px solid #707070;
}
.p-benefit__list .item:nth-child(-n+3) {
  border-top: 1px solid #707070;
}
.p-benefit__list .item .ttl {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-benefit__list .item .desc {
  margin-top: 20px;
}

.p-beneft-point__list {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 3.75rem 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-benefit__list {
    grid-template-columns: 1fr;
  }
  .p-benefit__list .item {
    padding: 20px;
    border-left: 1px solid #707070;
  }
  .p-benefit__list .item:nth-child(-n+3) {
    border-top: none;
  }
  .p-benefit__list .item:first-child {
    border-top: 1px solid #707070;
  }
}
@media screen and (max-width: 480px) {
  .p-beneft-point__list {
    gap: 30px 1.25rem;
  }
}
/* ---------------------------------------------
  jobdescription page
  --------------------------------------------- */
.p-jobdescription-section {
  padding: 7.5rem 0 0;
}
.p-jobdescription-section.estate-section {
  padding-top: 5rem;
}
.p-jobdescription-section.pm-section {
  padding-bottom: 7.5rem;
}
.p-jobdescription-section .c-lead {
  line-height: 2.2;
}

.p-jobdescription-group__block {
  text-align: center;
  margin-top: 6.25rem;
}
.p-jobdescription-group__block .group-name {
  background-color: #707070;
  border-radius: 10px;
  padding: 16px 38px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
.p-jobdescription-group__block .business-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 343px));
  -ms-flex-pack: center;
      justify-content: center;
  gap: 4.375rem;
}
.p-jobdescription-group__block .business-list .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.p-jobdescription-group__block .business-list .item.estate .business-ttl {
  background-color: #016DB8;
}
.p-jobdescription-group__block .business-list .item.pm .business-ttl {
  background-color: #E20039;
}
.p-jobdescription-group__block .business-list .business-ttl {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 500;
  padding: 10px;
}
.p-jobdescription-group__block .business-list .list {
  border: 2px solid #000;
  border-top: none;
  padding: 20px 20px 40px;
  text-align: left;
  height: 100%;
  line-height: 1.7;
  font-size: 1rem;
}
.p-jobdescription-group__block .business-list .list a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.p-jobdescription-section .l-wrap {
  max-width: 1066px;
}
.p-jobdescription-section .c-ttl {
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 5rem;
}
.p-jobdescription-section.estate-section .c-ttl {
  color: #016DB8;
}
.p-jobdescription-section.pm-section .c-ttl {
  color: #E20039;
}

.p-jobdescription-detail {
  max-width: 966px;
  margin: 0 auto;
}

.p-jobdescription-ttl {
  font-size: 1.125rem;
  font-size: max(1.125rem, 16px);
  font-weight: 700;
  margin-bottom: 40px;
}

.p-jobdescription-table {
  border-collapse: collapse;
  width: 100%;
  font-size: max(0.9375rem, 14px);
}
.p-jobdescription-table td,
.p-jobdescription-table th {
  padding: 20px;
  border: 1px solid #01073F;
}
.p-jobdescription-table th {
  width: 195px;
  font-weight: 400;
  line-height: 1.73;
}
.p-jobdescription-table th {
  background: #F2F2F2;
}
.p-jobdescription-table p {
  line-height: 1.73;
}
.p-jobdescription-table p:not(:last-of-type) {
  margin-bottom: 24px;
}

/* ------ accordion ------ */
.p-jobdescription-company {
  max-width: 960px;
  margin: 80px auto 0;
}

.p-jobdescription-accordion {
  margin: 0 auto;
}
.p-jobdescription-accordion:not(:last-child) {
  margin-bottom: 20px;
}
.p-jobdescription-accordion.is-open .p-jobdescription-accordion__ttl::after {
  content: "";
  background: url("../img/common/icon_minus.svg") no-repeat center/100%;
}
.p-jobdescription-accordion:last-of-type .p-jobdescription-accordion__body {
  padding-bottom: 0;
}

.p-jobdescription-accordion__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease all;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding: 20px 24px 20px 0;
  border-bottom: 1px solid #707070;
}
.p-jobdescription-accordion__ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url("../img/common/icon_plus.svg") no-repeat center/100%;
}

.p-jobdescription-accordion__body {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 5rem 0 6.25rem;
}
.p-jobdescription-accordion__body .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
.p-jobdescription-accordion__body .wrap::before {
  content: "A.";
  color: #A78F45;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-jobdescription-section {
    padding: 60px 0 0;
  }
  .p-jobdescription-section.estate-section {
    padding-top: 60px;
  }
  .p-jobdescription-section.pm-section {
    padding-bottom: 80px;
  }
  .p-jobdescription-group__block {
    text-align: center;
    margin-top: 40px;
    position: relative;
  }
  .p-jobdescription-group__block .group-name {
    display: block;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
  }
  .p-jobdescription-group__block .branch {
    width: 22px;
    position: absolute;
    top: 42px;
    left: 16px;
  }
  .p-jobdescription-group__block .branch img {
    width: 100%;
  }
  .p-jobdescription-group__block .business-list {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 38px;
    margin-top: 24px;
  }
  .p-jobdescription-group__block .business-list .business-ttl {
    font-size: 1rem;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    padding: 10px;
  }
  .p-jobdescription-group__block .business-list .list {
    padding: 20px 16px;
    font-size: 0.9375rem;
  }
  .p-jobdescription-group__block .business-list .list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .p-jobdescription-section .c-ttl {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
  .p-jobdescription-ttl {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .p-jobdescription-table {
    font-size: 0.875rem;
  }
  .p-jobdescription-table tbody,
  .p-jobdescription-table tr,
  .p-jobdescription-table th,
  .p-jobdescription-table td {
    display: block;
    width: 100%;
  }
  .p-jobdescription-table th {
    border-bottom: none;
  }
  .p-jobdescription-table tr:not(:first-of-type) th {
    border-top: none;
  }
  /* ------ accordion ------ */
  .p-jobdescription-company {
    margin: 60px auto 0;
  }
  .p-jobdescription-accordion:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-jobdescription-accordion__ttl {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 16px 24px 16px 0;
  }
  .p-jobdescription-accordion__ttl::after {
    width: 16px;
    height: 16px;
  }
  .p-jobdescription-accordion__ttl.sm {
    font-size: 0.95rem;
  }
  .p-jobdescription-accordion__body {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 40px 0 80px;
  }
  .p-jobdescription-accordion__body .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 24px;
  }
  .p-jobdescription-accordion__body .wrap::before {
    content: "A.";
    color: #A78F45;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
/* ---------------------------------------------
  entry page
  --------------------------------------------- */
.p-entry-section {
  padding: 7.5rem 0;
}
.p-entry-section .c-btn {
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-entry-section {
    padding: 80px 0;
  }
}