/* ============================================
   Component: Homepage Footer
   Source: Styles/_temp/Homepage9fa0.css (7541-7640)
   Rollback: remove this file include from template/components/homepage/head_assets.htm
   ============================================ */

.footer_side-bottom {
    background-color: #fdfdfc;
    padding: 20px;
    width: 100%;
}

.footer_side-bottom-header {
    color: var(--cp-color-primary);
    font-size: 28px;
    font-weight: 600;
    line-height: 32.2px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .footer_side-bottom-header {
        font-size: 39.9px;
        line-height: 46.9px;
        text-align: left;
        width: 50%;
    }
}

.footer_side-bottom-policy {
    color: var(--cp-color-primary);
    font-weight: 100;
    line-height: 16px;
    text-align: left;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .footer_side-bottom-policy {
        line-height: 23px;
        padding: 35px 0;
    }
}

.footer_side-bottom-cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 20px auto 0;
    max-width: 272px;
    z-index: 2;
}

.footer_side-bottom-cta .downloadBtn,
.footer_side-bottom-cta .sitebtn {
    background-color: transparent;
    border-radius: 30px;
    margin: 0 0 15px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 1024px) {

    .footer_side-bottom-cta .downloadBtn,
    .footer_side-bottom-cta .sitebtn {
        margin: 0 20px 0 0;
    }

    .footer_side-bottom-cta {
        flex-direction: row;
        margin: 20px 0;
        max-width: 100%;
    }
}
