.zw-template-inner h1,
.zw-template-inner h2 {
    font-family: var(--zf-primary-bold)
}

.zw-template-inner h1 {
    font-size: 60px
}

.zw-template-inner h2 {
    font-size: 45px
}

.header-top {
    padding: 60px 0 100px
}

.zw-template-inner,
.zw-template-inner * {
    box-sizing: border-box
}

.act-btn {
    background: #f0483e;
    color: #fff;
}

.header-top .content-wrap {
    display: flex;
    flex-wrap: wrap
}

.header-top .cont-part {
    width: 55%;
    padding-right: 50px
}

.header-top .img-part {
    width: 45%
}

.middle-section {
    padding: 100px 0 0
}

.middle-section .content-wrap {
    max-width: 850px;
    text-align: center
}

.middle-section img {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #eee;
}

.middle-section .middle-animated img {
    transform: translateY(0);
    opacity: 1
}

.header-top img {
    max-width: 450px;
    margin: 0 auto;
    display: block;
    width: 100%
}

.bottom-cta-section p {
    max-width: 500px;
    margin: 0 auto 25px
}

.header-top {
    background: #fdf2cc;
    margin-bottom: 20px
}

.bottom-cta-section {
    background: #fdf2cc;
    padding: 80px 0;
    margin-top: 80px
}

.bottom-cta-section .content-wrap {
    text-align: center;
    max-width: 800px
}

.bottom-cta-section h2 {
    max-width: 720px;
    margin: 0 auto 10px;
    font-size: 48px
}

.zw-product-header {
    background: #fdf2cc
}

.header-top .img-part {
    text-align: right;
    align-self: center
}

.content-wrap {
    max-width: 1170px
}

.middle-section .content-wrap .cont-part {
    max-width: 670px;
    margin: 0 auto 40px
}

.header-top p {
    margin-bottom: 50px
}

.pop-btns {
    text-align: center
}

a.act-btn {
    padding: 12px 30px
}

.white-btn {
    background: #fff;
    padding: 16px 30px;
    cursor: pointer;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / .09);
    color: #000;
    font-weight: 700
}

.confirm-btn,
.learn-btn {
    background: #f0483e;
    color: #fff;
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 8px 30px;
    margin: 15px 8px 0;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    font-size: 16px
}

.confirm-btn {
    display: none
}

.learn-btn {
    background: #fff;
    color: #000;
    border: 1px solid #000
}

.section-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(53, 53, 53, 0.9);
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: none;
    overflow: scroll
}

.section-popup.show {
    display: block
}

.section-wrap {
    max-width: 600px;
    width: 100%;
    margin: 50px auto;
    padding: 60px 70px;
    background: #fff;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: left;
    text-align: center
}

.closepop {
    position: absolute;
    top: -40px;
    right: -40px;
    font-size: 54px;
    font-family: var(--zf-primary-light);
    color: #b7b7b7;
    cursor: pointer
}

.section-wrap .res-msg {
    color: #f0483e;
    font-size: 16px;
    line-height: 1.5
}

.section-wrap .res-msg.success {
    color: #02b509;
    font-weight: 600
}

.res-msg a {
    color: #f0483e;
    text-decoration: underline
}

@media only screen and (max-width: 1199px) {
    .zw-template-inner h1 {
        font-size: 50px
    }
    .zw-template-inner h2 {
        font-size: 40px
    }
    .bottom-cta-section h2 {
        font-size: 45px
    }
}

@media screen and (max-width: 991px) {
    .zw-template-inner h1 {
        font-size: 40px
    }
    h2,
    .bottom-cta-section h2,
    .zw-template-inner h2 {
        font-size: 35px
    }
    .header-top .cont-part,
    .header-top .img-part {
        width: 100%;
        display: block;
        padding: 0
    }
    .header-top img {
        max-width: 300px
    }
    .header-top .img-part {
        text-align: center
    }
    .header-top .cont-part {
        max-width: 690px;
        margin: 0 auto 50px;
        text-align: center
    }
    .middle-section img {
        max-width: 450px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .section-wrap {
        max-width: 560px
    }
}

@media screen and (max-width: 767px) {
    .header-top {
        margin: 0;
        padding: 60px 0
    }
    .header-top img {
        max-width: 250px
    }
    .zw-template-inner h1 {
        font-size: 35px;
        max-width: 500px;
        margin: 0 auto 20px
    }
    h2,
    .bottom-cta-section h2,
    .zw-template-inner h2 {
        font-size: 30px
    }
    .button-text {
        display: inline-block
    }
    .header-top .white-btn {
        margin-top: 20px;
        display: block
    }
    .white-btn span {
        margin-top: 0
    }
    .header-top .cont-part,
    .header-top .img-part {
        text-align: center
    }
    .header-top h1+p {
        margin: 0 auto 30px
    }
    .middle-section img {
        max-width: 300px
    }
    .close {
        top: -40px;
        right: 10px;
        font-size: 34px
    }
    .section-wrap {
        max-width: 400px;
        padding: 60px 50px
    }
    .section-wrap p {
        line-height: 1.6;
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    .header-top .white-btn {
        margin-left: 0;
        margin-bottom: 20px;
        max-width: 220px
    }
    .section-wrap {
        padding: 30px 25px;
        max-width: 300px
    }
    .closepop {
        top: -60px;
        right: 0
    }
}