:root {
	--e-global-color-28f8675: #fff;
	--e-global-color-a843588: #F3F6F7;
	--font-size: 1rem;
}

.qc-zmi-quiz-section {
	background-color: var(--qc-theme-color);
	box-sizing: border-box;
	max-width: 100% !important;
	font-family: var(--e-global-typography-text-font-family), Helvetica, Arial, sans-serif;
	margin-top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	/*overflow: hidden*/
}

.qc-zmi-quiz-section input {
	touch-action: manipulation;
	overflow: visible;
	margin: 0;
	transition: all .3s 0s;
	width: 100%;
	background-color: var(--e-global-color-28f8675);
	color: var(--e-global-color-text);
	font-size: var(--font-size);
	line-height: 1rem;
	padding: .8125rem 1rem;
	border: 1px solid #d0d0d0;
}

.qc-zmi-quiz-section .qc-form-quiz {
	background-color: var(--e-global-color-28f8675)
}

.qc-zmi-quiz-section div,
.qc-zmi-quiz-section input,
.qc-zmi-quiz-section textarea {
	box-sizing: border-box;
	outline: none
}

.qc-zmi-quiz-section a,
.qc-zmi-quiz-section p,
.qc-zmi-quiz-section input,
.qc-zmi-quiz-section textarea {
	font-family: var(--e-global-typography-text-font-family), Helvetica, Arial, sans-serif
}

.qc-zmi-quiz-section a {
	text-decoration: none
}

.qc-zmi-quiz-section h1,
.qc-zmi-quiz-section h2,
.qc-zmi-quiz-section h3,
.qc-zmi-quiz-section h4,
.qc-zmi-quiz-section h5,
.qc-zmi-quiz-section h6 {
	margin-top: 0;
	font-family: var(--e-global-typography-primary-font-family), Helvetica, Arial, sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight)
}

.qc-zmi-quiz-section .qc-quiz-title {
	font-size: 46px;
	text-align: center;
	color: var(--e-global-color-28f8675);
	margin-bottom: .5em
}

.qc-zmi-quiz-section .qc-sub-title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
	color: var(--e-global-color-28f8675)
}

.qc-zmi-quiz-section .qc-container {
	margin: 0 auto;
	max-width: 100%
}

@media only screen and (min-width: 1024px) {
	.qc-zmi-quiz-section .qc-container {
		max-width: 1140px
	}
}

.qc-zmi-quiz-section h2.qc-step-title {
	font-size: 32px
}

@media only screen and (min-width: 1024px) {
	.qc-zmi-quiz-section h2.qc-step-title {
		font-size: 46px;
		margin-bottom: 40px
	}
}

.qc-zmi-quiz-section .qc-question-title {
	text-align: center;
	margin-bottom: 40px;
	color: var(--e-global-color-text)
}

/*@media only screen and (min-width: 1024px) {
	.qc-zmi-quiz-section .qc-question-title {
		font-size: 30px
	}
}*/

.qc-zmi-quiz-section .qc-card-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0);
	margin: 0 auto 39px;
	font-size: 28px;
	color: var(--e-global-color-28f8675);
	border: 1px solid var(--e-global-color-28f8675);
	transition: all .3s ease-in
}

.qc-zmi-quiz-section .qc-card-icon.round {
	border-radius: 50%
}

.qc-zmi-quiz-section .qc-card-icon.square-rounded {
	border-radius: 8px
}

.qc-zmi-quiz-section .qc-card-icon.has-bg-icon {
	background-color: var(--qc-theme-color);
	border-color: var(--qc-theme-color)
}

.qc-zmi-quiz-section .qc-card-icon img {
	max-width: 50%
}

.qc-zmi-quiz-section .qc-card-title {
	font-size: 16px;
	font-family: var(--e-global-typography-accent-font-family), Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.qc-zmi-quiz-section .qc-cards-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
	gap: 10px
}

@media only screen and (min-width: 400px) {
	.qc-zmi-quiz-section .qc-cards-list {
		row-gap: 15px;
		gap: 15px
	}
}

@media only screen and (min-width: 640px) {
	.qc-zmi-quiz-section .qc-cards-list {
		row-gap: 30px;
		gap: 30px
	}
}

.qc-zmi-quiz-section .qc-card-item {
	width: calc(33.3333333333% - 20px);
	min-width: 135px;
	background-color: var(--qc-theme-light-color);
	text-align: center;
	padding: 30px 5px;
	cursor: pointer;
	transition: background-color .3s ease-in, color .3s ease-in
}

.qc-zmi-quiz-section .qc-card-item:focus {
	outline: 1px solid var(--qc-theme-color)
}

@media only screen and (min-width: 400px) {
	.qc-zmi-quiz-section .qc-card-item {
		padding: 30px 15px;
		min-width: 145px
	}
}

.qc-zmi-quiz-section .qc-card-item:hover {
	background-color: var(--qc-theme-color);
	color: var(--e-global-color-28f8675)
}

.qc-zmi-quiz-section .qc-card-item:hover .qc-card-icon {
	border-color: var(--e-global-color-28f8675);
	background-color: var(--qc-theme-color)
}

.qc-zmi-quiz-section .qc-card-item:hover .qc-card-icon.has-bg-icon {
	border-color: var(--e-global-color-28f8675)
}

.qc-zmi-quiz-section .qc-question-wrapper {
	padding: 40px 15px;
	max-width: 100%;
	margin: 0 auto;
	background-color: var(--e-global-color-28f8675)
}

@media only screen and (min-width: 640px) {
	.qc-zmi-quiz-section .qc-question-wrapper {
		max-width: 1140px;
		padding: 40px 0
	}
}

.qc-zmi-quiz-section .qc-question-wrapper .qc-text-input {
	margin-bottom: 40px;
	background-color: var(--qc-theme-light-color);
	padding: 15px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-weight: var(--e-global-typography-accent-font-weight);
	border: none;
	width: 100%
}

@media only screen and (min-width: 640px) {
	.qc-zmi-quiz-section .qc-question-wrapper .qc-text-input {
		padding: 19px 30px;
		font-size: 18px
	}
}

.qc-zmi-quiz-section .qc-question-wrapper .qc-textarea {
	height: 102px
}

.qc-zmi-quiz-section .qc-final-answer {
	background-color: var(--e-global-color-a843588);
	padding: 10px;
	border-bottom: 1px solid var(--e-global-color-text);
	font-size: 16px;
	line-height: 1.8rem;
	font-weight: var(--e-global-typography-accent-font-weight);
	margin-bottom: 20px;
	word-wrap: break-word
}

@media only screen and (min-width: 640px) {
	.qc-zmi-quiz-section .qc-final-answer {
		padding: 10px;
		font-size: 18px
	}
}

.qc-zmi-quiz-section .step-bar {
	display: block;
	position: relative;
	height: 6px;
	background-color: var(--e-global-color-text);
	margin: 40px 0 14px
}

.qc-zmi-quiz-section .step-bar span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: var(--qc-theme-button-color);
	z-index: 2
}

.qc-zmi-quiz-section .step-bar-info {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.qc-zmi-quiz-section .step-bar-info__left {
	font-size: 18px;
	color: var(--e-global-color-text)
}

.qc-zmi-quiz-section .step-bar-info__right {
	font-size: 18px;
	color: var(--e-global-color-text)
}

.qc-zmi-quiz-section .qc-form-label {
	font-family: var(--e-global-typography-text-font-family);
    font-size: 0.8rem;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
    line-height: 1.3rem;
	margin-bottom: 5px
}

/*@media only screen and (min-width: 640px) {
	.qc-zmi-quiz-section .qc-form-label {
		font-size: 0.8rem
	}
}*/

.qc-zmi-quiz-section .qc-error-message {
	color: red;
	font-size: 18px;
	font-weight: var(--e-global-typography-accent-font-weight);
	margin-top: -20px;
	margin-bottom: 15px;
	display: none
}

.qc-zmi-quiz-section .qc-error-message.is-active {
	display: block
}

.qc-zmi-quiz-section .qc-next-question-wrapper {
	text-align: right
}

.qc-zmi-quiz-section .qc-btn {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	padding: 17px 30px;
	background-color: var(--qc-theme-button-color);
	color: var(--e-global-color-text);
	transition: color .3s ease-in, background-color .3s ease-in;
	text-decoration: none;
	font-weight: var(--e-global-typography-accent-font-weight);
	border-radius: 50px;
	line-height: 1

}

.qc-zmi-quiz-section .qc-btn:hover {
	background-color: var(--e-global-color-24a8a9f);
	color: var(--e-global-color-28f8675)
}

.qc-zmi-quiz-section .qc-custom-select {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: var(--e-global-typography-accent-font-weight)
}

.qc-zmi-quiz-section .qc-select-selected {
	background-color: var(--qc-theme-light-color);
	padding: 19px 30px;
	cursor: pointer;
	position: relative
}

.qc-zmi-quiz-section .qc-select-selected:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 7px solid var(--e-global-color-text);
	right: 26px;
	top: calc(50% - 3px)
}

.qc-zmi-quiz-section .qc-select-items .qc-option {
	padding: 10px 30px;
	cursor: pointer;
	background-color: var(--qc-theme-light-color);
	border-bottom: 1px solid var(--e-global-color-text)
}

.qc-zmi-quiz-section .qc-select-items {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
	max-height: 206px;
	overflow-y: auto;
	scrollbar-color: var(--e-global-color-text) var(--qc-theme-button-color)
}

.qc-zmi-quiz-section .qc-select-hide {
	display: none
}

.qc-zmi-quiz-section .qc-select-selected:active+.qc-select-items,
.qc-zmi-quiz-section .qc-select-selected:focus+.qc-select-items {
	display: block
}

.qc-zmi-quiz-section .qc-range-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	margin-top: 15px
}

@media only screen and (max-width: 640px) {
	.qc-zmi-quiz-section .qc-range-container {
		padding: 0 10px
	}
}

.qc-zmi-quiz-section .qc-sliders-control {
	position: relative;
	min-height: 16px
}

.qc-zmi-quiz-section .qc-sliders-control input[type=range] {
	padding: 0;
	border: none;
	font-size: 18px;
	font-weight: var(--e-global-typography-accent-font-weight)
}

.qc-zmi-quiz-section .qc-sliders-control .qc-to-slider {
	background-color: var(--qc-theme-light-color);
	height: 4px
}

.qc-zmi-quiz-section .qc-sliders-control .qc-from-slider {
	height: 0;
	z-index: 1
}

.qc-zmi-quiz-section .qc-sliders-color-bar {
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	top: 0;
	background-color: var(--qc-theme-color);
	z-index: 1;
	pointer-events: none
}

.qc-zmi-quiz-section .form_control {
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	color: #635a5a
}

.qc-zmi-quiz-section input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	pointer-events: all;
	width: 24px;
	height: 24px;
	background-color: var(--qc-theme-color);
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--qc-theme-color);
	cursor: pointer;
	position: relative;
	z-index: 4;
	border: 4px solid #fff
}

.qc-zmi-quiz-section input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	background-color: var(--qc-theme-color);
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--qc-theme-color);
	cursor: pointer;
	position: relative;
	z-index: 4;
	border: 4px solid var(--e-global-color-28f8675);
	pointer-events: all
}

.qc-zmi-quiz-section input[type=range]::-webkit-slider-thumb:hover {
	background: var(--qc-theme-light-color)
}

.qc-zmi-quiz-section input[type=range]::-webkit-slider-thumb:active {
	box-shadow: inset 0 0 3px var(--qc-theme-color), 0 0 9px var(--qc-theme-color);
	-webkit-box-shadow: inset 0 0 3px var(--qc-theme-color), 0 0 9px var(--qc-theme-color)
}

/* .qc-zmi-quiz-section input[type=number] {
	color: var(--e-global-color-text);
	width: 50px;
	height: 30px;
	font-size: 20px;
	border: none;
	outline: none
} */

.qc-zmi-quiz-section input[type=number]::-webkit-inner-spin-button,
.qc-zmi-quiz-section input[type=number]::-webkit-outer-spin-button {
	opacity: 1
}

.qc-zmi-quiz-section input[type=range] {
	-webkit-appearance: none;
	appearance: none;
	height: 2px;
	width: 100%;
	position: absolute;
	background-color: #c6c6c6;
	pointer-events: none
}

.qc-zmi-quiz-section input[type=text].form_control_container__time__input {
	position: absolute;
	width: 56px;
	border: none;
	padding: 0;
	text-align: center;
	font-weight: var(--e-global-typography-accent-font-weight);
	appearance: none;
	transition: none;
	background: rgba(0, 0, 0, 0);
	z-index: 0
}

.qc-zmi-quiz-section .qc-js-back-btn,
.qc-zmi-quiz-section .qc-reset-form {
	color: var(--qc-theme-color)
}

.qc-zmi-quiz-section .qc-reset-form {
	display: inline-block;
	margin: 15px 0
}

.qc-zmi-quiz-section .qc-final-wrapper {
	font-size: 16px;
	color: var(--e-global-color-text);
	line-height: 1.8rem;
	margin-bottom: 1rem
}

.qc-zmi-quiz-section .qc-final-wrapper .qc-form-title {
	font-size: 30px;
	margin: 60px 0 40px;
	text-align: center;
	color: var(--e-global-color-text)
}

.qc-zmi-quiz-section .qc-final-wrapper .wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form .qc-acceptance {
	padding: 5px 0;
	display: flex;
	align-items: center;
	margin-bottom: 12px
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form .qc-acceptance input {
	margin-right: 5px
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form .qc-acceptance span {
	display: inline-block;
	margin-left: 0
}

@media only screen and (max-width: 400px) {
	.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form .qc-acceptance span {
		font-size: 14px
	}
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form .qc-acceptance p {
	margin: 0;
	display: flex;
	align-items: center
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form a {
	text-decoration: none;
	font-weight: var(--e-global-typography-accent-font-weight)
}

/*.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form a:hover {
	color: var(--qc-theme-button-color)
}*/

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form label {
	font-family: var(--e-global-typography-text-font-family);
    font-size: 0.8rem;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
	margin-bottom: 5px
}

/*@media only screen and (min-width: 640px) {
	.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form label {
		font-size: 18px
	}
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form label .wpcf7-not-valid-tip {
	margin-top: -10px;
	color: red;
	display: block
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form p {
	font-size: 1rem;
	color: var(--e-global-color-text);
	line-height: 1.8rem;
	margin-top: 0;
	margin-bottom: 1rem
}*/

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form p:has(.wpcf7-acceptance) {
    margin: 12px 0;
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=text],
.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=email],
.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form textarea,
.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=tel],
.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form .wpcf7-select {
	/*margin-bottom: 15px;
	background-color: var(--qc-theme-light-color);*/
	position: relative;
	font-size: 1rem;
	width: 100%
}

/*@media only screen and (min-width: 640px) {

	.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=text],
	.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=email],
	.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form textarea,
	.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=tel],
	.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form .wpcf7-select {
		margin-bottom: 20px;
	}
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form .wpcf7-select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: right 20px center;
	padding: 5px
}

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=checkbox] {
	box-shadow: 0 0 0 1px var(--qc-theme-color);
	width: 24px;
	height: 24px;
	accent-color: var(--qc-theme-color)
}*/

.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=submit] {
	display: block;
	transition: color .3s ease-in, background-color .3s ease-in;
	text-decoration: none;
	font-weight: var(--e-global-typography-accent-font-weight);
	border: none;
	border-radius: 20px;
	width: fit-content;
	max-width: 100%;
	margin: 40px auto 0;
	text-align-last: center
}

/*.qc-zmi-quiz-section .qc-final-wrapper form.wpcf7-form input[type=submit]:hover {
	background-color: var(--e-global-color-text);
	color: var(--qc-theme-button-color)
}

.qc-zmi-quiz-section .qc-final-wrapper form .wpcf7-response-output {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;
	border: none
}*/

.qc-zmi-quiz-section .qc-final-wrapper form.init .wpcf7-response-output {
	display: none
}

.qc-zmi-quiz-section .qc-final-wrapper form.sent .wpcf7-response-output {
	color: var(--e-global-color-text);
	position: relative;
	padding: 24px;
	text-align: left
}

.qc-zmi-quiz-section .qc-final-wrapper form.sent .wpcf7-response-output:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: linear-gradient(to right, lightgreen, rgba(144, 238, 144, 0.1));
	z-index: -1;
	border-radius: 8px
}

/*.qc-zmi-quiz-section .qc-final-wrapper form.failed .wpcf7-response-output,
.qc-zmi-quiz-section .qc-final-wrapper form.aborted .wpcf7-response-output {
	color: red
}

.qc-zmi-quiz-section .qc-final-wrapper form.spam .wpcf7-response-output {
	color: red
}

.qc-zmi-quiz-section .qc-final-wrapper form.invalid .wpcf7-response-output,
.qc-zmi-quiz-section .qc-final-wrapper form.unaccepted .wpcf7-response-output {
	color: red
}*/

.qc-zmi-quiz-section .form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}

.qc-zmi-quiz-section .form-col-6 {
	width: 100%
}

@media only screen and (min-width: 1024px) {
	.qc-zmi-quiz-section .form-col-6 {
		width: calc(50% - 5px)
	}
}

@media only screen and (max-width: 640px) {
	.qc-zmi-quiz-section .qc-final-wrapper p {
		hyphens: auto;
		word-break: break-word;
		overflow-wrap: break-word
	}
}

.qc-zmi-quiz-section .qc-select-items .highlighted {
	background-color: #ddd
}

.qc-zmi-quiz-section .qc-zmi-quiz-section .qc-custom-select:focus {
	outline: 1px solid var(--qc-theme-color)
}
