.push {
    list-style: none;
}

.push li {
    position: relative;
    padding: 20px 0 20px 40px;
    font-variant: small-caps;
    font-weight: bold;
    cursor: pointer;
}

.push li span {
    color: #D29D25;
}

.push li:before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4F5151;
    content: "";
    left: 0;
    transition: .3s ease-in-out;
    top: 27px;
}

.push li:after {
    position: absolute;
    border-left: 1px dotted #4F5151;
    width: 1px;
    bottom: -12px;
    content: "";
    left: 3px;
    top: 48px;
}

.push li:hover:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .2)
}

.push li:last-child:after {
    content: none;
}

.table-wrapper {
    overflow: auto;
}

.btn-center {
    margin-bottom: 20px;
}

.btn-center a {
    margin: auto;
}

ol {
    padding-inline-start: 20px;
}

.directions-most-popular-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.directions-most-popular-wrapper .vz-button {
    padding: 8px 16px;
    color: #ffc802;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ffc802;
    transition: background-color 0.3s, color 0.3s;
}

.directions-most-popular-wrapper .vz-button:hover {
    background-color: #ffc802;
}

.directions-most-popular-wrapper .vz-button.none{
  background-color: #ffc802;
}

.footer-menu .nav-item>ul {
    display: none;
}