/** @format */

.about-info {
	width: 100%;
	position: relative;
	padding-top: var(--py-section);
	margin-bottom: var(--py-section);
	background: linear-gradient(to bottom, rgba(245, 249, 252, 1) 0%, rgba(245, 249, 252, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
}

.about-info-top {
	text-align: center;
	margin-bottom: 30px;
}

.about-info-top h4 {
	letter-spacing: 3px;
	margin-bottom: 15px;
	font-size: 16px;
}

.about-info-top h2 {
	margin-bottom: 10px;
	font-weight: 500;
}

.about-info-top h3 {
	margin-bottom: 16px;
}

.about-info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	margin: -50px -50px -1px;
	width: calc(100% + 100px);
}

.about-info-item {
	width: 100%;
	padding: 50px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.about-info-item p:last-of-type {
	margin-bottom: 0;
}

.about-info-video {
	display: block;
	cursor: pointer;
	border-radius: var(--border-radius-base);
	overflow: hidden;
	position: relative;
	padding-top: 53.25%;
}

.about-info-video img,
.about-info-video iframe,
.about-info-video picture {
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
	object-position: center center;
}

.page-id-623 .about-info-video img,
.page-id-623 .about-info-video iframe,
.page-id-623 .about-info-video picture,
.page-id-31 .about-info-video img,
.page-id-31 .about-info-video iframe,
.page-id-31 .about-info-video picture {
	z-index: 40;
}

.about-info-video:after,
.about-info-video:before {
	z-index: 1;
	top: 50%;
	left: 50%;
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
}

.page-id-623 .about-info-video:after,
.page-id-623 .about-info-video:before,
.page-id-31 .about-info-video:after,
.page-id-31 .about-info-video:before {
	z-index: 41;
}

.about-info-video:before {
	font-weight: 700;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-info-video:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 20px solid var(--color-black);
	border-right: 0;
}

.about-info-video.is-active:after,
.about-info-video.is-active:before {
	display: none;
}

.about-info-left p a {
	text-decoration: none;
}

.about-info-left p a:hover,
.about-info-left p a:focus {
	text-decoration: underline;
}

.about-info-holder {
	width: 100%;
	margin-bottom: 30px;
}

.about-info-inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 1025px) {
	.about-info-top {
		margin-bottom: 70px;
	}

	.about-info-holder {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 70px;
	}

	.about-info-left {
		width: 30%;
	}

	.about-info-right {
		padding-left: 40px;
	}

	.about-info-right {
		width: 70%;
	}

	.about-info-video:before {
		width: 96px;
		height: 96px;
	}

	.about-info-item {
		width: 33.333%;
	}

	.about-info-inner {
		padding-bottom: 60px;
		border-bottom: 1px solid #ebebeb;
	}

	.about-info-item:nth-child(6),
	.about-info-item:nth-child(5),
	.about-info-item:nth-child(4) {
		border-bottom: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.about-info-left {
		padding-right: 30px;
	}

	.about-info-right {
		padding-left: 80px;
	}
}
