.signpass-wrap * {
    box-sizing: border-box
}

.signpass-wrap h1 {
    font-size: 60px
}

.signpass-wrap h2 {
    font-size: 53px;
    line-height: 1.2
}

.signpass-wrap h3 {
    font-size: 36px
}

.signpass-wrap h1,.signpass-wrap h2,.signpass-wrap h3 {
    font-family: var(--primaryfont-bold)
}

.dsp-flx {
    display: flex
}

.flx-wrap {
    flex-wrap: wrap
}

.justify-center {
    justify-content: center
}

.align-center {
    align-items: center
}

.justify-space {
    justify-content: space-between
}

.banner-section {
    padding: 130px 0 150px
}

.banner-section-wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

.banner-section-wrap p {
    max-width: 690px;
    margin: 0 auto;
    font-size: 20px
}

.banner-section-wrap p span {
    display: block
}

.banner-icons span {
    display: inline-block;
    background: url(/sites/zweb/images/sign/power-automate.svg) no-repeat;
    width: 136px;
    height: 136px;
    margin-bottom: 20px
}

.banner-icons span.sign-logo {
    background-position: -212px 1px;
    transform: translateX(-15px);
}

.banner-icons span.pass-logo {
    background-position: -349px 1px;
    transform: translateX(15px);
}

.animated .banner-icons span.sign-logo {
    transform: translateX(0px);
    transition: all .5s ease 1s;
}

.animated .banner-icons span.pass-logo {
    transform: translateX(0px);
    transition: all .5s ease 1s;
}

.industry-section {
    padding: 140px 0 120px;
    background: #f5f5f7
}

.industry-wrap {
    max-width: 1070px;
    margin: 0 auto;
    text-align: center
}

.industry-wrap>p:first-child {
    max-width: 520px
}

.industry-list {
    margin: 40px auto;
    flex-wrap: wrap;
    text-align: left
}

.industry-list li {
    border-radius: 10px;
    background: #fff;
    padding: 60px 50px 40px;
    width: 31.7%;
    margin: 0 25px 25px 0;
    transform: translateY(30px);
    transition: .5s ease;
    opacity: 0
}

.middle-animated .industry-list li {
    transform: translateY(0);
    opacity: 1
}

.middle-animated .industry-list li:nth-child(2) {
    transition-delay: .3s
}

.middle-animated .industry-list li:nth-child(3) {
    transition-delay: .6s
}

.middle-animated .industry-list li:nth-child(4) {
    transition-delay: .9s
}

.middle-animated .industry-list li:nth-child(5) {
    transition-delay: 1.2s
}

.industry-list li:nth-child(3) {
    margin-right: 0
}

.industry-list li span {
    display: inline-block;
    background: url(/sites/zweb/images/sign/power-automate.svg) no-repeat;
    margin-bottom: 30px;
    height: 70px
}

.industry-list li span.business {
    background-position: -69px -62px;
    width: 60px;
}

.industry-list li span.estate {
    background-position: 0px -61px;
    width: 70px;
}

.industry-list li span.finance {
    background-position: -130px -62px;
    width: 59px;
}

.industry-list li span.bank {
    background-position: -207px -74px;
    width: 76px
}

.industry-list li span.govern {
    background-position: -200px -61px;
    width: 68px
}

.industry-list li span.health {
    background-position: -268px -61px;
    width: 64px
}

.industry-list li h3 {
    margin-bottom: 25px
}

.industry-list li p,.benefits>div p {
    position: relative;
    padding-left: 30px
}

.integration-section .benefits>div p {
    max-width: 680px
}

.industry-list li p::before,.benefits>div p::before {
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/sign/power-automate.svg) no-repeat;
    background-position: -190px -117px;
    width: 20px;
    height: 16px;
    left: 0;
    top: 4px
}

.industry-wrap ul+h2 {
    max-width: 720px
}

.benefits {
    margin-top: 50px
}

.benefits>div {
    width: 100%
}

.benefits>div p {
    margin-bottom: 40px;
    font-size: 20px
}

.benefits>div p::before {
    top: 8px
}

.work {
    max-width: 800px;
    margin: 0 auto 120px
}

.work p,.integration-cont p {
    font-size: 20px
}

.integration-section {
    padding: 140px 0
}

.integration-wrap,.key {
    max-width: 1030px;
    margin: 0 auto
}

.key {
    margin: 0 auto 100px
}

.integration-video {
    width: 50%
}

.integration-video-wrap video {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px,rgb(17 17 26 / 10%) 0px 0px 8px;
    margin-top: 70px
}

.integration-cont {
    width: 37%
}

.integration-cont p:not(:last-child) {
    margin-bottom: 50px
}

.integration-cont span {
    font-family: var(--primaryfont-semibold);
    font-size: 24px;
    color: #7a8da0;
    margin-bottom: 10px
}

.digital-footer {
    max-width: 630px;
    margin: 170px auto 0
}

.digital-footer .act-btn {
    font-size: 18px;
    margin-top: 10px
}

.first-replay{
    visibility: hidden
}

.video-btn {
    border: 0;
    position: relative;
    padding-left: 20px;
    background: 0;
    margin-top: 20px;
    cursor: pointer
}

.video-btn span {
    border-bottom: 1px solid currentColor;
    font-family: var(--primaryfont-semibold)
}

.video-btn::before {
    content: "";
    background: url(/sites/zweb/images/sign/power-automate.svg);
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px
}

@media only screen and (max-width: 1199px) {
    .signpass-wrap h1 {
        font-size:55px
    }

    .signpass-wrap h2 {
        font-size: 45px
    }

    .signpass-wrap h3 {
        font-size: 30px
    }

    .banner-section {
        padding: 100px 0 120px
    }

    .industry-section {
        padding: 130px 0 90px
    }

    .industry-list li {
        padding: 50px 40px 30px;
        margin: 0 20px 20px 0
    }

    .integration-section {
        padding: 110px 0
    }

    .digital-footer {
        margin: 130px auto 0
    }

    .key {
        margin: 0 auto 80px
    }
}

@media only screen and (max-width: 991px) {
    .signpass-wrap h1 {
        font-size:50px
    }

    .signpass-wrap h2 {
        font-size: 40px
    }

    .signpass-wrap h3 {
        font-size: 28px
    }

    .banner-section {
        padding: 80px 0 100px
    }

    .industry-section {
        padding: 110px 0 70px
    }

    .industry-list li {
        width: 48.5%
    }

    .industry-list li:nth-child(3) {
        margin-right: 20px
    }

    .industry-list li:nth-child(even) {
        margin-right: unset
    }

    .industry-list {
        margin: 30px auto
    }

    .benefits>div p {
        font-size: 20px;
        margin-bottom: 30px
    }

    .benefits>div p::before {
        top: 6px
    }

    .benefits {
        margin-top: 50px
    }

    .integration-section {
        padding: 90px 0
    }

    .digital-footer {
        max-width: 530px;
        margin: 80px auto 0
    }

    .integration-cont p:not(:last-child) {
        margin-bottom: 50px
    }

    .industry-wrap ul+h2 {
        max-width: 620px
    }

    .work {
        margin: 0 auto 100px
    }
}

@media only screen and (max-width: 767px) {
    .signpass-wrap h1 {
        font-size:48px
    }

    .signpass-wrap h2 {
        font-size: 30px
    }

    .signpass-wrap h3 {
        font-size: 28px
    }

    .banner-section {
        padding: 60px 0 80px
    }

    .industry-section {
        padding: 70px 0 50px
    }

    .industry-wrap h2,.industry-wrap ul+h2,.industry-wrap>p:first-child {
        max-width: 100%
    }

    .benefits>div {
        width: 100%
    }

    .benefits {
        flex-direction: column
    }

    .industry-list li,.industry-list li:nth-child(3) {
        width: 100%;
        margin-right: 0
    }

    .integration-section {
        padding: 80px 0 90px
    }

    .integration-wrap {
        flex-direction: column
    }

    .integration-video,.integration-cont {
        width: 100%
    }

    .integration-cont p:not(:last-child) {
        margin-bottom: 30px
    }

    .banner-icons span.sign-logo {
        transform: translateX(0) scale(.8);
        position: relative;
        left: 13px
    }

    .banner-icons span.pass-logo {
        transform: translateX(0) scale(.8);
        position: relative;
        right: 13px
    }

    .integration-cont {
        margin-top: 50px
    }

    .banner-section-wrap p span {
        display: inline
    }

    .banner-section-wrap p,.work p,.integration-cont p,.benefits>div p {
        font-size: 17px
    }

    .key {
        margin: 0 auto 60px
    }

    .integration-video-wrap video {
        margin-top: 30px
    }
}

@media only screen and (max-width: 480px) {
    .signpass-wrap h1 {
        max-width:280px;
        margin: 0 auto 20px;
        font-size: 35px
    }

    .benefits {
        margin-top: 30px
    }

    .digital-footer {
        margin: 55px auto 0
    }

    .industry-list li {
        margin: 0 auto 20px
    }

    .signpass-wrap .integration-video h2 {
        max-width: 300px
    }

    .industry-list li:nth-child(even) {
        margin-right: inherit
    }

    .industry-list li,.industry-list li:nth-child(3) {
        margin-right: auto
    }

    .industry-wrap h2:first-child {
        text-align: center
    }

    .work {
        margin: 0 auto 60px
    }
}
