.h11 {
    background: #492248;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'InterRegular','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 5px 0px;
    letter-spacing: 5px;
}

.s1 {
    background: #f6e8f6;
    height: 10vh;
    display: flex;
    align-items: center;
    padding: 0px 1.5rem;
}

.tabs {
    border-bottom: 1px solid #ddd;
}

    .tabs a {
        color: #492248;
        text-decoration: none;
        cursor: default;
    }



        .tabs a.active {
            font-weight: 600;
        }

.tab-content {
    padding: 20px;
    background: #f8f8f8;
    display: none;
}

    .tab-content.active {
        display: block;
    }

.r11 {
    margin-left: 2rem;
    display: flex;
    grid-column-gap: 1.6rem;
    font-family: InterMedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    align-items: center;
}

    .r11 a {
        height: 100%;
        align-items: center;
        display: flex;
    }

        .r11 a:hover {
            border-bottom: 4px solid #ab50aa;
            font-weight: 600;
        }

/* Footer */
.site-footer {
    background: #f6e8f6;
    color: #3b173a;
    padding: 40px 0 20px;
    font-family: 'InterRegular','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.site-footer .footer-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    color: #492248;
    text-transform: none;
}

.site-footer .footer-links li {
    margin: 6px 0;
}

.site-footer .footer-links a {
    color: #6d3f6c;
    text-decoration: none;
}

.site-footer .footer-links a:hover {
    color: #ab50aa;
    text-decoration: underline;
}

.site-footer .footer-address {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.site-footer .footer-sep {
    border-color: #ead3ea;
    margin: 20px 0;
}

.site-footer .footer-copy {
    font-size: 13px;
}

.site-footer .footer-credit a {
    color: #492248;
}

.site-footer .footer-credit a:hover {
    color: #ab50aa;
}