.hero {
	position: relative;
	margin: 0 0 .1104166667rem
}

@media(max-width: 1020px) {
	.hero {
		margin: 0 0 64px
	}
}

.hero__image {
	overflow: hidden;
	position: relative
}

.hero__img {
	display: block;
	width: 100%;
	height: auto
}

@media(max-width: 1020px) {
	.hero__img {
		height: 420px;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.hero .glide {
	background: #000
}

.hero .glide.glide--slider .glide__slides {
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important
}

.hero .glide.glide--slider .glide__slide {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	opacity: 0;
	-webkit-transition: opacity 1250ms ease-in-out;
	transition: opacity 1250ms ease-in-out
}

.hero .glide.glide--slider .glide__slide.glide__slide--active {
	position: relative;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	opacity: 1;
	z-index: 1
}

.hero__content {
	position: absolute;
	bottom: .0364583333rem;
	left: .0520833333rem;
	width: .4067708333rem;
	max-width: calc(100% - 0.1041666667rem);
	color: #fff
}

@media(max-width: 1020px) {
	.hero__content {
		position: static;
		bottom: auto;
		left: auto;
		width: 100%;
		max-width: 100%
	}

	.hero__content-copy {
		position: absolute;
		top: 400px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		left: 0;
		max-width: 100%
	}
}

.hero__content>* {
	padding-left: .0333333333rem;
	padding-right: .0333333333rem
}

@media(max-width: 1020px) {
	.hero__content>* {
		padding-left: 20px;
		padding-right: 20px
	}
}

.hero__content p {
	font-size: .0109375rem;
	line-height: 1.3;
	margin: 0 0 1.1428571429em
}

@media(max-width: 767px) {
	.hero__content p {
		font-size: 18px
	}
}

.hero__content p:last-child {
	margin-bottom: 0
}

.hero__content>p:first-child {
	padding-left: .0536458333rem;
	position: relative
}

.hero__content>p:first-child:before {
	content: "";
	position: absolute;
	top: 50%;
	left: .0333333333rem;
	width: .0119791667rem;
	background: #c8fcea;
	height: 1px
}

.hero__content:has(.hero__white-box) {
	bottom: -.0770833333rem
}

.hero__white-box {
	background: #fff;
	padding: .0333333333rem;
	margin-top: .0380208333rem;
	color: black;
	-webkit-box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, .08);
	box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, .08)
}

@media(max-width: 1020px) {
	.hero__white-box {
		padding: 32px 20px;
		margin: 32px 20px 0;
		width: 780px;
		max-width: calc(100% - 40px)
	}
}

@media(max-width: 767px) {
	.hero__white-box {
		margin: 0;
		width: 100%;
		max-width: 100%
	}
}

.hero__white-box p {
	font-size: inherit;
	line-height: 1.75;
	margin: 0 0 1.9078947368em
}

.hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.hero__lines {
	width: .7348958333rem;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: .2166666667rem
}