/* Original white/cyan wordmark, shared with the academy introduction. */
.akademi-brand-lockup {
    height: 120px;
    margin-bottom: 14px;
}

.akademi-brand-logo {
    width: min(331px, 100%);
    max-height: 99px;
    filter: none;
}

@media (max-height: 760px) {
    .akademi-brand-lockup {
        height: 110px;
        margin-bottom: 8px;
    }

    .akademi-brand-logo {
        width: min(331px, 100%);
        max-height: 99px;
    }
}

@media (max-width: 520px) {
    .akademi-brand-lockup {
        height: 112px;
        margin-bottom: 8px;
    }

    .akademi-brand-logo {
        width: min(300px, 100%);
        max-height: 90px;
    }
}
