:root {
    --section-p: 100px;
    --section-m: 60px;
    --sprite: url(/sites/zweb/images/survey/solutions/margin-error.svg);
}

.zwc-main-sec img {
    display: block;
}

.zwc-main-sec a {
    color: var(--zwc-link-clr);
}

.zwc-main-sec a.act-btn {background: linear-gradient(90deg, #da051c 50%, #f30f27 0) 100% 100% / 200% 100%;transition: .3s ease-in-out;color: #fff;}

.zwc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.zwc-rht-al {
    margin: 0px 0px 0px auto;
}

.zwc-cen-al {
    margin: 0px auto;
}

.zwc-flx-col {
    flex: 1 0 0;
}

.zwc-flx-col-ctn {
    max-width: 510px;
    margin: 0 auto;
    width: 100%;
}

.zw-product-header {
    position: relative;
    z-index: 2;
}

.zwc-flx-grid {
    padding: 50px;
    flex: 1 1 32%;
    border-radius: 8px;
    background: #1F1F21;
}

.zwc-main-sec a {
    color: var(--zwc-link-clr);
}

.zwc-main-sec h1 {
    font-size: clamp(32px, 5vw, 58px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin: 0px auto 20px;
    letter-spacing: -1.16px;
    max-width: 800px;
}

.zwc-main-sec h2 {
    font-size: clamp(28px, 4vw, 56px);
    font-family: var(--zf-primary-semibold);
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1.56px;
}

.zwc-main-sec h3 {
    font-size: clamp(24px, 2vw, 32px);
    font-family: var(--zf-primary-medium);
    letter-spacing: -0.42px;
    line-height: 1.2;
}

p:last-child {
    margin-bottom: 0px;
}

.zwc-dark-bg {
    background: rgb(15, 15, 15);
    padding: var(--section-p) 0;
    color: rgb(255, 255, 255);
}
.zwc-dark-bg p{
    color: #d1d1d1;
}
.zwc-flx-grid-wrap {
    align-items: inherit;
}

.zwc-sec-title {
    text-align: center;
}

.zwc-dark-bg .zwc-sec-title h2 {
    color: rgb(255, 255, 255);
}

.zwc-dark-bg .zwc-sec-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.zwc-sec-title + .zwc-flex {
    margin-top: var(--section-m);
}

.zwc-fea-icn {
    width: 31px;
    height: 31px;
    display: block;
    flex-shrink: 0;
}
.zwc-page-sign-btn{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.zwc-page-sign-btn a:hover{background-position: 0 100%;}

.zwc-banner-wrap {
    padding: 100px 0 70px;
    position: relative
}
.zwc-banner-wrap {
    padding: 100px 0px 70px;
    position: relative;
}

.zwc-banner-wrap::before {
    content: "";
    position: absolute;
    inset:-80px 0 0 0;
    background: rgb(236, 242, 255);
}

.zwc-banner-lft {
    text-align: center;
}

.zwc-banner-wrap .zwc-banner-lft p {
    font-size: 18px;
    max-width: 43%;
    margin: 0px auto 10px;
}

a.cal-demo {
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    color: rgb(0, 0, 0);
    position: relative;
    padding: 16px 45px 16px 24px;
    border-radius: 4px;
    border: 2px solid rgb(0, 0, 0);
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    background: linear-gradient(90deg,#000 50%,#fff 0) 100% 100% / 200% 99%;
}


.zwc-faq-wrap {
    background: rgb(0, 0, 0);
    padding: var(--section-p) 0 var(--section-p) 0;
    color: rgb(255, 255, 255);
}

.zwc-faq-wrap .zwc-flex {
    align-items: flex-start;
}

.zwc-faq-lft {
    flex: 0 1 45%;
}

.faq-section .zwc-min-wrap {
    margin-top: var(--inner-sec-t);
}

.zwc-faq-sec .zwc-page-title {
    margin-bottom: 40px;
}

.zwc-faq-sec .zwc-page-title h2 {
    font-size: 36px;
}

.faq-section h2 {
    margin-bottom: var(--section-m-t-60);
    text-align: center;
}

.faq-content {
    transition: 0.5s;
    background: rgb(38, 38, 38);
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}

.faq-content h3 {
    margin-bottom: 0px;
}

.faq-content.active {
    box-shadow: rgba(118, 118, 118, 0.14) 0px 4px 12px;
}

.faq-content button {
    border: 0px;
    position: relative;
    font-size: clamp(18px, 4vw, 20px);
    cursor: pointer;
    transition: 0.5s;
    padding: 24px 60px 24px 24px;
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 0px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: left;
    background: transparent;
}

.faq-content button span {
    max-width: 550px;
    width: 100%;
    display: inline-block;
}

.faq-content:last-child {
    margin-bottom: 0px;
}

.accord-content {
    display: none;
    padding: 0px 20px 25px 24px;
    max-width: 650px;
}

.accord-content p {
    font-size: var(--font-size-6);
}

.accord-content span {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}

span.faq-arrow {
    position: absolute;
    right: 24px;
    top: 40px;
    width: 25px;
    height: 25px;
    transition: 0.5s;
    transform: rotate(-90deg);
    border: 1.5px solid rgb(255, 255, 255);
    border-radius: 50%;
    margin-top: -13px;
    background: rgb(255, 255, 255);
}

.faq-arrow::after, .faq-arrow::before {
    content: "";
    position: absolute;
    display: block;
    right: -9px;
    width: 12px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 2px;
    transition: 0.5s;
}

.faq-arrow::before {
    top: 10px;
    right: 5px;
}

.faq-arrow::after {
    right: inherit;
    left: 5px;
    transform: rotate(90deg);
    top: 10px;
}

.faq-content.active span.faq-arrow::before {
    transform: rotate(-90deg);
}

.accord-content a {
    text-decoration: underline;
    color: rgb(102, 145, 255);
}

.accord-content ul.number li, ul.list li {
    margin-bottom: 15px;
}

.accord-content ul li {
    padding: 10px 10px 10px 30px;
    position: relative;
}

.accord-content ul li::before {
    content: "";
    inset: 22px 0px 0px 4px;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
}

.accord-content ul li::after {
    content: "";
    inset: 18px 0px 0px;
    width: 18px;
    height: 18px;
    border: 1px dashed rgb(128, 128, 128);
    border-radius: 50%;
    position: absolute;
}

.zwc-faq-main {
    background: rgb(3, 3, 3);
    color: rgb(255, 255, 255);
}

.zwc-faq-main h2 {
    text-align: left;
}

.zwc-bottom-cta-wrap {
    padding: var(--section-p) 0;
    background: #0B1322;
    color: #fff;
    text-align: center;
}

.zwc-bottom-cta-wrap .content-wrap {
    max-width: 860px;
    margin: 0px auto;
    text-align: center;
}

.zwc-cal-sec .content-wrap{
    border-radius: 12px;
    background: #0E0C2D;
    max-width: 1140px;
    margin: 70px auto 0px;
    padding: var(--section-p) 20px;
    position: relative;
}

@media only screen and (min-width: 1800px) {
    .zwc-cal-sec {
        max-width: 1280px;
        margin:0 auto;
    }
}

.zwc-cal-sec h2 {
    color: rgb(255, 255, 255);
}

.zwc-cal-title {
    color: rgb(255, 255, 255);
    opacity: 0.5;
    font-family: var(--zf-primary-medium);
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}
.zwc-formula-sec span {
    font-family: var(--zf-primary-semibold);
    font-size: clamp(20px, 4vw, 24px);
    display: block;
}

.zwc-formula-sec p {
    max-width: 450px;
}
.zwc-flx-col p a{
    text-decoration: underline;
}
.zwc-evalute-nps .zwc-flx-col:first-child {
    max-width: 540px;
}
.zwc-evalute-nps .zwc-flex{
    justify-content: space-between;
}
.zwc-evalute-nps .zwc-flx-col:nth-child(2) {
    flex: 0 1 44%;
}

.zwc-evalute-nps .zwc-sec-title {
    text-align: left;
}

.zwc-nps-scale {
    padding: var(--section-p) 0;
}

.zwc-nps-scale h3 {
    padding-top: 75px;
    position: relative;
}

.zwc-nps-scale h3::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--sprite) no-repeat 0 0 / 123px;
    width: 50px;
    height: 50px;
}

.zwc-nps-scale .zwc-flx-grid:nth-child(1) h3::before {
    background-position: -19px 0;
}

.zwc-nps-scale .zwc-flx-grid:nth-child(2) h3::before {
    background-position: -75px 0;
}

.zwc-nps-scale .zwc-flx-grid:nth-child(3) h3::before {
    background-position: -111px -97px;
}

.zwc-nps-scale h3 {
    font-size: clamp(22px, 4vw, 28px);
    font-family: var(--zf-primary-semibold);
    margin-bottom: 15px;
}

.zwc-nps-scale .zwc-flex{
    align-items: inherit;
}
.zwc-evalute-nps {
    padding:  var(--section-p) 0;
}

.zwc-evaluate-nps .zwc-sec-title, .zwc-nps-scale .zwc-sec-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.zwc-content-area .zwc-flex {
    justify-content: center;
    gap: 100px;
}

.zwc-content-area .zwc-flex-row:nth-child(2n+1) {
    padding: var(--section-p) 0;
}

.zwc-content-area .zwc-flex-row:nth-child(2n) {
    padding: 0px;
}

.zwc-content-area .zwc-flex-row:nth-child(2n+1) .zwc-flx-col:nth-child(1) {
    order: 2;
}

.zwc-content-area .zwc-flx-col-ctn p {
    max-width: 480px;
}

.zwc-flx-col-ctn h3 {
    margin-bottom: 30px;
}

.zwc-flx-col-ctn p b {
    font-family: var(--zf-primary-bold);
}

.zwc-benefits {
    background: rgb(233, 240, 255);
    padding: var(--section-p) 0;
}

.zwc-benefits .zwc-sec-title {
    text-align: left;
    margin-bottom: var(--section-m);
    max-width: 430px;
}

.zwc-benefits .zwc-sec-title p {
    max-width: 490px;
}

.zwc-benefits .zwc-flx-col {
}

.zwc-benefits .zwc-flex {
    align-items: flex-start;
}

.zwc-list-ctn > li {
    display: flex;
    gap: 30px;
    position: relative;
    padding-bottom: 35px;
}

.zwc-list-ctn > li:last-child {
    /* padding-bottom: 0px; */
}

.zwc-benefits-1 .zwc-list-ctn h3 {
    font-size: clamp(22px, 4vw, 24px);
    margin-bottom: 12px;
}
.zwc-benefits-1 p a {
    margin-top: 20px;
    display: inline-block;
}

.zwc-list-icn {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    position: relative;
    flex-shrink: 0;
}

.zwc-list-ctn li div:last-child p {
    margin-bottom: 0px;
}

.zwc-list-icn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 27px;
    background: var(--sprite) no-repeat -59px -43px / 393px;
}

.zwc-list-ctn li:nth-child(2) .zwc-list-icn::before {
    background-position: -85px -43px;
}

.zwc-list-ctn li:nth-child(3) .zwc-list-icn::before {
    background-position: -112px -43px;
    width: 28px;
}

.zwc-list-ctn li:nth-child(4) .zwc-list-icn::before {
    background-position: -141px -43px;
}

.zwc-list-ctn .zwc-cen-btn a {
    margin: 0px;
    padding-left: 0px;
    align-items: center;
}

.zwc-sticky-sec {
    position: sticky;
    top: 90px;
}

.zwc-app-ss-2 {
    position: absolute;
    left: 0px;
    top: 7%;
    max-width: 60%;
}

.zwc-cen-btn a::before {
    display: none;
}

.zwc-cen-btn a span {
    background-image: url("/sites/zweb/images/survey/solutions/fil-btn-arrow2.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 7px;
}

.zwc-benefits-2 {
    background: rgb(255, 255, 255);
}

.zwc-benefits-2 .zwc-list-ctn > li .zwc-list-icn {
    display: none;
}

.zwc-benefits-3 li {
    position: relative;
    padding-left: 50px;
    padding-bottom: 130px;
}
.zwc-benefits-3 .zwc-sticky-sec, .zwc-benefits-2 .zwc-sticky-sec{
    position: sticky;
    top: 100px;
}
.zwc-benefits-3 .zwc-list-ctn {
    margin-top: 220px;
}
.zwc-benefits-3 li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgb(213, 226, 255);
    border-radius: 50%;
    left: 0px;
    top: 12px;
}

.zwc-benefits-3 li::after {
    content: "";
    position: absolute;
    width: 1.5px;
    background: linear-gradient(90deg, rgb(207, 221, 254) 0%, rgb(207, 221, 254) 93.75%, rgb(236, 242, 255) 99.04%);
    left: 7px;
    top: 22px;
    bottom: -22px;
}

.zwc-benefits-3 .zwc-list-ctn div span {
    border-radius: 20.5px;
    background: rgb(213, 226, 255);
    padding: 5px 20px;
    font-family: var(--zf-primary-medium);
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 16px;
    display: inline-block;
}
.zwc-easy-step{
    flex: 0 1 43%;
}
.zwc-stpes{
    visibility: hidden;
    opacity: 0;
    height: 0;
    
    transform: translateY(30px);
}
.zwc-stpes.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

/* Marging error calculation */
.zwc-margin-error-calc {
    background: #181633;
    padding: 32px;
    border-radius: 16px;
    max-width: 400px;
    margin: 40px auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
}
.margin-error-form{
    max-width: 350px;
    width: 100%;
}
.margin-error-form .form-group {
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
}
.margin-error-form label {
    font-size: 1.15rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #eaeaff;
    font-family: var(--zf-primary-regular);
    font-size: clamp(16px, 4vw, 18px);
}
.margin-error-form input,
.margin-error-form select {
    width: 100%;
    background: #221f3a;
    border: 1.5px solid #4e4a7a;
    border-radius: 8px;
    padding:0 16px;
    font-size: 1.2rem;
    color: #fff;
    outline: none;
    margin-top: 2px;
    height: 54px;
    width: 100%;
}
.margin-error-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.margin-error-form input::-webkit-outer-spin-button,.margin-error-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.zwc-select-input{
    position: relative;
}
.zwc-select-input::after {
    content: "";
    background: url(/sites/zweb/images/survey/survey-creation-down-arrow.svg) 0 / 100% no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    pointer-events: none;
}
.margin-error-form input:focus,
.margin-error-form select:focus {
    border-color: #7da5e8;
}
.info-icon .info-tooltip{
    border-radius: 6px;
    background: #363465;
    color: #D7D7E1;
    font-family:var(--zf-primary-regular);
    font-size: 12px;
    letter-spacing: -0.24px;
    padding: 8px 12px;
    position: absolute;
    width: 220px;
    display: block;
    height: auto;
    top: -50%;
    left: 100%;
    text-align: left;
    line-height: 1.4;
    z-index: 2;
    border: 1px solid #535781;
    opacity: 0;
    
    height: 0;
    visibility: hidden;
}
.info-icon:hover .info-tooltip{
    opacity:1;
    height:auto;
    visibility:visible;
    transition: all 0.3s ease-in-out;
}
.info-icon .info-tooltip::before{
    content:'';
    position:absolute;
    left: -9px;
    top: 50%;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid #363465;
    transform: translateY(-50%);
}
.info-icon {
    display: inline-block;
    color: #181633;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    position:relative;
    padding-right: 36px;
    width: 22px;
    height: 22px;
}
.info-icon::before{
    content:'';
    position:absolute;
    left: 0;
    top:50%;
    transform: translate(0, -50%);
    background: var(
    --sprite) no-repeat 0 0 / 145px;
    width: 22px;
    height: 22px;
}
.calc-btn {
    background: linear-gradient(143deg,#7da5e8 10.28%,#73f2be 108.71%);
    color: #181633;
    border: none;
    border-radius: 8px;
    padding: 14px 0;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.calc-btn:hover {
    background: linear-gradient(143deg,#73f2be 10.28%,#7da5e8 108.71%);
}
.result-group {
    margin-top: 24px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}
.margin-error-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #73f2be;
    margin-left: 8px;
}
.zwc-margin-error-result-card {
    border-radius: 16px;
    text-align: center;
    max-width: 350px;
    width: 100%;
}
.margin-error-wrap{
    justify-content: space-evenly;
}
.result-card {
    border-radius: 20px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    padding: 50px 0 50px 0;
    margin-bottom: 32px;
    background: linear-gradient(113deg, #181833 0.06%, #25294D 99.81%);
    border: 1px solid rgba(56, 58, 88, 0.58);
}

.result-value {
    font-size: clamp(60px, 5vw, 80px);
    color: #BEB9EA;
    display: block;
    font-family: var(--zf-primary-bold);
    letter-spacing: -2.4px;
}
#result.active{
     background: linear-gradient(90deg, #ffb86c 0%, #ff6e6e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.result-label {
    font-size: clamp(16px, 4vw, 20px);
    color: #cfc6f7;
    font-family: var(--zf-primary-regular);
}

.result-desc {
    font-size: 17px;
    color: #fff;
    margin-bottom: 32px;
    margin-top: 0;
    font-family: var(--zf-primary-regular);
}

.result-btn {
    display: inline-block;
    font-size: 16px;
    font-family: var(--zf-primary-medium);
    padding: 14px 30px;
    border-radius: 4px;
    text-align: center;
    background: var(--zwc-link-clr);
    color: #fff !important;
}

.result-btn:hover {
    background: #1747b7;
}
.zwc-cen-line{
    background: linear-gradient(27deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 50.48%, rgba(255, 255, 255, 0.00) 100%);
    width: 1px;
    min-height: 360px;
}
.zwc-result-signup{
    display: none;
}
.zwc-result-signup.active{
    display: block;
}
.zwc-formula-wrap{
    max-width: 1140px;
    margin: var(--section-p) auto 0 auto;
}
.zwc-formula-wrap-outer{
    padding: var(--section-p) 0 0;
}
.zwc-formula-wrap-outer .zwc-sec-title{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.zwc-formula-title{
    background: linear-gradient(90deg, #00D9FF -35.13%, #33B9F9 -17.97%, #5349BF 31.86%, #5B2DB1 48.08%, #2D4DBE 65.76%, #016CCA 84.17%, #00B8E8 110.41%, #0168B1 144.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--zf-primary-medium);
    font-size: clamp(24px, 4vw, 32px);
    text-align: center;
}
.zwc-formula-sec{
    margin-bottom: 30px;
    margin-top: 40px;
}
.zwc-formula-sec-inr{
    gap: 8px;
}
.zwc-div-line{
    height: 1.5px;
    background: #6991D4;
    width: 100px;
}
.zwc-formula-sec-rout{
    background: url(/sites/zweb/images/survey/solutions/formula-symbol.png) no-repeat 0 0 / 150px;
    padding-left: 34px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 9px;
    margin-left: 3px;
}
.zwc-flx-col-ctn p strong{
    font-family: var(--zf-primary-semibold);
}
.zwc-flx-col-ctn p{
    margin-bottom:10px
}
/* Table Design */

.zwc-research-table-main {
    margin-top: var(--section-m-t-60);
    position: relative;
    width: 100%
}

.zwc-research-table-main::before {
    content: '';
    position: absolute;
    inset: 0;
    transform: rotate(-2deg);
    background: transparent linear-gradient(129deg,#add7fa 0,#bafcdb 100%) 0 0 no-repeat padding-box;
    z-index: -1
}

.zwc-research .zwc-flex .zwc-research-table:nth-child(1) li {
    font-family: var(--zf-secondary-medium)
}

.zwc-research .zwc-flex .zwc-research-table:nth-child(2) li {
    margin: 0
}

.zwc-research .zwc-flex .zwc-research-table:nth-child(2) li:first-child {
    padding-left: 0
}

.zwc-research-table {
    width: 100%;
    box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.zwc-research-table li {
    position: relative;
    border-bottom: 1px solid #eaf1fe;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
    text-align: center;
    background: #fff;
}

.zwc-research-table li span {
    width: 100%;
    max-width: 50%;
    display: block;
    padding: 21px 10px;
}

.zwc-research-table li:nth-child(odd) {
    background: #F4F8FF;
}

.zwc-research-table li:first-child {
    background: #D2E0F8;
    max-width: 100%
}

.zwc-research-table li:last-child {
    border: 0
}

.zwc-research-table li b {
    font-family: var(--zf-secondary-semibold);
    font-size: clamp(18px, 4vw, 20px);
}

.zwc-research h2,.zwc-why-choose h2 {
    margin: 0 auto;
    text-align: center
}
.zwc-cal-lft{
    flex: 0 1 60%;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E9F1FF;
    background: #FFF;
    box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.08);
    padding: 45px 50px;
}
.zwc-moe-result{
    background: #F8F8F8;
    border-radius: 8px;
    margin-top: var(--section-m);
}
.zwc-moe-result img{
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
}
.zwc-how-survey-help img{
    width: 100%;
}
.zwc-content-area .zwc-flex .zwc-flx-col-rht{
    flex: 0 1 55%;
    order: 2;
}
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
    :root {
        --section-p: 70px;
        --section-m: 40px;
    }

    

    .zwc-faq-wrap .zwc-flex {
        flex-direction: column;
        align-items: center;
    }

    .zwc-banner-lft {
        max-width: 800px;
        margin: 0px auto;
    }
    .zwc-banner-wrap .zwc-banner-lft p{
        max-width: 800px;
        font-size: 16px;
    }
    .zwc-content-area .zwc-flex{
        gap: 50px;
    }
    .zwc-cen-line{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .zwc-flx-grid {
        flex: 1 1 98%;
        padding: 30px 25px;
    }
    .zwc-flx-col, .zwc-content-area .zwc-flx-col-ctn p, .zwc-flx-col-ctn, .zwc-formula-wrap p {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
    .zwc-content-area .zwc-flex-row img, .zwc-formula-wrap img{
        margin: 0 auto;
    }
    .zwc-flex-row {
        flex-direction: column;
        align-items: center;
        max-width: 700px;
        margin: 0px auto;
    }
    .zwc-content-area .zwc-flex-row:nth-child(2n+1) .zwc-flx-col:nth-child(1)
    {
        order: inherit;
    }
    .zwc-benefits-3 .zwc-list-ctn{
        margin-top: 0;
    }
    .zwc-formula-wrap {
        flex-direction: column;
        text-align: center;
    }
    .zwc-formula-wrap .zwc-flx-col-ctn{
        text-align:left;
    }
    .zwc-benefits .zwc-flex{
        flex-direction: column;
    }
    .zwc-benefits .zwc-sticky-sec{
        margin: 0 auto;
        position: static;
    }
    .zwc-benefits-3 .zwc-sticky-sec, .zwc-benefits-2 .zwc-sticky-sec{
        position: static;
    }
    .zwc-benefits-3 .zwc-stpes{
        display: none;
    }
    .zwc-benefits-3 li {
         padding-bottom: 50px;
    }
     .zwc-benefits-3 li:last-child{
        padding-bottom: 0;
     }
    .zwc-banner-wrap{
        padding-top: 50px;
    }
    .zwc-page-sign-btn {
        flex-direction: column;
        display: flex;
        gap: 7px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .zwc-page-sign-btn a{
        width:100%;
    }
    .zwc-score-sec{
        justify-content: center;
    }
    .zwc-result-wrap{
       gap: 30px;
    }
    .zwc-cal-sec{
        max-width: 100%;
        border-radius: 0;
    }
    .zwc-score-sec {
        padding: 15px;
        gap: 10px;
    }
    .zwc-list-ctn .zwc-cen-btn a{
        padding-right: 44px;
    }
    .zwc-content-area .zwc-flex .zwc-flx-col-rht{
        flex: 0 1 auto;
    }
    .zwc-evalute-nps .zwc-flx-col:nth-child(2){
        flex: 0 1 100%;
    }
    .info-icon .info-tooltip{
        top: 100%;
        left: 0;
        transform: translateX(-50%);
    }
    .info-icon .info-tooltip::before {
        left: 50%;
        top: 0;
        transform: translateY(-50%) rotate(90deg);
    }
    .info-icon {
        padding-top: 36px;
    }
    .zwc-moe-result img{
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
     .zwc-text-field{
        width: 54px;
    }
    .zwc-text-field input{
        height: 47px;
    }
    .zwc-category-score ul{
        display: flex;
        gap: 15px;
    }
    .zwc-category-score li{
        flex-direction: column;
        gap: 4px;
    }
    .zwc-category-score li span.zwc-count-text{
        padding-left: 0;
        padding-top: 30px;
        font-size: 16px;
    }
    .zwc-category-score li span.zwc-count-text::before{
        inset: 0;
        margin: 0 auto;
    }
    .zwc-nps-calculation ul{
        justify-content: center;
    }
    .zwc-list-ctn > li{
        flex-direction: column;
        gap: 15px;
    }
    .zwc-benefits-3 li::before, .zwc-benefits-3 li::after{
        display: none;
    }
    .zwc-benefits-3 li{
        padding-left: 0;
    }
}

@media screen and (min-width: 767px) {
    .zwc-mi-ss1, .zwc-mi-ss2, .zwc-mi-ss3, .zwc-mi-ss4, .zwc-banner-ele1, .zwc-banner-ele2 {
        opacity: 0;
    }

    .middle-animated .zwc-mi-ss1, .middle-animated .zwc-mi-ss2 {
        animation: 0.5s ease-in-out 0.2s 1 normal forwards running slideLeft;
    }

    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px);
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes slideLeft {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(-30px);
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0px);
        }
    }

    @keyframes slideRight {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(30px);
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0px);
        }
    }
}
