.channel-gateway .caLoginContainer {
    max-width: 640px;
}

body.has-channel-gateway .breadCrumbsFooter {
    bottom: 76px;
}

body.has-channel-gateway .login-ticker {
}

body.has-channel-gateway .copyright {
    display: block !important;
}

.channel-gateway .systemName {
    padding-bottom: 26px;
}

.channel-gateway .caLoginContainer h4 {
    font-size: clamp(42px, 3vw, 54px);
    font-weight: 400;
    letter-spacing: -1.1px;
    margin-bottom: 10px;
}

.channel-gateway .caLoginContainer h4 em {
    font-style: normal;
}

.channel-gateway .caLoginContainer h4 sup {
    font-size: 34%;
    top: -1.75em !important;
    letter-spacing: -1px;
}

.channel-gateway .caLoginContainer small {
    font-style: italic;
    font-size: clamp(14px, 0.95vw, 18px);
    margin-bottom: 12px;
    color: #343a40;
    font-weight: 400;
    white-space: nowrap;
}

.channel-gateway .caLoginContainer hr {
    width: min(90%, 560px);
    margin: 0 auto 16px;
    border-top: 2px solid #6d7074;
}

.channel-gateway .caLoginContainer ul li {
    font-size: clamp(22px, 1.4vw, 27px);
    color: #202226;
    letter-spacing: -0.7px;
    font-weight: 400;
}

.channel-gateway .caLoginContainer ul li:before {
    content: "→";
    color: #202226;
    padding: 0 10px;
    font-weight: 400;
}

.channel-gateway .ceFormSide {
    background: transparent;
    box-shadow: none;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.channel-gateway__card {
    text-align: center;
}

.channel-gateway__title {
    margin: 0 0 10px;
    color: #121417;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.8px;
    line-height: 1.12;
}

.channel-gateway__subtitle {
    margin: 0 !important;
    color: #121417;
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.channel-gateway__benefits {
    margin: 0 !important;
    margin-bottom: 0    !important;
    color: #24272c;
    font-size: 22px;
    line-height: 1.22;
}

.channel-gateway__subtitle + .channel-gateway__benefits {
    margin-top: 8px;
}

.channel-gateway__cta {
    width: 560px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 5px;
    font-size: clamp(24px, 1.45vw, 32px) !important;
    font-weight: 400 !important;
    letter-spacing: -0.4px;
    padding: 13px 18px;
    line-height: 1.08;
    text-decoration: none;
}

.channel-gateway .caLoginContainer .channel-gateway__cta.btn {
        width: 340px !important;
    max-width: 100%;
    margin-top: 10px;
    font-size: 20px !important;
    border-radius: 4px !important;
}

.channel-gateway__cta--primary {
    margin-top: 16px;
    background-image: linear-gradient(180deg, #4b76eb, #3d68df);
    border: 1px solid #3b67de;
    color: #ffffff;
    font-size: 20px !important;
}

.channel-gateway__cta--primary:hover,
.channel-gateway__cta--primary:focus {
    color: #ffffff;
    text-decoration: none;
}

.channel-gateway__cta--secondary {
    margin-top: 10px;
    border: 1px solid #4d78e5;
    background: #f7f7f7;
    color: #1f2328;
}

.channel-gateway .caLoginContainer .channel-gateway__cta--secondary.btn {
    background-color: #f7f7f7 !important;
    background-image: none !important;
    border: 1px solid #4d78e5 !important;
    color: #1f2328 !important;
    font-size: 20px !important;
}

.channel-gateway__cta--secondary:hover,
.channel-gateway__cta--secondary:focus,
.channel-gateway .caLoginContainer .channel-gateway__cta--secondary.btn:hover,
.channel-gateway .caLoginContainer .channel-gateway__cta--secondary.btn:focus {
    background: #ffffff !important;
    border-color: #3f6ae1 !important;
    color: #1f2328 !important;
    text-decoration: none;
}

.channel-gateway__hint {
    margin: 12px 0 0;
    font-size: clamp(15px, 1vw, 20px);
    line-height: 1.25;
    color: #4f5358;
}

@media (max-width: 768px) {
    .channel-gateway .caLoginContainer {
        max-width: 100%;
    }

    .channel-gateway .caLoginContainer h4 {
        font-size: 34px;
    }

    .channel-gateway .caLoginContainer small {
        font-size: 14px;
        white-space: normal;
    }

    .channel-gateway .caLoginContainer ul li {
        font-size: 18px;
    }

    .channel-gateway .caLoginContainer ul li:before {
        padding: 0 6px;
    }

    .channel-gateway__title {
        font-size: 27px;
    }

    .channel-gateway__subtitle {
        font-size: 22px;
    }

    .channel-gateway__benefits {
        font-size: 21px;
    }

    .channel-gateway__cta {
        font-size: 22px !important;
        padding: 12px 14px;
    }

    .channel-gateway__hint {
        font-size: 14px;
    }
}
