
@media screen and (max-width: 991px) {
 th { padding: 12px; min-width: 12rem;  }
 td { padding: 12px;  }
}

@media screen and (min-width: 992px) {
 th, td { padding: 12px; }
 .ta2 thead th { min-width: 5rem }
}

table td { font-size: 1.05rem; } 
table th, .ta.ta-responsive-full tbody td:before { font-size: 1rem; padding-right: 1.5rem; text-transform: capitalize; vertical-align: top; } 

table { width: 100%; border-collapse: collapse; display: table }
table tfoot { position: sticky; bottom: 0px; z-index: 1; backdrop-filter: blur(12px); }
table tfoot tr {
 margin: 0px;
 text-align: start;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
 padding: 6px 12px;
 font-weight: 500;
}

thead { background: transparent; border-bottom: 1px solid rgb(177, 185, 190) !important; font-weight: 500; } 
.table { margin-bottom: 0; }

.table>:not(:first-child) { border-top: 1px solid currentColor; }


/*  SORTING TABLE */

.table thead th {
    padding: 15px 14px;
    position: relative;
    text-align: left;
    font-weight: 500;
}

.ta-responsive-full-width { min-height: .01%; overflow-x: auto }

@media (max-width:801px) {
	.ta-responsive-full-width { -ms-overflow-style: -ms-autohiding-scrollbar; overflow-y: hidden; width: 100% }
}

.ta-responsive-full-width .ta,
.ta-responsive-full-width .td { white-space: nowrap }
.ta { border-spacing: 0; max-width: 100%; width: 100% }
.ta tfoot th,
.ta thead th { padding: 15px 14px; position: relative; text-align: left; font-weight: 500; }
.ta thead th { min-width: 5rem }

@media (max-width:992px) {
	.ta thead th .ta-checkbox-column { padding: .47rem }
 .ta thead th { min-width: 5rem }
 .ta2 thead th { min-width: 14rem;  width: 14rem }
}

.ta td, .ta th { position: relative; vertical-align: top; padding: 12px; }
.ta td { color: var(--color-darker); font-weight: 400;  }


@media (max-width:991px) {
	.ta.ta-responsive-full tfoot tr,
	.ta.ta-responsive-full thead tr { display: none }
	.ta.ta-responsive-full tbody { display: grid; grid-template-columns: minmax(320px, 1fr) }

	.ta.ta-responsive-full tbody:last-child { margin-bottom: 0 }
	.ta.ta-responsive-full tbody td,
	.ta.ta-responsive-full tbody tr { display: block }
	.ta.ta-responsive-full tbody td { padding-left: 40%; position: relative }

 .ta.ta-responsive-full.sortable thead tr { display: block; margin: 10px 0; text-align: center }
 .ta.ta-responsive-full.sortable thead th { display: none; }
 .ta.ta-responsive-full.sortable thead th.ta-checkbox-column { padding: .47rem }
}


@media (max-width:360px) {
	.ta.ta-responsive-full tbody td { padding-left: 14px }
	.ta.ta-responsive-full tbody td:before { display: block; margin-bottom: .5em; margin-left: 0 }
}


@media (min-width:992px) {
 .ta.sortable2 th:not(.ta-checkbox-column):after, .fixtable.ta.sortable2 th:not(.ta-checkbox-column):after { content: ""; background: url('../images/icon/icon_caret_down.svg'); top: 40% }
 .ta.sortable3 th:not(.ta-checkbox-column):after, .fixtable.ta.sortable3 th:not(.ta-checkbox-column):after { content: ""; background: url('../images/icon/icon_caret_down.svg'); top: 35% }
}

.ta.ta-responsive-force-full { box-shadow: none }
.ta.ta-responsive-force-full tbody { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)) }

@media (max-width:801px) {
	.ta.ta-responsive-force-full tbody { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) }
}

.ta.ta-responsive-force-full tbody tr { background-color: transparent; margin-bottom: 20px }
.ta.ta-responsive-force-full tbody tr:hover { background-color: transparent }
.ta.ta-responsive-force-full tbody td { background-color: var(--color-light); border: 1px solid var(--color-tertiary); display: block; min-height: 3rem; padding-left: 50%; word-break: break-all }

/*  END SORTING TABLE */




/* PAGINATION */

@keyframes cdp-in {
 from { transform: scale(1.5); opacity: 0; }
 to { transform: scale(1); opacity: 1; }
}

.cdp {
 position: relative;
 text-align: center;
 z-index: 6;
 margin: 30px 0;
 animation: cdp-in 500ms ease both;
 animation-timeout: 200ms;
}
.cdp_i {
 font-size: 14px;
 text-decoration: none;
 transition: background 250ms;
 margin: 0 3px 6px;
 border-radius: 36px;
 line-height: 36px;
 padding: 0;
 color: rgb(68, 68, 68);
 font-weight: 600;
 letter-spacing: 0.03em;
 display: none;
 -webkit-box-align: center;
 align-items: center;
 -webkit-box-pack: center;
 justify-content: center;
 max-width: 36px;
 height: 36px;
 min-width: 36px;
}

.cdp_i:first-child { display: inline-block; transition: opacity .15s ease; }

.cdp_i .cdp_i:nth-child(2) + .cdp_i:first-child {
 display: inline-block !important; opacity: 1.0; transition: opacity .15s ease;
}

.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) { display: inline-block; }

.cdp_i:hover {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68); opacity: 1.0;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
 display: inline-block; 
}

.cdp[actpage="-1"] .cdp_i:nth-child(0) + .cdp_i:first-child {
 display: inline-block !important; 
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
 width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
 display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) { display: inline-block; }
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) { display: inline-block; }
.cdp[actpage="47"] .cdp_i:nth-child(48) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) { display: inline-block; }
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) { display: inline-block; }
.cdp[actpage="48"] .cdp_i:nth-child(49) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) { display: inline-block; }
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) { display: inline-block; }
.cdp[actpage="49"] .cdp_i:nth-child(50) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) { display: inline-block; }
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) { display: inline-block; }
.cdp[actpage="50"] .cdp_i:nth-child(51) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) { display: inline-block; }
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) { display: inline-block; }
.cdp[actpage="51"] .cdp_i:nth-child(52) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) { display: inline-block; }
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) { display: inline-block; }
.cdp[actpage="52"] .cdp_i:nth-child(53) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) { display: inline-block; }
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) { display: inline-block; }
.cdp[actpage="53"] .cdp_i:nth-child(54) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) { display: inline-block; }
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) { display: inline-block; }
.cdp[actpage="54"] .cdp_i:nth-child(55) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) { display: inline-block; }
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) { display: inline-block; }
.cdp[actpage="55"] .cdp_i:nth-child(56) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) { display: inline-block; }
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) { display: inline-block; }
.cdp[actpage="56"] .cdp_i:nth-child(57) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) { display: inline-block; }
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) { display: inline-block; }
.cdp[actpage="57"] .cdp_i:nth-child(58) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) { display: inline-block; }
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) { display: inline-block; }
.cdp[actpage="58"] .cdp_i:nth-child(59) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) { display: inline-block; }
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) { display: inline-block; }
.cdp[actpage="59"] .cdp_i:nth-child(60) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) { display: inline-block; }
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) { display: inline-block; }
.cdp[actpage="60"] .cdp_i:nth-child(61) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) { display: inline-block; }
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) { display: inline-block; }
.cdp[actpage="61"] .cdp_i:nth-child(62) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) { display: inline-block; }
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) { display: inline-block; }
.cdp[actpage="62"] .cdp_i:nth-child(63) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) { display: inline-block; }
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) { display: inline-block; }
.cdp[actpage="63"] .cdp_i:nth-child(64) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) { display: inline-block; }
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) { display: inline-block; }
.cdp[actpage="64"] .cdp_i:nth-child(65) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) { display: inline-block; }
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) { display: inline-block; }
.cdp[actpage="65"] .cdp_i:nth-child(66) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) { display: inline-block; }
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) { display: inline-block; }
.cdp[actpage="66"] .cdp_i:nth-child(67) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) { display: inline-block; }
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) { display: inline-block; }
.cdp[actpage="67"] .cdp_i:nth-child(68) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) { display: inline-block; }
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) { display: inline-block; }
.cdp[actpage="68"] .cdp_i:nth-child(69) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) { display: inline-block; }
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) { display: inline-block; }
.cdp[actpage="69"] .cdp_i:nth-child(70) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) { display: inline-block; }
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) { display: inline-block; }
.cdp[actpage="70"] .cdp_i:nth-child(71) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) { display: inline-block; }
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) { display: inline-block; }
.cdp[actpage="71"] .cdp_i:nth-child(72) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) { display: inline-block; }
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) { display: inline-block; }

.cdp[actpage="72"] .cdp_i:nth-child(73) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) { display: inline-block; }
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) { display: inline-block; }

.cdp[actpage="73"] .cdp_i:nth-child(74) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) { display: inline-block; }
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) { display: inline-block; }

.cdp[actpage="74"] .cdp_i:nth-child(75) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) { display: inline-block; }
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) { display: inline-block; }

.cdp[actpage="75"] .cdp_i:nth-child(76) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) { display: inline-block; }
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) { display: inline-block; }

.cdp[actpage="76"] .cdp_i:nth-child(77) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) { display: inline-block; }
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) { display: inline-block; }

.cdp[actpage="77"] .cdp_i:nth-child(78) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) { display: inline-block; }
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) { display: inline-block; }

.cdp[actpage="78"] .cdp_i:nth-child(79) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) { display: inline-block; }
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) { display: inline-block; }

.cdp[actpage="79"] .cdp_i:nth-child(80) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}
.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;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
 display: inline-block;
 pointer-events: none;
 color: transparent;
 border-color: transparent;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) { display: inline-block; }
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) { display: inline-block; }

.cdp[actpage="80"] .cdp_i:nth-child(81) {
 background-color: rgba(0, 0, 0, 0.04);
 color: rgb(68, 68, 68);
 display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
 display: inline-block !important; opacity: .2; transition: opacity .15s ease;
}

.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;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
 content: "...";
 color: rgb(68, 68, 68);
 font-size: 20px;
 margin-left: -6px;
}

/*  END pagination */


/* TABLE SCROLL */

#tablescroll .table-scroll {
 position: relative; width: 100%; z-index: 1; margin: auto; overflow: auto; height: 250px;
}

#tablescroll .table-scroll table {
 width: 100%; min-width: 1280px;
 margin: auto; border-collapse: collapse; border-spacing: 0;
 font-size: 1rem; text-transform: capitalize; vertical-align: top;
}

@media screen and (max-width: 1199px) {
 #tablescroll .table-scroll table { border-collapse: separate; }
}

#tablescroll .table-wrap { position: relative; }
#tablescroll .table-scroll tr td { padding: 12px; background: #fff; margin-right: 2rem; }
#tablescroll .table-scroll thead th {
 background: #fff; padding: 12px;
 color: #444; border-bottom: 1px solid #01A982; font-weight: 500;
 position: -webkit-sticky; position: sticky; top: 0;
}

#tablescroll .table-scroll > .table-striped>tbody>tr:nth-of-type(odd)>* { background: #f2f2f2; }

/* safari and ios need the tfoot itself to be position:sticky also */

#tablescroll .table-scroll tfoot, #tablescroll .table-scroll tfoot th, #tablescroll .table-scroll tfoot td {
 position: -webkit-sticky; position: sticky; bottom: 0; background: #666; color: #fff; z-index: 4;
}

#tablescroll th:first-child { 
 position: -webkit-sticky; position: sticky; left: 0; z-index: 2; padding: 12px; background: #fff; 
}

#tablescroll .table-scroll tr:last-child { border-bottom: 1px solid #444; }

#tablescroll thead th:first-child { z-index: 5; }
#tablescroll th { z-index: 3; font-weight: 400; }

#tablescroll .sortable th.ta_noarrow:not(.ta-checkbox-column)::before { background: none; }
#tablescroll .sortable th.ta_noarrow:not(.ta-checkbox-column)::after { background: none; }

#tablescroll .table-scroll table .sortable th:before { content: ""; background: url('../images/icon/icon_caret_up.svg'); }
#tablescroll .table-scroll table .sortable th:after { content: ""; background: url('../images/icon/icon_caret_down.svg'); top: 35% }

@media (max-width: 991px) {
 .table-responsive { margin-bottom: 1rem; }
}

/* END TABLE SCROLL */


/* VERTICAL TABLE SCROLL */

#scrolltable .table-wrapper { height: 338px; overflow: auto; }
#scrolltable table { border-spacing: 0; font-size: 1rem; font-weight: 500; margin-bottom: 0; }
#scrolltable table thead { color: #fff; }
#scrolltable th, #scrolltable td  { white-space: nowrap; padding: 15px 14px; }
#scrolltable tr:last-child td { border-bottom: none; }

/* .ta.sortable th:before 
{ content: ""; background: url('../images/icon/icon_caret_up.svg'); }
.ta.sortable th:after 
{ content: ""; background: url('../images/icon/icon_caret_down.svg'); top: 50%;  }

.ta.sortable.sortarrow_white th:before 
{ content: ""; background: url('../images/icon/icon_caret_up.svg'); filter: invert(1); }
.ta.sortable.sortarrow_white th:after 
{ content: ""; background: url('../images/icon/icon_caret_down.svg'); top: 50%; filter: invert(1); }
 */

/* STICKY ROW – Normal css box-shadow works for the header as it is a single html element */
#scrolltable tr.sticky_purple { position: sticky; top: 0; z-index: 1; background: #7630EA; border-bottom: 3px solid #444; }
#scrolltable tr.sticky_lightblue { position: sticky; top: 0; z-index: 1; background: #32DAC8; color: #444; border-bottom: 3px solid #444; }


/*STICKY COLUMN – Avoid undesirable overlapping shadows by creating a faux shadow on the ::after psudo-element instead of using the css box-shadow property.*/
#scrolltable th.sticky, #scrolltable td.sticky { position: sticky; left: 0; background: #fff; }

#scrolltable th.sticky::after, #scrolltable td.sticky::after {
 content: ""; position: absolute; right: -6px; top: 0; bottom: 1px; width: 5px;
 background: linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%);
}

#scrolltable th.sticky::before, #scrolltable td.sticky::before {
 content: ""; position: absolute; left: -6px; top: 0; bottom: -1px; width: 5px;
 background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 100%);
}

@media (max-width: 992px) {
 #scrolltable .ta2 thead th { min-width: 14rem; width: 20rem }
}

#scrolltable .scrollbar_lightblue {
 margin: 0 auto; overflow: auto;
 scrollbar-arrow-color: #fff;
 scrollbar-face-color: #32DAC8;
 scrollbar-shadow-color: #333;
 scrollbar-highlight-color: #000;
 scrollbar-darkshadow-color: #000;
 scrollbar-track-color: #32DAC8;
 scrollbar-color: #32DAC8 #ffffff;
 scrollbar-width: thin;
 width: 100%;
}

#scrolltable .scrollbar_purple {
 margin: 0 auto; overflow: auto;
 scrollbar-arrow-color: #fff;
 scrollbar-face-color: #7630EA;
 scrollbar-shadow-color: #333;
 scrollbar-highlight-color: #000;
 scrollbar-darkshadow-color: #000;
 scrollbar-track-color: #7630EA;
 scrollbar-color: #7630EA #ffffff;
 scrollbar-width: thin;
 width: 100%;
}

/* END VERTICAL TABLE SCROLL */

/* SORTING COLUMN */

th.sortable { cursor: pointer; position: relative; user-select: none; }
th.sortable:hover { background-color: #f5f5f5; cursor: pointer; transition: background-color 0.4s ease; }

.sort-icon {
 margin-left: 20px; font-size: 20px;
 opacity: 0; margin-top: 5px;
 transition: opacity 0.3s;
 color: #6c757d;
}

/* show on hover */
th.sortable:hover .sort-icon { opacity: 1; color: rgb(41, 45, 58); }
/* keep visible when active */
th.sortable.active .sort-icon { opacity: 1; color: rgb(41, 45, 58); }

/* END SORTING COLUMN */



