.vip-cta-box {
    width: 14rem;
}
.sco-toc-cta-head {
    display: none;
}
.vip-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7FBFD;
    border-radius: 5px;
    margin-top: 20px;
    padding: 25px 0;
}
.vip-cta-text-block {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    color: #10334A;
}

a.vip-cta-button {
    background: #F58020;
    border-radius: 3px;
    padding: 7px 37px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.122198);
}

a.vip-cta-button svg {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.sco-toc-head-custom {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    padding: 0.4rem 1.1rem;
    font-weight: 700;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
    cursor: pointer;   
    width: 100%;
    background: #f5f4ff;  
    margin-bottom: 1.4em;
}
.sco-toc-head-custom .sco-toc-close {
    display: inline-block;
    transform: rotate(45deg);
	width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #565656;
    padding: 2px;
}
.sco-toc-custom-title-content {
display: flex; 
align-items: center;
}

.toc-item-active {
    font-weight: bold !important;
    color: #2882bd !important;
}
.sco-toc-wrapper {
    width:auto;
    position: fixed;
    top: 2rem;
    left: 0;
    z-index: 1;
    /* bottom: 4rem; */
	max-width: 13rem;
}
.sco-toc-head {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    padding: .4rem 1.1rem;
    font-weight: 700;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
}
.sco-toc-head div {
	display: flex;
	align-items: center;
}
.sco-toc-head span {
	font-size: 17px;
}
div.sco-toc-wrapper-open {
    max-width: 14rem;
    width: 100%;
    /* border: 1px solid #e7e7e7; */
}
.sco-toc-wrapper.sco-toc-wrapper-open {
	z-index: 9999;
}
div.sco-toc-wrapper-open .sco-toc-head {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #e7e7e7;
}
.sco-toc-body-inner-head ul {
    padding-left: 0;
    counter-reset: section;
	margin-left: 0;
	margin-bottom: 0.5em;
}
.sco-toc-body-inner-head ul li {
    list-style-type: none;
    position: relative;
    padding-left: 28px;
}

.sco-toc-body-inner-head ul li:before {
    /* counter-increment: section;
    content: counter(section); */
    content: " ";
    position: absolute;
    left: 0;
    top: 3px;
    width: 23px;
    text-align: center;
    height: 23px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='5.50694' cy='5.39627' rx='2.0919' ry='2.07547' fill='%232882BD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.73047 6.19258C9.39691 8.20074 7.63709 9.74411 5.49976 9.74411C3.36242 9.74411 1.6026 8.20074 1.26904 6.19258H-0.000244141C0.343023 8.90321 2.67459 11 5.49976 11C8.32493 11 10.6565 8.90321 10.9998 6.19258H9.73047ZM1.26905 4.8074C1.60261 2.79925 3.36243 1.25589 5.49976 1.25589C7.63708 1.25589 9.3969 2.79925 9.73046 4.8074H10.9998C10.6565 2.09678 8.32492 0 5.49976 0C2.67459 0 0.343035 2.09678 -0.000241544 4.8074H1.26905Z' fill='%232882BD'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

.sco-toc-body-inner-head ul ul, .sco-toc-body-inner-head ul ul li {
    list-style-type: none;
    font-family: inherit;
}
.sco-toc-body-inner-head ul li a {
    font-weight: normal;
    display: inline-block;
    margin-bottom: .3rem;
    color: inherit;
	font-size: 16px;
}
.sco-toc-body-inner-head ul li a.sco-toc-title.open {
	font-weight: bold;
	color: #6747c7 !important;
}
.sco-toc-body-inner-head a, .sco-toc-body-inner-head a:hover {
    color: inherit;
    font-family: inherit;
    cursor: pointer;
}
.sco-toc-body-wrap {
    padding: 0.4rem;
    transform: translateX(-100%);
    transition-duration: .3s;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    height: 300px;
    overflow-y: auto;
}
.sco-toc-wrapper-open .sco-toc-body-wrap {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transform: translateX(0);
}
.sco-toc-close {
    display: none;
}
.sco-toc-wrapper-open .sco-toc-close {
    display: inline-block;
}
.sco-toc-body-inner-head ul ul {
    padding-left: 0;
	margin-left: 0;
}
.sco-toc-body-inner-head ul ul li {
    padding-left: 0;
    position: relative;
}
.sco-toc-body-inner-head ul ul li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background-color: antiquewhite;
    left: 0;
    top: 8px;
}
.sco-toc-overlay {
    display: none;
    background: rgba(0,0,0,.75);
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
     left: 0;
}

@media (max-width: 500px) {
    div.sco-toc-head {
        display: block;
        flex: none;
        max-width: 45%;
        padding: .4rem;
    }
    div.sco-toc-head svg {
        margin-right: 5px !important;
    }
    div.sco-toc-wrapper-open div.sco-toc-head {
        max-width: 100%;
        width: 100%;
    }
    .toc-head-with-cta .sco-toc-head span {
        font-size: 15px;
    }
    .sco-toc-head-cta-button {
        line-height: 25px;
    }
}