html,
.breadcrumbs.breadcrumbs-dark,
.footer-v6 .copyright {
	background-color: rgb(130, 0, 4);
}

.rewards-program-landing-page-wrapper {
	padding: 0 0 50px;
	font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	color: #333;
}

.rewards-program-landing-page-wrapper p {
	color: #333;
	font-size: 16px;
}

.body-content {
	background-image: url("../images/rewards-app-bg.jpg");
}

.rewards-program-logo {
	max-width: 700px;
	width: 25%;
	height: auto;
	margin: 0 auto 30px;
}

@media screen and (max-width: 991px) {
	.rewards-program-logo {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.rewards-program-logo {
		width: 100%;
	}
}

.top-panel {
	border-radius: 10px;
	background-color: white;
	padding: 40px;
	margin-bottom: 11px;
}

.top-panel-content {
	padding-right: 50px;
}

.top-panel > .row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.img-keys-wrapper {
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
}


.img-keys {
	height: 100%;
	width: auto;
	max-height: 100%;
	object-fit: contain;
	display: block;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.top-panel > .row {
		flex-direction: column;
	}

	.img-keys {
		width: 90%;
		height: auto;
		max-width: 275px;
	}

	.img-keys-wrapper {
		height: auto;
		margin-top: 30px;
	}
}

.app-icon-row,
.rewards-button-row {
	margin-left: -5px;
	margin-right: -5px;
}

.app-icon-col,
.rewards-button-col {
	padding-left: 5px;
	padding-right: 5px;
}

.app-store-logo,
.play-store-logo {
	max-height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.or-register-span {
	max-width: 50px;
	text-align: center;
	padding-top: 14px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}

a.btn.btn-register-now {
	width: calc(100% - 50px);
	text-transform: none;
	margin-right: 0;
	padding: 5px 10px;
	height: 38px;
	margin-top: 6px;
	font-size: 16px;
	line-height: 26px;
	background-color: rgb(220, 53, 69);
	letter-spacing: unset;
	margin-bottom: 0;
}

a.btn.btn-register-now::after {
	content: "";
	padding: 0;
}

a.btn.btn-register-now:hover {
	background-color: rgb(220, 35, 51);
}

a.btn.btn-register-now:active {
	background-color: rgb(189, 33, 48);
}

a.btn.btn-register-now:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.top-panel-heading-1 {
	font-size: 43px;
	line-height: 43px;
	font-family: 'Ubuntu';
	font-weight: 700;
	color: #b61c21;
	margin-bottom: 10px;
}

.top-panel-heading-2 {
	font-size: 21px;
	line-height: 22px;
	font-family: 'Ubuntu';
	font-weight: 700;
	color: #b61c21;
	margin-top: 25px;
	margin-bottom: 5px;
}

.log-in-now-link {
	padding-top: 15px;
}

.bottom-panel {
	border-radius: 10px;
	padding: 50px;
	background-color: rgba(0, 0, 0, 0.31);
}

.bottom-panel-heading {
	font-size: 48px;
	line-height: 48px;
	font-family: 'Ubuntu';
	font-weight: 700;
	color: white;
	margin-bottom: 50px;
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
}

.bottom-panel-copy {
	margin-bottom: 30px;
	padding: 0 40px;
	color: #fff;

	p {
		font-size: 16px;
		line-height: 1.6;
		margin: 0;
	}

	ol {
		margin-left: 0;
		padding-left: 1rem;
	}

	li {
		font-size: 16px;
		line-height: 1.6;
	}

	h2 {
		font-size: 28px;
		line-height: 28px;
		font-family: 'Ubuntu';
		font-weight: 700;
		color: #d9382e;
		margin-bottom: 10px;
	}
}

.bottom-panel-divider {
	border: none;
	border-top: 3px solid #797981;
	margin: 40px 40px;
}


.bottom-panel .left-box,
.bottom-panel .right-box {
	padding: 0 0 40px;
	background-color: #fff;
	border-radius: 16px;
	transition: 0.5s all;
	min-height: 500px;
	margin-bottom: 40px;
}

.bottom-panel .left-box .left-box-image,
.bottom-panel .right-box .right-box-image {
	margin-bottom: 20px;
	padding: 10px 15px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	width: 100%;
}

.bottom-panel .left-box .small,
.bottom-panel .right-box .small {
	font-size: 12px;
}

.bottom-panel .left-box .left-box-copy,
.bottom-panel .right-box .right-box-copy {
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.bottom-panel .left-box .left-box-disclaimer,
.bottom-panel .right-box .right-box-disclaimer {
	padding-left: 20px;
	padding-right: 20px;
}

.bottom-panel .left-box .left-box-copy p:last-child,
.bottom-panel .right-box .right-box-copy p:last-child,
.bottom-panel .left-box .left-box-disclaimer p:last-child,
.bottom-panel .right-box .right-box-disclaimer p:last-child {
	margin-bottom: 0;
}

.flex-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin-left: -15px;
	margin-right: -15px;
}

.flex-row .bottom-panel-flex-col {
	width: calc(50% - 30px)
}

.customer-service-box,
.faqs-box,
.terms-and-conditions-box {
	background-color: #ba1d22;
	border-radius: 16px;
	transition: 0.5s all;
	margin-bottom: 40px;
}

.customer-service-box:hover,
.faqs-box:hover,
.terms-and-conditions-box:hover {
	background-color: black;
}

.customer-service-box a,
.faqs-box a,
.terms-and-conditions-box a {
	display: block;
	padding: 40px 20px;
}

.customer-service-box a:hover,
.faqs-box a:hover,
.terms-and-conditions-box a:hover {
	text-decoration: none;
}

.box-icon {
	font-size: 32px;
	width: 100%;
	text-align: center;
	color: white;
}

.box-title {
	color: white;
	font-weight: bold;
	margin-bottom: 16px;
}

.disclaimer-text {
	font-size: 12px;
}

.disclaimer-text,
.disclaimer-text p {
	color: white;
}

@media screen and (min-width: 1200px) {
	.app-store-logo,
	.play-store-logo {
		max-height: 50px;
	}

	a.btn.btn-register-now {
		margin-top: 11px;
	}

	.or-register-span {
		padding-top: 18px;
	}
}

@media screen and (max-width: 767px) {
	.bottom-panel {
		padding: 50px 15px;
	}

	.flex-row .bottom-panel-flex-col {
		width: calc(100% - 30px)
	}
}
