<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contentBox &gt; div{
    float: left;
margin-bottom: 30px;
}
.quick-connect-links-wrap {
display: none;
}
.contentBox {
margin-top: 25px;
margin-left: 5%;
}
.on-line-premise-container .get-os label{
top: 1px;
}
h1 {
text-align: center;
max-width: 760px;
margin: 0 auto;
margin-bottom: 25px;
}
.imageDiv{
    //width: 50% !important;
    height: auto;
}
.surveyImg{
    background: url(images/barc.png);
       height: 100%;
       background-repeat: no-repeat;
       background-size:cover;
}
.container{
    margin-top: 20px;
            width: 80%;
            text-align: center;
margin: auto;
}
.container h2{
    text-align: center;
    margin: 0 auto;
max-width: 920px;
        color: #333;
font-size: 28px;
font-weight: 300;
letter-spacing: -0.5px;
line-height: 35px;
    padding-bottom: 10px;
}
.container .decs{
        margin:auto;
    text-align: center;
}


/* New */
#crmWebToEntityForm .crm-country-fld .placeholder {
    font-size: 11px;
    top: -5px;
    position: relative;
}
.tab-content {
border: none;
width: 32%;
box-sizing: border-box;
}

form {
margin: 0;
}

.signup-box {
max-width: 360px;
float: right;
}

.survey-section h2 {
text-align: center;
font-family: var(--zf-primary-bold);
font-size: 38px;
}

.survey-section h2+p {
text-align: center;
max-width: 760px;
margin: 0 auto;
}

.survey-section {
margin-top: 60px;
}

.contentBox {
display: inline-block;
margin: 0;
margin-top: 50px;
margin-bottom: 100px;
width:100%;
padding-left: 5%;
}

.contentBox &gt; div.imageDiv {
margin-top: 20px;
width: 58%;
}

.contentBox &gt; div.imageDiv img {
max-width: 90%;
margin: 0 auto;
display: block;
}
.contentBox &gt; div.imageDiv img {
max-width: 540px;
margin-left: 0;
margin-bottom: 35px;
}
.contentBox &gt; div.imageDiv p {
max-width: 640px;
}

/*--------------CRM Webform-------------*/

.crmWebForm .signup-box {
display: inline-block!important;
}

.crmWebForm .signup-box input {
border: 1px solid #e4e4e4;
margin-top: 0;
}

.crmWebForm .result {
color: #4F8A10;
font-size: 17px;
margin: 10px 0;
display: none;
line-height: 1.2;
}

.crmWebForm .zsuccess .result {
display: block;
}

.crmWebForm fieldset.demofrm {
margin-top: 20px;
}

.crmWebForm form .zgdprform-countrylist-container select.globalcountrycode {
height: 45px !important;
background: #fff !important;
}

.crmWebForm form .zgdprform-countrylist-container select.globalcountrycode {
height: 45px !important;
background: #fff !important;
-webkit-appearance: none !important;
color: #6d6c6c;
padding: 0px 0 0 12px !important;
}

.crmWebForm .zgdprform-countrylist-container:after {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #666;
position: absolute;
right: 9px;
top: 20px;
content: "";
display: block;
}

.crmWebForm .demofrm.captcha {
margin: 0 0 10px;
}

.crmWebForm .demofrm.captcha img {
margin-top: 10px;
}

.crmWebForm .demofrm.captcha a {
display: inline-block;
vertical-align: text-bottom;
font-size: 15px;
}

.crmWebForm .f-error {
color: red;
font-size: 12px;
line-height: 1.5;
display: none;
margin-top: 5px;
}

@media only screen and (max-width: 991px) {
h1 {
max-width: 640px;
}
.crmWebForm .rs-home-banner-wrap&gt;.content-wrap&gt;div.rs-home-left,
.crmWebForm .rs-home-banner-wrap .content-wrap&gt;div.rs-home-right,
.crmWebForm .body-umain .rs-home-banner-wrap&gt;.content-wrap&gt;div.rs-home-left {
    width: 100%;
    margin-bottom: 30px;
}
.crmWebForm .rs-home-banner-wrap&gt;.content-wrap&gt;div.rs-home-left,
.body-umain .rs-home-banner-wrap&gt;.content-wrap&gt;div.rs-home-left {
    text-align: center !important;
}
.crmWebForm .rs-home-banner-wrap .content-wrap&gt;div.rs-home-right .signup-box {
    display: block !important;
    margin: 0 auto;
    float: none !important;
}
.crmWebForm .rs-home-banner-wrap&gt;.content-wrap&gt;div.rs-home-right {
    text-align: left;
}
.crmWebForm .signup-box h5 {
    text-align: center;
}
.crmWebForm .result {
    font-size: 15px;
}
}


/*--------------CRM Webform-------------*/

.signup-box input {
color: #000;
padding: 14px 12px;
border: none;
display: block;
width: 360px;
margin: 15px 0 0;
font-size: 14px;
background: #fff;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
z-index: 1;
transition: 0.5s ease;
border-radius: 0;
box-sizing: border-box;
}
.sgnbtn input[type="submit"] {
font-size: 16px;
line-height: 45px;
padding: 0 60px;
background: #f0483e;
text-align: center;
text-transform: uppercase;
border: 0;
color: #fff;
width: 360px;
cursor: pointer;
font-weight: 600;
-webkit-appearance: none;
-moz-appearance: none;
box-sizing: border-box;
}


/*Responsive*/
@media screen and (min-width: 992px) and (max-width: 1220px) {
    .surveyImg{
        height: 70%;
        background-size:auto !important;
    }	
}
@media only screen and (max-width: 1365px) {
.contentBox &gt; div.imageDiv {
margin-top: 20px;
width: 60%;
padding-right: 60px;
}
.tab-content{
width: 30%;
}
.signup-box input, .sgnbtn input[type="submit"] {
width: 100%;
}
}
@media only screen and (max-width: 1279px) {
.contentBox &gt; div.imageDiv {
margin-top: 20px;
width: 55%;
padding-right: 60px;
}
.tab-content{
width: 35%;
}
.contentBox{padding-left:0}
.contentBox &gt; div.imageDiv img{max-width:100%;}
}
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
.survey-section h2{max-width:600px;margin:0 auto;margin-bottom:10px}
.contentBox {
margin-top: 30px;
margin-bottom: 50px;
}

}
@media only screen and (max-width: 768px) {
.contentBox &gt; div.imageDiv {
margin-top: 20px;
width: 50%;
padding-right: 60px;
}
.tab-content{
width: 40%;
}
}
@media only screen and (max-width: 767px) {
.contentBox &gt; div.imageDiv {
margin-top: 20px;
width: 100%;
padding-right: 0px;
}
.tab-content{
width: 100%;
}
.contentBox &gt; div.imageDiv img{max-width:90%;margin:0 auto;margin-bottom:30px;}
.contentBox &gt; div.imageDiv p{text-align:center;margin:0 auto;margin-bottom:30px;}
.crmWebForm .signup-box {
max-width: 360px;
float: none;
margin: 0 auto;
width: 100%;
display: block !important;
}
.survey-section h2 {
max-width: 600px;
margin: 0 auto;
margin-bottom: 10px;
font-size:28px
}
h3{text-align:center}
}</pre></body></html>