<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zw-product-header {
    background: #fcf6e7;
}

.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
	margin-top: 20px
}

.main-container-wrapper.umain #mini-panel-product_menu .menu-icon-help-header {
	margin-top: 0
}

.template-inner,
.template-inner * {
	box-sizing: border-box
}

.flex-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

h1 {
	font-size: 35px;
	font-family: var(--zf-secondary-bold);
	line-height: 1.1;
	margin-bottom: 5px
}

h2 {
	font-size: 28px;
	font-family: var(--zf-secondary-bold);
	text-align: center;
	max-width: 600px;
	margin: 0 auto 20px
}

.bottom-section h2 {
	max-width: 950px
}

h3 {
	font-size: 22px;
	font-family: var(--zf-secondary-bold)
}

h4 {
	font-size: 20px;
	font-family: var(--zf-secondary-bold)
}

#block-panels-mini-product-menu {
	background: #fcf6e8
}

.banner-section {
	background: #fcf6e8;
	padding: 80px 0 100px
}

.banner-section {
	padding: 60px 0 50px
}

.banner-con {
	text-align: center;
	width: 100%;
	position: relative;
	max-width: 70%;
	margin: 0 auto
}

.banner-con h3 {
	margin-bottom: 10px;
	font-family: var(--zf-primary-regular);
    font-size: 18px;
    letter-spacing: -.4px;
}

.banner-con&gt;p {
	margin: 20px auto 30px
}

.banner-image {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 442px;
	align-items: center;
	justify-content: space-between;
	margin: 65px auto 0
}

.logobx::before {
	content: '';
	position: relative;
	width: 62px;
	height: 70px;
	display: block;
	background-size: 100% 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.shopify-logo::before {
	background-image: url(/sites/zweb/images/othercompanylogos/bigcommerce-icon.png)
}

.comm-logo::before {
	background-image: url(/sites/zweb/images/producticon/commerce.svg);
	width: 60px;
	height: 60px
}

.logobx {
	position: relative;
	width: 165px;
	height: 165px;
	background: #fff;
	box-shadow: 0 0 20px #0000001A;
	border-radius: 15px
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 20px solid #2f5a63;
	border-bottom: 12px solid transparent
}

.banner-btn p {
	font-family: var(--zf-primary-semibold);
	margin: 10px 0 0
}

.why-section {
	padding: 60px 0 20px
}

.why-cont {
	width: 100%;
	max-width: 70%;
	position: relative;
	margin: 0 auto;
	text-align: center
}

.features-box {
	background: #fff;
	text-align: center;
	overflow: hidden;
	padding: 15px
}

.features-box:nth-child(2n+1),
.features-box:nth-child(2n+2) {
	margin: 0 auto 50px
}

.features-box-outer {
	max-width: 100%;
	padding: 60px 0 20px;
	background: #f8f6f6;
	margin: 40px auto 0
}

.features-box-inner {
	max-width: 600px;
	margin: 0 auto;
	align-items: unset
}

.features-con {
	padding: 30px 0 20px
}

.learnmore {
	position: relative;
	color: #1ca8f5;
	font-family: var(--zf-primary-semibold);
	border-bottom: 1.5px solid #1ca8f5;
	font-size: 16px
}

.features-media {
	padding: 30px 0
}

.features-media img {
	max-width: 180px;
	display: block;
	margin: 0 auto;
	width: 100%
}

.features-media,
.features-media img {
	transform: translateY(50px);
	opacity: 0
}

.features-box.active .features-media,
.features-box.active img {
	transform: translateY(0);
	opacity: 1;
	transition: transform 1s ease, opacity 1s ease
}

.features-box.active:nth-child(2n+1) .features-media {
	transition-delay: 0
}

.features-box.active:nth-child(2n+2) .features-media {
	transition-delay: .5s
}

.features-box.active:nth-child(2n+1) img {
	transition-delay: .4s
}

.features-box.active:nth-child(2n+2) img {
	transition-delay: .7s
}

.features-media-1 {
	background: #fff1f1
}

.features-media-2 {
	background: #e5f2ff
}

.features-media-3 {
	background: #f1ffeb
}

.features-media-4 {
	background: #fffce6
}

.features-media-5 {
	background: #fdf0e5
}

.features-media-6 {
	background: #f5f3ff
}

.compare-section {
	padding: 50px 0 0
}

.compare-section h2+p {
	max-width: 700px;
	margin: 0 auto 20px;
	text-align: center
}

.compare-box {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 60px auto 0;
	max-width: 1000px
}

.compare-box&gt;div {
	display: table-cell;
	vertical-align: top
}

.compare-head {
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fafafa;
	padding: 0 10px;
	z-index: 9
}

.compare-body {
	overflow-x: auto;
	display: block;
	width: 100%;
	padding-bottom: 30px
}

.compare-box li {
	font-size: 16px;
	margin: 45px 0
}

.compare-box li:first-child {
	padding: 30px 0 0;
	min-height: 90px
}

.compare-head h3 {
	margin: 0
}

.compare-body-inner {
	display: block;
	margin: 0 0 0 155px;
	width: 100%;
	text-align: center
}

.compare-body-inner&gt;div {
	float: left;
	width: 50%;
	padding: 0 5px
}

.compare-body-inner ul {
	display: table;
	width: 100%;
	padding: 0 10px
}

.compare-body-inner li {
	font-family: var(--zf-primary-semibold);
	font-size: 16px
}

.other ul li:first-child span {
	padding: 25px 0 0;
	position: relative;
	font-size: 20px;
	display: inline-block
}
.other ul li:first-child span:before {
	content: '';
	background: no-repeat 0 0/690px auto;
	width: 70px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}


.other ul li:first-child span {
	background: no-repeat 2px 0/140px auto;
	display: inline-block;
	height: 30px;
	width: 140px;
	font-size: 20px
}

.other ul .data-loaded:first-child span:before {
	background-image: url('/sites/zweb/images/othercompanylogos/bigcommerce-icon.png');
	height: 46px;
	background-size: 40px auto;
	width: 46px;
	background-position: 3px 0
}

.default ul {
	background: #fff9e8;
	border: 1px solid #fff9e8
}

.other ul {
	border: 1px solid #ccc
}

.compare-body-inner .tick {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #01a768;
	position: relative;
	margin-top: 3px
}

.compare-body-inner .tick-red {
	background: #e25050
}

.compare-body-inner .tick:before {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(38deg);
	position: absolute;
	top: 5px;
	left: 8px
}

.compare-body-inner .tick-red:before {
	content: '';
	font-size: 20px;
	display: block;
	width: 10px;
	height: 2px;
	background: #fff;
	border: 0;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.compare-body-inner .tick-red:after {
	content: '';
	font-size: 20px;
	display: block;
	width: 10px;
	height: 2px;
	background: #fff;
	border: 0;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.pdf-box {
	text-align: center;
	padding: 0 0 10px
}

.pdf-box a {
	font-size: 18px;
	font-family: var(--zf-primary-semibold)
}

.note-txt,.disclaimer-txt {
    position: relative;
    width: 100%;
    max-width: 960px;
    text-align: right;
    font-style: italic;
    margin: 0 auto
}
.disclaimer-txt{
    margin: 10px auto 0;
    text-align: center;
    max-width: 890px;
}

.note-txt p {
    font-size: 14px;
    margin-bottom: 5px;
}
.disclaimer-txt p {
    font-size: 12px;
    margin-bottom: 5px;
}

.bottom-section {
	padding: 60px 0 50px;
	text-align: center
}

.bottom-section h3 {
	margin-bottom: 0
}

.bottom-section h2 {
	margin-bottom: 30px
}

.act-btn {
	margin-bottom: 15px
}

.getquote-btn {
	background: #ffff;
	color: #f0483e;
	border: 1px solid #f0483e;
	margin: 0 15px 15px
}

@media only screen and (min-width:320px) and (max-width:767px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (min-width:481px) {
	.features-box {
		padding: 30px
	}

	.features-con {
		padding: 50px 30px 30px
	}

	.features-media img {
		max-width: 300px
	}

	.compare-box li:first-child {
		margin: 0
	}
}

@media only screen and (min-width:601px) {
	.banner-con&gt;p {
		max-width: 500px
	}

	.compare-box {
		margin: 90px auto 0;
		display: table;
		table-layout: fixed
	}

	.compare-box li {
		font-size: 17px
	}

	.compare-head {
		width: 300px;
		position: static;
		padding: 0;
		background: #fff
	}

	.compare-body {
		width: 70%;
		padding: 0
	}

	.compare-body-inner {
		display: table;
		margin: 0
	}

	.compare-body-inner&gt;div {
		padding: 0 15px
	}

	.compare-body-inner .tick {
		margin-top: 0
	}

	.pdf-box {
		padding: 40px 0 20px
	}

	.pdf-box a {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) {
	.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
		margin-top: 0
	}

	.main-container-wrapper.umain #mini-panel-product_menu .menu-icon-help-header {
		margin-top: 0
	}

	h1 {
		font-size: 45px
	}

	h2 {
		font-size: 35px;
		max-width: 680px
	}

	h3 {
		font-size: 28px
	}

	.banner-section {
		padding: 60px 0 70px
	}

	.features-box-outer {
		max-width: 90%;
		padding: 70px 0 30px
	}

	.compare-box li:first-child {
		padding: 30px 0 20px;
		min-height: inherit
	}

.default ul li:first-child {
    padding: 30px 0 0 0 !important;
}


	.other ul li:first-child span {
		padding: 0 0 0 50px
	}

	.other ul li:first-child span:before {
		right: inherit;
		bottom: 0
	}

	.bottom-section {
		padding: 80px 0
	}
}

@media only screen and (min-width:992px) {
	h1 {
		font-size: 50px
	}

	h2 {
		font-size: 40px
	}

	.banner-section {
		padding: 80px 0 100px
	}

	.banner-box {
		display: table;
		table-layout: fixed;
		width: 100%
	}

	.banner-con&gt;p {
		margin: 25px auto 40px;
		max-width: 85%
	}

	.why-section {
		padding: 80px 0 20px
	}

	.why-section .content-wrap {
		max-width: 1100px
	}

	.features-box-outer {
		max-width: 1440px;
		margin: 60px auto 0;
		padding: 80px 0 30px
	}

	.features-box-inner {
		max-width: 100%;
		overflow: hidden
	}

	.features-box {
		width: 47.5%;
		float: left;
		margin-bottom: 5%
	}

	.features-box:nth-child(2n+1) {
		margin-right: 2.5%
	}

	.features-box:nth-child(2n+2) {
		margin-left: 2.5%
	}

	.features-con {
		min-height: 425px
	}

	.compare-section {
		padding: 80px 0 0
	}
}

@media only screen and (min-width:1200px) {
	h1 {
		font-size: 52px
	}

	h2 {
		font-size: 42px
	}

	h3 {
		font-size: 28px
	}

	h4 {
		font-size: 20px
	}

	.banner-section {
		padding: 80px 0 100px
	}

	.banner-box {
		margin: 0 auto
	}
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	h1 {
		font-size: 55px
	}

	h2 {
		font-size: 45px
	}

	h3 {
		font-size: 25px
	}

	h4 {
		font-size: 28px
	}
}

@media only screen and (min-width:1600px) {
	h1 {
		font-size: 62px
	}

	h2 {
		font-size: 48px
	}

	h3 {
		font-size: 30px
	}

	h4 {
		font-size: 25px
	}
}

@media only screen and (min-width:992px) and (max-width:1080px) {
	h1 {
		font-size: 48px
	}

	h2 {
		font-size: 40px
	}

	h3 {
		font-size: 26px
	}

	.banner-con&gt;p {
		margin: 15px 0 30px;
		max-width: 95%
	}

	.why-cont {
		max-width: 80%
	}
}

@media only screen and (max-width:1200px) {
	.features-con {
		min-height: 385px
	}
.break{
display: none; 
}
}

@media only screen and (max-width:1080px) {
	.features-con {
		padding: 25px 25px 25px;
		min-height: 380px
	}
}

@media only screen and (max-width:991px) {
	h3 {
		font-size: 24px
	}

	.banner-con {
		max-width: 100%
	}

	.compare-box {
		margin: 40px auto 0
	}

	.pdf-box {
		padding: 30px 0 20px
	}

	.features-con {
		min-height: unset
	}
}

@media only screen and (max-width:767px) {
	.why-cont {
		max-width: 100%
	}

	h3 {
		font-size: 20px
	}

	.default ul li:first-child span,
	.other ul .data-loaded:first-child span {
		font-size: 16px
	}

	.compare-box li {
		font-size: 16px
	}

	.other ul .data-loaded:first-child span:before {
		top: -20px
	}
}

@media only screen and (max-width:480px) {
	.banner-image {
		max-width: 340px
	}

	.logobx {
		width: 120px;
		height: 120px
	}
}

@media only screen and (max-width:400px) {
	.banner-btn p {
		max-width: 90%;
		margin: 0 auto
	}
}</pre></body></html>