

/* Start:/local/components/custom/main.feedback/templates/form/style.css?17629402401450*/
.row{
	display: flex;
	gap: 50px;
	width: 100%;
	align-items: center;
}

.row > .col{
	width: calc(50% - 25px);
	min-width: calc(50% - 25px);
}
.ppr-item{
	display: flex;
	justify-self: end;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.ppr-item .button{
	margin-right: auto;
}
.ppr-item img{
	width: 100%;
}
.request.succ{
	padding-top: 35px;
	padding-bottom: 45px;
}
.succ .request__heading{
	text-align: left;
	/*margin-top: 50px;*/
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 28px;
}
.succ .request__disclaimer{
	font-size: 24px;
	text-align: left;
	line-height: 1.35;
}
.over-txt{
	margin-left: auto;
}
@media only screen and (min-width: 1250px) {
	.over-txt{
		max-width: 66%;
	}
}
@media only screen and (max-width: 1249px) {
	.row{
		flex-direction: column;
	}
	.row > .col{
		width: 100%;
		min-width: 100%;
	}
	.succ .request__heading {
		margin-top: 0;
	}
	.succ .request__disclaimer {
		font-size: 18px;
	}
}
.request__checkboxes{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0 auto;
	width: fit-content;
}
.request__checkboxes .request__form-checkbox{
	display: flex;
	gap: 10px;
	align-items: baseline;
}
.request__checkboxes label,
.request__checkboxes label a{
	color: var(--color-text);
}
.request__checkboxes label a{
	text-decoration: underline;
}
.request__checkboxes .checkbox__field{
	accent-color: currentColor;
}
/* End */
/* /local/components/custom/main.feedback/templates/form/style.css?17629402401450 */
