/* Minification failed. Returning unminified contents.
(29,45): run-time error CSS1046: Expect comma, found '31'
(29,51): run-time error CSS1046: Expect comma, found '/'
(29,80): run-time error CSS1046: Expect comma, found '0'
(29,84): run-time error CSS1046: Expect comma, found '/'
(30,37): run-time error CSS1046: Expect comma, found '31'
(30,43): run-time error CSS1046: Expect comma, found '/'
(30,72): run-time error CSS1046: Expect comma, found '0'
(30,76): run-time error CSS1046: Expect comma, found '/'
 */
.header-bg::after {
	background: #5c72fc;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background: url(/content/images/bg-pricing-header.svg) no-repeat, -webkit-linear-gradient(#3144a1, #2f5ac8);
	background: url(/content/images/bg-pricing-header.svg) no-repeat, linear-gradient(#3144a1, #2f5ac8);
	background-size: cover;
	background-position: 50% 50%;
}

.section-pricing {
	position: relative;
	padding-top: 100px;
	padding-bottom: 60px;
}

.block-header {
	padding-bottom: 50px;
}

.pricing-block {
	background: white;
	border-radius: 4px;
	padding: 25px 25px 35px 25px;
	-webkit-box-shadow: 0 5px 10px -1px rgb(31 31 78 / 25%), 0 4px 6px -4px rgb(0 0 0 / 25%);
	box-shadow: 0 5px 10px -1px rgb(31 31 78 / 25%), 0 4px 6px -4px rgb(0 0 0 / 25%);
}

	.pricing-block .pricing-block-details {
		height: 360px;
	}

		.pricing-block .pricing-block-details .h2-line {
			background: -webkit-linear-gradient(right,transparent,#2f57c3 50%,transparent);
			background: linear-gradient(to right,transparent,#2f57c3 50%,transparent);
		}

	.pricing-block .header-text {
		margin-bottom: 20px;
	}

		.pricing-block .header-text p {
			font-size: 16px;
			line-height: 24px;
			color: #49494e;
			text-align: center;
		}

		.pricing-block .header-text h3 {
			margin-bottom: 15px;
			color: #001e5a;
			font-size: 19px;
			text-transform: uppercase;
			text-align: center;
		}

.pricing-list {
	margin-top: 20px;
	padding: 0 20px;
}

	.pricing-list li {
		padding: 7px 0 7px 0;
		text-align: left;
		padding-left: 27px;
		position: relative;
	}

		.pricing-list li:before {
			content: '';
			height: 9px;
			width: 6px;
			-webkit-transform: rotate(45deg) translate(7px,2px);
			-ms-transform: rotate(45deg) translate(7px,2px);
			transform: rotate(45deg) translate(7px,2px);
			border: 2px solid #788292;
			border-left: 0;
			border-top: 0;
			margin-left: -25px;
			float: left;
		}

.block-btn .button-blue {
	width: 100%;
}

.link-more {
	color: #46627F;
}

.pricing-row {
	margin-top: 80px;
}

	.pricing-row .panel-list {
		padding-left: 50px;
	}

		.pricing-row .panel-list ul li:before {
			border: 2px solid #788292;
			border-left: 0;
			border-top: 0;
		}

.block-img {
	height: 48px;
}

.block-body ul {
	margin-bottom: 0
}

.panel-list ul li:last-child {
	padding-bottom: 0;
}

.row-indent {
	margin-bottom: 60px;
}

.pricing-ribbon {
	margin-top: 8px;
	color: #49494e;
	font-size: 14px;
}

.bg-faq {
	background: url(/content/images/faq-bg.svg) #EBF0FB no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.faq-question:not(:last-child) {
	margin-bottom: 30px;
}

.faq-question {
	padding: 0 25px;
}

	.faq-question h3 {
		margin-bottom: 15px;
	}

@media (max-width: 992px) {
	.pricing-block {
		padding: 15px;
	}

	.pricing-list {
		padding: 0;
	}

	.pricing-row .panel-list {
		padding-left: 15px;
	}

	.row-indent {
		margin-bottom: 40px;
	}

	.section-bottom-foot {
		text-align: center;
	}

	.faq-question {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.pricing-block {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 15px;
		display: block;
	}

		.pricing-block .pricing-block-details {
			height: inherit;
		}

	.pricing-list li {
		padding: 5px 0 5px 27px;
	}

	.logo-banner h1 {
		line-height: inherit;
	}

	.block-img {
		height: 40px;
		text-align: center;
	}

	.row-indent {
		margin-bottom: 0px;
	}

	.section-pricing {
		padding-bottom: 30px;
	}

	.pricing-row .panel-list {
		margin-bottom: 35px;
	}

	.pricing-row .row:last-child .panel-list:last-child {
		margin-bottom: 0;
	}

	.pricing-row .block-body h3 {
		text-align: center;
	}

	.bg-faq {
		background: #EBF0FB;
	}

	.faq-question:last-child {
		margin-bottom: 30px;
	}
}


@media (max-width: 500px) {
	.bottom-button .button {
		margin-bottom: 10px;
		height: 35px;
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.pricing-block {
		width: 100%;
		margin-bottom: 15px;
	}
}

