h1.dcm_gradient_title,
.dcm_gradient_title .w-text-value {
    color: #ffedb3;
    background-image: linear-gradient(180deg, #c3fc26 15%, #ddff45 35%, #edff69 40%, #aafc26 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 2;
    filter: drop-shadow(2px 4px 9px rgba(0, 0, 0, .65));
}

.dcm_underline_title .w-text-value::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(190deg, var(--color-content-link) 0%, var(--color-alt-content-link-hover) 100%);
}

.w-post-elm.style_badge .w-post-elm-list {
	margin: 0 auto !important;
}

.dcm_post_grid article {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.dcm_post_grid article .w-grid-item-h {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
}

.dcm_post_grid article .dcm_post_grid_img {
	border-radius: 5px !important;
	overflow: hidden;
}

.dcm_post_grid article .w-grid-item-h > .w-vwrapper {
	padding: .75rem !important;
}

.dcm_img_slider {
	display: block;
	position: relative;
	width: 100%;
	background: rgba(0,0,0,.35);
	overflow: unset !important;
}

.dcm_img_slider::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: rgba(0,0,0,.35);
	transform: translate(-100%,0);
}

.dcm_img_slider::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background: rgba(0,0,0,.35);
	transform: translate(100%,0);
}