body.dd-home-targeted-assets .ubtn-link {
	display: inline-block;
	max-width: 100%;
	text-decoration: none !important;
}

body.dd-home-targeted-assets .ubtn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	padding: 18px 30px;
	overflow: hidden;
	font-family: inherit;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	white-space: normal;
	cursor: pointer;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

body.dd-home-targeted-assets .ubtn-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease;
}

body.dd-home-targeted-assets .ubtn:hover .ubtn-hover,
body.dd-home-targeted-assets .ubtn:focus .ubtn-hover {
	opacity: 1;
}

body.dd-home-targeted-assets .ubtn-data {
	position: relative;
	z-index: 1;
}

body.dd-home-targeted-assets .stats-block {
	text-align: center;
}

body.dd-home-targeted-assets .stats-desc {
	text-align: center;
}

body.dd-home-targeted-assets .stats-number,
body.dd-home-targeted-assets .counter_prefix,
body.dd-home-targeted-assets .counter_suffix {
	display: inline-block;
	vertical-align: baseline;
}

body.dd-home-targeted-assets .stats-text {
	display: block;
	margin-top: 8px;
	line-height: 1.35;
}

body.dd-home-targeted-assets .aio-icon-top {
	margin-bottom: 14px;
	text-align: center;
}

body.dd-home-targeted-assets .aio-icon {
	line-height: 1;
}

@media (max-width: 767px) {
	body.dd-home-targeted-assets .ubtn {
		padding: 14px 18px;
		font-size: clamp(26px, 7vw, 40px);
		line-height: 1.1;
	}

	body.dd-home-targeted-assets .stats-number,
	body.dd-home-targeted-assets .counter_prefix,
	body.dd-home-targeted-assets .counter_suffix {
		font-size: clamp(34px, 10vw, 50px) !important;
		line-height: 1.05 !important;
	}
}
