<!-- start Simple Custom CSS and JS -->
<style type="text/css">
a.gustave-menu-button {
    display: flex;
    flex-direction: row;
    gap: 4px;

    padding: 20px 8px;

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    text-align: center;
    color: #111827;
}

a.gustave-menu-button:hover {
    color: #1D4ED8;
}


a.gustave-menu-button svg {
    width: 20px;
    height: 20px;
}

a.gustave-menu-button svg path {
    fill: #111827
}

a.gustave-menu-button:hover svg path {
    fill: #1D4ED8
}

a.gustave-menu-button.active {
    padding-bottom: 20px;
    border-bottom: 2px solid #1D4ED8;
    color: #1D4ED8;

    cursor: auto;
}

a.gustave-menu-button.active svg path {
    fill: #1D4ED8
}

a.gustave-menu-button.mobile {
    width: 100%;
	font-size:13px;
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding: 8px 8px 12px 8px;

}

a.gustave-menu-button.mobile svg path {
    fill: #9CA3AF
}

a.gustave-menu-button.mobile.active svg path {
    fill: #1D4ED8
}

a.gustave-menu-button.mobile.active {
    padding: 8px 8px 12px 8px;
    border-top: 2px solid #1D4ED8;
    border-bottom: none;
    color: #111827;
}</style>
<!-- end Simple Custom CSS and JS -->
