.hero-v2-slide.is-active .hero-v2-tag,
.hero-v2-slide.is-active h1,
.hero-v2-slide.is-active p,
.hero-v2-slide.is-active .hero-v2-actions {
	animation: slideInRight .7s both
}

.hero-v2-slide.is-active h1 {
	animation-delay: .12s
}

.hero-v2-slide.is-active p {
	animation-delay: .24s
}

.hero-v2-slide.is-active .hero-v2-actions {
	animation-delay: .36s
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(-44px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.who-v4-view {
	transition: background-size .55s, filter .4s
}

.who-v4-view:hover {
	background-size: 112%;
	filter: saturate(1.08)
}

.who-v4-view:hover:before {
	transform: scale(1.25)
}

.solution-v2-photo {
	background-size: 100%;
	transition: background-size .55s, filter .4s
}

.solution-v2-photo:hover {
	background-size: 110%;
	filter: saturate(1.08)
}

.solution-v2-photo>div {
display: flex;
    align-items: flex-start;
    gap: 13px;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex-direction: column;
}

.solution-v2-photo>div span {
	margin: 0
}

.solution-v2-photo>div strong {
	font-size: 30px
}

.solution-v2-photo>div p {
	margin: 0;
	max-width: none
}

.case-v4-view {
	background-size: 100%;
	transition: background-size .5s, background-image .5s
}

.case-v4-view:hover {
	background-size: 108%
}

.case-v5-dots {
	position: absolute;
	z-index: 2;
	right: 29px;
	bottom: 26px;
	display: flex;
	gap: 8px
}

.case-v5-dots button {
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 0;
	background: transparent;
	cursor: pointer
}

.case-v5-dots button.is-active {
	background: #fff
}

.service-v5 {
	padding: 105px 0;
	background: #eef7f2
}

.service-v5-banner {
	min-height: 255px;
	background: #0b3b30;
	color: #fff;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	overflow: hidden
}

.service-v5-copy {
	padding: 42px 50px
}

.service-v5-copy .section-kicker {
	color: #a9dfbe
}

.service-v5-copy h2 {
	font-size: 30px;
	line-height: 1.16;
	margin: 0 0 14px
}

.service-v5-copy p {
	font-size: 14px;
	line-height: 1.8;
	color: #c8ded4;
	max-width: 500px;
	margin: 0
}

.service-v5-image {

	transition: transform .55s;
	background-size: cover
}

.service-v5-banner:hover .service-v5-image {
	
}

.service-v5-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: -35px;
	padding: 0 42px
}

.service-v5-card {
	background: #fff;
	padding: 24px;
	min-height: 220px;
	box-shadow: 0 14px 30px #12423113;
	position: relative;
	overflow: hidden;
	transition: .28s
}

.service-v5-card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 0;
	background: var(--green);
	transition: .28s
}

.service-v5-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 35px #12423120
}

.service-v5-card:hover:before {
	height: 100%
}

.service-v5-card b {
	display: block;
	color: var(--green);
	font-size: 13px;
	margin-bottom: 36px
}

.service-v5-card h3 {
	font-size: 21px;
	margin: 0 0 10px
}

.service-v5-card p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.75;
	margin: 0
}

.service-v5-more {
	display: flex;
	justify-content: flex-end;
	margin: 31px 42px 0
	    position: relative;
}

.service-v5-more a {
	font-weight: 700;
	color: var(--green);
	border-bottom: 1px solid #90c9a9;
	padding-bottom: 6px;
	    position: absolute;
	        margin: -12px 20px 16px 0px;
	        display: flex;
    align-items: center;
}

@media(max-width:900px) {
	.solution-v2-photo>div {
		flex-wrap: wrap;
		white-space: normal
	}

	.service-v5-banner {
		grid-template-columns: 1fr
	}

	.service-v5-image {
		min-height: 220px
	}

	.service-v5-grid {
		padding: 0 25px
	}

	.service-v5-more {
		margin-right: 25px
	}
}

@media(max-width:560px) {
	.solution-v2-photo>div {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px
	}

	.solution-v2-photo>div strong {
		font-size: 20px
	}

	.service-v5 {
		padding: 75px 0
	}

	.service-v5-copy {
		padding: 34px 25px
	}

	.service-v5-copy h2 {
		font-size: 24px
	}

	.service-v5-grid {
		grid-template-columns: 1fr;
		margin-top: 20px;
		padding: 0
	}

	.service-v5-more {
		justify-content: flex-start;
		margin: 24px 0 0
	}

	.service-v5-card {
		min-height: 0
	}
}