@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
	text-decoration: none;
	max-width: 100%;
}

html {
	overflow-x: hidden
}

html,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #F2F2F2;
}

body {
	font-family: "Comic Neue", cursive;
	font-family: "Mulish", sans-serif;
}

img {
	border: none
}

a {
	color: inherit
}

a:hover {
	opacity: .7
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

#spinner {
	display: none;
	position: relative;
}

.spinnerGif {
	position: relative;
	width: 250px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #F8F9F9;
	padding: 20px;
}

.container {
	width: 100%;
}

p {

	font-weight: lighter;
}

header {
	background-color: #3C516D;
	box-shadow: 0 8px 10px -4px #949494;
	-webkit-box-shadow: 0 8px 10px -4px #949494;
	-moz-box-shadow: 0 8px 10px -4px #949494;
	padding: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.header_container {
	max-width: 960px;
	margin: auto;
}

.header_logo {
	width: 170px;
	margin: 10px auto 5px;
}

#surveyContainer {
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;

}

.main {
	margin: auto;
	position: relative;
}

.outerWrapper {
	position: absolute;
	transition-property: left;
	transition-duration: 1s;
	transition-delay: 0.5s;
	width: 100%;
	left: 0;
	max-height: 520px;
}

.wrap {
	background: white;
	border-radius: 10px;
	margin: 3px auto;
	width: 312px;
}

.wrap,
.wrap input,
label {
	cursor: pointer
}

.box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.box h2 {
	font-size: 28px;
	max-width: 100%;
	margin-inline: auto;
	width: 100%;
	font-family: "Mulish Regular", sans-serif;
	font-weight: bold;
}

.box1 {
	left: 0
}

.box2 {
	left: -101.4%
}

.box3 {
	left: -202.6%
}

.box4 {
	left: -301.4%
}

.pl20 {
	margin-right: auto;
	display: block;
	margin-left: auto;
	width: 314px;
	padding-left: 26px;
	margin-bottom: 9px;
}

input {
	display: none
}

input[type=radio]:checked+label {
	color: white;

}



input[type=checkbox]:checked+label,
input[type=radio]:checked+label {
	border-radius: 10px;
}

.selected {
	border: 1px solid green;
	background-color: white;
}

#surveySubmit,
#surveySubmitMobile {
	margin: 20px auto 10px;
	opacity: 0;
	transition: opacity 600ms;
	display: block;
}

#surveySubmit,
#surveySubmitMobile,
.nextQuestion {
	background: -webkit-linear-gradient(#0C0, #060);
	background: -o-linear-gradient(#0C0, #060);
	background: -moz-linear-gradient(#0C0, #060);
	background: linear-gradient(#0C0, #060);
	border: 1px solid #060;
	border-radius: 8px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	line-height: 37px;
}

.nextQuestion {
	display: none
}

#surveySubmitMobile {
	width: 60%;
	max-width: 246px;
	cursor: pointer;
}

#surveySubmit:hover {
	box-shadow: 2px 2px 10px 2px #AAA;
	cursor: pointer;
}

#fourthBox h2 {
	margin-bottom: 31px
}

#fourthBox h2 small {
	font-size: 18px;

	font-family: "Mulish", sans-serif;
}

.skip {
	text-align: center;

	width: 325px;
	display: block;

	margin-block-start: 15px;
	padding-block: 15px 22.5px;
	font-weight: 700;
	text-decoration: none;
	margin: 0 auto;
	font-family: "Mulish Regular", sans-serif;

	position: absolute;
	bottom: 0px;
	width: 100%;
}

.skip a {
	text-decoration: underline
}

#surveyContainer {
	width: 768px;
}

.answers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
}

.answers__item {
	margin-block-end: 10px;
	flex: 0 0 calc(25% - 10px);
}

.box.one label span {
	font-size: 22px;
}

.answers__item label {
	position: relative;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.answers__item label:hover .label__img {
	transform: scale(1.1);
}


.answers__item label .label__img {
	position: relative;
	margin-block-end: 5px;
	transform: scale(1);
	transform-origin: center;
	transition: transform 250ms ease-in-out;
}


.answers__item:not(.answers__item--label-over) label span {
	width: 100%;
	max-width: 150px;
	margin-inline: auto;
	font-size: 22px;
	font-weight: 700;
}

.box.one label span {
	font-size: 22px;
}

label span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #3c516d;
}


.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding-right: calc(30px/2);
	padding-left: calc(30px/2);
}



h3 {
	font-size: 24px;
	font-weight: 300;
}


.pagination__item {
	position: relative;
	width: calc((90% - 30px)/3 - 8px);
	max-width: 100px;
	height: 8px;
	border-radius: 4px;
	background-color: #CCE4CC;
	transition: background-color 1000ms ease-in-out 500ms;
	list-style: none;

}

.surveyContainerFour .pagination__item--four,
.surveyContainerFour .pagination__item--three,
.surveyContainerFour .pagination__item--two,
.pagination__item--one,
.surveyContainerThree .pagination__item--three,
.surveyContainerThree .pagination__item--two,
.surveyContainerTwo .pagination__item--two {
	background-color: #63b079;
}

.answers__item:not(.answers__item--label-over) input:checked~label .label__img:after {
	display: flex;
}

.answers__item:not(.answers__item--label-over) label .label__img:after {
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: none;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-family: "FontAwesome";
	font-size: 32px;
	color: #fff;
	content: "";
	background-image: url("checkmarkOrange.png");
	background-size: cover;

	border-radius: 50%;
}

.answers__item--label-over input:checked~label:after {
	display: flex;
}

.answers__item--label-over label:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-family: "FontAwesome";
	font-size: 32px;
	color: #fff;
	content: "";

	background-image: url("checkmarkOrange.png");
	background-size: cover;

	border-radius: 50%;
}


.answers__item--label-over label span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
	font-size: 30px;
	color: #fff;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center;
	transition: transform 250ms ease-in-out;
	font-family: "Comic Neue", cursive;
	font-weight: 100;
}

.footer {
	position: sticky;
	bottom: 0;
	width: 100%;
	display: block;
	background-color: rgb(249, 250, 239, 0.9);
	height: 160px;
}


body {
	min-height: 100vh;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #3c516d;
	display: flex;
	flex-direction: column;
	background-color: #F9FAEF;
}

.nextStep {
	align-self: center;
	width: 100%;
	max-width: 340px;
	margin: 3px auto;
	font-size: 22px;
	font-weight: 900;
	line-height: 2.55;
	text-align: center;
	border: 0;
	-webkit-animation: fadein 2s;
	animation: fadein 2s;
	background-color: #63b079;
	display: none;
	margin-top: 20px;
	font-family: "Mulish Regular", sans-serif;
	font-weight: bold;
	margin-top: 35px;
}

.nextStep.show {
	display: block;
}

.nextStep,
.nextStep:hover {
	text-decoration: none;
	color: #fff;
}

.wrapper {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
	height: 100%;

}

h2 small {
	font-size: 18px;
	font-weight: 400;
}

#surveyContainer.surveyContainerOne {
	height: 600px;
}

#surveyContainer.surveyContainerTwo {
	height: 600px;
}

#surveyContainer.surveyContainerThree {
	height: 750px;
}

@media screen and (max-width: 1024px) {

	#surveyMain {
		width: 95%;
		max-width: 768px;
	}

	.answers__item {
		flex: 0 0 calc(33.33% - 10px);
		flex: 0 0 calc(25% - 10px)
	}

	#surveyContainer.surveyContainerOne {
		height: 500px;
	}

	#surveyContainer.surveyContainerTwo {
		height: 600px;
	}

	#surveyContainer.surveyContainerThree {
		height: 800px;
	}
}

@media (max-width: 991px) {

	.box h2 {
		font-size: 22px;
	}

	#surveyMain {
		width: 95%;
		max-width: 95%;
		margin: 0 auto;
	}

	.answers__item {
		flex: 0 0 calc(33.0% - 10px);
	}

	#surveyContainer.surveyContainerOne {
		height: 500px;
	}

	#surveyContainer.surveyContainerTwo {
		height: 730px;
	}

	#surveyContainer.surveyContainerThree {
		height: 1150px;
	}

	.footer {

		height: 130px;
	}

}


@media (max-width: 574px) {
	.answers__item {
		flex: 0 0 calc(40% - 10px);
	}

	#surveyContainer.surveyContainerOne {
		height: 760px;
	}


	#surveyContainer.surveyContainerTwo {
		height: 850px;
	}

	#surveyContainer.surveyContainerThree {
		height: 1350px;
	}


	.answers__item:not(.answers__item--label-over) label .label__img:after {
		width: 50px;
		height: 50px;
		left: 7px;
		bottom: 7px;
	}
}

#firstBox {
	display: none !important;
}

#step2,
#step3 {
	display: none;
}

#thanks {
	color: #d3141f;
	font-size: 18px;
	max-width: 600px;
	font-weight: 700;
	display: none;
	text-align: center;
	margin: auto;
	margin-top: 25px;
}