.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.main-header {
	padding: .9375rem 0;
}

.main-footer {
	color: #bbbdc0;
	padding: .75rem 0;
}

.main-footer a {
	color: #bbbdc0;
}

.main-footer .container {
	max-width: 61.25rem;
}

.main-footer .footer-nav {
	margin-bottom: 0;
}

.main-footer .copyright-row p {
	margin-bottom: .4375rem;
}

.main-footer .nav-item {
	padding-right: 1.875rem;
	position: relative;
}

.main-footer .nav-item:last-child {
	padding-right: 0;
}

.main-footer .nav-item:last-child:before {
	display: none;
}

.main-footer .nav-item:before {
	content: "";
	width: .5rem;
	height: .125rem;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: .625rem;
	left: auto;
	background: #bbbdc0;
}

.main-footer address {
	line-height: 1;
	font-weight: 600;
}

.main-footer .link-box a {
	line-height: 1;
	color: #bbbdc0;
	font-weight: 600;
}

.bg-gray {
	background: #bbbdc0;
}

.bg-light-gray {
	background: #e9f1f5;
}

.bg-dark-gray {
	background: #57585b;
}

.text-gray {
	color: #57585b;
}

ul li {
	padding-left: .75rem;
	position: relative;
}

ul li:before {
	content: "";
	width: .375rem;
	border-radius: 50%;
	height: .375rem;
	position: absolute;
	left: 0;
	top: .5rem;
	background: #57585b;
}

ul.with-bullet li {
	padding: 0;
}

ul.with-bullet li:before {
	display: none;
}

.intro-section {
	letter-spacing: -1.5px;
	padding-bottom: .9375rem;
	font-size: 1.75rem;
}

.intro-section h2 {
	line-height: 1;
	font-size: 2rem;
}

.intro-section ul {
	padding-left: 1.25rem;
}

.intro-section li {
	line-height: 1;
	padding-left: 1.25rem;
	font-weight: 600;
	margin-bottom: .625rem;
}

.intro-section li:before {
	width: .6875rem;
	height: .6875rem;
}

.download-section {
	padding: .625rem 0;
}

.download-section .link-wrap {
	margin-bottom: 1.5625rem;
}

.download-section h2 {
	letter-spacing: -4.5px;
	line-height: 1;
	font-size: 3.75rem;
}

.download-section form {
	width: 100%;
	margin: 0 auto;
}

.download-section form input {
	padding: .3125rem;
	width: 100%;
	margin-right: 1.25rem;
	border: 1px solid #7f7f7f;
	min-width: 6.25rem;
}

.download-section form input::-webkit-input-placeholder {
	font-weight: 600;
	color: #b5b5b5;
	font-size: rem-cacl(18);
}

.download-section form input:-ms-input-placeholder {
	font-weight: 600;
	color: #b5b5b5;
	font-size: rem-cacl(18);
}

.download-section form input::placeholder {
	font-weight: 600;
	color: #b5b5b5;
	font-size: rem-cacl(18);
}

.download-section .btn {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	border-radius: 0;
	background: #00a651;
	line-height: 1;
	letter-spacing: -1px;
	font-size: 1.125rem;
	min-width: 6.25rem;
	padding: .3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.download-section .btn:hover {
	background: #00823f;
}

.description-section {
	padding: 1.875rem 0;
}

.description-section h3 {
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}

.description-section .description-text {
	padding-top: 1.25rem;
}

.description-section .img-wrap {
	text-align: center;
}

.description-section .img-wrap img {
	max-width: 25.3125rem;
}

.description-section ol {
	padding: 0;
	list-style: none;
	counter-reset: my-awesome-counter;
}

.description-section ol li {
	counter-increment: my-awesome-counter;
	position: relative;
	font-size: 1.375rem;
	line-height: 1;
	font-weight: 600;
	padding-left: 3.4375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 2.8125rem;
	margin-bottom: .625rem;
}

.description-section ol li:before {
	content: counter(my-awesome-counter);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ef3f37;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	width: 2.5rem;
	height: 2.5rem;
}

.description-section ul {
	font-size: 1.25rem;
}

.description-section ul li {
	line-height: 1;
	margin-bottom: .625rem;
	font-weight: 600;
}

.small-section h2 {
	margin-bottom: 1.875rem;
}

.small-section a {
	margin: 0 1.875rem;
}

.nav-section {
	padding: 3.125rem 0 1.75rem;
}

.nav-section a,
.nav-section sup {
	color: #000;
	font-weight: 600;
}

.nav-section .container {
	max-width: 930px;
}

.nav-section .list-wrap:last-child {
	margin-right: 0;
}

.nav-section .partners-list {
	margin: 0 -.9375rem;
}

.nav-section .partners-list li {
	margin: 0 .9375rem .3125rem;
}

.nav-section .partners-list img {
	width: 100%;
}

.feautures-box {
	padding: 0 1.75rem 0 3.125rem;
}

.feautures-box li {
	font-size: 1.125rem;
}

.modal {
	background: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.modal .modal-dialog {
	margin: 0;
}

.modal .form-group {
	margin-bottom: 0;
}

.modal form,
.modal .thanks-box {
	border-radius: .5625rem;
	border: 5px solid #cdcdcd;
	max-width: 15.625rem;
	background-color: #ee5e56;
	padding: 1.4375rem;
	margin-bottom: .625rem;
}

.modal form .text-wrap,
.modal .thanks-box .text-wrap {
	font-size: .625rem;
	margin-bottom: .625rem;
	letter-spacing: .3px;
}

.modal form .text-wrap p,
.modal .thanks-box .text-wrap p {
	margin-bottom: 0;
}

.modal form input,
.modal .thanks-box input {
	border-radius: 4px;
	border: none;
	width: 100%;
	padding: .3125rem .625rem;
}

.modal label {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1;
}

.modal .btn {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	max-width: 8.4375rem;
	width: 100%;
	border-radius: .25rem;
	background: #52c3bd;
	border: 2px solid #fff;
	padding: .3125rem;
	cursor: pointer;
	margin-top: .9375rem;
}

.modal .btn:hover {
	background: #3e908c;
}

.modal .close {
	position: absolute;
	top: 1.625rem;
	right: 1.625rem;
	cursor: pointer;
	z-index: 2;
}

.modal .thanks-box {
	display: none;
	padding: 2.3125rem;
	font-weight: 600;
	line-height: 1;
	font-size: 1.25rem;
}

.submission-sucess form {
	display: none;
}

.submission-sucess .thanks-box {
	display: block;
}

.modal-logo {
	margin-bottom: .75rem;
	padding-top: 1.25rem;
}

.modal-logo img {
	width: 100%;
}

.modal-open .modal {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body {
	min-width: 320px;
}

@media (min-width: 768px) {
	.description-section ol li {
		padding-left: 5.625rem;
		font-size: 2.25rem;
		font-weight: 600;
		margin-bottom: 3rem;
	}

	.description-section ol li:before {
		width: 4.6875rem;
		height: 4.6875rem;
	}

	.nav-section .list-wrap {
		margin-right: 1.25rem;
	}
}

@media (min-width: 992px) {
	.main-header {
		padding: 1.6875rem 0 0 5.625rem;
	}

	.intro-section {
		font-size: 2rem;
	}

	.intro-section h2 {
		font-size: 3.875rem;
	}

	.intro-section img {
		display: block;
		margin-left: auto;
		max-width: 460px;
	}

	.download-section .link-wrap {
		padding-right: 2.5rem;
	}

	.download-section form {
		padding-right: 2.5rem;
	}

	.download-section form input::-webkit-input-placeholder {
		font-size: 1.375rem;
	}

	.download-section form input:-ms-input-placeholder {
		font-size: 1.375rem;
	}

	.download-section form input::placeholder {
		font-size: 1.375rem;
	}

	.download-section form input {
		min-width: 10rem;
	}

	.download-section .btn {
		font-size: 1.75rem;
		min-width: 9.0625rem;
	}

	.description-section h3 {
		margin-bottom: .625rem;
		font-size: 2.625rem;
	}

	.description-section ol {
		padding-left: 3.125rem;
	}

	.description-section ol li {
		min-height: 4.5rem;
		margin-bottom: 1.25rem;
	}

	.nav-section .list-wrap {
		margin-right: 6.25rem;
	}

	.feautures-box li {
		font-size: 1.5rem;
		letter-spacing: -1px;
		margin-bottom: .625rem;
	}

	.modal {
		background-size: contain;
	}
}

@media (min-width: 1200px) {
	.modal-logo {
		padding-top: 2.5rem;
	}
}

@media (max-width: 991px) {
	.download-section form {
		max-width: 29.375rem;
	}

	.download-section a {
		margin: 0 1.875rem;
	}
}

@media (max-width: 767px) {
	.main-header .container {
		text-align: center;
	}

	.download-section .link-wrap a {
		margin-bottom: .625rem;
	}

	.download-section h2 {
		font-size: 2.8125rem;
	}
}
