@charset "UTF-8";
.automated .h2 {
		line-height: 1.2;
}
.automated .h1 {
		max-width: 15.625em;
		padding-top: 30px;
}
.automated .top-image {
		position: relative;
		overflow: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		margin: 40px 0;
		aspect-ratio: 1440/620;
		min-height: 400px;
		max-height: 70vh;
		width: 100%;
}
.automated .top-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top center;
		transition: transform 1s var(--move-timing);
		transform: scale(calc(1 + 0.2 * var(--percent)));
}
.automated .top-text {
		font-weight: 300;
		font-size: 20px;
		margin: 30px 0;
		max-width: 35.8em;
}
.automated .btns {
		margin: 30px 0;
}
@media only screen and (max-width: 1023px) {
		.automated .half-head .h2 {
				font-size: 36px;
		}
}
@media only screen and (min-width: 1024px) {
		.automated .h1 {
				padding-top: 34px;
				line-height: 1.2;
		}
		.automated .top-image {
				margin-bottom: 80px;
		}
		.automated .top-text {
				font-size: 30px;
				margin: 40px 0;
		}
}
.automated-dual ul {
		list-style: none;
		margin: 40px 0 0 0;
		padding: 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		--distance: 60px;
}
.automated-dual li {
		list-style: none;
		margin: 0;
		padding: 50px 30px 250px 30px;
		position: relative;
		background: var(--white);
		font-size: 20px;
		color: var(--blackgrey);
		border-radius: 10px;
		backface-visibility: hidden;
		will-change: transform;
		transform: translate3d(0, 0, 0);
		transition: transform 1s var(--move-timing);
}
@media only screen and (max-width: 649px) {
		.automated-dual ul.js_detect-scroll li {
				backface-visibility: hidden;
				transition-property: transform, opacity;
				transition-duration: 1.5s;
				transition-timing-function: var(--move-timing);
				transform: translate3d(0, 0, 0);
				transition-delay: 0.5s;
		}
		.automated-dual ul.js_detect-scroll:not(.visible) li {
				opacity: 0 !important;
				pointer-events: none !important;
				transform: translate3d(0, var(--distance), 0);
		}
		.automated-dual ul.js_detect-scroll li:nth-child(1) {
				transition-delay: 0.1s;
		}
		.automated-dual ul.js_detect-scroll li:nth-child(2) {
				transition-delay: 0.2s;
		}
		.automated-dual ul.js_detect-scroll li:nth-child(3) {
				transition-delay: 0.3s;
		}
		.automated-dual ul.js_detect-scroll li:nth-child(4) {
				transition-delay: 0.4s;
		}
}
@media only screen and (min-width: 650px) and (max-width: 1023px), only screen and (min-width: 1160px) {
		.automated-dual ul {
				grid-template-columns: repeat(2, 1fr);
		}
		.automated-dual li:nth-child(1) {
				transform: translate3d(0, calc(var(--distance) - var(--distance) * var(--percent)), 0);
		}
		.automated-dual li:nth-child(2) {
				transform: translate3d(0, calc(var(--distance) * 2 - var(--distance) * 2 * var(--percent)), 0);
		}
}
.automated-dual .h3 {
		margin-bottom: 20px;
		color: var(--black);
		font-size: 30px;
}
.automated-dual li img {
		position: absolute;
		height: 160px;
		width: auto;
		bottom: 50px;
		left: 30px;
		margin: -2px 0;
}
@media only screen and (min-width: 1024px) {
		.automated-dual {
				display: flex;
				align-items: flex-start;
				justify-content: space-between;
				gap: 10px;
		}
		.automated-dual .h2 {
				flex: 0 0 auto;
				width: calc(37.1875% - 20px);
				margin: 50px 0 0 0;
				font-size: 2.75rem;
		}
		.automated-dual ul {
				flex: 0 0 auto;
				width: 62.8125%;
				margin: 0;
		}
}
@media only screen and (min-width: 1340px) {
		.automated-dual .h2 {
				margin-top: 60px;
		}
		.automated-dual li {
				padding: 60px 50px 270px 50px;
		}
		.automated-dual li img {
				bottom: 60px;
				left: 50px;
		}
}