/**
 * @tableofcontents
 *
 * 1. Widget Footer Signup New
 */


/* @section 1. Widget Footer Signup New */


/* @section 2. Widget Footer Signup 2022 */

.hm-new-sgnup-cta-wrap {
    background: url(../../img/home/bottom-cta-right.png) no-repeat top right, url(../../img/home/bottom-cta-left.png) no-repeat top left #0A0D35;
    padding: 80px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hm-new-sgnup-cta-txt {
    text-align: left;
    margin-bottom: 60px;
}

.hm-new-sgnup-cta-txt h2 {
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
}

.hm-new-sgnup-cta-txt p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}

.hm-new-sgnup-prc-ctaBox {
    display: inline-block;
    vertical-align: top;
}

.hm-new-sgnup-prc-ctaBox>p {
    color: #fff;
    font-size: 13px;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 0;
}

.hm-new-sgnup-prc-ctaBox>p>b {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: 700;
}

.hm-new-sgnup-prc-ctas {
    margin-top: 15px;
}

.hm-new-sgnup-prc-ctas a {
    min-width: auto;
}

.hm-new-sgnup-prc-ctaBox:last-child a {
    margin-left: 10px;
}

.withSingleCta .hm-new-sgnup-prc-ctaBox:last-child a {
    display: none;
}


/* @section 2. Widget Footer Signup 2022 */

.glb_footer_signup_new .hm-new-sgnup-cta-wrap {
    padding: 80px 0;
    background: #0A1E43;
    position: relative;
}

.glb_footer_signup_new .hm-new-sgnup-cta-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../img/alternatives/cw-alternatives-new-bg.png) no-repeat center transparent;
    background-size: cover;
}

.glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-cta-txt {
    text-align: center;
}

.glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-cta-txt h2 {
    font-weight: 800;
    font-size: 44px;
    color: #FFFFFF;
}

.glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-cta-txt p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 0 0;
}

.glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-prc-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}

.glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-prc-ctas .hm-new-sgnup-prc-ctaBox {
    margin-left: 15px;
}

.glb_footer_signup_new .col-md-8 {
    margin: 0 auto;
    float: none;
}

@media (max-width: 1200px) {
    .hm-new-sgnup-prc-ctas a {
        min-width: auto;
    }
}

@media (max-width: 992px) {
    .hm-new-sgnup-cta-wrap {
        padding: 60px 0;
        text-align: center;
    }
    .hm-new-sgnup-cta-txt {
        text-align: center;
        margin-bottom: 30px;
    }
    .hm-new-sgnup-cta-txt h2 {
        font-size: 40px;
    }
    .hm-new-sgnup-cta-txt p {
        font-size: 18px;
    }
    .hm-new-sgnup-prc-ctas a {
        min-width: auto;
    }
    /* @section 2. Widget Footer Signup 2022 */
    .glb_footer_signup_new .hm-new-sgnup-cta-wrap {
        padding: 60px 0;
    }
    .glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-cta-txt h2 {
        font-size: 28px;
    }
    .glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-cta-txt P {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .hm-new-sgnup-cta-wrap {
        background-image: none !important;
    }
    .hm-new-sgnup-cta-txt h2 {
        font-size: 30px;
    }
}

@media (max-width: 550px) {
    .hm-new-sgnup-prc-ctaBox {
        display: block;
    }
    .hm-new-sgnup-prc-ctas a {
        min-width: 100%;
    }
    .hm-new-sgnup-prc-ctaBox:last-child a {
        margin: 15px 0 0 !important;
    }
    /* @section 2. Widget Footer Signup 2022 */
    .glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-prc-ctas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-prc-ctas .hm-new-sgnup-prc-ctaBox {
        margin-left: left;
        margin: 0;
    }
    .glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-prc-ctas .hm-new-sgnup-prc-ctaBox .cw-glb-btn {
        margin: 30px 0 10px;
    }
    .glb_footer_signup_new .hm-new-sgnup-cta-wrap .hm-new-sgnup-cta-txt{
        margin-bottom: 0;
    }
}