.gp-impact-ticker__icon {
	display: block;
	margin: 0 auto;
}

.gp-impact-ticker__value {
	font-size: 96px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 105px;
	line-height: 6.56rem;
	margin-top: 2.25rem;
	text-align: center;
	color: #FFFFFF;
}

.gp-impact-ticker__label {
	margin-top: var(--Sizing-Units-XS, 12px);
	font-size: 21px;
	font-size: 1.31rem;
	line-height: 33px;
	line-height: 2.06rem;
	text-align: center;
	color: #FFFFFF;
}

.gp-impact-ticker__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	margin-top: 38px;
	padding: 0 34px;
	border-radius: 22px;
	color: #102b35;
	background: #56c9cb;
	font-size: 1.18rem;
	line-height: 1;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
	transition: background-color 160ms ease, transform 160ms ease;
}

.gp-impact-ticker__button:hover,
.gp-impact-ticker__button:focus {
	color: #102b35;
	background: #6fe0e2;
	text-decoration: none;
	transform: translateY(-1px);
}

@media only screen and (max-width: 992px) {
	.gp-impact-ticker__value {
		font-size: 64px;
		font-size: 4rem;
		line-height: 1.3;
		margin-top: 1.5rem;
	}

	.gp-impact-ticker__label {
		margin-top: 0.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.gp-impact-ticker__value {
		font-size: 48px;
		font-size: 3rem;
		line-height: 1.2;
		margin-top: .75rem;
	}
}

@media only screen and (max-width: 480px) {
	.gp-impact-ticker__value {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 1.15;
		margin-top: .5rem;
	}

	.gp-impact-ticker__label {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.333;
	}
}
