<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.zw-product-header{
display: none;
}

:focus {
    outline: 0;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.zs-lp h1,
.zs-lp h2,
.zs-lp h3,
.zs-lp h4,
.zs-lp h5,
.zs-lp h6 {
    /*margin:0;*/
    padding: 0;
    line-height: 1;
}

.clearfix {
    clear: both;
    width: 100%;
}

.zs-lp .rel-article p.red-color {
    font-size: 14px;
}

.container.zs-lp {
    font-family: var(--zf-primary-regular), sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-size: 14px;
    color: #383838;
    margin: 0;
    padding: 0;
    transition: all ease-in-out 0.2s;
}

.footer-wrapper {
    display: none;
}

@font-face {
    font-family: "Merriweather";
    font-weight: 300;
    font-style: normal;
    src: url("https://webfonts.zohostatic.com/merriweatherlight/font.eot");
    src: url("https://webfonts.zohostatic.com/merriweatherlight/font.eot?#iefix") format("eot"), url("https://webfonts.zohostatic.com/merriweatherlight/font.woff2") format("woff2"), url("https://webfonts.zohostatic.com/merriweatherlight/font.woff") format("woff"), url("https://webfonts.zohostatic.com/merriweatherlight/font.ttf") format("truetype"), url("https://webfonts.zohostatic.com/merriweatherlight/font.svg#Merriweather-Light") format("svg");
}

@font-face {
    font-family: "Merriweather";
    font-weight: 400;
    font-style: normal;
    src: url("https://webfonts.zohostatic.com/merriweather/font.eot");
    src: url("https://webfonts.zohostatic.com/merriweather/font.eot?#iefix") format("eot"), url("https://webfonts.zohostatic.com/merriweather/font.woff2") format("woff2"), url("https://webfonts.zohostatic.com/merriweather/font.woff") format("woff"), url("https://webfonts.zohostatic.com/merriweather/font.ttf") format("truetype"), url("https://webfonts.zohostatic.com/merriweather/font.svg#Merriweather") format("svg");
}

@font-face {
    font-family: "Merriweather";
    font-weight: 700;
    font-style: normal;
    src: url("https://webfonts.zohostatic.com/merriweatherbold/font.eot");
    src: url("https://webfonts.zohostatic.com/merriweatherbold/font.eot?#iefix") format("eot"), url("https://webfonts.zohostatic.com/merriweatherbold/font.woff2") format("woff2"), url("https://webfonts.zohostatic.com/merriweatherbold/font.woff") format("woff"), url("https://webfonts.zohostatic.com/merriweatherbold/font.ttf") format("truetype"), url("https://webfonts.zohostatic.com/merriweatherbold/font.svg#Merriweather-Bold") format("svg");
}

@font-face {
    font-family: "Merriweather";
    font-weight: 900;
    font-style: normal;
    src: url("https://webfonts.zohostatic.com/merriweatherheavy/font.eot");
    src: url("https://webfonts.zohostatic.com/merriweatherheavy/font.eot?#iefix") format("eot"), url("https://webfonts.zohostatic.com/merriweatherheavy/font.woff2") format("woff2"), url("https://webfonts.zohostatic.com/merriweatherheavy/font.woff") format("woff"), url("https://webfonts.zohostatic.com/merriweatherheavy/font.ttf") format("truetype"), url("https://webfonts.zohostatic.com/merriweatherheavy/font.svg#Merriweather-Heavy") format("svg");
}

.zf-primary-regular {
    font-family: var(--zf-primary-regular);
}

.zf-primary-extrabold {
    font-family: var(--zf-primary-extrabold);
}

.zf-primary-semibold {
    font-family: var(--zf-primary-semibold);
}

.zf-primary-thin {
    font-family: var(--zf-primary-thin);
}

.zf-primary-light {
    font-family: var(--zf-primary-light);
}

.zf-primary-bold {
    font-family: var(--zf-primary-bold);
    color: #181818;
}

.zf-primary-black {
    font-family: var(--zf-primary-black);
}

.zs-lp .fl {
    float: left;
}

.zs-lp .fr {
    float: right;
}

.zs-lp .dis-blk {
    display: block;
}

.zs-lp .dis-inbl {
    display: inline-block;
}

.zs-lp .txt-lft {
    text-align: left;
}

.zs-lp .txt-rgt {
    text-align: right;
}

.zs-lp .txt-ctr {
    text-align: center;
}

.zs-lp .no p.margin-none,
.zs-lp .yes p.margin-none,
.zs-lp p.margin-none {
    margin-bottom: 0;
}

.zs-lp p.mg-top-15 {
    margin-top: 15px;
}

.zs-lp p.mg-top-30 {
    margin-top: 30px;
}

.zs-lp p.pd-tp-30 {
    padding-top: 30px;
}

.zs-lp a {
    color: #337ab7;
    cursor: pointer;
}

.zs-lp ins,
.zs-lp a {
    text-decoration: none;
}

.zs-lp .highlight p.mg-btm-15,
.zs-lp p.mg-btm-15 {
    margin-bottom: 15px;
}

.cp {
    cursor: pointer !important;
}

.zs-lp section {
    position: relative;
    z-index: 1;
}

.zs-lp p {
    font-size: 18px;
    color: #383838;
    text-align: left;
    margin-bottom: 30px;
}

.zs-lp .hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

.flex-box {
    display: flex;
}

.zs-lp .header-fixed .product-logo {
    background: rgba(0, 0, 0, 0) url("/sites/zweb/images/commonroot/zoho-logo-web.svg") no-repeat scroll left top / 80px auto;
    font-size: 21px;
    height: 31px;
    line-height: 32px;
    margin: 25px 30px 2px;
    padding-left: 90px;
}

.zs-lp .header-fixed .product-logo {
    margin: 0;
}

.zs-lp .product-logo {
    background: url("/sites/zweb/images/producticon/survey.svg") no-repeat scroll left top / 30px auto;
    color: #3c3c3c !important;
    display: inline-block;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    width: auto;
    font-family: var(--zf-primary-semibold), sans-serif;
    /*font-weight: 600;*/
    margin-top: 0;
}

.zs-lp .survey-logo-bg {
    background: #ffffff;
    padding: 25px;
    box-shadow: 1px 6px 9px 2px rgba(0, 69, 134, 0.3);
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 30px);
    margin-top: 50px;
    text-align: center;
    padding: 10px;
}

.zs-lp .survey-logo {
    background: rgba(0, 0, 0, 0) url("/sites/zweb/images/producticon/survey.svg") no-repeat;
    height: 50px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    width: 40px;
    left: calc(50% - 20px);
    bottom: 10px;
    height: 40px;
    background-size: 100%;
}

.zs-lp .container {
    overflow: hidden;
}

.zs-lp .wrapper {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.zs-lp .header-fixed {
    position: relative;
    width: 100%;
}

.zs-lp header {
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 0 30px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    z-index: 34;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
}

.main-container-wrapper .row.nomargin&gt;section {
    margin-top: 0;
}

.zs-lp .surveylogo {
    margin: 0;
}

.zs-lp .signup {
    margin-top: 0;
}

.zs-lp header .signup&gt;a {
    max-width: 240px;
    min-width: 150px;
    height: 41px;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer !important;
}

.zs-lp .signup&gt;a {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #de5456;
    color: #de5456 !important;
    font-size: 18px;
    text-align: center;
    /*font-weight: 500;*/
    display: inline-block;
    transition: all ease-in-out 0.2s;
    padding: 10px 20px;
    font-family: var(--zf-primary-semibold);
}

.zs-lp header.active .signup&gt;a {
    background: #de5456;
    color: #ffffff !important;
    transition: all 0.2s ease 0s;
}

.zs-lp .signup a:hover {
    background: #de5456;
    color: #ffffff !important;
}

.zs-lp .red-color {
    color: #ff0000;
}

/*************** Banner Section Starts  ************/
.zs-lp .banner-section {
    position: relative;
    max-width: 1200px;
    margin: 160px auto 0;
    text-align: center;
    background-color: #FFFFFF;
}

.zs-lp .banner-section img {
    display: block;
}

.zs-lp .banner-section .red-color {
    color: #de5456;
}

.zs-lp .banner-section h1,
.zs-lp .banner-section p {
    font-size: 60px;
    color: #181818;
    width: 65%;
    margin: 0 auto;
    letter-spacing: -2px;
}

.zs-lp .banner-section p {
    font-size: 20px;
    width: 68%;
    padding: 25px 0 45px;
    letter-spacing: 0;
    text-align: center;
    color: #383838;
}

.zs-lp .example,
.zs-lp .response-work,
.zs-lp .filter-response,
.zs-lp .article,
.zs-lp .footer-before,
.zs-lp .protect-privacy,
.zs-lp .how-much {
    z-index: 0;
}

/*************** Banner Section Ends  ************/
/*************** Question Section Starts  ************/
.zs-lp .question {
    background-color: #FAFAFD;
    text-align: center;
    padding: 115px 0 90px;
}

.zs-lp h3 {
    font-size: 50px;
    color: #181818;
    margin-bottom: 0;
}

.zs-lp .question .wrapper {
    max-width: 745px;
}

.zs-lp .question .inner-wrapper,
.zs-lp .highlight,
.zs-lp .inner-wrapper {
    max-width: 645px;
    margin: 0 auto;
}

.zs-lp .big-inner-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: inline-block;
}

.zs-lp .question .second-ques {
    padding-top: 75px;
}

.zs-lp .question .question-type {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    padding: 50px 90px 50px 50px;
}

.zs-lp .question .question-type p:first-child {
    color: #383838;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 25px;
    line-height: 1.6;
}

.zs-lp .question .question-type p.ques {
    font-size: 22px;
    color: #181818;
    margin-bottom: 0px;
}

.zs-lp .question .question-type form span,
.zs-lp .dont-load form span,
.zs-lp .dont-use .yes form span {
    font-size: 16px;
    color: #383838;
    line-height: 2.5;
    display: inline-block;
    max-width: 150px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    width: 100%;
    height: 4%;
}

.zs-lp .yes {
    background-color: #FFFFFF;
    border: 1px solid #F3F3F7;
    padding: 30px 50px 30px 40px;
    margin: 40px 0;
    box-sizing: border-box;
}

.zs-lp .align-text-left .extra {
    display: none;
    margin: 20px 0 0px 0px;
}

.zs-lp .align-text-left .extra p {
    left: 0;
    margin-bottom: 0px;
}

.zs-lp .dont-use .yes form span {
    line-height: 2;
}

.zs-lp .question .question-type form span {
    padding-right: 40px;
    display: inline;
}

.zs-lp .question .question-type .choices {
    margin: 0;
}

.zs-lp .survey-tip {
    background-color: #FBFFFF;
    border: 1px dashed #B3DCDC;
    padding: 50px;
}

.zs-lp .survey-tip {
    margin-bottom: 0;
}

.zs-lp .survey-tip-title {
    color: #181818;
    font-size: 20px;
    margin-bottom: 15px;
}

.zs-lp .buy-response,
.zs-lp .highlight {
    max-width: 625px;
    margin: 0 auto;
}

/*.zs-lp .buy-response p{
      margin-bottom: 10px;
    }*/
.zs-lp .example {
    background-color: #FFFFFF;
    padding: 65px 0 50px;
}

.zs-lp ol li {
    list-style-type: decimal;
    text-align: left;
    font-size: 18px;
    padding: 0 0 10px 10px;
    margin-left: 20px;
}

.zs-lp ol li:last-child {
    padding-bottom: 0px;
}

.zs-lp ol {
    padding-bottom: 30px;
}

.zs-lp .question ol {
    padding-bottom: 0px;
}

.zs-lp .highlight {
    background-color: #FAFAFD;
    border: 1px solid #F3F3F7;
    padding: 35px 50px 35px 50px;
    /*width: 700px;*/
    margin: 20px auto 40px;
}

/*.zs-lp .highlight p:first-child{
      margin-bottom: 30px;
    }*/
.zs-lp .highlight p {
    margin-bottom: 0;
}

.zs-lp p.options {
    padding-right: 70px;
}

/*************** Question Section Ends  ************/
/*************** Response-Work Section Starts  ************/
.zs-lp .response-work {
    background-color: #FFFFFF;
    padding: 100px 0;
    /*overflow: hidden;*/
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

.zs-lp .first-para {
    padding-top: 40px;
}

.zs-lp .response-work .left {
    width: 70%;
    padding-right: 40px;
}

.zs-lp .response-work .right {
    width: 40%;
}

.zs-lp .align-text-left,
.zs-lp .align-text-left.prot-privacy,
.zs-lp .align-text-left-border {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 30px;
}

.zs-lp .align-text-left.prot-privacy {
    align-items: center;
}

.zs-lp .align-text-left:last-child {
    border-bottom: 0;
}

.zs-lp .response-work img,
.zs-lp .filter-response img {}

/*************** Response-Work Section Ends  ************/
/*************** Filter-Response Section Starts  ************/
.zs-lp .filter-response {
    background-color: #f6fafd;
    padding: 100px 0;
    text-align: center;
}

.zs-lp .filter-response .left {
    position: relative;
}

.zs-lp .filter-response img.filter-img-down,
.zs-lp .filter-response img.filter-img-up {
    position: relative;
    width: 100%;
    height: 400px;
    left: -40px;
    box-shadow: -2px 10px 20px rgba(162, 182, 214, 0.19);
    /*padding: 0 30px 0 0;*/
}

.zs-lp .filter-response img.filter-img-up {
    width: 60%;
    top: 230px;
    left: -220px;
    height: 200px;
}

.zs-lp .filter-response .left {
    width: 40%;
    display: inline-flex;
}

.zs-lp .pos-rel {
    position: relative;
}

.zs-lp .filter-response .right {
    width: 60%;
    padding-left: 60px;
}

.zs-lp .timeline-img {
    position: relative;
    left: -10px;
    width: 70%;
    height: 100%;
    box-shadow: -2px 10px 20px rgba(162, 182, 214, 0.19);
}

.zs-lp .checkout-img {
    /*position: absolute;*/
    width: 37%;
    height: 100%;
}

/*************** Filter-Response Section Ends  ************/
/*************** Protecting PrivacyÂ&nbsp; Section Starts  ************/
.zs-lp .protect-privacy {
    background-color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
}

.zs-lp .protect-privacy .left {
    width: 50%;
}

.zs-lp .protect-privacy .right {
    width: 50%;
    padding: 0 160px;
    box-sizing: border-box;
    text-align: left;
}

.zs-lp .playfair-font {
    color: #DE5456;
    font-size: 66px;
    line-height: 1;
}

.zs-lp .quotes {
    max-width: 15%;
    padding-bottom: 20px;
}

.zs-lp .merriweather-rugular {
    font-family: "Merriweather";
    font-weight: 300;
}

/*************** Protecting PrivacyÂ&nbsp; Section Ends  ************/
/*************** How Much Section Starts  ************/
.zs-lp .how-much {
    text-align: center;
    background-color: #FFFFFF;
    padding: 100px 0;
    border-top: 1px solid #f2f2f2;
}

.zs-lp .how-much .left {
    width: 45%;
}

.zs-lp .how-much .right {
    width: 55%;
}

.zs-lp .how-much .left p {
    margin-left: 20px;
}

.zs-lp .blk::before,
.zs-lp .green::before,
.zs-lp .red::before {
    content: "#1";
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 99px;
    text-align: center;
    font-size: 14px;
    right: 20px;
    line-height: 2.7;
}

.zs-lp .red::before {
    content: "#2";
    background-color: #e94750;
}

.zs-lp .green::before {
    content: "#3";
    background-color: #00bfbb;
}

.zs-lp .survey-tip {
    background-color: #FBFFFF;
    border: 1px dashed #B3DCDC;
    padding: 50px;
    margin-bottom: 0;
}

.zs-lp .survey-tip-title {
    color: #181818;
    font-size: 20px;
    margin-bottom: 15px;
}

/*************** How Much Section Ends  ************/
/*************** Article Section Starts  ************/
.zs-lp .footer-before {
    margin-bottom: 0px;
}

.zs-lp .footer-before .wrapper {
    margin: 0 auto;
    width: 60%;
    max-width: 1180px;
}

.zs-lp .footer-before p {
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.2;
}

.zs-lp .footerimg {
    background: url(/sites/zweb/images/survey/gatherdata-footer.jpg) no-repeat;
    /*background: #121A4F;*/
    background-attachment: fixed;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 80px 0;
}

.zs-lp .survey-logo-bg {
    background: #ffffff;
    padding: 25px;
    -webkit-box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    -moz-box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    -ms-box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    -o-box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 35px);
    margin-top: 50px;
    text-align: center;
    padding: 10px;
}

.zs-lp .survey-logo {
    background: rgba(0, 0, 0, 0) url("/sites/zweb/images/producticon/survey.svg") no-repeat;
    height: 50px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    width: 40px;
    left: calc(50% - 20px);
    bottom: 10px;
    height: 40px;
    background-size: 100%;
}

.zs-lp .zoho-survey {
    color: #ffffff;
    font-size: 18px;
    padding: 120px 0 0;
    display: inline-block;
}

.zs-lp .banner-signup-now a,
.zs-lp .footerimg .banner-signup-now a {
    background: #de5456;
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    display: inline-block;
    transition: all ease 0.2s;
    text-transform: uppercase;
    cursor: pointer !important;
    visibility: visible;
    opacity: 1;
    min-width: 190px;
    padding: 18px 30px;
    max-width: 260px;
}

.zs-lp .footerimg_content {
    padding: 10px 0 70px;
}

.zs-lp .footerimg_text {
    font-size: 65px;
    font-family: var(--zf-primary-bold);
    color: #ffffff;
    padding-bottom: 30px;
    line-height: 1.1;
    width: 80%;
    margin: 0 auto 30px auto;
}

/*************** Article Section Ends  ************/
/*************** Related-Article Section Starts  ************/
.zs-lp .related-article {
    padding: 130px 0 140px;
    margin: 0 auto;
    text-align: center;
    background-attachment: fixed;
    backface-visibility: hidden;
    position: relative;
    background-color: #FAFAFD;
    border-bottom: 1px solid #efefef;
}

.zs-lp .related-article .wrapper {
    max-width: 1150px;
}

.zs-lp .related-article .red-color {
    color: #337ab7;
    cursor: pointer;
}

.zs-lp .related-article .red-color:after {
    content: "";
    background-image: url(/sites/zweb/images/survey/survey-question-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 12px;
    transition: left 0.4s ease;
    filter: invert(0);
}

.zs-lp .rel-article1:hover .red-color:after,
.zs-lp .rel-article2:hover .red-color:after,
.zs-lp .rel-article3:hover .red-color:after {
    left: 18px;
}

.zs-lp .rel-article1:hover,
.zs-lp .rel-article2:hover,
.zs-lp .rel-article3:hover {
    cursor: pointer;
}

.zs-lp .related-article h2 {
    font-size: 44px;
    display: inline-flex;
    margin-bottom: 25px;
}

.zs-lp .related-article p {
    font-size: 18px;
    color: #383838;
    line-height: 26px;
    margin-bottom: 25px;
}

.zs-lp .rel-article {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 60px;
    /*padding-bottom: 140px;*/
}

.zs-lp .rel-article h4 {
    font-size: 26px;
    color: #181818;
    line-height: 30px;
    margin-bottom: 20px;
}

.zs-lp .rel-article1,
.zs-lp .rel-article2,
.zs-lp .rel-article3 {
    border: 1px solid #000000;
    padding: 65px 50px 50px;
    margin-right: 20px;
    background-color: #FFFFFF;
    border: 1px solid #EAEAF3;
    width: 33.3%;
    text-align: left;
    transition: transform 0.6s ease, box-shadow 0.5s ease;
}

.zs-lp .rel-article1:hover,
.zs-lp .rel-article2:hover,
.zs-lp .rel-article3:hover {
    transform: scale(1.05);
    border-color: #dcdcdf;
    box-shadow: 0px 0px 83px 7px rgba(68, 67, 85, 0.1);
    transition: transform 0.6s ease;
}

.zs-lp .rel-article3 {
    margin-right: 0;
}

.zs-lp .read-more {
    color: #545657;
}

.zs-lp .article .author-img {
    width: 56px;
    height: 56px;
}

.zs-lp .author-img {
    width: 36px;
    height: 36px;
}

.zs-lp .name {
    padding-top: 40px;
    display: flex;
}

.zs-lp .name p {
    line-height: 1.5;
    padding: 0px 0 0 10px;
}

.zs-lp .name span:first-child {
    font-size: 13px;
    color: #181818;
}

.zs-lp .name span:last-child {
    font-size: 12px;
}

.zs-lp .date {
    color: #383838;
}

/*************** Related-Article Section Ends  ************/
/*************** Footer Section Starts  ************/
.zs-lp .footer {
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 60px 0 70px;
    background: #FFFFFF;
    z-index: -1;
    position: fixed;
}

.zs-lp .zoho-logo {
    max-width: 80px;
    padding: 4px 0px;
}

.zs-lp .footer-text {
    font-size: 14px;
    color: #111111;
    padding: 10px 0 0;
    text-align: center;
    margin: 0;
}

.zs-lp .footer-text a {
    color: #f05069;
}

.footer-wrapper {
    display: none;
}

/*************** Footer Section Ends  ************/
form {
    position: relative;
    left: 50px;
    padding-top: 15px;
    text-align: left;
}

.question-type form {
    left: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 17px;
    color: #383838;
    width: 75px;
}

[type="radio"]:not(:checked)+label {
    color: #666666;
    font-family: var(--zf-primary-regular);

}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 50%;
}

[type="radio"]:not(:checked)+label:before {
    border: 1px solid #969696;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #000000;
    position: absolute;
    top: 8px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type=text] {
    color: #181818 !important;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-size: 16px;
    padding: 15px 2px 16px 20px !important;
    width: 100%;
    max-width: 360px;
    background-color: #ffffff !important;
    border: 1px solid #B3DCDC !important;
}

/***** Media Queries *****/
@media only screen and (max-width: 1200px) {

    .zs-lp .five-common .wrapper,
    .zs-lp .navMenu-sec .wrapper,
    .zs-lp .related-article .wrapper {
        max-width: 80%;
    }

    .zs-lp .rightside {
        padding-left: 350px;
    }

    .zs-lp .wrapper {
        max-width: 90%;
    }

    .zs-lp .rightside .red-color {
        padding: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .zs-lp .related-article .wrapper {
        max-width: 90%;
    }

    .zs-lp .five-common p {
        width: 90%;
    }

    .zs-lp .response-work .left,
    .zs-lp .filter-response .right,
    .zs-lp .protect-privacy .left,
    .zs-lp .protect-privacy .right,
    .zs-lp .footer-before .wrapper {
        width: 80%;
    }

    .zs-lp .response-work h3 {
        width: 80%;
        margin: 0 auto;
    }

    .zs-lp .inner-wrapper {
        max-width: 80%;
    }

    /*.zs-lp .big-inner-wrapper{
        max-width: 80%;
        margin: 0 auto;
      }*/
    .zs-lp .how-much,
    .zs-lp .response-work {
        text-align: left;
    }

    .zs-lp .quotes {
        width: 3%;
        padding-bottom: 10px;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        padding: 65px 25px 50px;
    }

    .zs-lp .rightside p,
    .zs-lp .article-wrapper p {
        width: 90%;
        margin: 0 auto 30px;
    }

    .zs-lp .no p,
    .zs-lp .yes p {
        width: 100%;
    }

    .zs-lp .author .fnt-18,
    .zs-lp .name span:last-child {
        text-align: left;
    }

    .zs-lp .yes.yes-again p {
        margin-bottom: 0;
    }

    .zs-lp .no,
    .zs-lp .yes {
        padding: 20px 40px 25px 40px;
    }

    .zs-lp .navMenu-sec .leftside {
        display: none;
    }

    .zs-lp .rightside {
        padding-left: 0;
    }

    .zs-lp .no p,
    .zs-lp .yes p,
    .zs-lp .question .question-type p:first-child,
    .zs-lp .question .question-type p.ques {
        text-align: left;
    }

    /*.zs-lp p,.zs-lp h1, .zs-lp h2, .zs-lp h3, .zs-lp h4, .zs-lp h5, .zs-lp h6{
        text-align: center;
      }*/
    .zs-lp .align-text-left,
    .zs-lp .align-text-left.prot-privacy {
        flex-direction: column;
    }

    .zs-lp .filter-response .align-text-left {
        flex-direction: column-reverse;
    }

    .zs-lp .response-work .right,
    .zs-lp .response-work .left,
    .zs-lp .filter-response .left,
    .zs-lp .filter-response .right {
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
    }

    .zs-lp .how-much .align-text-left {
        flex-direction: unset;
    }

    .zs-lp .footerimg_text,
    .zs-lp .protect-privacy .right {
        width: 100%;
    }

    .zs-lp .protect-privacy .right {
        padding: 0 100px;
    }

    .zs-lp .txt-ctr.mg-top-15 {
        text-align: left;
        padding-top: 10px;
    }

    .zs-lp form {
        left: 0;
    }
}

@media only screen and (max-width: 1000px) {
    .zs-lp .banner-section p {
        width: 80%;
    }

    .zs-lp .banner-section h1 {
        width: 100%;
        font-size: 50px;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        padding: 65px 20px 50px;
    }

    .zs-lp .rel-article h4 {
        font-size: 21px;
        line-height: 1.2;
    }

    .zs-lp .dont-load .yes span.border-line,
    .zs-lp .avoid-double .yes span.border-line {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .zs-lp .banner-section p {
        width: 90%;
    }

    .zs-lp .question .wrapper {
        max-width: 85%;
    }

    .zs-lp .question .question-type {
        padding: 50px;
    }

    .zs-lp h3 {
        font-size: 40px;
    }

    .zs-lp .filter-response .left {
        display: none;
    }

    .zs-lp .align-text-left,
    .zs-lp .align-text-left.prot-privacy {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .zs-lp .signup {
        display: none;
    }

    .zs-lp header.lessheight {
        height: 40px;
        transition: all ease-in-out 0.2s;
        padding: 0 20px;
    }

    .zs-lp .header-fixed .product-logo {
        background: rgba(0, 0, 0, 0) url("/sites/zweb/images/commonroot/zoho-logo-web.svg") no-repeat scroll left top / 70px auto;
        height: 26px;
        line-height: 26px;
        padding-left: 80px;
    }

    .zs-lp .banner-section {
        margin: 110px auto 0;
    }

    .zs-lp .related-article {
        padding: 80px 0 80px;
    }

    .zs-lp .related-article h2 {
        margin-bottom: 0;
    }

    .zs-lp .rel-article {
        flex-flow: column;
        align-items: center;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        margin-right: 0;
        width: 300px;
    }

    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        margin-top: 50px;
    }

    .zs-lp .rel-article1:hover,
    .zs-lp .rel-article2:hover,
    .zs-lp .rel-article3:hover {
        transform: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 700px) {
    .zs-lp .question .inner-wrapper {
        width: 85%;
    }

    .zs-lp .five-common,
    .zs-lp .article {
        padding: 100px 0 0px;
    }

    .zs-lp .five-common h2 {
        font-size: 40px;
    }

    .zs-lp .how-much,
    .zs-lp .question,
    .zs-lp .response-work,
    .zs-lp .filter-response,
    .zs-lp .protect-privacy {
        padding: 80px 0;
    }

    .zs-lp .question ul {
        padding-bottom: 0;
    }

    /*.zs-lp .five-common p{
        width: 80%;
      }*/
    .zs-lp .article-wrapper {
        width: 90%;
    }

    .zs-lp .rel-article {
        flex-flow: column;
        align-items: center;
    }

    .zs-lp .how-much .align-text-left-border {
        display: inline-block;
    }

    .zs-lp .how-much .left,
    .zs-lp .how-much .right {
        width: 100%;
    }

    .zs-lp .how-much .left p {
        margin-bottom: 10px;
    }

    /*.zs-lp .how-much .right p{
        margin-bottom: 50px;
      }*/
    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        margin-right: 0;
    }

    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        margin-top: 50px;
    }

    .zs-lp .rel-article1:hover,
    .zs-lp .rel-article2:hover,
    .zs-lp .rel-article3:hover {
        transform: none;
        box-shadow: none;
    }

    .zs-lp h3 {
        font-size: 30px;
    }

    .zs-lp .footer-before p {
        font-size: 40px;
    }
}

@media only screen and (max-width: 535px) {
    .zs-lp .banner-section h1 {
        font-size: 40px;
    }

    .zs-lp .banner-section p,
    .zs-lp .five-common p {
        font-size: 18px;
        width: 90%;
    }

    .zs-lp .question .inner-wrapper,
    .zs-lp .rightside p,
    .zs-lp .article-wrapper p,
    .zs-lp .five-common p {
        width: 100%;
    }

    .zs-lp .footer-text {
        font-size: 11px;
    }

    /*.zs-lp .no, .zs-lp .yes{
        padding: 0px 20px 5px 20px;
      }*/
    .zs-lp .survey-tip {
        padding: 25px;
    }

    .zs-lp .dont-use .yes,
    .zs-lp .dont-load .yes {
        padding-bottom: 20px;
    }

    .zs-lp .related-article h2 {
        font-size: 34px;
    }

}

@media only screen and (max-width: 475px) {

    .zs-lp .big-inner-wrapper,
    .zs-lp .inner-wrapper,
    .zs-lp .five-common .wrapper,
    .zs-lp .navMenu-sec .wrapper,
    .zs-lp .related-article .wrapper,
    .zs-lp .question .wrapper {
        max-width: 90%;
    }

    .zs-lp .protect-privacy .left,
    .zs-lp .response-work .left,
    .zs-lp .filter-response .left,
    .zs-lp .filter-response .right,
    .zs-lp .response-work h3 {
        width: 90%;
    }

    .zs-lp .how-much,
    .zs-lp .question,
    .zs-lp .response-work,
    .zs-lp .filter-response,
    .zs-lp .protect-privacy {
        padding: 70px 0;
    }

    .zs-lp .highlight {
        padding: 30px;
    }

    .zs-lp .banner-section h1 {
        font-size: 32px;
    }

    .zs-lp .question .question-type {
        padding: 30px;
    }

    .zs-lp .question .question-type form span {
        padding-right: 70px;
    }

    .zs-lp .question .inner-wrapper,
    .zs-lp .banner-section p {
        width: 100%;
    }

    .zs-lp .big-inner-wrapper {
        max-width: 100%;
    }

    .zs-lp .quotes {
        width: 5%;
    }

    .zs-lp .protect-privacy .right {
        padding: 0 80px;
    }

    .zs-lp .banner-section {
        margin: 130px auto 0;
    }

    .zs-lp .first-para {
        padding-top: 20px;
    }

    .zs-lp .footer-before .wrapper {
        width: 100%;
    }

    .zs-lp .footer-before p {
        font-size: 35px;
    }

    .zs-lp .footerimg {
        padding: 40px 0;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        width: 250px;
    }
}

@media only screen and (max-width: 400px) {
    .zs-lp .banner-section h1 {
        font-size: 35px;
    }

    .zs-lp .protect-privacy .right {
        padding: 0 50px;
    }

    .zs-lp .footer-before p {
        font-size: 25px;
    }

}

@media only screen and (max-width: 399px) {
    .zs-lp .banner-section h1 {
        font-size: 27px;
        letter-spacing: -1px;
    }

    .zs-lp .footer-text {
        font-size: 9px;
    }
}</pre></body></html>