:root{--header-offset-height: 62px}.header{z-index:var(--z-index-header);box-shadow:0 5px 10px -5px var(--color-grey)}@media(min-width: 1200px){:root{--header-offset-height: 67px}}.subheader{display:block !important;visibility:visible !important;background-color:var(--color-light-grey);padding:1.5rem 0}.subheader__content{gap:2rem;justify-content:center;position:relative;min-height:40px}.subheader__content>*{position:absolute;left:50%;transform:translateX(-50%);opacity:0;white-space:nowrap;animation:subheader-fade 9000ms infinite}.subheader__content>*:nth-child(1){animation-delay:0ms}.subheader__content>*:nth-child(2){animation-delay:3000ms}.subheader__content>*:nth-child(3){animation-delay:6000ms}.subheader__content img,.subheader__content svg{height:40px;width:auto}@media(min-width: 992px){.subheader__content{justify-content:space-between}.subheader__content>*{position:static;left:auto;transform:none;opacity:1;animation:none;white-space:normal}}.subheader__logo-text{font-size:var(--fs-x-small-mobile)}@media(min-width: 768px){.subheader__logo-text{font-size:var(--fs-x-small-desktop)}}@supports(font-size: clamp(var(--fs-x-small-mobile), 3vw, var(--fs-x-small-desktop))){.subheader__logo-text{font-size:clamp(var(--fs-x-small-mobile),3vw,var(--fs-x-small-desktop))}}@keyframes subheader-fade{0%,25%{opacity:1}33%,100%{opacity:0}}
