.paragraph--type--statistics-layer {
	margin-top: 40px;
	& .wrap {
		border: none;
	}
	& .headline {
		color: #1D3873;
		text-align: center;
		font-family: Roboto;
		font-size: 2rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.125;
		letter-spacing: -0.32px;
		margin-bottom: 18px;
	}
	& .statistics-wrapper {
		margin-bottom: 50px;
		& .statistic-item {
			padding: 20px 0;
			& .number {
				color: #0071CE;
				font-family: Roboto;
				font-weight: 400;
				line-height: 0.95;
				letter-spacing: -0.4px;
				margin-bottom: 20px;
			}
			& .subhead {
				color: #686868;
				font-family: Lato;
				font-size: 0.9375rem;
				font-weight: 700;
				letter-spacing: 3px;
				text-transform: uppercase;
			}
			& .percent-changed:empty {
				display: none;
			}
		}
	}
}