.ca-site-footer {
    flex-shrink: 0;
    background: #303438;
    color: rgba(255, 255, 255, 0.74);
}

.ca-footer-grid {
    padding-block: 72px 60px;
    display: grid;
    grid-template-columns: 1.55fr repeat(3, minmax(150px, 1fr));
    gap: 48px;
}

.ca-footer-logo {
    display: inline-flex;
    margin-bottom: 24px;
}

.ca-footer-logo-image {
    width: auto;
    height: 52px;
}

.ca-footer-brand p {
    max-width: 390px;
    margin-bottom: 0;
}

.ca-footer-heading {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 17px;
}

.ca-footer-menu li + li {
    margin-top: 10px;
}

.ca-footer-menu a {
    color: rgba(255, 255, 255, 0.72);
    transition: color 160ms ease;
}

.ca-footer-menu a:hover,
.ca-footer-menu a:focus-visible {
    color: var(--ca-academy);
}

.ca-footer-bottom {
    background: #25282b;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ca-footer-bottom-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 14px;
}
