.vue-quote-thank-you-wrap{
	background-color: #FFF;
}

.vue-quote-thank-you-header{
	padding: 20px 0 30px;
}

.vue-quote-popup-thank-you-logo img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 140px;
	margin: auto;
}

.vue-quote-thank-you-body{
	padding: 40px 0;
	border-top: 2px solid #1A242B;
	border-bottom: 2px solid #1A242B;
}

.vue-quote-thank-you-title{
	font-family: 'Times New Roman', serif;
	font-size: 100px;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}

.vue-quote-thank-you-subtitle{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}

.vue-quote-thank-you-info{
	width: 100%;
	max-width: 460px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 50px;
}

.vue-quote-thank-you-info p{
	margin: 0;
}

.vue-quote-thank-you-title:last-child,
.vue-quote-thank-you-subtitle:last-child,
.vue-quote-thank-you-info:last-child{
	margin-bottom: 0;
}

.vue-quote-thank-you-info a{
	color: inherit;
	text-decoration: underline;
}

.vue-quote-thank-you-info a:focus,
.vue-quote-thank-you-info a:hover{
	color: #a71523;
}

.vue-quote-thank-you-badges{
	gap: 20px;
	justify-content: center;
}

.vue-quote-thank-you-badges img{
	flex-shrink: 0;
	width: auto;
	max-width: 110px;
	height: auto;
	max-height: 110px;
}

.vue-quote-thank-you-footer{
	padding-top: 20px;
}

.vue-quote-thank-you-footer-contact{
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.vue-quote-thank-you-footer-contact a{
	align-items: center;

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;

	gap: 5px;

	color: inherit;
	text-decoration: none;
}

.vue-quote-thank-you-footer-contact a:focus,
.vue-quote-thank-you-footer-contact a:hover{
	color: #a71523;
}

.vue-quote-thank-you-footer-contact a svg{
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.vue-quote-thank-you-footer-gdpr{
	height: 42px;
	background: url('images/icon-gdpr.svg') center center no-repeat;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.vue-quote-popup-thank-you-logo img{
		max-height: 120px;
	}

	.vue-quote-thank-you-body{
		padding: 30px 0;
	}

	.vue-quote-thank-you-title{
		font-size: 80px;
		margin-bottom: 25px;
	}

	.vue-quote-thank-you-subtitle{
		font-size: 18px;
		margin-bottom: 25px;
	}

	.vue-quote-thank-you-info{
		max-width: 400px;
		font-size: 18px;
		margin-bottom: 40px;
	}

	.vue-quote-thank-you-badges{
		gap: 15px;
	}

	.vue-quote-thank-you-badges img{
		max-height: 80px;
	}

	.vue-quote-thank-you-footer-contact a svg{
		width: 22px;
		height: 22px;
	}
}

@media only screen and (max-width: 600px) {
	.vue-quote-popup-thank-you-logo img{
		max-height: 100px;
	}

	.vue-quote-thank-you-body{
		padding: 25px 0;
	}

	.vue-quote-thank-you-title{
		font-size: 54px;
		margin-bottom: 20px;
	}

	.vue-quote-thank-you-subtitle{
		font-size: 14px;
		letter-spacing: 0.1rem;
		margin-bottom: 20px;
	}

	.vue-quote-thank-you-info{
		max-width: 320px;
		font-size: 14px;
		margin-bottom: 30px;
	}

	.vue-quote-thank-you-badges{
		gap: 10px;
	}

	.vue-quote-thank-you-badges img{
		max-height: 60px;
	}

	.vue-quote-thank-you-footer-contact{
		flex-direction: column;
	}

	.vue-quote-thank-you-footer-contact a svg{
		width: 20px;
		height: 20px;
	}
}

@media only screen and (max-width: 420px) {
	.vue-quote-popup-thank-you-logo img{
		max-height: 80px;
	}

	.vue-quote-thank-you-title{
		font-size: 40px;
	}

	.vue-quote-thank-you-subtitle{
		font-size: 13px;
		letter-spacing: 0;
	}

	.vue-quote-thank-you-info{
		max-width: 300px;
		font-size: 13px;
	}
}