.zwebinar-section h1 {
    display: none
}

.zwebinar-section .zrecorded-web {
    padding-top: 10px
}

.zwc-webinar-spearks {
    position: relative;
    padding: 70px 0 90px;
    background-color: #1c3eef;
    color: #fff
}

.zwc-webinar-spearks::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(291deg,#300 33.15%,#300 57.16%,#5e0404 93.74%);
    border-radius: 6px;
    width: 100%;
    max-width: 95%;
    margin: 0 auto
}

section.zwebinar-recorder-client-wrapper {
    display: none
}

.zwc-webinar-spearks .zwebinaradditional-content {
    margin: 0
}

.spearks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 0 0
}

.spearks-list .zwc-autor-detail {
    list-style: none;
    flex: 0 1 29%;
    margin: 0;
    text-align: center;
    background-color: #2c4df5;
    border: 1px solid #4461f7;
    padding: 50px 30px;
    border-radius: 5px
}

.zwc-webinar-spearks .zwc-sec-title {
    text-align: center
}

.zwc-webinar-spearks .zwc-sec-title h2 {
    font-size: clamp(20px,6vw,39px);
    margin: 0
}

.zwc-webinar-spearks .zwc-sec-title {
    margin-bottom: 20px
}

.spearks-list .zwc-autor-detail .zwc-author-pic {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 30px;
    background: url(/sites/zweb/images/projects/lp/porject-lp-wbinar.png) no-repeat -107px 3px / 403px
}

.spearks-list .zwc-autor-detail .zwc-author-pic.zwc-parl {
    background-position: -207px
}

.spearks-list .zwc-autor-detail .zwc-author-pic.zwc-vijayakumar {
    background-position: -307px
}

.spearks-list .zwc-autor-detail .zwc-author-name {
    width: 100%;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    font-size: 22px;
    letter-spacing: -0.22px;
    position: relative;
    margin-bottom: 8px
}

.spearks-list .zwc-autor-detail .zwc-author-dec {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
    letter-spacing: -0.22px;
    margin-top: 5px;
    display: inline-block;
    line-height: 22px;
}

.zwc-author-dec > span {
    width: 100%;
    display: inline-block;
    line-height: normal;
}

.spearks-list .zwc-autor-detail .zwc-author-name.zwc-guest::before {
    content: "Guest";
    position: absolute;
    border-radius: 2px;
    background: #e24636;
    color: #fff;
    font-family: var(--zf-primary-semibold);
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 6px;
    margin: 0 auto;
    display: block;
    line-height: 22px;
    opacity: 0
}

@media(max-width: 991px) {
    .spearks-list .zwc-autor-detail {
        flex:0 1 46%
    }
}

@media(max-width: 600px) {
    .zwc-webinar-spearks {
        padding:40px 0
    }

    .spearks-list {
        padding-top: 20px
    }

    .spearks-list .zwc-autor-detail {
        flex: 0 1 90%
    }
}

.webinar-form-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 99
}

.body-umain .webinar-form-trigger {
    display: none
}
