.bg-style-one {
	background-image: linear-gradient(305deg, #000 63%, #0096A5 98%);
}

.custom_acc .wp-block-acf-casavi-accordion.is-open {
	padding: 10px 32px;
	background-color: #007480;
	border-radius: 24px;
}
.custom_acc .wp-block-acf-casavi-accordion .icon-wrapper svg {
	width: 1.35rem;
	height: 1.35rem;
}
.custom_acc .wp-block-acf-casavi-accordion .icon-wrapper svg path {
	fill: #00838F;
}
.custom_acc .wp-block-acf-casavi-accordion li {
	background-image: url(../img/sprites/casavi--checkmark.svg#white-300) !important;
	/*padding-left: 0px;*/
}
.custom_acc .wp-block-acf-casavi-accordion.is-open .icon-wrapper svg path {
	fill: #ffffff;
}
.custom_acc .wp-block-acf-casavi-accordion .casavi-accordion-title {
	grid-template-columns: 1fr calc(2rem*1.5);
}
.custom_acc .wp-block-acf-casavi-accordion .icon-wrapper {
	order: 2;
}

.custom_acc .wp-block-acf-casavi-accordion:not(.is-open) .casavi-accordion-title {
	background-color: transparent;
	padding-left: 32px;
	border-radius: 24px;
}
.custom_acc .wp-block-acf-casavi-accordion:not(.is-open) .casavi-accordion-title:hover {
	background-color: #007480;
	color: #ffffff;
}
.custom_acc .wp-block-acf-casavi-accordion:not(.is-open) .casavi-accordion-title:hover .icon-wrapper svg path {
	fill: #ffffff;
}
.custom_acc .acf-block-acf-casavi-accordion .casavi-accordion-title h3 {
	font-size: 1.35rem;
}


.custom_acc .wp-block-acf-casavi-accordion.is-open {
	color: #ffffff;
}
.custom_acc .wp-block-acf-casavi-accordion.is-open .casavi-accordion-title {
	padding-left: 32px;
	background-color: #007480;
	color: #ffffff;
}
.custom_acc .wp-block-acf-casavi-accordion.is-open .casavi-accordion-body {
	background-color: #007480;
	color: #ffffff;
}
.custom_acc .wp-block-acf-casavi-accordion .casavi-accordion-body img {
	display: none;
}

@media screen and (max-width: 600px){
	.custom_acc .wp-block-acf-casavi-accordion .casavi-accordion-body img {
		display: block;
		margin-top: 22px;
	}
	.custom_acc .wp-block-media-text__media {
		display: none;
	}
}





/********************************************/

.quiz-wrapper {
	max-width: 700px;
	margin: 1.5rem auto .5rem;
	font-family: sans-serif;
	font-family: Montserrat,Arial,sans-serif;
}
.quiz-step {
	font-family: Montserrat,Arial,sans-serif;
	padding: 32px;
	border: 1px solid #e9e4e4;
	border-radius: 10px;
	box-shadow: 4px 4px 24px 0 RGBA(60, 80, 100, 0.2);
	min-height: 535px;
	display: flex;
	flex-direction: column;
}
.question {
	font-size: 24px;
	line-height: 163%;
	font-weight: 700;
	color: #2F3B46;
	margin-bottom: 32px;
}
.choices {
	list-style: none;
	padding-left: 0;
}
.choices li {
	margin-bottom: 10px;
	background-image: unset !important;
	padding-left: 0px !important;
	font-size: 16px;
	line-height: 163%;
	font-weight: 400;
}
.btn_wrap {
	/*text-align: right;*/
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 24px;
	margin-top: auto;
}
.next-btn {
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -1%;
	background-color: #2F3B46;
	border: none;
	border-radius: .5rem;
	box-shadow: 0px 2px 4px 0px #2F3B4640;
	text-align: center;
	padding: 1px 16px;
	transition: all ease 0.2s;
	cursor: pointer;
	color: #fff;
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
}
.next-btn.starter-btn {
	background-color: #007480;
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
}
#quiz-reset {
	background-color: #fff;
	color: #2F3B46;
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -1%;
	padding: 0 !important;
	border: none !important;
	cursor: pointer;
}
.next-btn:hover {
	filter: brightness(.9);
}
.result-box {

}


.quiz-step.starter p {
	font-size: 16px;
	line-height: 163%;
	margin-bottom: 24px;
} 
.quiz-step .starter-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}
.step-actions {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.quiz-step ul.general-list {

}
.quiz-step ul.general-list li {
	background-image: url(../img/circle-check-big.svg) !important;
	padding-left: 38px !important;
	background-size: inherit !important;
	background-position: 0px 0px !important;
	font-size: 16px;
	line-height: 163%;
	margin-bottom: 12px;
}
.quiz-step .quiz-time {
	font-family: Montserrat,Arial,sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	color: #666666;
}
.quiz-step .quiz-time.res-label {
	color: #2F3B46;
	margin-bottom: 32px;
}

.back-btn {
	background-color: #fff;
	color: #2F3B46;
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -1%;
	padding: 0 !important;
	border: none !important;
	cursor: pointer;
}
.back-btn svg {
	transform: rotate(180deg);
}

.results {

}
.results .icon_bx {
	display: flex;
	align-items: center;
	column-gap: 12px;
	margin-bottom: 24px;
}
.results .res_title {
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -2%;
	color: #2F3B46;
	width: calc(100% - 77px);
}
.results .icon_bx span {
	width: 65px;
	height: 65px;
}
.results p {
	font-size: 16px;
	line-height: 163%;
	margin-bottom: 32px;
}
#quiz-contact {
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -1%;
	background-color: #9AF9F1;
	border: none;
	border-radius: .5rem;
	box-shadow: 0px 2px 4px 0px #2F3B4640;
	text-align: center;
	padding: 1px 16px;
	transition: all ease 0.2s;
	cursor: pointer;
	color: #2F3B46;
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
	text-decoration: unset;
}


.quiz-step [type="radio"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #2F3B46;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.quiz-step input[type="radio"]:checked {
	border-color: #0096A5;
	background-color: #EEF2FF;
}

.quiz-step input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #0096A5;
}

@media only screen and (max-width: 767px){
	.quiz-step {
		padding: 24px;
		min-height: unset;
	}
	.question {
		font-size: 16px;
		line-height: 140%;
		margin-bottom: 24px;
	}
	.quiz-step.starter p {
		font-size: 14px;
		line-height: 140%;
	}
	.quiz-step ul.general-list li {
		font-size: 14px;
		line-height: 140%;
	}
	.step-actions {
		margin-top: 30px;
		flex-wrap: wrap;
		justify-content: flex-end;
		row-gap: 60px;
	}
	.quiz-step .starter-actions {
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: 24px;
		row-gap: 30px;
	}
	.quiz-step .quiz-time {
		width: 100%;
	}
	.choices li {
		margin-bottom: 13px;
		line-height: 130%;
		font-size: 14px;
	}
	.choices li label {
		display: flex;
		align-items: center;
	}
	.choices li label input {
		flex: 0 0 20px;
		position: relative;
		top: 0px;
	}
	.quiz-step .quiz-time.res-label {
		margin-bottom: 16px;
	}
	.results .icon_bx {
		column-gap: 10px;
	}
	.results .icon_bx span {
		width: 50px;
		height: 50px;
	}
	.results .res_title {
		width: calc(100% - 60px);
		font-size: 16px;
	}
	.results p {
		margin-bottom: 20px;
	}
	.results .res_title b {
		display: block;
	}
	.result-step .btn_wrap {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 15px;
	}
}

/********************************************/