.verti-sitemap .parent-title a {
    padding-left: 0;
}
.verti-sitemap a {
    color: var(--vz-body-color);
    display: block;
}
.fw-medium {
    color:#ebed1d!important;
    font-weight: 500;
}
.fs-14 {
    font-size: 14px!important;
}

.verti-sitemap .first-list {
    position: relative;
    padding-top: 10px;
}
.verti-sitemap .first-list:before {
    content: "";
    border-left: 2px dashed #e0e0e0;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    left: 0;
}
.verti-sitemap .first-list .list-wrap a, .verti-sitemap .first-list li a {
    position: relative;
    padding: 10px 16px 4px 36px;
}
.verti-sitemap .first-list .second-list, .verti-sitemap .first-list .third-list {
    position: relative;
}
.verti-sitemap .first-list .second-list, .verti-sitemap .first-list .third-list {
    margin-left: 42px;
}
.verti-sitemap .first-list .second-list li, .verti-sitemap .first-list .third-list li {
    position: relative;
}
.verti-sitemap .first-list .second-list li:before, .verti-sitemap .first-list .third-list li:before {
    content: "";
    height: 100%;
    border-left: 2px dashed #e0e0e0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}
.verti-sitemap a {
    color: #fff;
    display: block;
}
.verti-sitemap .first-list:before {
    content: "";
    border-left: 2px dashed #e0e0e0;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    left: 0;
}
.verti-sitemap .first-list .list-wrap a::before, .verti-sitemap .first-list li a::before {
    content: "";
    width: 24px;
    border-top: 2px dashed #e0e0e0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.verti-sitemap .first-list .list-wrap a::before, .verti-sitemap .first-list li a::before {
    content: "";
    width: 24px;
    border-top: 2px dashed #e0e0e0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}