<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banner section */
.content-part h2.banner-title {
	margin-bottom: 10px;
}

.banner-wrap .read-more {
	border-bottom: 2px solid;
	margin: 0 0 0 15px;
}

/* trusted brands */
.trust-brands-wrap.active ul li.tb-allianz span {
	background-position: -162px -840px;
	width: 146px;
}

.trust-brands-wrap.active ul li.tb-hyundai span {
	background-position: -841px -912px;
	width: 97px;
}

.trust-brands-wrap.active ul li.tb-johnson-controls span {
	background-position: -465px -840px;
	width: 124px;
}

.trust-brands-wrap.active ul li.tb-suzuki span {
	background-position: -588px -840px;
	width: 142px;
}

.trust-brands-wrap.active ul li.tb-laliga span {
	background-position: -730px -840px;
	width: 126px;
}

.trust-brands-wrap.active ul li.tb-hdfc-life span {
	background-position: -862px -840px;
	width: 80px;
}

.trust-brands-wrap.active ul li.tb-ikea span {
	background-position: 1px -912px;
	width: 102px;
}

.trust-brands-wrap.active ul li.tb-peta span {
	background-position: -937px -912px;
	width: 63px;
}

.trust-brands-wrap.active ul li.tb-hp span {
	background-position: -104px -912px;
	width: 53px;
}

.trust-brands-wrap.active ul li.tb-philips span {
	background-position: -292px -912px;
	width: 110px;
}

.trust-brands-wrap p {
	margin-top: 15px;
}

/* customer stories container */
.cutomer-stories-outer {
	padding: 70px 0 70px;
}

.filter-wrap {
    display: none;
}

.story-type-filter-wrap {
	display: block;
	margin: 0 7px 30px 0;
}

/* bottom promo */
.zcommunity-promo-wrap {
	background: #24354d;
	text-align: center;
}

.zcommunity-promo-wrap img {
	display: block;
	margin: auto;
}

/* logos sizes */
.g2-logo img {
    max-width: 50px;
}

.capterra-logo img {
    max-width: 160px;
}

.gartner-logo img {
    max-width: 150px;
}

.iot_trust_by_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.customer_banner_section {
    padding: 50px 0 60px;
}
.customer_banner_section h1 {
    font-size: 70px;
    font-family: var(--zf-primary-extrabold);
}
.customer_banner_section p {
    font-size: 24px;
}
.trusted_wrap {
    padding-bottom: 40px;
}
.trusted_wrap h2 {
    font-size: 20px;
    margin-bottom: 35px;
    font-family: var(--zf-primary-medium);
}

@media only screen and (max-width:1199px) {
    .iot_trust_by_logos {
        gap: 20px 35px;
        max-width: 640px;
        flex-wrap: wrap;
        margin: 0px auto;
    }
    .iot_trust_by_logos img {
        width: 150px;
    }  
    .customer_banner_section h1 {
        font-size: 52px;
    }
    .trusted_wrap h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) {
.iot_trust_by_logos {
    gap: 40px;
    flex-direction: column;
}
.customer_banner_section h1 {
    font-size: 33px;
}
.customer_banner_section p {
    font-size: 18px;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.4;
}
.trusted_wrap h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.customer_banner_section {
    padding: 10px 0 50px;
    width: 95%;
    margin: 0 auto;
}
}

@media only screen and (max-width:480px) {
.stories-block-wrap .testimonial-block.pre-load.active.showed {
    transform: translateY(0px);
}
}</pre></body></html>