/* === Section: Header Top === */
.header-top {
    background: var(--header-gray);
    font-size: 14px;
    color: #111;
}
.header-top .container {
    margin: 0 auto;
}
.header-top .content ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400;
    line-height: 2rem;
    height: 2rem;
}
.header-top .content ul li {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.header-top .content ul li:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1rem;
    background-color: var(--color-navy);
    color: var(--header-gold);
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.header-top .content ul li:nth-child(2)::before,
.header-top .content ul li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 0px;
    width: 2rem;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1420 1520'%3E%3Cpath d='M1230 1511c0-5-12-11-27-14-39-8-145-74-209-130-146-129-250-360-269-597-18-217-67-417-133-544-41-79-128-178-181-206C375 1 378 1 898 0h522v1520h-95c-52 0-95-4-95-9' fill='%230f1328'/%3E%3C/svg%3E") center/contain no-repeat;
}
.header-top .content ul li:nth-child(2)::before {
    left: -29px;
}
.header-top .content ul li:nth-child(2)::after {
    right: -29px;
    transform: scaleX(-1);
}
