/* Preserve the original EduWeb three-bar brand symbol after the landing-page redesign. */
.logo-mark{position:relative!important;width:34px!important;height:34px!important;display:block!important;overflow:hidden!important;border-radius:50%!important;background:var(--accent)!important;color:transparent!important;font-size:0!important}
.logo-mark:before{content:"";position:absolute;left:8px;bottom:7px;width:5px;height:18px;background:var(--dark);transform:rotate(45deg);box-shadow:7px -7px 0 var(--dark),14px -14px 0 var(--dark)}
