<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}
.content-wrap {
    max-width: 1170px;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.act-btn {
    padding: 13px 30px;
}
h1 {
    font-family: var(--zf-primary-bold);
    font-size: 48px;
    margin: 0 0 20px;
    line-height: 55px;
}
h2 {
    font-size: 37px;
    font-family: var(--zf-primary-bold);
}
.z-section {
    position: relative;
    padding: 80px 0 40px;
}
.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* Banner */
.banner-cont{
    position: relative;
    width: 100%;
    /* max-width: 75%; */
    margin: 0 auto;
    text-align: center;
}
.banner-cont p{
    max-width: 515px;
    margin: 0 auto 20px;
}
/* Banner */
/* Block1 Features */
.block1-cont,.block1-img{
    position: relative;
    width: 100%;
    max-width: 48%;
}
.block1-cont{
    max-width: 430px;
}
.block1-inner-section{
    margin: 0 0 100px;
}
.block1-section .content-wrap:last-child .block1-inner-section{margin: 0;}
.right-wrap{
    flex-direction: row-reverse;
}
/* Block1 Features */
/* Bottom Section */
.bottom-section{
    padding-bottom: 80px;
}
.bottom-cont{
    position: relative;
    text-align: center;
    width: 100%;
    /* max-width: 70%;   */
    margin: 0 auto;
}
/* Bottom Section */


@media only screen and (max-width: 1300px) {
   .break{
      display:none;
   }
}
/* Animation */
@media only screen and (min-width: 1200px) {
    .block1-img{
        transform: translateX(50px);
        transition: .8s all ease;
    }
    .right-wrap .block1-img{
        transform: translateX(-50px);
    }
    .middle-animated .block1-img{
        transform: translateX(0);
    }
}
/* Animation */


@media only screen and (max-width: 1200px) {
    h1{
        font-size: 40px;
        margin: 0 0 10px;
        line-height: normal;
    }
    h2{
        font-size: 33px;
        margin: 0 0 10px;
    }
    .banner-cont p{
        /* max-width: 80%; */
        margin: 0 auto 15px;
    }
    .z-section{
        padding: 60px 0 40px;
    }
    .bottom-section{
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    h1{
        font-size: 30px;
    }
    h2{font-size: 25px;}
    .block1-inner-section {
        margin: 0 0 80px;
    }
    .banner-cont p{
        max-width: unset;
    }
    .block1-section,.bottom-section{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 900px) {
    /* .bottom-cont{
        max-width: 90%;
    } */
    .block1-inner-section{
        flex-direction: column;
        text-align: center;
    }
    .block1-img{
        max-width: 500px;
    }
}
@media only screen and (max-width: 767px) {
    /* h1{
        font-size: 35px;
    }
    h2{
        font-size: 28px;
    } */
    /* .banner-cont,.banner-cont p,.bottom-cont {
        max-width: 95%;
    } */
    
}
@media only screen and (max-width: 480px) {
    /* h1{
        font-size: 30px;
    }
    h2{
        font-size: 27px;
    } */
    .z-section {
        padding: 50px 0 20px;
    }
    /* .banner-cont,.banner-cont p,.bottom-cont {
        max-width: 100%;
    } */
    .block1-section,.bottom-section{
        padding-top: 30px;
    }
    .block1-inner-section{
        margin: 0 0 30px;
    }
    .bottom-section{
        padding-bottom: 60px;
    }
}</pre></body></html>