
/*  */
/* 
*/
@media (min-width: 1025px) {
    .page-header .logo {
        width: 11rem !important;
    }
}
@media (max-width: 1024px) {
    .page-header .logo svg, .page-header.scrolled .logo svg {
        height: 100% !important;
    }
}

.page-header.scrolled .logo svg {
    height: 100% !important;
}
.page-header #logo_oe_name {
    white-space: break-spaces !important;
}
header .logo a:after {
    display: none !important;
}

.text .h1:not(.underline):after, .text .h2:not(.underline):after, .text .h3:not(.underline):after, .text .h4:not(.underline):after, .text .h5:not(.underline):after, .text .h6:not(.underline):after, .text h1:not(.underline):after, .text h2:not(.underline):after, .text h3:not(.underline):after, .text h4:not(.underline):after, .text h5:not(.underline):after, .text h6:not(.underline):after {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}
/*  */