.list-item ul li {
    perspective: 100px;
}

.list-item ul li.zslidetext {
    font-size: 16px;
    font-weight: bold;
    max-width: 210px;
    border-bottom: 1px solid #000;
    line-height: 1.6;
    margin-bottom: 20px;
    background: #fff;
    padding-bottom: 10px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(.36, -0.64, .34, 1.76);
    font-family: var(--zf-primary-bold);
}

.list-item ul li.zslidetext.zactive {
    opacity: 1;
    transform: none;
    transition: all 0.5s cubic-bezier(.36, -0.64, .34, 1.76);
}

@font-face {
    font-family: 'Sacramento';
    src: url('https://www.zoho.com/lp/fonts/sacramento.ttf') format("truetype"), url('https://www.zoho.com/lp/fonts/sacramento.woff2') format('woff2');
}

.zsection {
    position: relative;
    display: block;
}

.zxs-show,
.zxs-hide {
    display: none;
}

p {
    font-family: 'Droid Serif';
    font-size: 16px;
    line-height: 1.9;
}

.help-section p {
    font-family: var(--zf-primary-regular);
}

.zsection .content-wrap {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    display: block;
    padding: 70px 0px;
    overflow: hidden;
}


.zbanner {
    text-align: center;
    position: relative;
}

.zbanner:before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    background-image: url('/sites/zweb/images/campaigns/zjournal-bannerbg.jpg');
    width: 100%;
    height: 112.4%;
    background-size: cover;
}

.zbanner-wrap {
    position: relative;
}

.zbanner .content-wrap {
    padding-bottom: 0;
    padding-top: 45px;
}

h1 span {
    display: block;
    font-size: 40px;
    position: relative;
    margin-bottom: 16px;
}

h1 span:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: -6px;
    max-width: 424px;
    left: 0;
    right: 0;
    margin: auto;
}

h1 span:after {
    content: '';
    width: 100%;
    height: 8px;
    background: #000;
    position: absolute;
    bottom: -12px;
    max-width: 424px;
    left: 0;
    right: 0;
    margin: auto;
}

h1 {
    font-size: 100px;
    font-family: 'Droid Serif';
    font-weight: 700;
}

.zbanner img {
    max-width: 950px;
    vertical-align: bottom;
    margin-top: 35px;
}

.zbanner-mobile {
    display: none;
}

h2,
h3 {
    font-size: 44px;
    font-family: 'Droid Serif';
    font-weight: 700;
    margin-bottom: 36px;
}

.zsubscribe h3 span {
    position: relative;
    display: inline;
    color: #fff;
}

.zsubscribe h3 span:before {
    content: '';
    position: absolute;
    height: 100%;
    background: red;
    top: 0;
    left: -6px;
    z-index: -1;
    padding: 1px;
    width: 0;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.zsubscribe .animated h3 span:before {
    width: 105%;
}

.zstand-wrap>div p:first-child::first-letter {
    font-size: 50px;
    color: #212225;
    line-height: 50px;
}

.zowrap {
    padding: 60px 0;
}

.zowrap>.zsection .content-wrap {
    max-width: 1040px;
}

.zstand-cursive {
    font-size: 44px;
    font-family: 'Sacramento', cursive;
    font-weight: bold;
    max-width: 400px;
    text-align: center;
    line-height: 1.2;
}

.zstand-wrap>div p,
.zdetail-wrap>div p {
    margin-bottom: 40px;
}

.zstand-wrap>div p:last-child,
.zdetail-wrap>div p:last-child,
.zsubscribe-wrap>div p:last-child {
    margin-bottom: 0;
}

.zstand-wrap>div,
.zdetail-wrap>div,
.zsubscribe-wrap>div {
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.zsubscribe-wrap>div {
    vertical-align: top;
}

.zsubscribe h3 {
    max-width: 560px;
}

.zstand-wrap>div:first-child,
.zdetail-wrap>div:first-child,
.zsubscribe-wrap>div:first-child {
    padding-right: 77px;
}

.zdetail img {
    max-width: 390px;
}

.zimg-wrap {
    position: relative;
}

[class|=zicon] {
    background: url('/sites/zweb/images/campaigns/zjournal-sprite.png');
    background-size: 309px;
    display: inline-block;
}

.zicon-clock {
    background-position: -212px -16px;
    width: 97px;
    height: 97px;
    animation: zeven 1s linear infinite;
    position: absolute;
    bottom: 18px;
    top: auto;
    right: 16px;
}

@keyframes zeven {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: 8px
    }
}

.zicon-leg1 {
    background-position: 0 0;
    width: 84px;
    height: 120px;
    top: 12px;
    right: 88px;
}



.zicon-leg2 {
    background-position: -91px 0;
    width: 108px;
    height: 149px;
    top: 31px;
    right: -13px;
    animation: zleg2 4s linear infinite 1s;
    transform-origin: center;
    transform-origin: 0 bottom;
}

@keyframes zleg2 {

    0% {
        -webkit-transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(30deg);
    }

    40% {
        -webkit-transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.zicon-leg1,
.zicon-leg2 {
    position: absolute;
}

.zreach .zimg-wrap img {
    max-width: 480px;
}

.zicon-bell {
    background-position: -42px -132px;
    width: 62px;
    height: 62px;
    top: 64px;
    position: absolute;
    right: 118px;
    background-size: 240px;
    animation: zbell 4s linear infinite 1s;
    transform-origin: center;
    transform-origin: top left;
}

@keyframes zbell {

    0% {
        -webkit-transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(16deg);
    }

    40% {
        -webkit-transform: rotate(-16deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.zicon-paper {
    background-position: -154px -183px;
    width: 144px;
    height: 55px;
    position: absolute;
    bottom: 34px;
    transition: all 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(140px);
}

.animated .zicon-paper {
    transform: translateX(0);
}

.zicon-logo {
    background-position: -15px -211px;
    width: 137px;
    height: 124px;
    position: absolute;
    left: 0;
    right: -203px;
    margin: auto;
    background-size: 250px;
    bottom: 40px;
    animation: zoom 2.2s infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}


/* help section */

.help-section .list-item,
.help-section .list-view {
    float: left;
    vertical-align: top;
    box-sizing: border-box;
}

.help-section .list-view {
    /* width: 80%; */
    padding: 0 20px;
    /* box-sizing: border-box; */
    width: 800px;
    float: right;
}

.help-section .list-item {
    position: absolute;
    transition: all 600ms linear;
    top: 90px;
    width: 260px;
}

.help-section .list-item.listfixed {
    position: fixed;
}

.list-item ul {
    padding-top: 0px;
    transition: top 500ms linear;
    position: relative;
    top: 0;
    /* border: 1px solid; */
}

.list-item ul li {
    cursor: pointer;
    line-height: 42px;
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
}

.list-item ul li.active {
    color: #03A9FA;
}

.get-started {
    background: #f7f8fa;
    display: none;
}

.get-started-wrap {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.get-started h2 {
    font-family: var(--zf-primary-extrabold);
}

.get-started-wrap p {
    font-family: var(--zf-primary-regular);
    font-size: 18px;
}

.zsection.header-top p {
    max-width: 610px;
    margin: 0 auto 40px;
}


.zsection.get-started {
    margin: 50px;
}

.list-item ul.listfixed {
    position: fixed;
    top: 140px;
    z-index: 1;
    width: 490px;
}

.list-item.makeop {
    opacity: 0;
    display: none;
}

.list-item {
    opacity: 1;
    display: inline-block;
}

.list-wrap {
    position: relative;
}

.tab-content {
    padding: 70px 0 0;
}

.header-top .img-section img {
    vertical-align: middle;
}

.list-view h3 {
    font-size: 42px;
    font-family: var(--zf-primary-extrabold);
    max-width: 690px;
    margin-bottom: 0;
}



.list-view h4 {
    font-size: 30px;
    font-family: var(--zf-primary-bold);
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.list-view h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #333;
    transition: all 500ms linear;
}

.list-view h4.anim:before {
    width: 100%;
}

.zmobile {
    display: none;
}

.tab-content img {
    box-shadow: 0px 0px 14px 0px rgba(176, 176, 176, 0.3);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 176, 176, 0.3);
    margin-top: 20px;
}

@media only screen and (max-width: 1140px) {
    .zmobile {
        display: inline-block;
    }

    .help-section .list-item {
        display: none;
    }

    .help-section .list-view {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
        display: block;
        float: none;
        padding: 0;
    }

    .zdesk {
        display: none;
    }

    h2,
    h3 {
        font-size: 32px;
    }

    .zsubscribe h3 {
        max-width: 410px;
    }

    .zsection .zimg-wrap img {
        max-width: 90%;
        margin-top: 30px;
    }

    .list-item ul {
        left: 30px;
    }

    .zxs-hide {
        display: inline-block;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 80px;
    }

    .zstand-wrap>div:first-child,
    .zdetail-wrap>div:first-child,
    .zsubscribe-wrap>div:first-child {
        padding-right: 36px;
    }

    .help-section .list-item {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .zbanner img {
        max-width: 100%;
    }

    h2,
    h3 {
        font-size: 36px;
    }

    .zbanner:before {
        height: 114.4%;
    }

    .zbanner-desk {
        display: none;
    }

    .zbanner-mobile {
        display: inline-block;
    }

    .zstand-wrap,
    .zstand-cursive {
        max-width: 530px;
        margin: 0 auto;
        text-align: left;
    }

    .zstand-wrap>div {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }

    .zstand-wrap>div:last-child {
        margin-bottom: 0px;
    }

    .zstand-wrap>div:first-child {
        padding-right: 0;
    }

    .zstand-wrap,
    .zstand-cursive {
        max-width: 100%;
    }

    h2 {
        margin: 0 auto 36px;
    }

    .zowrap {
        padding: 30px 0 0 0;
    }

    .list-view h3 {
        font-size: 26px;
        max-width: 480px;
        margin-bottom: 0;
    }

    .list-view h4 {
        font-size: 22px;
    }

    .tab-content {
        padding: 60px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    h1 span {
        font-size: 20px;
    }

    h1 span:before,
    h1 span:after {
        max-width: 216px;
    }

    h1 {
        font-size: 48px;
    }

    .list-view h4 {
        font-size: 24px;
    }

    .list-view h4:before {
        width: 100%;
    }

    .zsection .content-wrap {
        padding: 45px 0;
    }

    .zsection.zbanner .content-wrap {
        padding-top: 65px;
        padding-bottom: 0;
    }

    h2,
    h3 {
        margin-bottom: 14px;
    }

    .zstand-wrap>div:first-child,
    .zdetail-wrap>div:first-child,
    .zsubscribe-wrap>div:first-child,
    .zowrap {
        padding: 0;
    }

    .zbanner:before {
        top: 0px;
        height: 100%;
    }

    .zbanner img {
        margin-top: 25px;
    }

    .help-section .list-view {
        max-width: 100%;
    }

    .zstand-wrap>div,
    .zdetail-wrap>div,
    .zsubscribe-wrap>div {
        width: 100%;
        display: block;
    }

    .zstand-wrap,
    .zdetail-wrap,
    .zsubscribe-wrap {
        max-width: 530px;
        margin: 0 auto;
    }

    .zsubscribe h3 span:before {
        width: 102%;
        left: -2px;
    }

    .zsubscribe h3 {
        max-width: 530px;
        margin: 0 auto 36px;
    }

    .zsection.get-started {
        margin: 0;
    }

    .get-started h4 {
        font-size: 28px;
    }

    .zxs-show {
        display: inline-block;
    }

    .zxs-hide {
        display: none;
    }
}