@font-face {
	font-family: 'Quattrocento Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Quattrocento Sans'), local('QuattrocentoSans'), url(../fonts/QuattrocentoSans.ttf) format('truetype');
}
@font-face {
	font-family: 'Quattrocento Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'), url(../fonts/QuattrocentoSansBold.ttf) format('truetype');
}

* {
	margin: 0;
	padding: 0;
	outline: 0
}

html {
	font-size: 62.5%
}

body {
	font-family: "Quattrocento Sans", sans-serif, Arial;
	font-size: 100%;
	margin: 0 auto;
	min-height: 100%;
	color: #505050;
	background-color: #d0d0d0;
	position: relative;
}

h2 {
	font-size: 4rem;
	color: #eb016f;
	margin: 0.1rem 0
}

h3 {
	font-size: 2.4rem;
	margin: 1rem 0
}

h4 {
	font-size: 1.8rem;
	margin: 1rem 0 2rem
}
.step {
	display: none;
	margin: 0 auto;
	padding: 0.3rem 1rem 1rem 1rem;
	text-align: center;
}

.step:nth-child(1) {
	display: block;
}

.step p {
	font-size: 1.8rem;
	padding: 2rem 0
}

.step.step_check .step_head {
	text-transform: none
}

.choose_answer {
	font-style: italic;
	font-size: 1.8rem;
	padding: 2rem 0 3rem 0;
	display: block
}

.answer_box {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	vertical-align: top
}

.checkbox_wrap {
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 600px
}

.option {
	width: 28%;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin: 0.5rem 2%
}

.option img {
	display: block;
	width: 100%;
	border: 3px solid #000;
	border-radius: 8px
}

.option-title {
	font-size: 1.8rem;
	padding-top: 5px
}

.option.checked img {
	border-color: #32c26b
}

.option.checked .option-title {
	color: #32c26b
}

.btn {
	color: #fff;
	display: block;
	margin: 2rem auto;
	padding: 13px 0;
	max-width: 220px;
	width: 100%;
	font-size: 2rem;
	font-family: "Arial", sans-serif;
	border: none;
	text-decoration: none;
	background: #eb016f
}

.btn:hover {
	background: #eb016f
}



/* =========================================================================
   Unsubscribe
 =========================================================================== */
.unsubscribe {
	font-size: 14px;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 20px;
}

.unsubscribe a {
	color: #32445c;
	text-decoration: underline;
}

@media (max-height: 567px) {
	.unsubscribe {
		position: static;
		padding: 10px;
	}
}
body .popup-modal {
	font-size: 1.6em;
}

#popupText {
	font-size:1.8rem;
}