.e-letter {
    font-size: 0 !important;
    font-style: normal !important;
}

.e-letter::before {
    content: "e";
    display: block;
    color: inherit;
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    transform: translate(-1px, -3px);
}

.portal-chip {
    gap: 10px;
    max-width: 430px;
    padding: 7px 14px 7px 8px;
    font-size: 10px;
    letter-spacing: .07em;
    line-height: 1.3;
}

.portal-logo {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
}

.portal-logo img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.activation-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0 !important;
    border: 1px solid #dce4ff;
    border-radius: 12px;
    background: #f2f5ff;
}

.activation-icon .bi-key-fill {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #435ebe;
    font-size: 21px !important;
    line-height: 1 !important;
}

.activation-icon .bi-key-fill::before {
    display: block !important;
    width: 21px;
    height: 21px;
    line-height: 21px !important;
    text-align: center;
    vertical-align: 0;
}

.trust-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 13px;
    background: rgba(255, 255, 255, .11);
}

.trust-icon .bi-shield-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px !important;
    line-height: 1 !important;
}

.trust-icon .bi-shield-check::before {
    display: block;
    line-height: 1;
    vertical-align: 0;
}

@media (max-width: 575px) {
    .mobile-brand .e-letter::before {
        font-size: 38px;
        transform: translate(-1px, -2px);
    }

    .portal-chip {
        max-width: 100%;
        padding: 6px 10px 6px 6px;
        border-radius: 18px;
        font-size: 8px;
        letter-spacing: .045em;
    }

    .portal-logo {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
    }

    .portal-logo img {
        width: 26px;
        height: 26px;
    }
}
