
@charset "UTF-8";

.btn .btn-icon svg {
	fill: white;
	width: 32px;
	height: auto;
	transition: all .3s;
}

.btn.btn-border {
	border: 1px solid #dedad8;
	background: white;
}

.btn.btn-border:hover {
	color: #fff;
}

.btn.btn-border:before {
	background: #716156;
}

.btn.btn-border .btn-icon svg {
	fill: #000;
}

.btn.has-icon {
	display: flex;
	align-items: center;
	gap: 14px;
}

.btn.has-icon:hover .btn-icon svg {
	fill: #fff;
}

.wpcf7-form-control-wrap.company-wrap {
	display: none !important;
	visibility: hidden !important;
}

.wpcf7-form .button-holder {
	position: relative;
	padding-top: 10px;
}

.wpcf7-form .button-holder .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 16px;
}

@keyframes float {
	0%, 100% {
		transform: translate(0, 0) rotate(0deg);
	}
	
	33% {
		transform: translate(15px, 20px) rotate(0deg);
	}
	
	66% {
		transform: translate(-10px, 20px) rotate(0deg);
	}
}

section.hero-section {
	padding: 136px 0 64px;
	position: relative;
}

section.hero-section .container {
	width: 100%;
	max-width: calc(1050px + 28px);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
}

section.hero-section h1.heading {
	color: #716156;
	font-size: 65px;
	font-weight: bold;
	line-height: 1.1538461538;
}

section.hero-section h2.subheading {
	max-width: 934px;
	color: #00b68d;
	font-size: 21px;
	line-height: 1.4285714286;
	text-align: center;
}

section.hero-section .button-wrap {
	display: flex;
	justify-content: center;
	gap: 21px;
	margin-top: 40px;
}

section.hero-section .button-wrap .btn {
	min-height: 50px;
	font-size: 18px;
	padding: 6px 42px;
}

section.hero-section .floating-boxes {
	width: 100%;
	max-width: 1400px;
	height: calc(100% - 64px);
	position: absolute;
	top: 0;
	left: 0;
	inset: 0;
	margin: 0 auto;
	z-index: 1;
}

section.hero-section .floating-boxes .box {
	position: absolute;
	background: #716156;
	border-radius: 10px;
	opacity: .06;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
	animation: float 18s ease-in-out infinite;
	will-change: transform;
}

section.hero-section .floating-boxes .box.box-1 {
	width: 204px;
	height: 213px;
	top: 12%;
	left: 6%;
	animation-delay: 0s;
}

section.hero-section .floating-boxes .box.box-2 {
	width: 154px;
	height: 160px;
	top: 46%;
	left: 2%;
	animation-delay: -4s;
}

section.hero-section .floating-boxes .box.box-3 {
	width: 87px;
	height: 91px;
	bottom: 0;
	left: 18%;
	animation-delay: -9s;
}

section.hero-section .floating-boxes .box.box-4 {
	width: 154px;
	height: 161px;
	top: 34%;
	right: 2%;
	animation-delay: -7s;
}

section.hero-section .floating-boxes .box.box-5 {
	width: 204px;
	height: 213px;
	bottom: 0;
	right: 6%;
	animation-delay: -2s;
}

@media (max-width:767.99px) {
	section.hero-section {
		padding: 68px 0 32px;
	}
	
	section.hero-section h1.heading {
		font-size: 32px;
	}
	
	section.hero-section h2.subheading {
		font-size: 16px;
	}
	
	section.hero-section .button-wrap {
		flex-direction: column;
	}
	
	section.hero-section .floating-boxes .box.box-1 {
		width: 102px;
		height: 106px;
		top: 5%;
	}
	
	section.hero-section .floating-boxes .box.box-2 {
		width: 77px;
		height: 80px;
		top: 20%;
	}
	
	section.hero-section .floating-boxes .box.box-3 {
		width: 44px;
		height: 46px;
		top: 50%;
		bottom: auto;
	}
	
	section.hero-section .floating-boxes .box.box-4 {
		width: 77px;
		height: 80px;
		top: 10%;
	}
	
	section.hero-section .floating-boxes .box.box-5 {
		width: 102px;
		height: 106px;
		top: 20%;
		bottom: auto;
	}
}

section.testimonials-section {
	margin-bottom: 30px;
}

section.testimonials-section .testimonials-wrap {
	display: flex;
}

section.testimonials-section .testimonials-wrap .testimonial-item {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.333;
	text-align: center;
	position: relative;
	padding: 40px 55px 20px;
}

section.testimonials-section .testimonials-wrap .testimonial-item:before {
	content: "“";
	font-size: 87px;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 30px;
	opacity: .2;
}

section.testimonials-section .testimonials-wrap .testimonial-item .item-quote p:last-child {
	margin-bottom: 0;
}

section.testimonials-section .testimonials-wrap .testimonial-item .item-stars {
	margin-top: 15px;
}

section.testimonials-section .testimonials-wrap .testimonial-item .item-stars svg {
	fill: #00b68d;
	width: 17px;
	height: auto;
}

@media (min-width:992px) {
	section.testimonials-section .testimonials-wrap .testimonial-item:not(:first-child) {
		border-left: 1px solid #e3dfdd;
	}
}

@media (max-width:991.99px) {
	section.testimonials-section .testimonials-wrap {
		flex-direction: column;
	}
	
	section.testimonials-section .testimonials-wrap .testimonial-item {
		max-width: 500px;
		padding: 40px 40px 12px;
	}
}
