.loyalty--container {
	padding: 60px 30px 30px;
}

@media (min-width: 900px) {
	.loyalty--container {
		padding: 80px 30px;
	}
}

.loyalty--title {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #5C78BF;
}

.loyalty--copy-wrap {
	margin-bottom: 60px;
	font-size: 1.25rem;
}

.loyalty--section-copy {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	max-width: 900px;
	margin: 0 auto;
}

@media (min-width: 900px) {
	.loyalty--title {
		font-size: 60px;
		line-height: 72px;
		margin-bottom: 15px;
	}
	.loyalty--section-copy {
		font-size: 20px;
		line-height: 30px;
	}
}

.loyalty--progress-wrap {
	width: 250px;
	margin: 0 auto 30px;
}

.loyalty--progress {
	position: relative;
	margin: 4px;
	text-align: center;
	margin: 0 auto 30px;
}

.loyalty--bar-overflow {
	position: relative;
	overflow: hidden;
	height: 110px;
}

.loyalty--bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 250px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 15px solid #eee;
	border-bottom-color: #0bf;
	border-right-color: #0bf;
}

.first-mod .loyalty--bar {
	border-bottom-color: #7D9CE3;
	border-right-color: #7D9CE3;
}

.second-mod .loyalty--bar {
	border-bottom-color: #7D9CE3;
	border-right-color: #7D9CE3;
}

.loyalty--percent {
    max-width: 250px;
    margin: 0 auto 0;
    font-size: 4rem;
    /* color: #28af63; */
    color: #3A5699;
    line-height: 1;
    margin-top: -1em;
}

.loyalty--copy {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	text-align: center;
	text-wrap: nowrap;
	/* letter-spacing: -.05rem; */
}

.loyalty--legend-wrap {
	margin-bottom: 40px;
}

.loyalty--legend-image {
	margin-right: 15px;
}

.loyalty--legend-title {
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}

.loyalty--legend-copy p {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.loyalty--legend-wrap {
		text-align: center;
		max-width: 200px;
		margin: 0 auto 30px;
	}

	.loyalty--legend-image {
		margin-bottom: 10px;
	}
}
