/****** Root Variables ******/

:root {
    --green-patten-bg: url("/sites/zweb/images/qengine/green-patten-bg.jpg") no-repeat;
    --blue-patten-bg: url("/sites/zweb/images/qengine/blue-patten-bg.jpg") no-repeat;
    --banner-bg: url("/sites/zweb/images/qengine/home/banner-bg.jpg") no-repeat;
    --link-arrow-icon: url("/sites/zweb/images/qengine/link-arrow.svg");
    --bluelink-arrow-icon: url("/sites/zweb/images/qengine/bluelink-arrow.svg");
    --pause-and-play-icon: url("/sites/zweb/images/qengine/pause-and-play.svg");
    --sliderarrow-icon: url("/sites/zweb/images/qengine/slider-arrow.svg");
    --secondary-cta-color: #0a55eb;
    --zqe-green-bg: #068841;
    --zqe-dgreen-bg: #012612;
    --zqe-black-bg: #030303;
    --zqe-whitesmoke-bg: #F5F5F5;
    --white: #FFFFFF;
    --black: #000000;
}

/****** Base Styles & Typography ******/

.pagewrapper {
    --h1-font-1: 76px;
    --h2-font-1: 72px;
    --h2-font-2: 64px;
    --h2-font-3: 48px;
    --h2-font-4: 40px;
    --h2-font-5: 32px;
    --h3-font-1: 24px;
    --h3-font-2: 20px;
    --h4-font-1: 20px;
    --h4-font-2: 22px;
    --p-font-1: 20px;
    --p-font-2: 18px;
    --p-font-3: 16px;
    --a-font-1: 16px;
    --a-font-2: 24px;
    --a-font-3: 20px;
    --spl-font: 56px;
    max-width: 1920px;
    margin: 0 auto
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3,
.pagewrapper h4 {
    line-height: 1.1
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3 {
    font-family: var(--primaryfont-semibold)
}

.pagewrapper h1 {
    font-size: var(--h1-font-1);
    letter-spacing: -1.44px;
    margin-bottom: 0
}

.pagewrapper h2 {
    font-size: var(--h2-font-2);
    letter-spacing: -1.28px
}

.pagewrapper h3 {
    font-size: var(--h2-font-5);
    letter-spacing: -0.43px
}

.pagewrapper p,
.pagewrapper a,
.pagewrapper span,
.pagewrapper button {
    letter-spacing: -0.32px
}

.pagewrapper p,
.pagewrapper ul li {
    font-size: var(--p-font-2);
    letter-spacing: -0.32px;
    line-height: 1.8;
    margin: 0 0 24px
}

.pagewrapper p a {
    color: var(--zwc-link-clr)
}

.pagewrapper img {
    vertical-align: top
}

.pagewrapper .content-wrap {
    padding-block: 100px
}

.zwc-banner-section .content-wrap {
    padding-block-start: 70px;
    padding-block-end: 80px
}

.zwc-trusted-brands-section .content-wrap {
    padding-block-start: 0;
    padding-block-end: 80px
}

:is(.zwc-highlight-section, .zwc-integration-section) .content-wrap {
    padding-block: 0
}

:is(.zwc-industry-section, .zwc-tested-brands) .content-wrap {
    padding-block-end: 0
}

.pagewrapper .zwc-inline-block {
    display: inline-block
}

.pagewrapper .zwc-sec-title h2 {
    max-width: 790px;
    margin-block-end: 60px;
    margin-inline: auto;
    text-align: center
}

.pagewrapper .zwc-tag {
    display: block;
    color: var(--zcnt-blue-bg);
    margin-bottom: 10px;
    font-family: var(--primaryfont-semibold);
    font-size: var(--p-font-2);
    letter-spacing: 0
}

/****** Flex Layout Utilities ******/

.zwc-flx-cnt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zwc-flx-cnt-cntralign {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zwc-flex-one-col {
    width: 100%
}

.zwc-flex-two-col {
    width: 50%
}

.zwc-flex-three-col {
    width: 33.33%
}

.zwc-flex-row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

/****** Sprite Icons ******/

[class|="zwc-sprite"] {
    display: inline-block;
    background: var(--sprite-icon) no-repeat;
    background-size: 220px auto;
    background-position: 0 0;
    letter-spacing: -40px
}

[class|="zwc-sprite-feaicon"] {
    margin-bottom: 20px
}

/****** Focus Styles ******/

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.product-nav-links .nav>li>a:focus-visible,
.common-links ul li a:focus-visible,
.ZF-support ul li.zf-support-mail a:focus-visible {
    outline: 2px solid #0047ff;
    -webkit-box-shadow: none;
    box-shadow: none
}

/****** CTA Buttons & Links ******/

.zwc-cta-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px
}

[class|="zwc-cta-btn"],
.zwc-watch-video-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-family: var(--primaryfont-semibold);
    font-size: var(--a-font-1);
    line-height: 26px;
    border-radius: 4px;
    padding: 16px 60px 16px 24px;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 1;
    visibility: visible;
    line-height: normal;
    border: 1px solid transparent;
    margin: 0
}

[class|="zwc-cta-btn"]:after {
    content: "";
    background: var(--link-arrow-icon) 0 0 / 10px auto no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    right: 28px;
    top: calc(50% - 8px);
    position: absolute;
    z-index: 1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

[class|="zwc-cta-btn"]:hover:after {
    right: 23px
}

.zwc-cta-btn-demo {
    color: var(--secondary-cta-color);
    border-color: var(--secondary-cta-color)
}

.zwc-cta-btn-demo:after {
    background-image: var(--bluelink-arrow-icon)
}

.zwc-cta-btn-demo:hover {
    background: var(--secondary-cta-color);
    color: var(--white)
}

.zwc-cta-btn-demo:hover:after {
    background-image: var(--link-arrow-icon)
}

a.zwc-learn-btn {
    position: relative;
    font-family: var(--primaryfont-semibold);
    font-size: var(--a-font-1);
    padding-inline-end: 22px;
    display: inline-block;
    color: var(--secondary-cta-color);
    margin: 0
}

a.zwc-learn-btn:after {
    content: '';
    background: var(--bluelink-arrow-icon) 0 0 / 8px auto no-repeat;
    display: block;
    width: 8px;
    height: 13px;
    right: 5px;
    top: calc(50% - 5px);
    position: absolute;
    z-index: 1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

a.zwc-learn-btn:hover:after {
    right: 2px
}

a.zwc-learn-bdr-btn {
    position: relative;
    font-size: var(--a-font-1);
    letter-spacing: -0.32px;
    font-family: var(--primaryfont-semibold);
    color: var(--zwc-link-clr);
    border-radius: 4px;
    border: 2px solid var(--zwc-link-clr);
    padding: 10px 48px 10px 20px;
    display: inline-block
}

a.zwc-learn-bdr-btn:after {
    content: '';
    background: var(--bluelink-arrow-icon) 0 0 / 8px auto no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    right: 20px;
    top: calc(50% - 5px);
    position: absolute;
    z-index: 1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

a.zwc-learn-bdr-btn:hover:after {
    right: 15px
}

/****** Video & Watch Buttons ******/

.zwc-watch-video-btn {
    background: transparent;
    border-color: transparent;
    color: var(--zwc-link-clr);
    padding: 12px 45px 12px 0
}

.zwc-watch-video-btn:before,
.zwc-watch-video-btn:after {
    position: absolute;
    content: ''
}

.zwc-watch-video-btn:before {
    background: var(--zwc-link-clr);
    width: 30px;
    height: 30px;
    top: calc(50% - 16px);
    right: 0;
    border-radius: 100%
}

.zwc-watch-video-btn:after {
    border-left: 9px solid var(--white);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: calc(50% - 7px);
    right: 9px
}

.zwc-vid-ply-icon {
    background: transparent;
    border-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #3a3a3a;
    border-radius: 25px;
    color: #fff;
    padding: 12px 20px 10px 53px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: var(--primaryfont-semibold);
    font-size: 15px
}

.zwc-vid-ply-icon {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: #3d3d3d;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 1.2s linear infinite;
    animation: ripple 1.2s linear infinite;
    cursor: pointer;
    z-index: 2
}

.zwc-vid-ply-icon:before {
    content: "";
    position: absolute;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    height: 0;
    left: calc(50% - 4px);
    top: calc(50% - 6px);
    width: 0
}

.zwc-watch-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #3a3a3a;
    border-radius: 25px;
    color: #fff;
    padding: 12px 20px 12px 53px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: var(--primaryfont-semibold);
    font-size: 15px;
    border: 0
}

.i18n-ar .zwc-watch-btn {
    padding: 12px 53px 10px 20px
}

.zwc-watch-btn:after,
.zwc-watch-btn:before {
    position: absolute;
    content: ""
}

.zwc-watch-btn:before {
    left: 15px;
    top: 9px;
    width: 26px;
    height: 26px;
    border: 1px solid var(--primary-btn-color);
    box-sizing: border-box;
    border-radius: 100%;
    background: var(--primary-btn-color)
}

.i18n-ar .zwc-watch-btn:before {
    right: 15px;
    left: inherit
}

.zwc-watch-btn:after {
    left: 25px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff
}

.i18n-ar .zwc-watch-btn:after {
    right: 23px;
    left: inherit
}

/****** Heading Tag ******/

.zwc-heading-tag {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 20px;
    border: 1px solid var(--black);
    border-radius: 19px;
    background: -webkit-radial-gradient(21.41% 126.1% at 42.04% 106.41%, #cfffe2 0, #FFF 100%);
    background: radial-gradient(21.41% 126.1% at 42.04% 106.41%, #cfffe2 0, #FFF 100%);
    color: var(--black);
    font-size: 15px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: var(--zf-primary-medium);
    font-size: var(--p-font-3)
}

/****** Slick Slider ******/

.slick-next,
.slick-prev {
    top: -110px;
    background: #e7e7e7;
    width: 48px;
    height: 48px
}

button.slick-prev.slick-arrow {
    border-radius: 50px 0 0 50px;
    left: inherit;
    right: 47px
}

button.slick-next.slick-arrow {
    border-radius: 0 50px 50px 0
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 1
}

.slick-next::after,
.slick-next::before,
.slick-prev::after,
.slick-prev::before {
    display: none
}

.slick-next::after,
.slick-prev::after {
    width: 40px;
    height: 40px;
    background: #e7e7e7;
    border-radius: 50%;
    content: "";
    position: absolute;
    inset: 24px 0 0 3px;
    display: block;
    transform: inherit
}

.slick-prev::after {
    left: 6px
}

.i18n-ar .slick-prev::after {
    left: inherit;
    right: 5px
}

.slick-next::before,
.slick-prev::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 14px;
    background: var(--sliderarrow-icon) -13px -6px / 26px auto no-repeat;
    z-index: 2;
    transform: rotate(0) translate(-50%, -50%)
}

.slick-next:hover::before {
    background: var(--sliderarrow-icon) -13px -6px / 26px auto no-repeat
}

.slick-prev::before {
    border-top: inherit;
    border-right: inherit;
    background: var(--sliderarrow-icon) -3px -6px / 26px auto no-repeat
}

.slick-prev:hover::before {
    background: var(--sliderarrow-icon) -3px -6px / 26px auto no-repeat
}

.slick-next:hover::after,
.slick-prev:hover::after,
.slick-arrow::after {
    background: #fff
}

.slick-arrow.slick-disabled {
    cursor: inherit
}

.slick-arrow.slick-disabled::before {
    opacity: .5
}

.slick-arrow.slick-disabled::after {
    background-color: transparent
}

/****** Video Options ******/

.zwc-vid-option {
    position: relative;
    z-index: 1;
    /*! width: 100%; */
}

.zwc-vid-option .zwc-vid-icons {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 2;
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-indent: -9999px;
    border: initial;
    background: var(--black);
    border-radius: 6px;
    max-width: 40px
}

.zwc-vid-option .zwc-vid-icons::before {
    content: "";
    position: absolute;
    inset: 50% 0 0 50%;
    transform: translate(-50%, -50%);
    background-image: var(--pause-and-play-icon);
    background-repeat: no-repeat;
    background-size: 24px auto;
    width: 10px;
    height: 13px;
    filter: brightness(0) invert(1)
}

.zwc-vid-option .zwc-vid-icons.zwc-vid-pause::before {
    background-position: -13px -6px;
    width: 10px
}

.zwc-vid-option .zwc-vid-icons.zwc-vid-play::before {
    background-position: -2px -6px
}

/****** Banner Section ******/

.zwc-banner-section {
    background: var(--banner-bg) bottom center / cover
}

.zwc-banner-section .zvid-ply-icon,
.zwc-banner-section .zvid-ply-icon:hover {
    padding: unset;
    margin: unset;
    border: unset;
    box-shadow: unset
}

.zwc-banner-section .zwc-bnr-wrap {
    gap: 30px
}

.zwc-banner-section .zwc-bnr-content {
    width: calc(60% - 15px)
}

.zwc-banner-section .zwc-bnr-form {
    width: calc(40% - 15px)
}

.zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list {
    margin-block-start: 30px;
    max-width: 850px
}

.zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list li {
    font-family: var(--zf-primary-medium);
    font-size: var(--p-font-1);
    line-height: 1.6;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    text-align: left
}

.zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list li:before,
.zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list li:after {
    position: absolute;
    content: "";
    z-index: 1
}

.zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list li:before {
    width: 18px;
    height: 18px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    border: 2px solid var(--zqe-text-green)
}

.zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list li:after {
    top: 14px;
    left: 5px;
    width: 8px;
    border-left: 2px solid var(--zqe-text-green);
    height: 4px;
    border-bottom: 2px solid var(--zqe-text-green);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.zwc-banner-section .zwc-bnr-form h2 {
    font-size: var(--zf-primary-bold);
    font-size: var(--h3-font-2);
    letter-spacing: unset;
    margin-bottom: 5px
}

.zwc-banner-section .zwc-bnr-form .signup-box {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 80px -16px rgba(0, 0, 0, 0.16);
    padding: 30px
}

.zwc-banner-section .zwc-bnr-form .signup-box .socl-signup p {
    margin-bottom: 0
}

.zwc-banner-section .zwc-bnr-form .signupcontainer .placetxt {
    display: none;
    top: 15px
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-img-wrap {
    max-width: 900px;
    margin: 60px auto 0;
    position: relative;
    z-index: 1
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-main-img {
    display: flex;
    flex-direction: row-reverse;
    position: relative
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-main-img img {
    border-radius: 16px;
    outline: 1px solid #d2dde2;
    border: 8px solid #FFF
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-icon img {
    border-radius: 12px;
    box-shadow: 2px 2px 32px 0 #c5e0ff
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-icon {
    position: absolute
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-testing-platforms-icon {
    left: -185px;
    bottom: 60px;
    max-width: 165px
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-report-icon {
    right: -80px;
    top: 200px;
    max-width: 155px
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-supported-tools-icon {
    top: 30px;
    right: -70px;
    max-width: 55px
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-edit-mode-icon {
    background: var(--black);
    color: #fff;
    display: block;
    position: absolute;
    top: 10%;
    right: -150px;
    width: 135px;
    padding: 5px 15px;
    border-radius: 3px;
    font-family: var(--primaryfont-semibold)
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-edit-mode-icon:before {
    content: "Editor Mode"
}

.zwc-banner-section .zwc-bnr-image .zwc-bnr-edit-mode-icon:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--black);
    left: -12px;
    transform: rotate(45deg) translateY(-50%);
    top: 48%;
    transform-origin: center
}

.zwc-banner-section .zwc-cta-btn-access,
.body-umain .zwc-banner-section .zwc-bnr-form {
    display: none
}

.body-umain .zwc-banner-section .zwc-bnr-content {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.body-umain .zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list {
    display: inline-flex;
    gap: 15px 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.body-umain .zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list li {
    margin: 0
}

.body-umain .zwc-banner-section .zwc-cta-wrap {
    justify-content: center
}

.body-umain .zwc-banner-section .zwc-cta-btn-access {
    display: block
}

/****** Trusted Brands Section ******/

.zwc-trusted-brands-section {
    text-align: center
}

.zwc-trusted-brands-section .content-wrap {
    overflow: hidden
}

.zwc-trusted-brands-section h2 {
    display: none
}

.zwc-trusted-brands-section .zwc-flex {
    display: flex;
    gap: 40px;
    flex-direction: column
}

.zwc-trusted-brands-section .zwc-trusted-brands {
    max-width: 900px;
    margin-inline: auto;
    overflow: hidden;
}

.zwc-trusted-brands-section .zwc-trusted-brands .zwc-brand-wrap{
    gap: 20px;
}

.zwc-trusted-brands-section .zwc-trusted-brands-inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.zwc-trusted-brands-section .zwc-brand-wrap {
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.zwc-trusted-brands-section .zwc-brand-wrap span {
    height: 66px;
    margin: 10px 25px;
    display: flex;
    align-items: center
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-idt {
    width: 55px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-property-angel {
    width: 162px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-alyve {
    width: 122px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-brigade {
    width: 71px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-bnprs {
    width: 80px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-anatta {
    width: 148px
}


.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-zmail {
    width: 100px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-zcreator {
    width: 139px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-zcrm {
    width: 106px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-zcatalyst {
    width: 152px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-zflow {
    width: 107px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-zworkplace {
    width: 170px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-zwriter {
    width: 130px
}

.zwc-trusted-brands-section .zwc-brand-wrap span.zwc-zbooks {
    width: 127px
}

.zwc-trusted-brands-section .zwc-scroll-control {
    background: #f0f0f1;
    border-radius: 6px;
    max-width: 40px;
    width: 100%;
    margin: 10px 0 0 auto;
    display: none;
    justify-content: space-between;
    padding: 5px
}

.zwc-trusted-brands-section .zwc-scroll-control button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    transition: .3s ease-in-out;
    text-indent: -9999px;
    border: unset
}

.zwc-trusted-brands-section .zwc-scroll-control button:hover {
    background: #fff
}

.zwc-trusted-brands-section .zwc-scroll-control button::before {
    content: "";
    position: absolute;
    inset: 50% 0 0 50%;
    transform: translate(-50%, -50%);
    background-image: var(--pause-and-play-icon);
    background-repeat: no-repeat;
    background-size: 24px auto;
    width: 10px;
    height: 13px
}

.zwc-trusted-brands-section .zwc-scroll-control .zwc-play-btn::before {
    background-position: -13px -6px;
    width: 10px
}

.zwc-trusted-brands-section .zwc-scroll-control .zwc-play-btn.active::before {
    background-position: -2px -6px
}

.zwc-trusted-brands-section .zwc-scroll-control .zwc-pause-btn::before {
    background-position: -13px -6px;
    width: 10px
}

.zwc-trusted-brands-section .zwc-maruqee .zwc-trusted-brands-inner {
    animation: 40s linear 0s infinite normal none running marquee-scroll
}

.zwc-trusted-brands-section .zwc-maruqee .zwc-scroll-control {
    display: flex;
}

/****** Highlight Section ******/

.zwc-highlight-section .zwc-highlight-wrap {
    position: relative;
    background: var(--zqe-whitesmoke-bg);
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 24px;
    padding: 80px 98px
}

.zwc-highlight-section .zwc-highlight-wrap h2 {
    font-family: var(--zf-primary-medium);
    font-size: var(--h2-font-4);
    line-height: 1.4;
    letter-spacing: -1.536px;
    color: var(--black);
    margin-bottom: unset
}

.zwc-highlight-section .zwc-highlight-wrap h2 span {
    color: rgba(0, 0, 0, 0.30);
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: 4% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--black)), to(var(--black)));
    background-image: -o-linear-gradient(left, var(--black), var(--black));
    background-image: linear-gradient(90deg, var(--black), var(--black))
}

.zwc-highlight-section .middle-animated .zwc-highlight-wrap h2 span {
    -webkit-animation: scroll-reveal 1.8s linear forwards;
    animation: scroll-reveal 1.8s linear forwards
}

@supports(animation-timeline:view()) {
    .zwc-highlight-section .middle-animated .zwc-highlight-wrap h2 span {
        animation-timeline: view(y);
        animation-range: cover 30vh cover 72vh
    }
}


/****** Product Stats Section ******/

.zwc-prod-stats-section {
    background: var(--green-patten-bg);
    background-size: cover;
    background-position: top center
}

.zwc-prod-stats-section .zwc-sec-title h2 {
    font-size: var(--h2-font-4);
    letter-spacing: -0.8px;
    margin-block-end: 40px
}

.zwc-prod-stats-section .zwc-stats-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.zwc-prod-stats-section .zwc-stats-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    padding: 15px 32px;
    max-width: 240px;
    border-inline-end: 1px solid #99bfbb;
}

.zwc-prod-stats-section .zwc-stats-box:last-child {
    border-inline-end: unset
}

.zwc-prod-stats-section .zwc-stats-number p {
    font-size: var(--p-font-1);
    line-height: 1.4;
    margin-block-end: unset;
    letter-spacing: -0.4px
}

.zwc-prod-stats-section .zwc-stats-number p>span {
    display: block;
    font-family: var(--primaryfont-semibold);
    font-size: var(--spl-font);
    line-height: 1.4;
    letter-spacing: -1.12px
}

.zwc-prod-stats-section .zwc-stats-number p .zwc-svg-icon {
    display: block;
    height: 70px
}

/****** Testing Platforms Section ******/

.zwc-testingplatforms-section .zwc-sec-title {
    text-align: center
}

.zwc-testingplatforms-section .zwc-fea-block {
    gap: 21px
}

.zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box {
    width: calc(33.33% - 14px);
    border-radius: 16px;
    border: 1px solid #e9e9e9;
    background: #FFF;
    padding: 24px;
    transition: all .5s ease
}

.zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box:hover {
    box-shadow: 0 24px 48px -12px rgba(10, 13, 18, 0.18)
}

.zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box h3 {
    font-size: var(--h3-font-1)
}

.zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box p:last-child {
    margin-bottom: 0
}

.zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box .zwc-fea-img {
    text-align: center;
    margin-block-end: 25px
}

.zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box .zwc-fea-img .zwc-fea-img-1 {
    box-shadow: 0 22px 45px -8px rgba(0, 0, 0, 0.16)
}

.zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box .zwc-fea-img .zwc-fea-img-3 {
    box-shadow: 0 22px 45px -8px rgba(0, 0, 0, 0.16)
}

/****** Features Section ******/

.zwc-features-section .zwc-tabbed-content {
    margin: 0 auto
}

.zwc-features-section .zwc-sec-title {
    text-align: center
}

.zwc-features-section .zwc-tabbed-content .zwc-tabmenu {
    text-align: center
}

.zwc-features-section .zwc-tabbed-content .zwc-tabmenu ul {
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(10px, 5vw, 15px);
    background: #fff;
    border-radius: 50px;
    padding: 6px;
    margin-bottom: 40px
}

.zwc-features-section .zwc-tabbed-content .zwc-tabmenu ul::before {
    content: "";
    position: absolute;
    background: var(--zcnt-blue-bg);
    border-radius: 25px;
    width: var(--zactive-tab-width);
    height: var(--zactive-tab-height);
    top: var(--zactive-tab-top-position);
    left: var(--zactive-tab-left-position);
    transition: left .8s
}

.zwc-features-section .zwc-tabbed-content .zwc-tabmenu ul li {
    padding: clamp(12px, 5vw, 16px) clamp(18px, 5vw, 56px);
    border-radius: 8px;
    background: var(--zqe-whitesmoke-bg);
    color: #262626;
    font-family: var(--primaryfont-semibold);
    font-size: var(--p-font-3);
    line-height: 1.6;
    margin: unset;
    width: auto;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.zwc-features-section .zwc-tabbed-content .zwc-tabmenu ul li:last-child {
    margin-right: 0
}

.zwc-features-section .zwc-tabbed-content .zwc-tabmenu ul li.zwc-active {
    color: var(--white);
    background: var(--zqe-green-bg)
}

.zwc-features-section .zwc-tabbed-content .zwc-tab-block {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0
}

.zwc-features-section .zwc-tabbed-content .zwc-tab-block.zwc-active {
    border-radius: 8px;
    opacity: 1;
    visibility: visible;
    height: auto
}

.zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-content {
    max-width: 850px;
    margin-inline: auto;
    text-align: center
}

.zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-content h3 {
    font-size: var(--h2-font-5);
    letter-spacing: -0.64px
}

.zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image {
    position: relative;
    max-width: 1100px;
    text-align: center;
    padding: 24px;
    background: var(--blue-patten-bg);
    background-size: cover;
    background-position: center center;
    margin: 30px auto 0
}

.zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image,
.zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image img {
    border-radius: 12px
}

.zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image img,
.zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image video {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    vertical-align: middle
}

/****** Testing Tool Section ******/

.zwc-testing-tool-section {
    background: var(--zqe-black-bg);
    color: var(--white)
}

.zwc-testing-tool-section .zwc-testing-tool-block {
    max-width: 1160px;
    margin-inline: auto
}

.zwc-testing-tool-section .zwc-testing-tool-block .zwc-boxs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.zwc-testing-tool-section .zwc-box {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    width: calc(33.33% - 24px);
    border-radius: 24px;
    border: 1px solid #cedbe8;
    background: #FFF
}

.zwc-testing-tool-section .zwc-box > h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.zwc-testing-tool-section .zwc-box h3 {
    color: var(--black);
    margin-bottom: 0;
    padding: 40px 40px 30px;
}

.zwc-testing-tool-section .zwc-box .zwc-box-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.zwc-testing-tool-section .zwc-box .zwc-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #4f4f4f;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 2;
    cursor: pointer
}

.zwc-testing-tool-section .zwc-box .zwc-btn span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 10px
}

.zwc-testing-tool-section .zwc-box .zwc-btn span::before,
.zwc-testing-tool-section .zwc-box .zwc-btn span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: var(--white)
}

.zwc-testing-tool-section .zwc-box .zwc-btn span::after {
    transform: rotate(90deg)
}

.zwc-testing-tool-section .zwc-box .zwc-btn span {
    transition: transform .35s ease;
    transform-origin: 50% 50%
}

.zwc-testing-tool-section .zwc-box .zwc-plus-btn span {
    transform: rotate(0)
}

.zwc-testing-tool-section .zwc-box .zwc-close-btn span {
    transform: rotate(45deg)
}

.zwc-testing-tool-section .zwc-box .zwc-panel {
    position: relative;
    inset: 0;
    border-radius: 24px;
    border: 1px solid #cedbe8;
    background: #1e1e1f;
    color: #fff;
    padding: 40px 40px 60px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .35s ease, transform .35s ease;
    width: 100%;
    height: 100%;
}

.zwc-testing-tool-section .zwc-box.zwc-active .zwc-panel {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0)
}

.zwc-testing-tool-section .zwc-box[data-anim="zoom"] .zwc-panel {
    transform: scale(.92)
}

.zwc-testing-tool-section .zwc-box[data-anim="zoom"].zwc-active .zwc-panel {
    transform: scale(1)
}

.zwc-testing-tool-section .zwc-panel h3 {
    color: #fff;
    padding: 0;
    margin-bottom: 30px
}

.zwc-testing-tool-section .zwc-panel li {
    font-size: var(--p-font-3);
    letter-spacing: -0.32px;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 32px;
    position: relative;
    text-align: left
}

.zwc-testing-tool-section .zwc-panel li:before,
.zwc-testing-tool-section .zwc-panel li:after {
    position: absolute;
    content: ""
}

.zwc-testing-tool-section .zwc-panel li:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
    border-radius: 50%;
    border: 2px solid #fff
}

.zwc-testing-tool-section .zwc-panel li:after {
    top: 12px;
    left: 6px;
    width: 8px;
    border-left: 2px solid #fff;
    height: 4px;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

/****** Industry Section ******/

.zwc-industry-section .zwc-sec-title h2 {
    text-align: unset;
    margin-inline: unset
}

.zwc-industry-section .zwc-industry-wrap {
    padding-block-end: 30px;
}

.zwc-industry-section .slick-list {
    padding: 10px;
    margin: 0 -10px
}

.zwc-industry-section .slick-slide>div {
    margin: 0 10px
}

.zwc-industry-section .zwc-indus-box {
    border-radius: 16px;
    border: 1px solid #dadada;
    background: #FFF;
    padding: 15px
}

.zwc-industry-section .zwc-indus-box-img,
.zwc-industry-section .zwc-indus-box-img img {
    border-radius: 8px
}

.zwc-industry-section .zwc-indus-box-icon {
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.zwc-industry-section .zwc-indus-box-icon.zwc-salesforce-testing-icon {
    background: #d9efff
}

.zwc-industry-section .zwc-indus-box-icon.zwc-regression-testing-icon {
    background: #fff7e4
}

.zwc-industry-section .zwc-indus-box-icon.zwc-functional-testing-icon {
    background: #fef1fb
}

.zwc-industry-section .zwc-indus-box-icon.zwc-integration-testing-icon {
    background: #e7fbf3
}

.zwc-industry-section .zwc-indus-box-icon.zwc-manual-testing-icon {
    background: #fef4f2
}

.zwc-industry-section .zwc-indus-box-ctn {
    margin-block-start: 18px;
    text-align: center
}

.zwc-industry-section .zwc-indus-box-ctn span {
    display: inline-block;
    position: relative;
    font-family: var(--primaryfont-semibold);
    font-size: var(--p-font-3);
    letter-spacing: -0.32px;
    color: var(--black);
    text-transform: uppercase;
    padding-inline-end: 24px
}

.zwc-industry-section .zwc-indus-box-ctn span:after {
    content: '';
    background: var(--bluelink-arrow-icon) 0 0 / 8px auto no-repeat;
    display: block;
    width: 8px;
    height: 13px;
    right: 5px;
    top: calc(50% - 6px);
    position: absolute;
    z-index: 1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: brightness(0)
}

.zwc-industry-section .zwc-indus-box:hover .zwc-indus-box-ctn span:after {
    right: 3px
}

/****** Integration Section ******/

.zwc-integration-section .zwc-intgr-wrap {
    padding: 100px;
    background: var(--zqe-black-bg);
    color: var(--white);
    border-radius: 16px;
    border: 1px solid #FFF
}

.zwc-integration-section h2 {
    font-size: var(--h2-font-5);
    margin-block-end: 30px;
    letter-spacing: -0.64px
}

.zwc-integration-section .zwc-intgr-block {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px 50px; */
    max-width: 750px;
    margin-inline: auto;
    text-align: center;
}

.zwc-integration-section .zwc-intgr-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.zwc-integration-section .zwc-intgr-box .zwc-intgr-logo {
    display: inline-block;
    border-radius: 12px;
    background: #FFF;
    padding: 18px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    min-width: 221px
}

.zwc-integration-section .zwc-intgr-box .zwc-sprints-logo {
    box-shadow: 2px 2px 0 0 #237503
}

.zwc-integration-section .zwc-intgr-box .zwc-jenkins-logo {
    box-shadow: 2px 2px 0 0 #7a0400
}

.zwc-integration-section .zwc-intgr-box .zwc-jira-logo {
    box-shadow: 2px 2px 0 0 #2784ff
}

/****** Bottom CTA Section ******/

.zwc-bottom-cta-section .zwc-btm-cta-wrap {
    max-width: 660px;
    margin: 0 auto;
    text-align: center
}

.zwc-bottom-cta-section p {
    font-size: var(--p-font-2)
}

.zwc-bottom-cta-section .zwc-cta-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

/****** FAQ Section ******/

.zwc-faq-section {
    background: var(--zqe-black-bg);
    color: var(--white)
}

.zwc-faq-section .zwc-faq-block {
    gap: 30px
}

.zwc-faq-section .zwc-faq-heading,
.zwc-faq-section .zwc-faq-item,
.zwc-faq-section .zwc-faq-cnt h3,
.zwc-faq-section .zwc-faq-cnt h3 button {
    position: relative
}

.zwc-faq-section .zwc-faq-heading {
    width: calc(45% - 15px)
}

.zwc-faq-section .zwc-faq-heading div {
    position: sticky;
    top: 90px
}

.zwc-faq-section .zwc-faq-heading h2 {
    font-size: var(--h2-font-2);
    letter-spacing: -0.96px;
    color: #fff
}

.zwc-faq-section .zwc-faq-heading a {
    margin-top: 24px
}

.zwc-faq-section .zwc-faq-cnt {
    width: calc(55% - 15px)
}

.zwc-faq-section .zwc-faq-item {
    margin-bottom: 16px;
    background: #262626
}

.zwc-faq-section .zwc-faq-item:last-child {
    margin-bottom: 0
}

.zwc-faq-section .zwc-faq-item.active h3 span:after {
    display: none
}

.zwc-faq-section .zwc-faq-cnt h3 {
    margin-bottom: 0;
    z-index: 2;
    color: #d1d1d1
}

.zwc-faq-section .zwc-faq-cnt h3 button {
    font-family: var(--primaryfont-semibold);
    font-size: var(--h3-font-2);
    line-height: 1.5;
    letter-spacing: -0.4px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 24px 56px 24px 24px;
    background: transparent;
    border: inherit;
    width: 100%;
    text-align: left;
    z-index: 2;
    color: var(--white)
}

.zwc-faq-section .zwc-faq-cnt h3 span,
.zwc-faq-section .zwc-faq-cnt h3 span:before,
.zwc-faq-section .zwc-faq-cnt h3 span:after {
    content: "";
    position: absolute;
    cursor: pointer
}

.zwc-faq-section .zwc-faq-cnt h3 span {
    right: 26px;
    top: 26px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 100px
}

.zwc-faq-section .zwc-faq-cnt h3 span:before,
.zwc-faq-section .zwc-faq-cnt h3 span:after {
    background: var(--black);
    z-index: 2;
    border-radius: 8px
}

.zwc-faq-section .zwc-faq-cnt h3 span:before,
.zwc-faq-section .zwc-faq-cnt h3 span:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.zwc-faq-section .zwc-faq-cnt h3 span:before {
    height: 2px;
    width: 14px
}

.zwc-faq-section .zwc-faq-cnt h3 span:after {
    width: 2px;
    height: 14px
}

.zwc-faq-section .zwc-faq-ans {
    display: none;
    padding: 0 24px 24px
}

.zwc-faq-section .zwc-faq-item:first-child .zwc-faq-ans {
    display: block
}

.zwc-faq-section .zwc-faq-ans p,
.zwc-faq-section .zwc-faq-ans li {
    /*! max-width: 660px; */
    color: #d1d1d1
}

.zwc-faq-section .zwc-faq-ans a {
    color: #d1d1d1;
    text-decoration: underline
}

.zwc-faq-section .zwc-faq-ans ul,
.zwc-faq-section .zwc-faq-ans ol {
    margin-block-start: 20px;
    padding-inline-start: 35px
}

.zwc-faq-section .zwc-faq-ans ul {
    list-style: disc
}

.zwc-faq-section .zwc-faq-ans ol {
    list-style: decimal
}

.zwc-faq-section .zwc-faq-ans li:not(:last-child) {
    margin-block-end: 10px
}

/****** Media Queries ******/

@media screen and (max-width: 1440px) {
    .pagewrapper {
        --h1-font-1: 64px;
        --h2-font-1: 60px;
        --h2-font-2: 56px;
        --h2-font-3: 40px;
        --h3-font-1: 22px;
        --h2-font-4: 32px
    }

    .pagewrapper h2 {
        letter-spacing: -1.28px
    }
}

@media screen and (max-width: 1280px) {
    .zwc-banner-section .zwc-bnr-image .zwc-bnr-img-wrap {
        max-width: 700px
    }

    .zwc-integration-section .zwc-intgr-wrap {
        padding: 50px 40px
    }
}

@media screen and (max-width: 1199px) {
    .pagewrapper {
        --h2-font-4: 26px;
        --h2-font-5: 24px;
    }

    .pagewrapper .content-wrap {
        padding-block: 80px
    }

    .zwc-banner-section .content-wrap {
        padding-block-start: 70px
    }

    .zwc-trusted-brands-section .content-wrap {
        padding-block-start: 0
    }

    :is(.zwc-highlight-section, .zwc-integration-section) .content-wrap {
        padding-block: 0
    }

    :is(.zwc-industry-section, .zwc-tested-brands) .content-wrap {
        padding-block-end: 0
    }

    .zwc-banner-section .zwc-bnr-image .zwc-bnr-icon {
        display: none
    }

    .zwc-highlight-section .zwc-highlight-wrap {
        padding: 60px 40px
    }

    .zwc-industry-section .zwc-industry-wrap {
        padding-block-end: 150px
    }

    .zwc-industry-section button.slick-prev.slick-arrow,
    .zwc-industry-section button.slick-next.slick-arrow {
        bottom: -110px;
        top: inherit;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .zwc-industry-section button.slick-prev.slick-arrow {
        left: 0;
        right: 48px
    }

    .zwc-industry-section button.slick-next.slick-arrow {
        left: 48px;
        right: 0
    }
}

@media screen and (max-width: 1024px) {
    [class|="zwc-sprite-feaicon"] {
        -webkit-transform: scale(0.8) translate(-12%, -12%);
        transform: scale(0.8) translate(-12%, -12%);
        margin-bottom: 10px
    }

    .zwc-testingplatforms-section .zwc-fea-block {
        gap: 40px
    }

    .zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box {
        width: calc(50% - 20px)
    }

    .zwc-testing-tool-section .zwc-box {
        width: calc(50% - 12px)
    }

    .zwc-prod-stats-section .zwc-stats-box {
        width: 50%;
        padding: 15px 25px;
        border: 1px solid #99bfbb;
        max-width: 350px
    }

    .zwc-prod-stats-section .zwc-stats-box:last-child {
        border-inline-end: 1px solid #99bfbb
    }

    .zwc-prod-stats-section .zwc-stats-box:nth-child(odd) {
        border-inline-end-width: 0px;
    }

    .zwc-prod-stats-section .zwc-stats-box:nth-child(1),
    .zwc-prod-stats-section .zwc-stats-box:nth-child(2) {
        border-block-end-width: 0px;
    }
}

@media screen and (max-width: 991px) {
    .pagewrapper {
        --h2-font-1: 54px;
        --h2-font-2: 54px;
        --h2-font-3: 40px;
        --a-font-3: 16px;
        --spl-font: 46px
    }

    .zwc-banner-section .zwc-bnr-content,
    .zwc-banner-section .zwc-bnr-form {
        width: 100%
    }

    .zwc-banner-section .zwc-bnr-content {
        max-width: 1000px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list {
        display: inline-flex;
        gap: 15px 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: unset
    }

    .zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list li {
        margin: 0;
    }

    .zwc-banner-section .zwc-cta-wrap {
        justify-content: center;
    }

    .zwc-banner-section .zwc-bnr-form {
        display: none
    }

    .zwc-banner-section .zwc-cta-btn-access {
        display: block
    }

    .zwc-testing-tool-section .zwc-box > h3 {
        padding: 20px 25px;
    }

    .zwc-testing-tool-section .zwc-box .zwc-panel {
        padding: 20px 25px 30px;
    }

    .zwc-features-section .zwc-tabbed-content .zwc-tabmenu {
        display: none
    }

    .zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-content h3 {
        margin-bottom: 20px;
        letter-spacing: -0.32px;
        max-width: unset
    }

    .zwc-features-section .zwc-tabbed-content .zwc-tab-block,
    .zwc-features-section .zwc-tabbed-content .zwc-tab-block.zwc-active {
        border-radius: unset;
        border: 0;
        box-shadow: unset;
        opacity: unset;
        visibility: unset;
        height: unset
    }

    .zwc-features-section .zwc-tabbed-content .zwc-tab-block:not(:last-child) {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #ebebeb
    }

    .zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-content {
        max-width: 600px
    }

    .zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image {
        max-width: unset;
        margin-top: 30px;
        border: unset;
        padding: 15px;
    }

    .zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image img,
    .zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image video {
        border-radius: 6px
    }

    .zwc-faq-section .zwc-faq-heading,
    .zwc-faq-section .zwc-faq-cnt {
        width: 100%
    }

    .zwc-faq-section .zwc-faq-heading div {
        position: static;
        top: 0
    }
}

@media screen and (max-width: 767px) {
    .pagewrapper .content-wrap {
        padding-block: 60px;
        max-width: 600px
    }

    .zwc-banner-section .content-wrap {
        padding-block-start: 30px
    }

    .zwc-trusted-brands-section .content-wrap {
        padding-block-start: 0
    }

    :is(.zwc-highlight-section, .zwc-integration-section) .content-wrap {
        padding-block: 0
    }

    :is(.zwc-industry-section, .zwc-tested-brands) .content-wrap {
        padding-block-end: 0
    }

    .pagewrapper {
        --h1-font-1: 56px;
        --h2-font-1: 52px;
        --h2-font-2: 52px;
        --h2-font-3: 40px;
        --h2-font-4: 28px;
        --a-font-2: 20px;
        --spl-font: 40px;
        overflow: hidden
    }

    .pagewrapper h2,
    .pagewrapper h3,
    .pagewrapper h4 {
        line-height: 1.25
    }

    .pagewrapper ul li {
        line-height: 1.8
    }

    .pagewrapper .zwc-cta-wrap {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    [class|="zwc-sprite-feaicon"] {
        -webkit-transform: scale(0.7) translateX(-17%);
        transform: scale(0.7) translateX(-17%);
        margin-bottom: 0
    }

    .zwc-watch-btn {
        text-indent: -9999px;
        padding: 0;
        background: var(--black);
        position: absolute;
        left: 50%;
        top: 50%;
        margin: auto;
        width: 44px;
        height: 44px;
        border-radius: 25px;
        cursor: pointer
    }

    .zwc-watch-btn:before {
        position: absolute;
        content: "";
        width: 42px;
        height: 42px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: var(--black);
        border-color: var(--black);
        -webkit-animation: wave 2s forwards infinite;
        animation: wave 2s forwards infinite;
        border-radius: 100%
    }

    .zwc-watch-btn:after {
        content: "";
        position: absolute;
        left: 4px;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 13px solid #fff;
        margin: auto
    }

    .pagewrapper .zwc-sec-title h2 {
        max-width: unset;
        margin-block-end: 30px;
        margin-inline: unset;
        text-align: unset
    }

    .zwc-banner-section .zwc-bnr-cnt-wrap,
    .zwc-testingplatforms-section .zwc-fea-block,
    .zwc-testingplatforms-section,
    .zwc-features-section,
    .zwc-industry-section .zwc-testing-tool-block,
    .zwc-bottom-cta-section .zwc-btm-cta-wrap {
        text-align: unset;
        max-width: unset;
        margin-inline: unset
    }

    .zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list,
    .body-umain .zwc-banner-section .zwc-bnr-content ul.zwc-cnt-list {
        align-items: unset;
        justify-content: unset
    }

    .zwc-banner-section .zwc-bnr-content,
    .body-umain .zwc-banner-section .zwc-bnr-content,
    .zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-content {
        max-width: unset;
        text-align: unset
    }

    .zwc-banner-section .zwc-cta-wrap,
    .body-umain .zwc-banner-section .zwc-cta-wrap {
        justify-content: unset
    }

    .zwc-trusted-brands-section,
    .zwc-testingplatforms-section .zwc-sec-title,
    .zwc-features-section .zwc-sec-title {
        text-align: unset
    }

    .zwc-highlight-section .zwc-highlight-wrap {
        padding: 30px 25px
    }

    .zwc-highlight-section .zwc-highlight-wrap h2 {
        font-size: var(--h3-font-1);
        line-height: 30px;
        letter-spacing: -0.4px
    }

    .zwc-testing-tool-section .zwc-box .zwc-panel {
        padding: 20px 25px 60px;
    }

    .zwc-testing-tool-section .zwc-box,
    .zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box {
        width: 100%
    }

    .zwc-testingplatforms-section .zwc-fea-block .zwc-fea-box .zwc-fea-img {
        text-align: unset
    }

    .zwc-integration-section .zwc-intgr-wrap {
        padding: 50px 25px
    }

    .zwc-integration-section .zwc-intgr-box .zwc-sprints-logo,
    .zwc-integration-section .zwc-intgr-box .zwc-jenkins-logo {
        padding: 15px 20px
    }

    .zwc-faq-section .content-wrap {
        padding-inline: 0
    }
}

@media screen and (max-width: 480px) {
    .pagewrapper {
        --h1-font-1: 40px;
        --h2-font-1: 36px;
        --h2-font-2: 36px;
        --h2-font-3: 36px;
        --h2-font-5: 28px
    }

    .zwc-features-section .zwc-tabbed-content .zwc-tab-block .zwc-tab-image {
        padding: 5px;
    }

    .zwc-prod-stats-section .zwc-stats-block {
        text-align: unset;
        display: inline-block
    }

    .zwc-prod-stats-section .zwc-stats-box:nth-child(odd) {
        border-inline-end-width: 1px
    }

    .zwc-prod-stats-section .zwc-stats-box:last-child {
        border-block-start-width: 0px
    }

    .zwc-prod-stats-section .zwc-stats-box {
        width: 100%;
        max-width: unset;
        justify-content: unset
    }

    .zwc-industry-section .zwc-indus-box-img img {
        width: 100%
    }

    .zwc-integration-section .zwc-intgr-box .zwc-sprints-logo,
    .zwc-integration-section .zwc-intgr-box .zwc-jenkins-logo {
        padding: 15px 12px
    }
}

@media screen and (min-width: 1200px) {
    .zwc-banner-section .middle-animated .zwc-bnr-image .zwc-bnr-icon {
        opacity: 0
    }

    .zwc-banner-section .middle-animated .zwc-bnr-image .zwc-bnr-testing-platforms-icon {
        animation: slideDown 1s ease-out .3s forwards
    }

    .zwc-banner-section .middle-animated .zwc-bnr-image .zwc-bnr-report-icon {
        animation: slideUp 1s ease-out .5s forwards
    }

    .zwc-banner-section .middle-animated .zwc-bnr-image .zwc-bnr-supported-tools-icon {
        animation: slideDown 1s ease-out .9s forwards
    }
}

/****** Keyframe Animations ******/

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-reveal {
    to {
        background-size: 100% 100%
    }
}

@-webkit-keyframes scroll-reveal {
    to {
        background-size: 100% 100%
    }
}

@keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-30px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes scaling {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: scale(.2)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: scale(1)
    }
}