<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-content {
	margin: 0 20px;
	position: relative;
}
.right-column .page-content {
	margin: 0 0 0 77px;

}
@media only screen and (max-width:767px) {
	.right-column .page-content {
		margin: 0 20px 0 20px;

	}
}
.clear {
	clear: both;
}
.b2b-num {
	font-size: 90px;
	font-family: 'Cuprum', sans-serif;
}
.b2b-title {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	padding: 15px 0;
}
.b2b-head {
	background: url('../images/b2b_head_bg.png') top right no-repeat;
	width: 100%;
	max-width: 992px;
	height: 156px;
	text-align: center;
	margin: 0 auto;
}
.b2b-head img {
	height: 100%;
}
.b2b-head-text {
	font-size: 28px;
	line-height: 42px;
	padding: 30px 0;
	border-bottom: 1px dashed #d8d8d8;
}
.b2b-cat {
	margin-bottom: 40px;
}
.b2b-cat-text {
	font-size: 20px;
	line-height: 26px;
	padding: 28px 0;
}
.b2b-cat-item {
	width: 50%;
	float: left;
	padding-right: 100px;
}
.b2b-cat-item-text {
	font-size: 16px;
	line-height: 26px;
}
.b2b-why {
	margin-bottom: 40px;
}
.b2b-why-item {
	width: 50%;
	float: left;
}
.b2b-why-item-content {
	font-size: 18px;
	line-height: 26px;
	padding: 20px 10px 20px 70px;
}
.b2b-why-item-content.icon1 {
	background: url('../images/b2b_icon1.png') center left no-repeat;
}
.b2b-why-item-content.icon2 {
	background: url('../images/b2b_icon2.png') center left no-repeat;
}
.b2b-why-item-content.icon3 {
	background: url('../images/b2b_icon3.png') center left no-repeat;
	margin-bottom: 26px;
}
.b2b-why-item-content.icon4 {
	background: url('../images/b2b_icon4.png') center left no-repeat;
}
.b2b-text-block {
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 40px;
}
.b2b-benefit {
	margin-bottom: 40px;
}
.b2b-benefit-item {
	font-size: 16px;
	line-height: 25px;
	width: 33%;
	float: left;
	padding: 0 40px 20px 0;
}
.b2b-benefit-item .icon5 {
	background: url('../images/b2b_icon5.png') top left no-repeat;
	height: 46px;
	margin-bottom: 30px;
}
.b2b-benefit-item .icon6 {
	background: url('../images/b2b_icon6.png') top left no-repeat;
	height: 46px;
	margin-bottom: 30px;
}
.b2b-benefit-item .icon7 {
	background: url('../images/b2b_icon7.png') top left no-repeat;
	height: 46px;
	margin-bottom: 30px;
}
.b2b-95 {
	padding: 35px;
	background: #f9f9f9;
	margin-bottom: 40px;
}
.b2b-95-smile {
	background: url('../images/b2b_smile.png') center center no-repeat;
	width: 95px;
	height: 95px;
	display: inline-block;
}
.b2b-95-blue {
	font-family: 'Cuprum', sans-serif;
	color: #4cacb2;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	margin-right: 25px;
}
.b2b-95-above {
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
}
.b2b-95-95 {
	font-size: 80px;
	line-height: 72px;
}
.b2b-95-95 span.perc {
	font-size: 40px;
	line-height: 26px;
	display: inline-block;
}
.b2b-95-text {
	font-size: 18px;
	line-height: 26px;
	display: inline-block;
	max-width: 600px;
	vertical-align: bottom;
}
.b2b-big-text {
	font-size: 28px;
	line-height: 42px;
	font-weight: 300;
	margin-bottom: 30px;
}
.b2b-numforms {
	margin-bottom: 40px;
}
.b2b-numforms-item {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
}
.b2b-numforms-item:nth-child(2n) {
	padding: 0 0 0 10px;
}
.b2b-numforms-item-content {
	background: #f9f9f9;
	padding: 30px 45px;
	min-height: 380px;
}
.b2b-numforms-item-content .b2b-num {
	float: left;
	margin-right: 20px;
}
.b2b-numforms-text {
	font-size: 16px;
	line-height: 26px;
	float: left;
	max-width: 290px;
}
.b2b-form {
	padding: 45px;
	border: 1px solid #cddfe0;
	margin-bottom: 65px;
}
.b2b-form .message {
	display: none;
}
.b2b-inputwrap {
	display: inline-block;
	margin-right: 30px;
}
.b2b-inputwrap:nth-child(3) {
	margin-right: 0px;
}
.b2b-inputwrap__label {
	font-size: 15px;
	line-height: 20px;
	margin-right: 10px;
}
.b2b-inputwrap__input {
	background: #f0f4f6;
	border: 1px solid #cddfe0;
	outline: 0 none;
	border-radius: 3px;
	box-shadow: inset 0 3px 8px 0 rgba(6,7,7,.1);
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	width: 220px;
	height: 40px;
	font-size: 1.5rem;
	display: inline-block;
}
.b2b-inputwrap__input:focus {
	border: 2px solid #01b4bf;
	padding-left: 9px;
	padding-right: 9px;
}
.b2b-inputwrap__input.error {
	border: 2px solid #d23139;
	padding-left: 9px;
	padding-right: 9px;
	background: #ffa8ac;
}
.b2b-inputwrap__submit {
	text-align: center;
	background: #d23139;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: inset 0 -3px 0 0 #b42c32;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 0 none;
	width: 220px;
	height: 48px;
	font-family: 'Cuprum',sans-serif;
	font-weight: 700;
	font-size: 1.7rem;
}

@media only screen and (max-width: 1279px) {
	.right-column .b2b-head {
		height: 93px;
	}
	.right-column .b2b-cat-item {
		float: none !important;
		width: 100% !important;
		padding-right: 0 !important;
	}
	.right-column .b2b-why-item {
		width: 100% !important;
		float: none !important;
	}
	.right-column .b2b-benefit-item {
		float: none !important;
		width: 100% !important;
		padding-right: 0 !important;
	}
	.right-column .b2b-95 {
		padding: 35px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.right-column .b2b-95-text {
		max-width: 100% !important;
		margin-top: 20px !important;
	}
	.right-column .b2b-numforms-item {
		float: none !important;
		width: 100% !important;
		padding: 0 0 20px 0 !important;
	}
	.right-column .b2b-numforms-item-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 30px 45px !important;
	}
	.right-column .b2b-inputwrap {
		display: block !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		width: 100% !important;
	}
	.right-column .b2b-inputwrap__input {
		width: 100% !important;
		display: block !important;
		margin-top: 5px !important;
	}
	.right-column .b2b-inputwrap__submit {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1033px) {
	.b2b-inputwrap {
		width: 30%;
	}
}
@media only screen and (max-width: 975px) {
	.b2b-95-text {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 806px) {
	.b2b-inputwrap {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.b2b-inputwrap__input {
		width: 100%;
		display: block;
		margin-top: 5px;
	}
	.b2b-inputwrap__submit {
		width: 100%;
	}
}
@media only screen and (max-width: 712px) {
	.b2b-head {
		height: 93px;
	}
	.b2b-head-text {
		font-size: 20px;
		line-height: 26px;
	}
	.b2b-cat-text {
		font-size: 18px;
		line-height: 24px;
	}
	.b2b-num {
		font-size: 50px;
	}
	.b2b-cat {
		margin-bottom: 20px;
	}
	.b2b-cat-item {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.b2b-why-item {
		width: 100%;
		float: none;
	}
	.b2b-text-block {
		font-size: 18px;
		line-height: 24px;
	}
	.b2b-benefit {
		margin-bottom: 0;
	}
	.b2b-benefit-item {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.b2b-benefit-item .icon5,
	.b2b-benefit-item .icon6,
	.b2b-benefit-item .icon7 {
		margin-bottom: 10px;
	}
	.b2b-95 {
		padding: 35px 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.b2b-95-text {
		max-width: 100%;
		margin-top: 20px;
	}
	.b2b-big-text {
		font-size: 24px;
		line-height: 24px;
	}
	.b2b-big-text.form {
		font-size: 18px;
	}
	.b2b-numforms {
		margin-bottom: 10px;
	}
	.b2b-numforms-item {
		float: none;
		width: 100%;
		padding: 0 0 10px 0 !important;
	}
	.b2b-numforms-item-content {
		min-height: auto;
		margin-left: -20px;
		margin-right: -20px;
		padding: 30px 20px;
	}
	.b2b-numforms-item-content .b2b-num {
		float: none;
	}
	.b2b-numforms-text {
		float: none;
		max-width: 100%;
	}
	.b2b-form {
		padding: 0;
		border: none;
	}
}</pre></body></html>