.upload-stats {
	margin-bottom: calc(1.875rem + 7.5vw);
	text-align: center;
}

.upload-stats .block {
	flex: 1 1 auto;
}

.upload-stats .block p {
	color: #abb0c3;
	font-weight: 600;
	font-size: calc(1.26rem + 0.12vw);
}

.upload-stats .block h3 {
	margin-bottom: .0606060606em;
	color: #292e41;
	font-size: calc(1.5375rem + 3.45vw);
}

.upload-stats.type_block .block h3 {
	margin-bottom: 16px;
}

.upload-stats .block > div {
	position: relative;
}

.upload-stats .block > div&:before {
	position: absolute;
	top: 1em;
	bottom: 1em;
	left: 0;
	width: 2px;
	transform: translateX(-50%);
	background-color: #d7dbe5;
	content: '';
}

.upload-stats .block svg,
.upload-stats .block img {
	fill: #4b62f9;
	width: 4em;
	height: 4em;
	margin: 0 auto calc(1.3rem + 0.6vw);
	display: inline-block;
}

.upload-stats.type_block .block img {
	width: 80px;
	height: auto;
	margin-bottom: 24px;
}

.upload-stats .block&:first-child > div&:before {
	display: none;
}

.upload-stats .inner {
	display: flex;
	gap: calc(1.425rem + 2.1vw) 0;
}

.upload-stats h2 {
	margin-bottom: calc(1.35rem + 1.2vw);
	font-size: calc(1.425rem + 2.1vw);
	text-align: center;
}

.upload-stats.type_block h2 {
	font-size: 42px;
	line-height: 56px;
	margin-bottom: 15px;
}

.upload-stats > .wrap {
	width: 100%;
	max-width: 73.5em;
	margin: 0 auto;
	padding-right: .75em;
	padding-left: .75em;
}

.upload-stats.type_block .wrap {
	width: calc(1200px + 16px + 16px);
	padding: 0 16px;
	max-width: 100%;
	margin: 0 auto;
}

.stats_subheading {
	margin-bottom: 2.5rem;
}

.type_block .stats_subheading,
.type_block .stats_subheading p {
	font-size: 20px;
	line-height: 32px;
	color: var(--blue-text);
}

.type_block .stats_subheading {
	margin-bottom: 48px;
	width: 705px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.upload-stats.type_block .block p {
	font-size: 20px;
	line-height: 32px;
	color: #757575;
	font-weight: 600;
}

.upload-stats.type_block.new_style h2 {
	font-size: 46px;
	line-height: 56px;
	font-weight: 600;
	color: var(--primary-900);
	margin-bottom: 0;
}

.upload-stats.type_block.new_style h2,
.upload-stats.new_style .stats_subheading {
	width: 882px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.upload-stats.new_style .stats_subheading {
	margin-top: 16px;
	margin-bottom: 0;
}

.upload-stats.new_style .stats_block {
	margin-top: 64px;
	position: relative;
}

.upload-stats.type_block.new_style .block h3 {
	font-size: 52px;
	line-height: 64px;
	font-weight: 600;
	color: var(--primary-500-blue);
	margin-bottom: 16px;
}

.upload-stats.new_style.type_block .block p {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: var(--neutral-700);
}

.upload-stats.new_style .stats_block:before,
.upload-stats.new_style .stats_block:after {
	content: '';
	display: block;
	position: absolute;
	height: 70px;
	width: 2px;
	background-color: var(--neutral-300);
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.upload-stats .block svg,
	.upload-stats .block img {
		margin: 0 auto 1.75rem;
	}

	.upload-stats {
		margin-bottom: 7.5rem;
	}

	.upload-stats .block p {
		font-size: 1.35rem;
	}

	.upload-stats.type_block .block p {
		font-size: 20px;
		line-height: 32px;
		color: #757575;
		font-weight: 600;
	}

	.upload-stats .block h3 {
		font-size: 4.125rem;
	}

	.upload-stats .inner {
		gap: 3rem 0;
	}

	.upload-stats h2 {
		margin-bottom: 2.25rem;
		font-size: 3rem;
	}

	.upload-stats.type_block h2 {
		font-size: 42px;
		line-height: 56px;
		margin-bottom: 24px;
	}
}

@media (min-width: 768px) {
	.upload-stats.new_style .stats_block {
		justify-content: space-between;
		width: calc(210px + 210px + 210px + 100px + 100px + 100px + 100px);
		margin-left: auto;
		margin-right: auto;
	}

	.upload-stats.new_style .block {
		flex: 0 0 210px;
	}

	.upload-stats.new_style .stats_block:before {
		left: calc(210px + 100px - 1px);
	}

	.upload-stats.new_style .stats_block:after {
		right: calc(210px + 100px - 1px);
	}
}

@media (max-width: 1062px) {
	.upload-stats.new_style .stats_block {
		max-width: 100%;
	}

	.upload-stats.new_style .block {
		flex: 1;
	}

	.upload-stats.new_style .stats_block:before {
		left: 33.33%;
	}

	.upload-stats.new_style .stats_block:after {
		right: 33.33%;
	}
}

@media (max-width: 767px) {
	.upload-stats.type_block h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.type_block .stats_subheading {
		margin-bottom: 32px;
	}

	.type_block .stats_subheading,
	.type_block .stats_subheading p {
		font-size: 16px;
		line-height: 24px;
	}

	.upload-stats.type_block .block img {
		margin-bottom: 0;
	}

	.upload-stats.type_block .block h3 {
		margin-bottom: 6px;
	}

	.upload-stats.type_block.new_style h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.upload-stats.new_style .stats_block {
		margin-top: 32px;
	}

	.upload-stats.type_block.new_style .block h3 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 8px;
	}

	.upload-stats.new_style.type_block .block p {
		font-size: 16px;
		line-height: 24px;
	}

	.upload-stats.new_style .stats_block {
		gap: 24px;
	}

	.upload-stats .block {
		flex: 1;
	}

	.upload-stats.new_style .stats_block:before {
		left: calc(33.33% - 16px + 12px - 1px);
	}

	.upload-stats.new_style .stats_block:after {
		right: calc(33.33% - 16px + 12px - 1px);
	}
}

@media (max-width: 560px) {
	.upload-stats .block svg {
		margin-bottom: 0;
	}

	.upload-stats .block > div&:before {
		display: none;
	}

	.upload-stats .block h3 {
		margin-bottom: 0;
		font-size: 2.25rem;
	}

	.upload-stats .block p {
		font-size: 1rem;
	}

	.upload-stats .block p {
		font-size: 1rem;
	}

	.upload-stats .block svg,
	.upload-stats .block img {
		margin-bottom: 0;
	}
}


.upload-stats.version_v2 {
	background: var(--secondary-for-wp-100, #F2F4F8);
	padding: 6rem 0 !important;
}

body.page-template-default .content > section.upload-stats.version_v2.new_style:first-child {
	margin-top: 73px !important;
	margin-bottom: 0 !important;
}

.upload-stats.version_v2.new_style .block {
        flex: 0 0 213px;
    }

.upload-stats.version_v2.type_block h1 {
	color: var(--primary-900, #1E3851);
	font-size: 3.25rem; 
	font-weight: 600;
	line-height: rfs(4rem);    
	letter-spacing: -0.065rem; 
}

@media (max-width: 768px) {
	.upload-stats.version_v2.type_block h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -1.44px;
	}
}

.upload-stats.version_v2.type_block .stats_subheading,
.upload-stats.version_v2.type_block .stats_subheading p {
	color: var(--neutral-700, #525252);
	font-size: 1.25rem;    /* 20px */
	font-weight: 400;
	line-height: 2rem; 
}

@media (max-width: 768px) {
	.upload-stats.version_v2.type_block .stats_subheading,
.upload-stats.version_v2.type_block .stats_subheading p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	}
}

/* Mobile: single column */
.upload-stats.version_v2 .block {
  flex: 1 1 100%;
  max-width: 100%;
}

/* ≥768px (tablet/desktop): fixed 210px blocks like v1 “New Style” */
@media (min-width: 768px) {
  .upload-stats.version_v2.new_style .block {
    flex: 0 0 214px;
    max-width: 214px;
  }
}

/* <=1062px: switch to thirds (match v1) */
@media (max-width: 1062px) {
  .upload-stats.version_v2.new_style .block {
    flex: 1 1 33.333%;
    max-width: 33.333%;
  }
}

/* Optional: if you also want non-new_style to follow the same breakpoints */
@media (min-width: 768px) {
  .upload-stats.version_v2:not(.new_style) .block {
    flex: 0 0 210px;
    max-width: 210px;
  }
}
@media (max-width: 1062px) {
  .upload-stats.version_v2:not(.new_style) .block {
    flex: 1 1 33.333%;
    max-width: 33.333%;
  }
}