/* BASICALLY HAVE TO USE AN EXTERNAL CSS FILE RATHER THAN ADDING FIXES TO HTML DUE
TO RACE CONDITIONS INTRODUCED BY THE JS */

@media (min-width: 871px) {
    html[lang="de"] h2.c-entrance-phase2__cta-heading.heading--display-1 {
        font-size: 9.625rem;
    }
  	html[lang="fr"] h2.c-entrance-phase2__cta-heading.heading--display-1 {
        font-size: 9.625rem;
    }
}

/*260508: globally, to give more height to tall highlighted characters */
h1.c-entrance-animation__heading .e-highlight__line::before {
    height: 1.2em !important;
    top: 47% !important;
}
  
h1.c-entrance-animation__heading .e-highlight__line {
  line-height: normal !important;
}

.site-footer__ticker .e-highlight__line::before {
    height: 1.1em !important;
    top: 45% !important;
}
  
.site-footer__ticker .e-highlight__line {
  line-height: normal !important;
}

/*260508: also here due to a race condition as seen on the quotes on /products/vulnerability-management */
q:before,q:after{content:''}