.careers-page-wrap {
	font-family: 'Gill Sans', 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}

/* Button */
a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
	height: 38px;
	font-family: 'Gill Sans', 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	border: 1px solid #D69E2D;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

a.btn:hover {
	background: #D69E2D;
}

a.btn.on-white {
	color: #000;
}

/* Splide */
.splide__arrows {

}

.splide__arrow {
	background: none;
	width: 34px;
	height: 34px;
}

.splide__arrow svg {
	width: 18px;
	height: 34px;
}

.splide__arrow--prev {
	left: -50px;
}

.splide__arrow--prev svg {

}

.splide__arrow--next {
	right: -50px;
}

.splide__pagination {
	bottom: -26px;
}

/* Section */
.section {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}

@media screen and (min-width: 640px) {
	.section {
		padding: 0 30px;
	}
}

.section .section-inner {
	width: 100%;
	max-width: 1150px;
}

/* Video section */
.video-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}

@media screen and (min-width: 640px) {
	.video-section {
		height: 690px;
	}
}

.video-section video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.video-section .filter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: rgba(0, 0, 0, 0.3);
}

.video-section .content {
	width: 100%;
	max-width: 1150px;
}

.video-section .title {
	padding: 0 0 17px;
	font-size: 54px;
	line-height: 60px;
	font-weight: 500;
	color: #fff;
}

@media screen and (min-width: 640px) {
	.video-section .title {
		font-size: 64px;
		line-height: 70px;
	}
}

.video-section .desc {
	margin: 0 0 30px;
	color: #fff;
}

@media screen and (min-width: 640px) {
	.video-section .desc {
		margin: 0 0 40px;
	}
}

.video-section .button-holder {
	display: flex;
}

/* Features section */
.features-section .section-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
}

@media screen and (min-width: 640px) {
	.features-section .section-inner {
		padding: 150px 0;
	}
}

.features-section .title {
	padding: 0 0 32px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.features-section .desc {
	max-width: 580px;
	text-align: center;
}

.features-section .features {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 0;
}

@media screen and (min-width: 640px) {
	.features-section .features {
		flex-direction: row;
		justify-content: center;
		padding: 150px 0 0;
	}
}

.features-section .feature {
	width: 100%;
	padding: 0 0 20px;
}

@media screen and (min-width: 640px) {
	.features-section .feature {
		width: calc(100% / 3);
		padding: 0;
	}
}

.features-section .feature .icon {
	display: flex;
	justify-content: center;
	padding: 0 0 22px;
}

.features-section .feature .title {
	padding: 0 0 12px;
}

.features-section .feature .desc {

}

/* Jobs Section */
.jobs-section {
	padding: 0 0 50px;
}

@media screen and (min-width: 640px) {
	.jobs-section {
		padding: 0 0 150px;
	}
}

.jobs-section .section-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px 30px;
}

@media screen and (min-width: 640px) {
	.jobs-section .section-header {
		flex-direction: row;
		justify-content: space-between;
		padding: 0 30px 30px;
	}
}

.jobs-section .section-header .title {
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

@media screen and (min-width: 640px) {
	.jobs-section .section-header .title {
		padding: 0;
		text-align: left;
	}
}

.jobs-section .jobs {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 640px) {
	.jobs-section .jobs {
		flex-direction: row;
		justify-content: center;
		gap: 22px;
	}
}

.jobs-section .job {
	width: 100%;
	text-align: center;
	margin: 0 0 30px;
}

@media screen and (min-width: 640px) {
	.jobs-section .job {
		width: calc(100% / 3);
		margin: 0;
	}
}

.jobs-section .job .image {
	width: 100%;
	height: 357px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jobs-section .job .title {
	padding: 30px 20px 16px;
	font-size: 20px;
	font-weight: 500;
}

@media screen and (min-width: 640px) {
	.jobs-section .job .title {
		padding: 30px 30px 16px;
	}
}

.jobs-section .job .desc {
	padding: 0 20px 16px;
}

@media screen and (min-width: 640px) {
	.jobs-section .job .desc {
		padding: 0 30px 16px;
	}
}

.jobs-section .job a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	color: #4f4f4f;
}

.jobs-section .job a span {
	padding: 0 9px 0 0;
}

/* Testimonials section */
.testimonials-section {
	overflow-x: hidden;
	padding: 0 0 50px;
}

@media screen and (min-width: 640px) {
	.testimonials-section {
		padding: 0 30px 135px;
	}
}

.testimonials-section .splide__arrows {
	display: none;
}

.testimonials-section .testimonials {

}

.testimonials-section .testimonial {
	width: 50%;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.splide.is-initialized:not(.is-active) .splide__list {
		display: flex;
	}
}

.testimonials-section .testimonial .image {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-section .testimonial .desc {
	padding: 24px 20px;
}

@media screen and (min-width: 640px) {
	.testimonials-section .testimonial .desc {
		padding: 24px 30px;
	}
}

.testimonials-section .testimonial .title {
	padding: 0 20px;
	color: #737B7D;
}

@media screen and (min-width: 640px) {
	.testimonials-section .testimonial .title {
		padding: 0;
	}
}

/* Featured Post Section */
.featured-post-section .section-inner {
	padding: 0 0 50px;
}

@media screen and (min-width: 640px) {
	.featured-post-section .section-inner {
		padding: 0 0 100px;
	}
}

@media screen and (min-width: 1300px) {
	.featured-post-section .section-inner {
		padding: 0 0 150px;
	}
}

.featured-post-section .section-header .title {
	padding: 0 20px 35px;
	font-size: 24px;
	font-weight: 500;
}

@media screen and (min-width: 640px) {
	.featured-post-section .section-header .title {
		padding: 0 30px 35px;
	}
}

.featured-post-section .featured-post {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1000px) {
	.featured-post-section .featured-post {
		flex-direction: row;
	}
}

.featured-post-section .featured-post .image {

}

.featured-post-section .featured-post .video {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.featured-post-section .featured-post .video {
		width: 50%;
	}
}

.featured-post-section .featured-post .video-wrap {
	position:relative;
	width: 100%;
	padding-top: 56.25%
}

.featured-post-section .featured-post .video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media screen and (min-width: 640px) {
	.featured-post-section .featured-post .image {
		min-width: 60%;
	}
}

.featured-post-section .featured-post .image img {
	width: 100%;
	height: auto;
}

.featured-post-section .featured-post .content {
	padding: 30px 20px 0;
}

@media screen and (min-width: 1000px) {
	.featured-post-section .featured-post .content {
		flex: 1 1 0;
		padding: 0 0 0 80px;
	}
}

.featured-post-section .featured-post .desc {

}

.featured-post-section .featured-post .button-holder {
	display: flex;
	padding: 32px 0;
}

.featured-post-section .featured-post .btn {

}

/* Benefits Section */
.benefits-section {
	overflow-x: hidden;
	background-image: url("/img/careers-benefits.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.benefits-section .section-inner {
	padding: 80px 0 50px;
}

.benefits-section .section-title {
	padding: 0 0 14px;
	font-size: 48px;
	line-height: 70px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.benefits-section .section-desc {
	padding: 0 0 30px;
}

@media screen and (min-width: 640px) {
	.benefits-section .section-desc {
		padding: 0 0 50px;
	}
}

.benefits-section .splide__arrows {
	display: none;
}

.benefits-section .benefits {
	display: flex;
	justify-content: space-between;
}

.benefits-section .benefit {
	width: 25%;
	text-align: center;
}

.benefits-section .benefit .icon {
	display: flex;
	justify-content: center;
	margin: 0 0 16px;
}

.benefits-section .benefit .icon svg {

}

.benefits-section .benefit .title {
	padding: 0 0 16px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.benefits-section .benefit .desc {

}

.benefits-section .button-holder {
	display: flex;
	justify-content: center;
	padding: 70px 0 0;
}

@media screen and (min-width: 1024px) {
	.benefits-section .splide__track {
		width: 100%;
	}

	.benefits-section .splide__list,
	.splide.is-initialized:not(.is-active) .splide__list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
}

/* Featured post 2 section */
.featured-post-2 .section-inner {
	padding: 0 0 50px;
}

@media screen and (min-width: 640px) {
	.featured-post-2 .section-inner {
		padding: 210px 0 120px;
	}
}

.featured-post-2 .featured-post .image {
	min-width: 50%;
}

.featured-post-2 .title {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 500;
}

/* FAQ Section */
.faq-section .section-inner {
	padding: 0 0 130px;
}

.faq-section .section-title {
	padding: 0 0 10px;
	font-size: 48px;
	line-height: 70px;
	font-weight: 500;
	color: #d69e2d;
}

.faq-section .acc-item {
	border-bottom: 1px solid #d69e2d;
}

.faq-section .acc-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	cursor: pointer;
}

.faq-section .acc-header .title {
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
}

.faq-section .acc-header .icon {
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	display: flex;
}

.faq-section .acc-header .icon svg {
	width: 20px;
	height: 20px;
	fill: transparent;
	stroke: #000;
	transition: all 0.3s;
}

.faq-section .acc-header:hover .title {
	padding: 0 20px 0 0;
	color: #d69e2d;
}

.faq-section .acc-header:hover .icon svg {
	stroke: #d69e2d;
}

.faq-section .acc-content {
	overflow: hidden;
	visibility: hidden;
	height: 0;
	padding: 0;

	font-weight: 400;
	opacity: 0;
	transition: all 0.3s;
}

.faq-section .acc-item.active .acc-header .title {
	color: #d69e2d;
}

.faq-section .acc-item.active .acc-header .icon svg {
	stroke: #d69e2d;
	transform: rotate(45deg);
}

.faq-section .acc-item.active .acc-content {
	visibility: visible;
	height: auto;
	padding: 5px 0 20px;
	opacity: 1;
}

