:root{--page-title-display:none;}/* Start custom CSS */h1 em {
    background: var(--gradient-text-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
}

h2 em {
    background: var(--gradient-brand-h);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
}

.h2-title-light em {
    background: var(--gradient-text-light);
    background-clip: text;
    font-style: normal;
}

.e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-radius: 16px 16px 0 0;
}

.rgpd-field-form a {
    font-weight: 500;
    text-decoration: underline;
    color: #AF4477;
}/* End custom CSS */