button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .1875rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn {
	-webkit-transition: none;
	transition: none;
}

.btn-outline-primary,
.th-component__btn-outline {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: transparent;
	border: .125rem solid #447355;
	border-radius: 2.3125rem;
	color: #447355;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .5px;
	padding: .875rem 1.75rem;
	width: 100%;
}

.btn-outline-primary,
.th-component__btn-outline {
	-webkit-transition: none;
	transition: none;
}

.c-video-banner__video-control {
	border-radius: 50% !important;
	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;
	height: 2.75rem;
	width: 2.75rem;
	line-height: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.c-video-banner__video-control {
	right: 10px;
	top: 10px;
}

.c-video-banner__video-control.btn {
	border-color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 0;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.c-video-banner.th-component--reverse .th-component__btn-outline {
	border-color: #fff;
	color: #fff;
}

.c-video-banner.th-component--reverse .c-video-banner__video-control.btn {
	border-color: #fff;
	border-width: 2px;
}

.btn-outline-primary:hover,
.th-component__btn-outline:hover {
	color: #447355;
	background-color: transparent;
	border-color: #447355;
	outline: .375rem solid rgba(108, 184, 106, .3) !important;
	outline-offset: 0;
}

.th-component--reverse .btn-outline-primary:hover,
.th-component--reverse .th-component__btn-outline:hover {
	color: #fff;
	border-color: #fff;
	outline: .375rem solid hsla(0, 0%, 100%, .3) !important;
}

.c-video-banner__video-control__icon {
	height: 1.325rem !important;
	width: 1.325rem !important;
}

.sr-only {
	white-space: nowrap;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.c-page-designer-layout {
	padding-bottom: 0rem;
	padding-top: 1.25rem;
}

@media (min-width: 1024px) {
	.c-page-designer-layout--bottom-margin-small {
		margin-bottom: 32px;
	}
}

.th-component--dark,
.th-component--reverse {
	--skin-primary-color-1: $font-color;
	background-color: #000;
	color: #f8f9fa;
}

.c-video-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 3000px;
	min-height: 160vw;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-video-banner--tiles {
	min-height: 25vw !important;
	aspect-ratio: 400 / 534 !important;
}

.c-video-banner {
	max-width: none;
	overflow: hidden;
}

@media (max-width: 768px) {
	.c-video-banner {
		align-items: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		margin-block: 0 2rem;
	}
}

@media (min-width: 768px) {
	.c-video-banner {
		min-height: 28.125rem;
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.c-video-banner {
		min-height: 35.625rem;
	}
}

@media (min-width: 768px) {
	.c-video-banner--top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.th-component__inner,
.th-component__inner:hover {
	color: inherit;
}

.c-video-banner__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: static;
	width: 100%;
}

.c-video-banner__wrapper {
	padding: 1.25rem 0;
}

@media (min-width: 768px) {
	.c-video-banner__wrapper {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.c-video-banner__bg-elem {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}

.c-video-banner__video-bg {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	vertical-align: top;
	width: 100%;
}

.c-video-banner__video-bg-wrap {
	height: 100%;
	padding-bottom: var(--video-aspect-ratio-percentage, "56%");
}

.c-image-banner__bg-wrap {
	padding-bottom: 0;
}

.c-page-designer-layout--text-center {
	text-align: center;
}

.c-experience {
	padding-inline: 2rem;
}

.c-experience-carousel__header {
	margin-bottom: 1.25rem;
	padding-block: 0.75rem 0.25rem;
}

.c-experience-carousel__heading {
	font-size: 2rem;
	line-height: 2.0625rem;
	color: #3c4453;
}

.c-experience-carousel__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: .625rem;
	gap: 1rem;
	flex-direction: column;
}

@media (width < 768px) {
	.c-experience-carousel__content {
		flex-direction: row;
	}
}

.c-experience-carousel__content-video {
	display: inline-block;
	padding-inline: 2rem;
}

@media (min-width: 768px) {
	.c-experience-carousel__content-video {
		display: flex;
		gap: 2rem;
	}
}

.c-video-banner__content {
	padding-top: 1.5rem;
	left: inherit;
	right: inherit;
}

.c-video-banner__content {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media (min-width: 768px) {
	.c-video-banner__content {
		padding-top: 0;
		padding-left: 1.875rem;
		padding-right: 1.875rem;
		width: auto;
	}
}

@media (min-width: 1024px) {
	.c-video-banner__content {
		padding-top: 1.5rem;
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}
}

.c-video-banner__body,
.c-video-banner__eyebrow,
.c-video-banner__heading {
	pointer-events: auto;
}

.c-video-banner__eyebrow {
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.c-video-banner__eyebrow {
		margin-bottom: 15px;
	}
}

.c-video-banner__eyebrow {
	background-color: #ebc172;
	color: #3c4453;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: .125rem;
	padding: .25rem .4375rem;
	font-size: .625rem;
	height: 1.0625rem;
	letter-spacing: .0625rem;
	font-weight: 600;
	margin-bottom: .75rem;
	margin-left: .625rem;
	text-transform: none;
}

@media (min-width: 768px) {
	.c-video-banner__eyebrow {
		padding: .1875rem .6875rem;
	}
}

.th-component__eyebrow {
	margin-left: auto;
	margin-right: auto;
}

.c-video-banner__content__inner {
	max-width: 22.5rem;
}

@media (min-width: 1024px) {
	.c-video-banner__content__inner {
		max-width: 36rem;
	}
}

.c-video-banner__heading {
	color: #3c4453;
	font-size: 2.0625rem;
	font-weight: 600;
	line-height: 1.1;
	width: 100%;
}

@media (min-width: 768px) {
	.c-video-banner__heading {
		font-size: 2.5rem;
		margin-bottom: 1.125rem;
	}
}

@media (min-width: 1024px) {
	.c-video-banner__heading {
		font-size: 3.5rem;
	}
}

.c-video-banner.th-component--reverse .c-video-banner__body,
.c-video-banner.th-component--reverse .c-video-banner__disclaimer-text,
.c-video-banner.th-component--reverse .c-video-banner__heading,
.c-video-banner.th-component--reverse .c-video-banner__heading a {
	color: #fff;
}

.th-component__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: calc(100% + 1.25rem);
	flex-basis: calc(100% + 1.25rem);
	margin-left: -.625rem;
	margin-right: -.625rem;
	max-width: calc(100% + 1.25rem);
	gap: .5rem;
}

.th-component__links--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-video-banner__links {
	padding: 0 .625rem;
	pointer-events: auto;
}

.link {
	border-bottom: .0625rem solid rgba(108, 184, 106, .4);
	color: #447355;
	display: inline;
	font-size: .9375rem;
	font-weight: 600;
	padding-bottom: .125rem;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.th-component__link.link {
	background-color: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.th-component--reverse .th-component__link.link {
	color: #fff;
	border-color: hsla(0, 0%, 100%, .4);
}

.c-video-banner__links .th-component__link:first-child {
	margin: 0;
}

.c-video-banner.th-component--reverse .link {
	color: #fff;
	border-bottom-color: #fff;
}

@media (min-width: 1280px) {
	.c-video-banner__video-bg-wrap {
		height: auto;
		position: relative;
		width: 100%;
	}

	.c-image-banner__bg-wrap {
		height: 100%;
	}
}

@media (min-width: 1280px) {
	.c-video-banner__bg-elem-hero {
		margin-bottom: -3.125rem;
		margin-top: -3.125rem;
		position: static !important;
		width: 100%;
	}
}

@media (min-width: 1280px) {
	.c-video-banner-hero {
		min-height: 0 !important;
	}
}

.c-video-banner-hero {
	max-width: none !important;
}

.c-video-banner__content.text-left.w-100 {
	left: 0;
	top: 50%;
	position: absolute;
	transform: translate(0, -50%);
}

.item__img {
	width: 100%;
    height: auto;
}

.c-video-banner__bg-elem--image-overlay {
	background-color: #3c4453;
    opacity: .9;
}

.c-video-banner__button {
    width: auto;
    padding-inline: 2rem;
}