.hometest1-page {
	padding-bottom: 30px;
}

.hometest1-page > .onviz-layout__container {
	padding-top: 20px;
}

.hometest1-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	background-color: #f4f7fb;
	background-image: url('/image/hometest1/hero-bg.webp');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.hometest1-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 42%, rgb(255 255 255 / 0%) 68%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.hometest1-hero__grid {
	position: relative;
	z-index: 1;
	align-items: center;
	padding: 42px 28px 48px;
}

.hometest1-hero__content {
	max-width: none;
}

.hometest1-hero__title {
	margin-bottom: 14px;
	line-height: 1.08;
}

.hometest1-hero__lead {
	max-width: 620px;
	margin-bottom: 40px;
	color: #344054;
}

.hometest1-hero__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.hometest1-hero__feature {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 10px;
	align-items: center;
}

.hometest1-hero__feature-icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
}

.hometest1-hero__feature-icon img {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(24%) sepia(98%) saturate(2476%) hue-rotate(196deg) brightness(96%) contrast(101%);
}

.hometest1-hero__feature-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	color: #1d2939;
}

.hometest1-hero__actions .onviz-ui__button {
	min-width: 190px;
	text-transform: none;
	font-weight: 700;
}

.hometest1-hero__actions .btn-bordered {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.hometest1-hero__photo-action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hometest1-hero__photo-action .onviz-ui__button {
	width: 100%;
}

.hometest1-hero__photo-hint {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.35;
}

.hometest1-hero__photo-hint-icon {
	display: block;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(42%) sepia(12%) saturate(677%) hue-rotate(182deg) brightness(96%) contrast(86%);
}

.hometest1-hero__visual {
	display: none;
}

.hometest1-hero__visual-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
	aspect-ratio: 16 / 10;
}

.hometest1-hero__form-col {
	display: flex;
	justify-content: flex-end;
}

.hometest1-hero__form-card {
	width: 100%;
	padding: 22px 20px 18px;
	background: #fff;
}

.hometest1-hero__form-title {
	margin-bottom: 6px;
}

.hometest1-hero__form-subtitle {
	margin-bottom: 18px;
	color: #475467;
}

.hometest1-hero__form .onviz-ui__form-control {
	background: #fff;
}

.hometest1-hero__form .onviz-ui__button {
	width: 100%;
	text-transform: none;
	font-weight: 700;
}

.hometest1-hero__agree {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 1.35;
}

.hometest1-hero__form-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 14px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.35;
}

.hometest1-hero__form-note-icon {
	display: block;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(42%) sepia(12%) saturate(677%) hue-rotate(182deg) brightness(96%) contrast(86%);
}

@media (min-width: 768px) {
	.hometest1-hero__features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hometest1-hero__grid {
		padding: 36px 28px 40px;
	}
}

@media (min-width: 992px) {
	.hometest1-hero__visual {
		display: none;
	}

	.hometest1-hero__grid {
		display: flex;
		justify-content: space-between;
		align-items: start;
		padding: 48px 36px 52px;
		gap: 0;
	}

	.hometest1-hero__grid > .hometest1-hero__content {
		flex: 0 0 41.666667%;
		width: 41.666667%;
		max-width: 41.666667%;
		min-width: 0;
		grid-column: auto;
		padding-right: 0;
	}

	.hometest1-hero__grid > .hometest1-hero__form-col {
		flex: 0 0 25%;
		width: 25%;
		max-width: 25%;
		min-width: 0;
		grid-column: auto;
		justify-content: flex-end;
	}

	.hometest1-hero__features {
		display: flex;
		align-items: stretch;
		gap: 0;
	}

	.hometest1-hero__feature {
		position: relative;
		flex: 1 1 0;
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		padding: 0 16px;
	}

	.hometest1-hero__feature:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #dfeaf6;
	}
}

@media (max-width: 991px) {
	.hometest1-page > .onviz-layout__container {
		padding-top: 12px;
	}

	.hometest1-hero {
		overflow: visible;
		margin-bottom: 20px;
		border-radius: 0;
		background: none;
	}

	.hometest1-page .hometest1-hero.br-15-25 {
		border-radius: 0;
	}

	.hometest1-hero::before {
		display: none;
	}

	.hometest1-hero__grid {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 0 0 8px;
	}

	.hometest1-hero__title {
		margin-bottom: 12px;
		font-size: clamp(24px, 6.4vw, 30px);
	}

	.hometest1-hero__lead {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.45;
	}

	.hometest1-hero__features {
		display: flex;
		align-items: stretch;
		gap: 0;
		margin-bottom: 20px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.hometest1-hero__feature {
		position: relative;
		flex: 1 1 0;
		min-width: 58px;
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 8px;
		padding: 0 6px;
		text-align: center;
	}

	.hometest1-hero__feature:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 4px;
		right: 0;
		width: 1px;
		height: calc(100% - 8px);
		background: #dfeaf6;
	}

	.hometest1-hero__feature-icon,
	.hometest1-hero__feature-icon img {
		width: 28px;
		height: 28px;
	}

	.hometest1-hero__feature-label {
		font-size: 10px;
		line-height: 1.2;
	}

	.hometest1-hero__actions {
		display: grid;
		gap: 10px;
	}

	.hometest1-hero__actions .onviz-ui__button {
		width: 100%;
		min-width: 0;
	}

	.hometest1-hero__photo-action {
		width: 100%;
	}

	.hometest1-hero__visual {
		display: block;
		order: 2;
	}

	.hometest1-hero__content {
		order: 1;
	}

	.hometest1-hero__form-col {
		order: 3;
		justify-content: stretch;
	}

	.hometest1-hero__form-card {
		border: 1px solid #e4edf7;
	}

	.hometest1-hero__form-note {
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.hometest1-hero__actions .onviz-ui__button {
		width: 100%;
	}
}
