@charset "UTF-8";
/* THEME: VARS */
body.overflow {
	overflow: hidden;
	padding-right: 5px;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.awardTerms_conditions {
	font-size: 16px;
}

#award_page {
	position: relative;
	z-index: 9;
}

.modal__inner {
	-webkit-transition: top 0.25s ease;
	transition: top 0.25s ease;
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.modal__inner .inner {
	overflow: auto;
	max-width: 750px;
	background: #b03427;
	background: radial-gradient(circle, rgb(176, 52, 39) 0%, rgb(108, 32, 24) 100%);
	border-radius: 15px;
	corner-shape: scoop;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 15px;
}

.modal__inner .inner > div {
	margin: 15px;
	position: relative;
	background-size: 100%;
}

/* [Object] Modal
 * =============================== */
.modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	z-index: 109;
	display: -webkit-box;
	display: -ms-flexbox;
}

.modal img.awardImg {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	border-radius: 8px;
}

.modal__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.modal-state {
	display: none;
}

.modal-state:checked + .modal {
	opacity: 1;
	visibility: visible;
}

.modal__close {
	position: fixed;
	right: 1em;
	top: 1em;
	width: 2.5em;
	height: 2.5em;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 55;
}

.modal__close svg {
	width: 100%;
}

.modal__bar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
}

.next_button img {
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	height: auto;
}


.modal__close:after {
	content: "×";
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 1.5em;
}

.awardDetailsTitle {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #761712;
	paint-order: stroke fill;
}
.awardDetailsTitle2 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}

.highlight {
	background: linear-gradient(to top, #761712 50%, transparent 50%);
	padding: 0 5px;
}

.limited_offer {
	color: rgb(255, 0, 17);
}

.awardPageTC {
	font-size: 0.6rem;
	color: #fff;
	line-height: 0.9 rem;
	font-weight: lighter;
}

.awardPageDetails {
	color: #fff;
	font-size: 1rem;
}

.award_title {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}

.award_title1 {
	text-align: center;
	color: #fff;
	font-weight: medium;
	font-size: 1.2rem;
}

.award_title2 {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
}

.awardDetailsHeader {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 20px 30px;
	max-width: 480px;
}

.awardLine {
	width: 95%;
	margin: 0 auto;
	display: block;
	padding: 15px;
}

@media screen and (max-width: 767px) {
	.awardTerms_conditions {
		padding: 0 10px 10px 10px;
	}
	.modal__inner .inner {
		width: 90%;
	}
}
@media screen and (min-width: 768px) {
	.awardTerms_conditions {
		padding: 0 20px 20px 20px;
	}
	.modal__inner .inner {
		width: 100%;
	}
}
/* small screen*/
@media screen and (max-width: 576px) {
	.modal__inner .inner {
		height: auto;
		max-height: 90%;
	}
	.next_button {
		padding: 0 3px;
	}
}
@media screen and (min-width: 577px) {
	.modal__inner .inner {
		height: auto;
		max-height: 96%;
	}
	.next_button {
		padding: 0 15px;
	}
}
#snow {
	opacity: 0.05;
	z-index: 0;
	position: fixed;
	height: 100%;
}

.awardDetailsImage {
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}

#get_award:hover {
	transform: translateY(2px);
	background-position: right;
}
#get_award2:hover {
	transform: translateY(2px);
	background-position: right;
}
