@charset "UTF-8";
/* 各パーツのcss */
/* ハンバーガーメニュー */
/*====================================================================
hamburger-menu
====================================================================*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 7px;
  top: 6px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 29px;
  height: 3px;
  left: 7px;
  background: #000;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 6px;
}
.hamburger span:nth-child(2) {
  top: 14.5px;
}
.hamburger span:nth-child(3) {
  top: 23px;
}
.hamburger p {
  display: block;
  position: absolute;
  left: 7px;
  top: 28px;
  font-size: 11px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

/* ナビ開いてる時のボタン */
.active span:nth-child(1) {
  top: 19px;
  left: 6px;
  background: #000;
  transform: rotate(-45deg);
}

.active .txt {
  display: none;
  transform: rotate(-45deg);
}

.active span:nth-child(2),
.active span:nth-child(3) {
  top: 19px;
  background: #000;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fdd000;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  height: 100vh;
  overflow: scroll;
  visibility: hidden; /* 追加 */
}
nav.globalMenuSp .about-wrap-botton {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  margin-bottom: 26px;
}
nav.globalMenuSp .about-wrap-botton a {
  width: 48%;
}
nav.globalMenuSp .about-wrap-botton a .about-button {
  background-color: #fff;
  padding: 2vh;
  border-radius: 3px;
}
nav.globalMenuSp .about-wrap-botton a .about-button p {
  color: #000;
  margin-top: 9px;
}
nav.globalMenuSp .about-wrap-botton a .about-button img {
  margin: auto;
}
nav.globalMenuSp .menu-box {
  width: 100%;
  height: auto;
  padding: 0 3vh;
  margin: 3vh 0;
}
nav.globalMenuSp .menu-box li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  background: #fff;
  margin-bottom: 1vh;
  text-align: left;
  border-radius: 3px;
}
nav.globalMenuSp .menu-box li img {
  width: 35px;
  margin-right: 2vw;
}
nav.globalMenuSp .menu-box li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp .menu-box li a {
  display: flex;
  color: #000;
  padding: 0.8vh;
  text-decoration: none;
  font-size: 1em;
  align-items: center;
}
nav.globalMenuSp .about-area {
  padding: 0 3vh;
  margin-bottom: 3vh;
}
nav.globalMenuSp .about-area li {
  padding-bottom: 1vh;
  width: 100%;
  margin: auto;
}
nav.globalMenuSp .about-area li .bnr-img {
  max-width: 100%;
}
nav.globalMenuSp .about-area .corezo-rogo img {
  width: 60%;
}
nav.globalMenuSp .about-area img {
  margin: auto;
  text-align: center;
}
nav.globalMenuSp .about-area p.about-text {
  line-height: 1.6;
  font-size: 0.8em;
  text-align: left;
  margin: 1vh 0;
}
nav.globalMenuSp .about-area p.banner-text {
  color: #000;
  margin-bottom: 1vh;
  border-bottom: 2px solid #000;
  padding-bottom: 1vh;
}
nav.globalMenuSp .corezo-banner {
  padding: 0 18px;
  margin: 26px 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
nav.globalMenuSp.active body {
  height: 100%;
  overflow: hidden;
}

.active .pagetop {
  opacity: 100;
}

.menu-box {
  width: 36px;
  height: 32px;
}

.ad-area-nav {
  margin: 3vh;
  max-width: 100%;
}
.ad-area-nav .imageArea img {
  width: 100%;
}
.ad-area-nav .ad-txt-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2vw;
}
.ad-area-nav .ad-txt-box .pr-text {
  display: flex;
  text-align: left;
  font-weight: bold;
}
.ad-area-nav .ad-txt-box .more-text {
  font-size: 1em;
}
.ad-area-nav .ad-txt-box .more-text::after {
  content: "";
  height: 8px;
  width: 16px;
  display: inline-block;
  background-image: url(https://dev-pmock.corezo.co.jp/images/sp_ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
}
.ad-area-nav .btm3 {
  margin-bottom: 3vw;
}
.ad-area-nav .btm3 img {
  width: 100%;
}
.ad-area-nav .pr-bnr {
  display: block;
  border: #000 1px solid;
}
.ad-area-nav .pr-bnr img {
  width: 100%;
}

.ad-area .imageArea img {
  width: 100%;
}
.ad-area .ad-txt-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2vw;
}
.ad-area .ad-txt-box .pr-text {
  display: flex;
  text-align: left;
  font-weight: bold;
}
.ad-area .ad-txt-box .more-text {
  font-size: 1em;
}
.ad-area .ad-txt-box .more-text::after {
  content: "";
  height: 8px;
  width: 16px;
  display: inline-block;
  background-image: url(https://dev-pmock.corezo.co.jp/images/sp_ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
}
.ad-area .btm3 {
  margin-bottom: 3vw;
}
.ad-area .btm3 img {
  width: 100%;
}
.ad-area .pr-bnr {
  display: block;
  border: #000 1px solid;
}
.ad-area .pr-bnr img {
  width: 100%;
}

.a-text {
  display: flex;
  margin: 16px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-size: 14px;
  color: #000;
}
.a-text img {
  width: 18px;
  margin-right: 5px;
}

.footer-rogo-box-menu .footer-corezo img {
  width: 70%;
  margin: auto;
}
.footer-rogo-box-menu .footer-sns-menu {
  display: flex;
  margin: auto;
  padding-top: 2vh;
  justify-content: center;
}
.footer-rogo-box-menu .footer-sns-menu .footer-rogo-menu {
  margin-right: 2vh;
  width: 6vh;
}

.footer-about-menu ul {
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}
.footer-about-menu ul li {
  margin-right: 3vh;
}
.footer-about-menu ul li a {
  color: #000;
  font-weight: 500;
  font-size: 0.7em;
}

/* ページネーション */
/*====================================================================
pagination
====================================================================*/
@media screen and (min-width: 600px) {
  @keyframes cdp-in {
    from {
      transform: scale(1.5);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .pagination {
    margin-top: 21px;
    display: flex;
  }
  .cdp {
    position: relative;
    text-align: center;
    font-size: 0;
    margin: 50px 0;
    background-color: #fff;
    display: block;
    margin: auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px;
  }
  .cdp_i {
    font-size: 14px;
    text-decoration: none;
    transition: background 250ms;
    text-transform: uppercase;
    margin: 6px;
    height: 38px;
    min-width: 38px;
    border-radius: 6px;
    line-height: 38px;
    padding: 0;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.03em;
    display: none;
  }
  .cdp_i:first-child, .cdp_i:last-child {
    padding: 0 12px;
  }
  .cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
    display: inline-block;
  }
  .cdp_i:hover {
    background-color: #ffe06c;
    color: #000;
  }
  .cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
    display: inline-block;
  }
  .cdp img {
    width: 16px;
    height: 16px;
    display: inline-block;
    top: -30%;
    position: relative;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(2) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(3) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(4) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(5) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(6) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(7) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(8) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(9) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(10) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(11) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(12) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(13) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(14) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(15) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(16) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(17) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(18) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(19) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(20) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(21) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(22) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(23) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(24) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(25) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(26) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(27) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(28) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(29) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(30) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(31) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(32) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(33) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(34) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(35) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(36) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(37) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(38) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(39) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(40) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(41) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(42) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(43) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(44) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(45) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(46) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(47) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(48) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(49) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(50) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(51) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(52) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(53) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(54) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(55) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(56) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(57) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(58) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(59) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(60) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(61) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(62) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(63) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(64) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(65) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(66) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(67) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(68) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(69) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(70) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(71) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(72) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(73) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(74) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(75) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(76) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(77) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(78) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(79) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(80) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #000;
    font-size: 14px;
    margin-left: -6px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(81) {
    background-color: #ffe06c;
    color: #000;
    display: inline-block;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    width: 38px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #000;
    font-size: 12px;
    margin-left: -6px;
  }
  .pagination__pos {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  @keyframes cdp-in {
    from {
      transform: scale(1.5);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .pagination {
    margin: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination__pos {
    order: 2;
    margin: 0 1em;
    padding: 0.5em;
  }
  .pagination__btn--prev {
    order: 1;
  }
  .pagination__btn--next {
    order: 3;
  }
  .pagination__btn--prev,
  .pagination__btn--next,
  .pagination__item a,
  .pagination__item--current {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    text-align: center;
    background: #ffe06c;
    border-radius: 9px;
    min-width: 2em;
    transition: all 0.2s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    width: 3em;
  }
  .pagination__btn--prev img,
  .pagination__btn--next img,
  .pagination__item a img,
  .pagination__item--current img {
    width: 100%;
    padding: 10px 16px;
    display: inline-block;
  }
  .content_detail__pagination {
    display: none;
  }
  .cdp {
    display: none;
  }
}
/* 検索ボタン */
/*====================================================================
search-box
====================================================================*/
@media screen and (min-width: 600px) {
  #form {
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    max-width: 268px;
  }
  .form-box {
    padding: 0 7px;
    width: 203px;
  }
  #keyword {
    width: 148px;
    height: 32px;
    padding: 0 10px;
    border-radius: 2px;
    outline: 0;
    background: #fff;
    font-size: 12px;
  }
  #keyword ＆:hover {
    background: #ffff7f;
  }
  #sbtn {
    height: 35px;
    position: absolute;
    left: 161px;
    top: 0;
    background: none;
    color: #666;
    border: none;
    font-size: 14px;
  }
  #sbtn:hover {
    color: #f9d81a;
  }
  .sp #sbtn {
    left: 149px;
  }
}
@media screen and (max-width: 599px) {
  #form {
    position: relative;
    max-width: 268px;
    background-color: #fff;
    border-radius: 2px;
  }
  .form-box {
    padding: 0 7px;
    width: 145px;
  }
  #keyword {
    width: 131px;
    height: 32px;
    padding: 0 10px;
    border-radius: 2px;
    outline: 0;
    background: #fff;
    font-size: 10px;
  }
  #keyword ＆:hover {
    background: #ffff7f;
  }
  #sbtn {
    height: 32px;
    position: absolute;
    left: 108px;
    top: 0;
    background: none;
    color: #666;
    border: none;
    font-size: 12px;
  }
  #sbtn:hover {
    color: #f9d81a;
  }
  .sp #sbtn {
    left: 149px;
  }
}
/* スライドバナー */
/*====================================================================
slick
====================================================================*/
.ad-slide .slick-dots {
  display: none;
}

.slick-top .slider-wrap .sliderArea .no-text a::before {
  content: none !important;
}

.slick-top {
  /*ドット同士の間の距離を変える*/
  /*====================================================================
  .full-screen
  ====================================================================*/
  /*====================================================================
  slick.css
  ====================================================================*/
  /* slick.css */
  /*====================================================================
  slick-theme.css
  ====================================================================*/
  /* Arrows */
  /* Dots */
}
.slick-top .slick-slide,
.slick-top .slick-slider .slick-track,
.slick-top .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -ms-perspective: 1000;
  perspective: 1000;
  backface-visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .slick-top .slider-wrap {
    margin: 56px 0 auto;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
  }
  .slick-top .slick-content {
    position: absolute;
    top: 52%;
    left: 4%;
    z-index: 1;
    color: #fff;
    width: 92%;
  }
  .slick-top .slick-content .slick-title {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .slick-top .slick-content .margin {
    margin-top: 32px;
  }
  .slick-top .slick-slide img {
    width: 100%;
    transition: 1s all;
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-top .slick-slide a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.788));
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-top .slick-dots {
    position: absolute;
    bottom: -28px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-top .slick-dots li button {
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-top .slick-dots li button:before {
    font-family: "slick";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #ccc9c9;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-top .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f7d247;
  }
}
@media screen and (max-width: 1023px) {
  .slick-top .slider-wrap {
    margin: 3vh auto;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
  }
  .slick-top .slick-content {
    position: absolute;
    top: 50%;
    left: 4%;
    z-index: 1;
    color: #fff;
    width: 92%;
  }
  .slick-top .slick-content .slick-title {
    margin: 0;
    padding: 0;
    font-size: 1.8vh;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .slick-top .slick-content .margin {
    margin-top: 4.1vh;
  }
  .slick-top .slick-slide img {
    width: 100%;
    transition: 1s all;
    height: 23vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-top .no-text .slick-slide a::before {
    content: none;
  }
  .slick-top .slick-slide a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.788));
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-top .slick-dots {
    position: absolute;
    bottom: -28px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-top .slick-dots li button {
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-top .slick-dots li button:before {
    font-family: "slick";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #ccc9c9;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-top .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f7d247;
  }
}
.slick-top .slider-wrap .sliderArea {
  max-width: 100%;
  margin: 10px 0 36px auto;
  padding: 0 25px;
}
.slick-top .slider-wrap .sliderArea .w300 {
  max-width: 400px;
}
.slick-top .slider-wrap .sliderArea .slick-initialized .slick-slide {
  display: block;
}
.slick-top .slider-wrap .sliderArea .no-text::before {
  display: none !important;
}
.slick-top .slider-wrap .sliderArea .slick {
  position: relative;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-top .slider-wrap .sliderArea .slick a:hover {
  opacity: 0.8;
}
.slick-top .slider-wrap .sliderArea .slick a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.788));
  position: absolute;
  top: 0;
  left: 0;
}
.slick-top .slider-wrap .sliderArea .slick .slick-content .slick-label {
  margin-bottom: 0.6vh;
  font-weight: bold;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  padding: 0.5vh 1.5vh;
  display: inline-block;
}
.slick-top .slider-wrap .sliderArea .slick .slick-content .event {
  background-color: #e4631b;
}
.slick-top .slider-wrap .sliderArea .slick .slick-content .tourism {
  background-color: #8b55ef;
}
.slick-top .slider-wrap .sliderArea .slick .slick-content .gourmet {
  background-color: #ea4545;
}
.slick-top .slider-wrap .sliderArea .slick .slick-content .souvenir {
  background-color: #03a700;
}
.slick-top .slider-wrap .sliderArea .slick .slick-content .column {
  background-color: #007ffe;
}
.slick-top .slick-slide {
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  border-radius: 9px;
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slick-top .slick-dots li {
  margin: 0;
}
.slick-top .slick-arrow:before {
  content: "" !important;
}
.slick-top .slick-prev,
.slick-top .slick-next {
  z-index: 1;
}
.slick-top .slick-prev:before,
.slick-top .slick-next:before {
  color: rgb(0, 0, 0);
}
.slick-top .slick-dots li {
  width: 21px;
}
.slick-top .slick-active {
  opacity: 1;
}
.slick-top .slick-current {
  opacity: 1;
}
.slick-top .thumb {
  margin: 20px 0 0;
}
.slick-top .thumb .slick-slide {
  cursor: pointer;
}
.slick-top .thumb .slick-slide:hover {
  opacity: 0.7;
}
.slick-top .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slick-top .full-screen .slick-list {
  overflow: visible;
}
.slick-top .full-screen.slider {
  max-width: 400px;
  margin: 0 auto;
}
.slick-top .main {
  max-width: 960px;
}
.slick-top .main p {
  font-size: 20px;
}
.slick-top .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-top .slick-list:focus {
  outline: none;
}
.slick-top .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-top .slick-slider .slick-track,
.slick-top .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-top .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-top .slick-track:before,
.slick-top .slick-track:after {
  display: table;
  content: "";
}
.slick-top .slick-track:after {
  clear: both;
}
.slick-top .slick-loading .slick-track {
  visibility: hidden;
}
.slick-top .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-top [dir=rtl] .slick-slide {
  float: right;
}
.slick-top .slick-slide.slick-loading img {
  display: none;
}
.slick-top .slick-slide.dragging img {
  pointer-events: none;
}
.slick-top .slick-initialized .slick-slide {
  display: block;
}
.slick-top .slick-loading .slick-slide {
  visibility: hidden;
}
.slick-top .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-top .slick-arrow.slick-hidden {
  display: none;
}
.slick-top .slick-prev,
.slick-top .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-top .slick-prev:hover,
.slick-top .slick-prev:focus,
.slick-top .slick-next:hover,
.slick-top .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-top .slick-prev:hover:before,
.slick-top .slick-prev:focus:before,
.slick-top .slick-next:hover:before,
.slick-top .slick-next:focus:before {
  opacity: 1;
}
.slick-top .slick-prev.slick-disabled:before,
.slick-top .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-top .slick-prev:before,
.slick-top .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-top .slick-prev {
  left: -25px;
}
.slick-top [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-top .slick-prev:before {
  content: "←";
}
.slick-top [dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-top .slick-next {
  right: -25px;
}
.slick-top [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-top .slick-next:before {
  content: "→";
}
.slick-top [dir=rtl] .slick-next:before {
  content: "←";
}
.slick-top .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-top .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-top .slick-dots li button:hover,
.slick-top .slick-dots li button:focus {
  outline: none;
}
.slick-top .slick-dots li button:hover:before,
.slick-top .slick-dots li button:focus:before {
  opacity: 1;
}

/* ハンバーガーメニュー */
/*====================================================================
lightbox
====================================================================*/
.lb-number {
  display: none;
}/*# sourceMappingURL=parts.css.map */