.frontend-header-container{position:relative;display:none;width:100%;height:200px;background-color:var(--background-color);background-image:var(--escort-header-image);background-size:cover;background-position:50% 26%;z-index:20}.frontend-header-container .container{display:flex;justify-content:center;align-items:flex-end;flex-direction:column}.frontend-header-container h1,.frontend-header-container h2{width:100%;text-align:right;color:#FFF;margin:0}.frontend-header-container h1{font-weight:400;font-size:24px}.header-image-logo{width:250px;margin-bottom:5px;margin-top:-30px}.frontend-breadcrumbs{width:auto;display:flex;position:absolute;bottom:0;left:0;padding:0 20px;height:40px;align-items:center;background-color:var(--escort-red);opacity:.85;border-radius:0 5px 0 0}.frontend-breadcrumbs::after{display:block;content:"";width:100vw;position:absolute;right:0;height:100%;background-color:var(--escort-red);z-index:0;border-radius:0 5px 0 0}.home-icon{width:18px;height:18px;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:var(--icon-breadcrumb-home);z-index:5}.breadcrumb-text{color:#fff;font-size:14px;font-weight:500;z-index:5}.breadcrumb-text:not(:last-child)::after{content:"";background-image:var(--icon-breadcrumb-arrow);background-size:12px;padding-left:25px;padding-bottom:2px;background-position:center;background-repeat:no-repeat}@media only screen and (min-width:991px){.frontend-header-container{display:block}}