div#main_hero_added svg {
	width: 100%;
}
.image.active {
	display: flex;
}
.image {
	display: none;
}
.text.active h2 {
	font-weight: 700;
}
.text {
	font-weight: 400;
}
.text .light-bg {
	background-color: rgb(17 24 39 / 0);
	border: 1px solid #e5e7eb;
}
.text.active .light-bg {
	background-color: rgb(17 24 39 / 0.2);
}
html {
	scroll-behavior: smooth;
}
.error {
	color: #f46a6a;
}
.parsley-error {
	border-color: #f46a6a;
}
.parsley-errors-list {
	display: none;
	margin: 0;
	padding: 0;
}
.parsley-errors-list.filled {
	display: block;
}
.parsley-errors-list > li {
	font-size: 12px;
	list-style: none;
	color: #f46a6a;
	margin-top: 5px;
}
input.error {
	border: 2px solid red !important;
}
.Accordion__tab__headline .icon::after,
.Accordion__tab__headline .icon::before {
	display: block;
	position: absolute;
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
	border-radius: 0.25rem;
}
label.error {
	color: red !important;
}
.Accordion__tab__headline .icon {
	display: flex;
	width: 30px;
	height: 30px;
	position: relative;
}
.Accordion__tab__headline .icon::before {
	top: 10px;
	left: 6px;
	width: 20px;
	height: 4px;
}
.Accordion__tab__headline .icon::after {
	top: 2px;
	left: 14px;
	width: 4px;
	height: 20px;
	transition: 0.2s;
}
.Accordion__tab__content {
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
	max-height: 0;
	transition: 0.4s;
}
.Accordion__tab--open .Accordion__tab__headline .icon::after {
	transform: scaleY(0);
}
@media (min-width: 1024px) {
	::-webkit-scrollbar-track {
		border-radius: 5px;
		background-color: #fff;
	}
	::-webkit-scrollbar {
		width: 4px;
		background-color: #f5f5f5;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #e5e7eb;
	}
}
.last_step {
	opacity: 0;
}
