.dxfcsdf {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sdrfedf {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

@media (min-width:992px) {
	.sdrfedf {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.sdrfedf {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

.xcxfdstgf {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.xcxfdstgf {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (min-width:1025px) {
	.xdfse {
		padding-left: 15px !important;
	}
}

@media (max-width:1024px) {
	.xdfse {
		padding: 20px !important;
	}

	.cxfsdf {
		padding: 20px 20px 0 !important;
	}
}

.xasdsz {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dzfx {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cxfsdc {
	word-break: break-all;
}

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;
}

.cxfsdc h2 {
	text-align: center !important;
	color: #000 !important;
}

.cxfsdc h3 {
	text-align: center !important;
	color: #000 !important;
}

.cxfsdc h4 {
	text-align: center !important;
	color: #000;
}

.cxfsdc h5,
.cxfsdc h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
}

.cxfsdc li,
.cxfsdc span,
.cxfsdc a {
	color: #000 !important;
}

.cxfsdc img {
	max-width: 100%;
	height: auto;
}

.cxfsdc p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.cxfsdc table {
	word-break: break-all !important;
}

.cxfsdc td {
	font-size: 16px !important;
	color: #000 !important;
}

.cxfsdc li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}

.no-js img.lazyload {
	display: none;
}

figure.wp-block-image img.lazyloading {
	min-width: 150px;
}

.lazyload {
	opacity: 0;
}

.lazyloading {
	border: 0 !important;
	opacity: 1;
	background: rgba(255, 255, 255, 0) url('{$theme_path}/static/picture/smush-lazyloader-2.gif') no-repeat center !important;
	background-size: 16px auto !important;
	min-width: 16px;
}

.lazyload,
.lazyloading {
	--smush-placeholder-width: 100px;
	--smush-placeholder-aspect-ratio: 1/1;
	width: var(--smush-placeholder-width) !important;
	aspect-ratio: var(--smush-placeholder-aspect-ratio) !important;
}






.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
	background-image: none !important;
}

@media screen and (max-height: 1024px) {

	.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
	.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
		background-image: none !important;
	}
}

@media screen and (max-height: 640px) {

	.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
	.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
		background-image: none !important;
	}
}