#wpadminbar {
	display: none !important;
}
html {
	margin-top: 0 !important;
}
.request-form-wrap .wpcf7-response-output {
	color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}
.request-questions__list a svg {
	margin-top: 4px !important;
}
.wpcf7-response-output {
	display: none !important;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
	margin-bottom: 0;
	position: relative;
}
.wpcf7-checkbox .wpcf7-list-item label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
	display: none;
}
.wpcf7-checkbox .wpcf7-list-item-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
	font-size: 21px;
	color: #fefefe;
	line-height: 1em;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
	display: block;
	content: '';
	margin-top: 2px;
	height: 17px;
	width: 17px;
	border-radius: 2px;
	background-color: rgb(116 120 125 / var(--tw-bg-opacity));
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
	background-color: #cc0404;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px 9px;
}
.wpcf7 .global-select .global-select-drop .select2-dropdown .select2-results__options {
	font-size: 18px;
}



@media (max-width: 1429.5px) { 
	.wpcf7-checkbox .wpcf7-list-item-label {
		font-size: 17px;
		gap: 25px;
	}
	.wpcf7-checkbox .wpcf7-list-item-label::before {
		margin-top: 0;
	}
	.wpcf7 .global-select .global-select-drop .select2-dropdown .select2-results__options {
		font-size: 17px;
	}
}

@media (max-width: 1199.5px) { 
	.wpcf7-checkbox .wpcf7-list-item-label {
		font-size: 16px;
		gap: 20px;
	}
	.wpcf7 .global-select .global-select-drop .select2-dropdown .select2-results__options {
		font-size: 15px;
	}
}

@media (max-width: 767.5px) { 
	.wpcf7-checkbox .wpcf7-list-item-label {
		font-size: 15px;
		gap: 10px;
	}
	.wpcf7 .global-select .global-select-drop .select2-dropdown .select2-results__options {
		font-size: 14px;
	}
}