.mq-section-title-link,
.mq-section-head h2 > a,
.mq-v190-head h2 > a {
    color: inherit;
    text-decoration: none;
    text-decoration-thickness: .08em;
    text-underline-offset: .14em;
}
.mq-section-title-link:hover,
.mq-section-title-link:focus-visible,
.mq-section-head h2 > a:hover,
.mq-section-head h2 > a:focus-visible,
.mq-v190-head h2 > a:hover,
.mq-v190-head h2 > a:focus-visible {
    color: inherit;
    text-decoration: underline;
}
.mq-section-title-link:focus-visible,
.mq-section-head h2 > a:focus-visible,
.mq-v190-head h2 > a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
    border-radius: 3px;
}
