.is-act-checkoutregisterpage {
    .mt-3.account-boxes {
        display: none;
    }
    
    .header-minimal-contact, .checkout-support-bar-container {
        display: none !important;
    }
    
    @media (max-width: 765px) {
        .header-minimal-row {
            display: none !important;
        }
    }
}