.header-links,
.arrow-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.ttf?ch7vfh") format("truetype"), url("../fonts/icomoon/icomoon.woff?ch7vfh") format("woff"), url("../fonts/icomoon/icomoon.svg?ch7vfh#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icomoon-"],
[class*=" icomoon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-star:before {
	content: "\e900";
}

.icomoon-youtube:before {
	content: "\e901";
}

.icomoon-twitter:before {
	content: "\e902";
}

.icomoon-instagram:before {
	content: "\e903";
}

.icomoon-facebook:before {
	content: "\e904";
}

.icomoon-chevron-right:before {
	content: "\e905";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.font-weight-medium {
	font-weight: 500 !important;
}

.font-weight-semi-bold {
	font-weight: 600 !important;
}

.font-size-semi {
	font-size: 1.6rem;
	line-height: 1.375;
}

.font-size-medium {
	font-size: 1.4rem;
	line-height: 1.4167;
}

.font-size-small {
	font-size: 1.2rem;
	line-height: 1.4167;
}

a {
	-webkit-transition: color .3s linear, background-color .3s linear;
	transition: color .3s linear, background-color .3s linear;
}

.social-networks li {
	margin-right: 8px;
}

.social-networks li:last-child {
	margin-right: 0;
}

.social-networks a {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: .5rem;
	border: .2rem solid #f26522;
	background-color: transparent;
	font-size: 18px;
	color: #f26522;
	position: relative;
	-webkit-transition: color .3s linear, border .3s linear;
	transition: color .3s linear, border .3s linear;
}

.social-networks a i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-networks a:hover {
	color: #d54d0d;
	border-color: #d54d0d;
}

.bg-cover {
    background-size: cover;
    background-position: 10% 50%;
}

.bg-cover.bg-bottom {
	background-position: 50% bottom;
}

.bg-cover.bg-top {
	background-position: 50% top;
}

.btn-orange {
	position: relative;
	border-radius: 0;
	padding: .7rem 3rem;
}

.btn-orange:after,
.btn-orange:before {
	content: "";
	position: absolute;
	top: -4px;
	bottom: 0;
	left: -4px;
	right: 0;
	box-shadow: 2px 2px 0 #913d14;
	border-radius: 4px;
}

.btn-orange:after {
	box-shadow: -2px -2px 0 #f79d14;
	left: 0;
	right: -4px;
	top: 0;
	bottom: -4px;
}

.blockquote {
	font-size: inherit;
}

.blockquote q {
	display: block;
}

ol {
	list-style: none;
	counter-reset: newCounter;
}

ol li {
	margin-bottom: 1rem;
	position: relative;
	padding-left: 21px;
}

ol li::before {
	position: absolute;
	left: 0;
	top: 1px;
	font-weight: 700;
	counter-increment: newCounter;
	content: counters(newCounter, ".") ".";
}

input[type="submit"].btn {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

input[type="submit"].btn:hover {
	opacity: .85;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 12px 0;
	z-index: 9999;
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	width: 180px;
}

.logo img {
	width: 100%;
	height: auto;
}

.header-links {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	padding: 6px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-links li {
	margin: 0 0 0 3px;
}

.header-links li:first-child {
	margin: 1px 7px 0 0;
}

.header-links a:not(.btn) {
	color: #000;
}

.header-links .btn {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	padding: .67rem 9px;
}

.header-links .btn.btn-outline-dark {
	border-width: 2px;
	padding: .47rem 7px;
}

.header-links .btn.btn-orange {
	border-radius: 4px;
}

.header-links .btn.btn-orange:before,
.header-links .btn.btn-orange:after {
	display: none;
}

.burger-menu {
	width: 39px;
	height: 32px;
	border-radius: 4px;
	background: #000;
	position: relative;
	display: block;
}

.burger-menu:before,
.burger-menu:after,
.burger-menu span {
	background: #fff;
	height: 2px;
	position: absolute;
	top: 15px;
	left: 11px;
	right: 11px;
}

.burger-menu:before,
.burger-menu:after {
	content: "";
	top: 10px;
}

.burger-menu:after {
	top: 20px;
}

.burger-menu:hover {
	opacity: .8;
}

.nav-slide {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	overflow-x: hidden;
	overflow-y: auto;
	background: #f8f9fa;
	padding: 68px 0;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.nav-active .nav-slide {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 8px 8px 16px rgba(0, 0, 0, .5);
}

.nav-slide .burger-menu {
	position: absolute;
	top: 18px;
	right: 15px;
}

.nav-slide .burger-menu:before,
.nav-slide .burger-menu:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
	left: 9px;
	right: 9px;
}

.nav-slide .burger-menu:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-slide .header-links {
	padding: 0 15px 30px;
	text-align: center;
}

.main-nav {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
}

.main-nav li + li {
	border-top: 1px solid #d3d3d3;
}

.main-nav li.active > a {
	color: #00853f;
}

.main-nav li.active > a .icomoon-chevron-right {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	top: 12px;
}

.main-nav a {
	display: block;
	padding: 12px 35px 11px 15px;
	color: #495057;
	position: relative;
}

.main-nav a .icomoon-chevron-right {
	position: absolute;
	top: 14px;
	right: 12px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.main-nav a:hover {
	color: #00853f;
	text-decoration: none;
}

.main-nav ul {
	background: #e9ecef;
	border-top: 1px solid #dee2e6;
	padding-left: 20px;
	font-size: 13px;
}

.support-links {
	padding: 15px;
	font-size: 12px;
	line-height: 1.33;
}

.support-links li + li {
	margin-top: 10px;
}

.support-links a {
	display: block;
	padding: 4px 0;
	color: #707070;
}

.support-links a:hover {
	color: #00853f;
	text-decoration: none;
}

html {
	font-size: 10px;
}

body {
	min-width: 320px;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.arrow-list li {
	position: relative;
	padding-left: 19px;
}

.arrow-list li .icomoon-chevron-right {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 88%;
}

.hero-section {
	position: relative;
	padding: 120px 0 0;
}

.hero-section .hero-title {
	z-index: 1020;
	position: relative;
}

.hero-section .hero-title h1 {
	background: -webkit-linear-gradient(left, #00853f 0%, #004b23 50%, #001309 100%);
	background: linear-gradient(to right, #00853f 0%, #004b23 50%, #001309 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	line-height: 1.02;
	font-weight: 700;
}

.hero-section .hero-title h1 .lg-font {
	font-size: 120%;
}

.hero-section .hero-title h1 .text-orange {
	-webkit-text-fill-color: #f26522;
}

.no-backgroundcliptext .hero-section .hero-title h1 {
	background: none;
	color: #018643;
}

.hero-section .img {
	width: 60%;
	position: relative;
	margin-left: auto;
	top: 20px;
	z-index: -1;
}

.hero-section .img img {
	width: 100%;
	height: auto;
}

.hero-section .text-content {
	z-index: 1020;
	position: relative;
	color: #fff;
	background-size: cover;
	text-align: center;
	font-size: 1.6rem;
	padding: 0 0 20px;
}

.hero-section .text-content p {
	margin-bottom: 10px;
}

.hero-slider {
	position: absolute;
	top: 0;
	bottom: 200px;
	left: 0;
	right: 0;
}

.hero-slider .slick-track,
.hero-slider .slick-list {
	height: 100%;
}

.hero-slider .slide {
	background-size: cover;
	background-position: 50% 50%;
}

.intro-section {
	position: relative;
	z-index: 1;
}

.intro-section.bg-cover {
	background-position: 50% 100%;
}

.intro-section + .problem-solution-section {
	margin-top: -44px;
}

.problem-solution-section {
	position: relative;
	overflow: hidden;
}

.problem-solution-section.bg-cover {
	background-position: 50% 100%;
}

.problem-solution-section .img-block img {
	width: 100%;
	height: auto;
}

.intro-second-section {
	position: relative;
}

.intro-second-section p {
	margin-bottom: 33px;
}

.intro-second-section .img-block img {
	width: 100%;
	height: auto;
}

.description-section h2 {
	margin-bottom: 28px;
}

.description-section p {
	margin-bottom: 23px;
}

.description-section h3 {
	margin-bottom: 2px;
}

.info-list-section {
	position: relative;
}

.info-list-section:after {
	content: "";
	background: -webkit-linear-gradient(bottom, #000 0, #000 204px, transparent 100%);
	background: linear-gradient(to top, #000 0, #000 204px, transparent 100%);
	position: absolute;
	top: 30%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.info-list-section .info-bar {
	background: rgba(1, 134, 67, .9);
	color: #fff;
	margin-bottom: 150px;
	padding: 35px 0 30px;
}

.info-list-section .info-bar h2 {
	font-weight: 400;
}

.info-list-section .info-bar h2 span {
	font-weight: 400;
}

.info-list-section .info-bar h2 sup {
	font-size: 26%;
	top: -1.99em;
	margin: 0 0 0 2px;
}

.info-list-section .bg-cover {
	position: absolute;
	background-position: 50% 0;
	top: 0;
	bottom: 204px;
	left: 0;
	right: 0;
	z-index: -1;
}

.info-num-hold {
	max-width: 770px;
	margin: 0 auto 30px;
}

.info-num-hold .box {
	background: rgba(0, 0, 0, .6);
	letter-spacing: -.61px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.3;
	padding: 19px 15px 24px;
}

.info-num-hold .box strong {
	font-weight: 600;
}

.info-num-hold .num {
	font-size: 114px;
	line-height: 1;
	font-weight: 700;
	margin: -5px 0 -2px;
}

.info-num-hold .num .sign {
	font-size: 100px;
}

.peak-capacity-section {
	padding: 30px 0;
}

.peak-capacity-section.bg-cover {
	background-position: 50% 0;
}

.peak-capacity-section h2 {
	margin-left: -5px;
	margin-right: -5px;
}

.peak-capacity-section .txt-area {
	padding-top: 400px;
}

.text-white.text-shadow {
	text-shadow: 2px 2px 6px rgba(0, 0, 0, .8);
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
	z-index: -1;
}

.overlay.white-overlay {
	background: rgba(255, 255, 255, .5);
}

.overlay-parent {
	position: relative;
	z-index: 1;
}

.all-products {
	position: relative;
	overflow: hidden;
}

.all-products .btn {
	margin-top: -70px;
}

.all-products .product-img {
	max-width: 1070px;
	margin-bottom: 2.5rem;
}

.testimonial-video .video {
	border-radius: 7px;
	overflow: hidden;
}

.testimonial-video .video iframe {
	border-radius: 7px;
	overflow: hidden;
}

.star-rating {
	color: #ffce00;
	font-size: 24px;
}

.star-rating li {
	margin: 0 .4rem;
}

.blockquote cite {
	font-weight: 500;
	font-style: normal;
	position: relative;
	padding: 10px 0 3px;
	display: inline-block;
	vertical-align: top;
}

.blockquote cite:before {
	width: 10px;
	height: 1px;
	background-color: currentColor;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.testimonial-text-wrap {
	-webkit-transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
	transition: transform .3s linear, opacity .3s linear, visibility .3s linear;
	transition: transform .3s linear, opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.testimonial-text-wrap.new-item {
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: none;
}

.footer-logo {
	max-width: 250px;
}

.privacy-list li {
	position: relative;
}

.privacy-list li + li:before {
	left: 0;
	top: 3px;
	width: 1px;
	height: 13px;
	background-color: currentColor;
	content: "";
	position: absolute;
}

.privacy-list a:hover {
	color: #f26522 !important;
}

.footer-col {
	min-width: 200px;
}

@media (min-width: 576px) {
	.nav-slide {
		width: 405px;
		left: auto;
	}

	.all-products .product-img {
		margin-bottom: -.5rem;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 40px;
		letter-spacing: .2rem;
	}

	.logo {
		width: 220px;
	}

	.header-links {
		max-width: calc(100% - 220px);
	}

	.hero-section {
		padding: 129px 0 0;
	}

	.hero-section .hero-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 200px;
	}

	.hero-section .hero-title h1 {
		font-size: 40px;
		width: 50%;
		text-align: center;
		letter-spacing: .2rem;
		margin-right: -9px;
	}

	.hero-section .img {
		width: 500px;
		top: -50px;
		margin-bottom: -90px;
	}

	.hero-section .text-content {
		text-align: left;
	}

	.hero-section .text-content .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hero-section .text-content .lt-block {
		width: 50%;
	}

	.hero-section .text-content .rt-block {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 50px 17px 10px;
	}

	.intro-section + .problem-solution-section {
		margin-top: -66px;
	}

	.intro-second-section .img-block {
		position: absolute;
		bottom: 20px;
		right: 0;
		left: 40%;
	}

	.info-list-section .info-bar {
		margin-bottom: 300px;
	}

	.peak-capacity-section {
		padding: 68px 0 57px;
	}

	.peak-capacity-section .txt-area {
		padding-top: 630px;
	}

	.all-products .btn {
		margin-top: -120px;
	}

	.all-products .product-img {
		margin-bottom: -2.5rem;
	}

	.footer-logo {
		max-width: 370px;
	}
}

@media (min-width: 1024px) {
	p {
		margin-bottom: 3rem;
	}

	.btn-orange {
		padding-left: 3.7rem;
		padding-right: 3.7rem;
	}

	ol li {
		margin-bottom: 2.5rem;
	}

	h1,
	.h1 {
		font-size: 49px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 29px;
	}

	h4,
	.h4 {
		font-size: 24px;
	}

	.header {
		padding: 23px 0;
	}

	.logo {
		width: 278px;
	}

	.header-links {
		max-width: calc(100% - 278px);
		font-size: 18px;
	}

	.header-links .btn {
		font-size: 18px;
	}

	.burger-menu {
		height: 35px;
	}

	.burger-menu:before,
	.burger-menu:after,
	.burger-menu span {
		top: 16px;
	}

	.burger-menu:before,
	.burger-menu:after {
		top: 11px;
	}

	.burger-menu:after {
		top: 21px;
	}

	.nav-slide .burger-menu:before,
	.nav-slide .burger-menu:after {
		top: 16px;
	}

	body {
		font-size: 1.8rem;
	}

	.arrow-list li .icomoon-chevron-right {
		top: 6px;
	}

	.hero-section .hero-title h1 {
		font-size: 49px;
	}

	.hero-section .img {
		width: 684px;
		top: -159px;
		margin-bottom: -246px;
	}

	.hero-section .text-content {
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1.45;
		padding-bottom: 33px;
	}

	.hero-section .text-content .lt-block {
		width: 55%;
	}

	.hero-section .text-content .rt-block {
		width: 45%;
	}

	.hero-slider {
		bottom: 145px;
	}

	.intro-section + .problem-solution-section {
		margin-top: -70px;
	}

	.problem-solution-section .img-block {
		margin-right: 16px;
	}

	.intro-second-section h2 {
		margin-bottom: 30px;
		margin-top: 4px;
	}

	.intro-second-section p {
		margin-bottom: 43px;
	}

	.info-list-section .info-bar {
		padding: 58px 0 38px;
	}

	.info-num-hold {
		margin-bottom: 48px;
	}

	.info-num-hold .box {
		font-size: 21px;
	}

	.info-num-hold .num {
		font-size: 172px;
	}

	.info-num-hold .num .sign {
		font-size: 168px;
	}

	.info-num-hold .num.narrow {
		letter-spacing: -10px;
	}

	.peak-capacity-section .container {
		max-width: 820px;
	}

	.peak-capacity-section .txt-area {
		padding-top: 766px;
	}

	.all-products .btn {
		margin-top: -170px;
	}

	.all-products .product-img {
		margin-bottom: -7.5rem;
	}

	.testimonial-text-wrap {
		-webkit-columns: 2;
		columns: 2;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.testimonial-text-wrap .column {
		display: inline-block;
	}
}

@media (min-width: 1240px) {
	.container.container-sm {
		max-width: 1000px;
	}

	.intro-section + .problem-solution-section {
		margin-top: -120px;
	}

	.problem-solution-section .img-block img {
		margin-left: -45px;
	}

	.intro-second-section {
		min-height: 502px;
	}

	.intro-second-section .img-block {
		left: auto;
		width: 700px;
		bottom: 6px;
	}

	.peak-capacity-section.bg-cover {
		background-size: 100% 100%;
	}
}

@media (min-width: 1350px) {
	.intro-section {
		padding: 7% 0 !important;
	}
}

@media (max-width: 1023px) {
	.btn {
		font-size: 22px;
		line-height: 1.2;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	body.nav-active {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.newsletter-form input[type="submit"] {
		display: block;
		margin: 0 auto;
	}
	
	.peak-capacity-section.bg-cover {
		background-position: 72% 0;
		background-size: 185% 100%;
	}
}

