.yd {
	display: none !important;
}

@media (max-width:991px) {
	.pc {
		display: none !important;
	}

	.yd {
		display: block !important;
	}
}

.xcgrdg {
	padding-bottom: 50px !important;
}

@media (max-width:767px) {
	.xcgrdg {
		padding-bottom: 30px !important;
	}


}

.dgdfg {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

.fzsdf {
	padding-top: 60px !important;
}

@media (min-width:992px) {
	.dgdfg {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.fzsdf {
		padding-top: 100px !important;
	}
}

a {
	margin: 0px !important;
}

.xfgcv {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xcgt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dsf {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dxfvsze {
	word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
	padding: 0px !important;
}

h1 {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 30px !important;
	line-height: 1.3 !important;
	color: #000 !important;
	padding-bottom: 20px !important;
}

h2 {
	font-weight: bold !important;
	font-size: 26px !important;
	line-height: 1.3 !important;
}

h3 {
	font-weight: bold !important;
	font-size: 23px !important;
	line-height: 1.3 !important;
}

h4 {
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 1.3 !important;
}

p {
	font-size: 18px !important;
	padding: 0px !important;
}

.dxfvsze h2 {
	text-align: center !important;
	color: #000 !important;
}

.dxfvsze h3 {
	text-align: center !important;
	color: #000 !important;
}

.dxfvsze h4 {
	text-align: center !important;
	color: #000;
}

.dxfvsze h5,
.dxfvsze h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
}

.dxfvsze li,
.dxfvsze span,
.dxfvsze a {
	color: #000 !important;
}

.dxfvsze img {
	max-width: 100%;
	height: auto;
}

.dxfvsze p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.dxfvsze table {
	word-break: break-all !important;
}

.dxfvsze td {
	font-size: 16px !important;
	color: #000 !important;
}

.dxfvsze li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}





.wpcf7 .wpcf7-response-output {
	display: flex;
	position: absolute;
	width: 100%;
	background-color: #ffff;
	padding: 15px 70px !important;
	left: -7px;
	border-radius: 4px;
	text-align: center;
	border: none !important;
	color: #ff642d !important;
	animation: fadeIn 0.3s;
	opacity: 1;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.contact-form-modal .modal-content .modal-body ul li.button {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}