#growth-addons-quiz {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    width: 400px;
    height: 500px;
    margin: 0 auto;
	background-color: #FFFFFF;
}

@media (max-width: 600px) {
    #growth-addons-quiz {
        width: 95%;
    }
}

#growth-addons-quiz * {
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

#growth-addons-quiz .growth-addons-quiz-splash h2 {
	font-family: Arial;
	font-size: 32px;
	font-weight: 550;
	line-height: 35px;
	color: #FFFFFF;
	padding-top: 35px;
	overflow: hidden;
	max-width: 400px;
	max-height: 175px;
	cursor: default;
}

#growth-addons-quiz .growth-addons-quiz-splash p {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	padding: 0 30px 0 30px;
	margin-top: -10px;
	max-width: 400px;
	max-height: 100px;
	overflow: hidden;
	cursor: default;
}

#growth-addons-quiz .growth-addons-quiz-splash button {
	width: 85%;
	max-width: 340px;
	max-height: 49px;
	height: auto;
	padding: 10px;
	overflow: hidden;
	margin-top: 100px;
	background: #CD4FE6;
	border: none;
	font-size: 15px;
	font-family: Arial;
	color: #FFFFFF;
	letter-spacing: 2px;
	border-radius: 6px;
	cursor: pointer;
}

/* Estilo para dispositivos menores ou iguais a 600px de largura */
@media (max-width: 600px) {
    
	#growth-addons-quiz .growth-addons-quiz-splash h2 {
		font-family: Arial;
		font-size: 34px;
		font-weight: 600;
		line-height: 35px;
		padding: 20px 20px 0 20px;
		max-height: 200px;
	}
	
	#growth-addons-quiz .growth-addons-quiz-splash p {
		font-family: Arial;
		font-size: 18px;
		line-height: 20px;
		padding: 0 20px 0 20px;
	}
	
	#growth-addons-quiz .growth-addons-quiz-splash button {
        width: 85%;
        margin-top: 80px;
        
    }

}

#growth-addons-quiz .growth-addons-quiz-question-item {
	/* height: 0; */
	overflow: hidden;
	width: 85%;
	margin: auto;
	text-align: left;
}

#growth-addons-quiz .growth-addons-quiz-question-item h3 {
	color: #FFFFFF;
	font-family: Arial;
	line-height: 35px;
	font-size: 30px;
	font-weight: 550;
	line-height: 30px;
	cursor: default;
}

#growth-addons-quiz .growth-addons-quiz-question-item h3 span {
	font-weight: 550;
	cursor: default;
}

#growth-addons-quiz .growth-addons-quiz-question-item p {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	font-family: Arial;
	cursor: default;
}

@media (max-width: 600px) {
    #growth-addons-quiz .growth-addons-quiz-question-item h3 {
        font-size: 30px;
    }

	#growth-addons-quiz .growth-addons-quiz-question-item p {
		font-size: 18px;
		padding-bottom: 15px;
	}
}

#growth-addons-quiz .growth-addons-quiz-question-item ul {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

#growth-addons-quiz .growth-addons-quiz-question-item ul li {
	border: 1px dashed #333;
	padding: 5px 14px;
	border-radius: 4px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	line-height: 16px;
	max-height: 44px;
	overflow: hidden;
}

#growth-addons-quiz .geth-to-top {
	transform: translateY(-600px);
	-webkit-transform: translateY(-600px);
	-moz-transform: translateY(-600px);
	-ms-transform: translateY(-600px);
	-o-transform: translateY(-600px);
	height: 0;
}

#growth-addons-quiz .geth-push-bottom {
	transform: translateY(800px);
	-webkit-transform: translateY(800px);
	-moz-transform: translateY(800px);
	-ms-transform: translateY(800px);
	-o-transform: translateY(800px);
	height: 0;
}

#growth-addons-quiz .growth-addons-quiz-results h2 {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 550;
	font-family: Arial;
	line-height: 35px;
	max-width: 400px;
	max-height: 150px;
	padding: 0 10px 0 10px;
	cursor: default;
}

#growth-addons-quiz .growth-addons-quiz-results p {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin-top: -20px;
	padding: 10px 30px 0 30px;
	overflow: hidden;
	max-width: 400px;
	max-height: 110px;
	cursor: default;
	
}

@media (max-width: 600px) {
    
	#growth-addons-quiz .growth-addons-quiz-results h2 {
		font-family: Arial;
		font-size: 34px;
		font-weight: 600;
		line-height: 35px;
		padding: 0 35px 0 35px;
	}
	
	#growth-addons-quiz .growth-addons-quiz-results p {
		font-family: Arial;
		font-size: 18px;
		line-height: 20px;
		padding: 0 35px 0 35px;
	}
}

@keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }


.spin {
    transform-origin: center;
    animation: spin 2s linear infinite;
	fill: none;
	stroke-width: 10;
	stroke-dasharray: 200 1200;
	justify-content: center;
	align-items: center;
}

.spin-svg {
	display: inline;
	width: 200px;
	margin-top: -60px;
	
}

.confetti-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 9999;
}

#growth-addons-quiz .growth-addons-quiz-splash .powered-by-ga {
	font-size: 12px;
	color: 000000;
	padding-top: 15px;
	cursor: default;
}

.growth-addons-text {
	font-weight: 600;
	text-decoration: underline;
}
