.a21-plz-dot-map-animated {
	--a21-animated-dot-color: #2faea6;
	--a21-animated-dot-max-color: #b700d3;
	--a21-animated-bg-fill: #fff;
	--a21-animated-bg-stroke: #707774;
	color: #25312d;
	width: 100%;
}

.a21-plz-dot-map-animated__stage {
	align-items: center;
	background: transparent;
	border: 0;
	display: flex;
	justify-content: center;
	min-height: 320px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.a21-plz-dot-map-animated__fallback,
.a21-plz-dot-map-animated__canvas {
	display: block;
	pointer-events: none;
	position: absolute;
}

.a21-plz-dot-map-animated__fallback {
	height: 100%;
	inset: 0;
	width: 100%;
	z-index: 1;
}

.a21-plz-dot-map-animated__canvas {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.a21-plz-dot-map-animated__canvas--settled {
	z-index: 2;
}

.a21-plz-dot-map-animated__canvas--active {
	z-index: 3;
}

.a21-plz-dot-map-animated__fallback-state {
	fill: var(--a21-animated-bg-fill);
	stroke: var(--a21-animated-bg-stroke);
	stroke-linejoin: round;
	stroke-width: 1.35;
	vector-effect: non-scaling-stroke;
}

.a21-plz-dot-map-animated__counter {
	color: #707774;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
	margin: 16px 0 0;
	padding: 0;
	text-align: center;
}

.a21-plz-dot-map-animated__counter-value {
	display: block;
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 600;
}

.a21-plz-dot-map-animated__counter-label {
	display: block;
	font-size: clamp(16px, 1.8vw, 22px);
	font-weight: 500;
	margin-top: 2px;
}

@media (max-width: 767px) {
	.a21-plz-dot-map-animated__stage {
		min-height: 280px;
	}
}
