@impor url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
	padding-right: 0;
	padding-left: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
.row--table-lg {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 1200px) {
	.row--table-lg {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.row--table-lg > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--table-md {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 992px) {
	.row--table-md {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.row--table-md > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--table-sm {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 768px) {
	.row--table-sm {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.row--table-sm > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--table-xs {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 480px) {
	.row--table-xs {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
@media (min-width: 480px) {
	.row--table-xs > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--table-xsm {
	margin-right: 0;
	margin-left: 0;
}
.row--tableb-lg {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 1200px) {
	.row--tableb-lg {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
.row--tableb-lg > [class*='col-'] {
	padding-right: 0px;
	padding-left: 0px;
}
@media (min-width: 1200px) {
	.row--tableb-lg > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--tableb-md {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 992px) {
	.row--tableb-md {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
.row--tableb-md > [class*='col-'] {
	padding-right: 0px;
	padding-left: 0px;
}
@media (min-width: 992px) {
	.row--tableb-md > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--tableb-sm {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 768px) {
	.row--tableb-sm {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
.row--tableb-sm > [class*='col-'] {
	padding-right: 0px;
	padding-left: 0px;
}
@media (min-width: 768px) {
	.row--tableb-sm > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--tableb-xs {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 480px) {
	.row--tableb-xs {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
.row--tableb-xs > [class*='col-'] {
	padding-right: 0px;
	padding-left: 0px;
}
@media (min-width: 480px) {
	.row--tableb-xs > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--tableb-xsm {
	margin-right: 0;
	margin-left: 0;
}
.row--tableb-xsm > [class*='col-'] {
	padding-right: 0px;
	padding-left: 0px;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
input,
textarea,
select,
button {
	box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
}
a,
input {
	transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p {
	margin: 0 0 0;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Lato', 'Open Sans', sans-serif;
	color: #484848;
	background: #fff;
}
@media screen and (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 479px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}
a {
	color: #0067b1;
}
a:hover,
a:active,
a:focus {
	color: #000;
}
.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
}
.form {
	text-align: center;
	background: #f5f5f5;
	padding: 70px 0;
}
@media (max-width: 767px) {
	.form {
		padding: 50px 0;
	}
}
@media (max-width: 479px) {
	.form {
		padding: 40px 0;
	}
}
.form__inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}
.form--heading {
	color: #0067b1;
	font-weight: 300;
	font-size: 35px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 35px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	.form--heading {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--heading {
		font-size: 32px;
		line-height: 1.3;
	}
}
.form--subheading {
	font-size: 16px;
	color: #3c3c3c;
	font-weight: 300;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.form--subheading {
		font-size: 13px;
	}
}
.form--form {
	text-align: left;
	padding-top: 30px;
}
@media (max-width: 991px) {
	.form--form {
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	.form--form {
		padding-top: 5px;
	}
}
.form--control {
	padding-top: 30px;
}
@media (max-width: 767px) {
	.form--control {
		padding-top: 25px;
	}
}
.form--label {
	color: #404040;
	padding: 0 0 5px 10px;
}
.form--input,
.form--select,
.form--textarea {
	display: block;
	width: 100%;
	border: 0;
}
.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
	color: #818a91;
}
.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
	color: #818a91;
}
.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
	color: #818a91;
}
.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
	color: #818a91;
}
@media (max-width: 767px) {
	.form--input,
	.form--select,
	.form--textarea {
		background: #fff;
		border-radius: 4px;
	}
}
.form--input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.form--input.form--input-special {
	padding: 0 0 0 100px;
}
.form--error {
	color: #c0392b;
	font-size: 70%;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: normal;
}
.form--customer-label {
	text-align: center;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.form--customer-label {
		padding-top: 0;
	}
}
.form--customer-label span {
	margin-right: 40px;
}
@media (max-width: 767px) {
	.form--customer-label span {
		display: block;
		margin: 0 0 10px 0;
	}
}
.form--customer-label label {
	font-weight: normal;
}
.form--customer-label label + label {
	margin-left: 20px;
}
.form--customer-label input {
	margin-right: 10px;
}
.form--tnc-container {
	margin: 0 0 10px;
}
.form--tnc-input {
	vertical-align: top;
	float: left;
	width: 20px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.form--tnc-input {
		width: 15px;
	}
}
.form--tnc-label {
	padding-left: 10px;
	float: right;
	width: calc(100% - 20px);
}
.form--tnc-label p + p {
	padding-top: 20px;
}
@media (max-width: 767px) {
	.form--tnc-label {
		width: calc(100% - 15px);
	}
}
.form--tnc-label-text {
	color: #404040;
	font-size: 14px;
	font-weight: 300;
}
@media (max-width: 767px) {
	.form--tnc-label-text {
		font-size: 81.25%;
	}
}
@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 75%;
	}
}
.form--submit {
	text-align: center;
}
.form--submit-btn {
	font-weight: 500;
	display: inline-block;
	padding: 15px 60px;
	background: #ef3e42;
	color: #ffffff;
	margin: 40px auto 0;
	border: none;
	font-size: 25px;
	line-height: 1.3;
	border-radius: 10px;
}
@media screen and (max-width: 991px) {
	.form--submit-btn {
		font-size: 23px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	.form--submit-btn {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.form--submit-btn {
		padding: 15px 50px;
		display: inline-block;
	}
}
.form--submit-btn:hover {
	background: #0067b1;
}
.form--disclaimer-wrrapper {
	width: 100%;
	margin: 40px auto 0;
}
.form--disclaimer-wrrapper .form--disclaimer {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.form--disclaimer-wrrapper .form--disclaimer + .form--disclaimer {
	margin-top: 20px;
}
.form--input-wrapper {
	height: 54px;
	line-height: 54px;
	background: #ffffff;
	border: 1px solid #969696;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.form--input-wrapper select {
	background: #ffffff;
}
.form--input-wrapper label {
	font-weight: normal;
}
.form--input-wrapper label + label {
	margin-left: 20px;
}
.form--input-wrapper input {
	margin-right: 10px;
}
.footer {
	color: #404040;
	font-size: 14px;
	line-height: 1.3;
	padding: 0 0 45.28px 0;
}
@media (max-width: 991px) {
	.footer {
		font-size: 10px;
	}
}
@media (max-width: 620px) {
	.footer {
		padding: 0 0 20.58px 0;
	}
}
.footer__top {
	margin: 0 68.38px;
}
@media (max-width: 620px) {
	.footer__top {
		margin: 0 30.38px;
	}
}
.footer__top .footer__tnc {
	color: #0667b0;
	padding: 45.28px 0 22.64px;
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__tnc {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 22.64px 0;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 22.64px 0 11px 0;
	}
}
/* @media (max-width: 767px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 11px 0;
	}
} */
.footer__top .footer__tnc.footer__tnc-premier a {
	color: #002f65;
}
.footer__top .footer__tnc a {
	color: #0667b0;
	padding: 0 10px;
	border-left: 1px solid #0667b0;
	font-size: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__tnc a {
		font-size: 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc a {
		font-size: 14px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc a {
		font-size: 12px;
		line-height: 1.3;
	}
}
.footer__top .footer__tnc a:first-child {
	padding: 0 10px 0 0;
	border-left: none;
	border-right: none;
}
.footer__top .footer__box {
	background: #5bc2e7;
	color: #ffffff;
	font-weight: 300px;
	padding: 45.28px 38.38px;
}
.footer__top .footer__box.footer__box-premier {
	background: #002f65;
}
.footer__top .footer__box.footer__box-premier .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 36px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 16px;
		line-height: 1.3;
	}
}
.footer__top .footer__box.footer__box-premier .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 12px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.footer__top .footer__box {
		padding: 20.58px 38.38px;
	}
}
@media (max-width: 485px) {
	.footer__top .footer__box {
		padding: 20.58px 22.38px;
	}
}
.footer__top .footer__box .footer__box-heading {
	font-size: 55px;
	line-height: 1.3;
}
/* @media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 34px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 768px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 24px;
		line-height: 1.3;
	}
}
/* @media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 26px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 24px;
		line-height: 1.3;
	}
}
.footer__top .footer__box .footer__box-subheading {
	font-size: 45px;
	line-height: 1.3;
}
/* @media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 768px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 20px;
		line-height: 1.3;
	}
}
/* @media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 22px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 20px;
		line-height: 1.3;
	}
}
.footer__top .footer__box .footer__box-subheading a {
	color: #ffffff;
}
.footer__top .footer__box .footer__box-subheading .text--light {
	font-weight: 300;
}
.footer__top .footer__box .footer__box-subheading .footer--number {
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 767px) {
	.footer__mid.footer__mid-long {
		margin: 0 0 22.64px 0;
	}
}
.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
	display: table-cell;
	vertical-align: middle;
}
.footer__mid .footer__mid-left {
	background: #5bc2e7;
	width: 270px;
	padding: 0 45.28px 0 68.38px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left {
		padding: 0 20.75px 0 30.38px;
		width: 170px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-left {
		width: 122.74px;
		padding: 3px 20.75px 3px 30.38px;
	}
}
.footer__mid .footer__mid-left.footer__mid-left-premier {
	background: #002f65;
	padding: 28.7px 22.9px 28.7px 68.38px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left.footer__mid-left-premier {
		width: 140.46px;
		padding: 22.9px 20.75px 22.9px 30.38px;
	}
	.footer__mid .footer__mid-left.footer__mid-left-premier img {
		width: 97.35px;
	}
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left img {
		width: 106px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-left img {
		width: 74px;
	}
}
.footer__mid .footer__mid-right {
	padding: 22.64px 0 0 22.82px;
}
@media (max-width: 991px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px;
	}
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px;
	}
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-right {
		padding: 16px 0 0 30.38px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right {
		padding: 16px 0 0 52.38px;
	}
}
.footer__mid .footer__mid-right.mid-right-short {
	vertical-align: bottom;
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right.mid-right-short {
		display: table-cell;
		padding: 0;
	}
}
.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
	display: table-cell;
	vertical-align: middle;
	color: #818a91;
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right .islam__logo,
	.footer__mid .footer__mid-right .footer__mid-right-text {
		vertical-align: middle;
	}
}
.footer__mid .footer__mid-right .islam__logo {
	width: 42px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 36px;
		display: block;
		float: left;
		margin: 0 12px 4px 0;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 30px;
		margin: 2px 12px 1px 0;
	}
}
.footer__mid .footer__mid-right .islam__logo img {
	width: 100%;
}
.footer__mid .footer__mid-right .footer__mid-right-text {
	font-size: 14px;
	padding: 0 68.38px 0 22.82px;
	text-align: justify;
}
/* @media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 12px;
	}
} */
@media (max-width: 768px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 10px;
		padding: 0 30.38px 0 0;
		display: block;
	}
}
/* @media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0 30.38px 0 0;
	}
} */
.footer__mid .footer__mid-right .footer__mid-right-copyright {
	margin-top: 24.64px;
	text-align: justify;
}
@media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		font-size: 12px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		margin-top: 20.58px;
		padding-right: 30.38px;
	}
}
.footer__btm {
	margin: 45.28px 68.38px 0 106.76px;
	color: #818a91;
	text-align: justify;
}
/* @media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0;
	}
} */
@media (max-width: 768px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 46px;
	}
}

.footer__btm .footer__btm-text p {
	font-size: 14px;
	line-height: 1.3;
}

.footer__btm .footer__btm-text {
	margin-top: 20px;
}
.footer__btm .footer__btm-text a {
	color: #0067b1;
	font-weight: 600;
	text-decoration: underline;
}
.footer__btm .footer__btm-text a.underline {
	text-decoration: underline;
}
.footer__btm .footer__btm-text:last-child {
	margin-top: 30px;
	color: #818a91;
}

.rhb_logo {
	width: 25rem !important;
	position: absolute;
	top: 45px;
}

.rhb_logo_mobile {
	width: 30vw !important;
	position: absolute;
	top: 21px;
}

.show--sm {
	display: none;
}

@media (max-width: 768px) {
	.show--sm {
		display: block;
	}
}

@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
}
@media (max-width: 767px) {
	.hide--sm {
		display: none;
	}
}
@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}
@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
}

#banner img {
	width: 100%;
}

#banner {
	height: 94vw;
}

.intro {
	background: linear-gradient(#ffffff, #b1e2f3);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	text-align: center;
	padding: 48px 0 10px;
}
@media (min-width: 768px) {
	.intro {
		padding-top: 82px;
	}
}
.intro .intro__heading,
.intro .prize__heading {
	color: #0067b1;
	margin: 0 auto;
	font-size: 36px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.intro__desc .intro__heading,
	.intro .prize__heading {
		font-size: 36px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	.intro .intro__heading,
	.intro__desc .prize__heading {
		font-size: 33px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.intro .intro__heading,
	.intro .prize__heading {
		font-size: 26px;
		line-height: 1.3;
	}
}
.intro .intro__desc,
.benefits__desc .intro__desc .prize__desc {
	color: #404040;
	font-size: 22px;
	margin: 0 auto;
	line-height: 1.6;
}
.intro .intro__heading {
	/* max-width: 490px; */
	margin-bottom: 36px;
}
@media (min-width: 768px) {
	#intro .intro__heading {
		max-width: 820px;
	}
}
.intro .intro__desc,
.benefits .benefits__desc {
	max-width: 542px;
	margin-bottom: 48px;
}
@media (min-width: 768px) {
	.intro .intro__desc,
	.benefits .benefits__desc {
		max-width: 820px;
		margin-bottom: 48px;
	}
}
.intro .prize__heading {
	max-width: 542px;
	margin-bottom: 70px;
}
@media (min-width: 768px) {
	.intro .prize__heading {
		max-width: 611px;
	}
}

.benefits .benefits__desc {
	max-width: 542px;
	margin-bottom: 48px;
}
@media (min-width: 768px) {
	.benefits .benefits__desc {
		max-width: 561px;
		margin-bottom: 48px;
	}
}

.intro .prize__heading .logo {
	padding-top: 15px;
	width: 110px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.intro .prize__heading .logo {
		width: 148px;
	}
}
.intro .prize__desc {
	max-width: 560px;
}
@media (min-width: 768px) {
	.intro .prize__desc {
		max-width: 622px;
	}
}

.benefits__heading {
	margin: 20px auto 0;
	max-width: 322px;
	font-size: 36px;
	line-height: 1.3;
	color: #0067b1;
}
/* @media screen and (max-width: 991px) {
	.benefits__heading {
		font-size: 35px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 767px) {
	.benefits__heading {
		font-size: 26px;
		line-height: 1.3;
	}
}

@media (min-width: 480px) {
	.benefits__heading {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
}
.benefits__desc {
	color: #404040;
	font-size: 22px;
	margin: 0 auto;
	line-height: 1.6;
}
.benefits__p {
	color: #404040;
	font-size: 18.5px;
	margin: 5px auto 20px;
	line-height: 1.3;
}
.benefits__heading .logo img {
	padding-top: 10px;
	width: 84px;
	height: 100px;
}
@media (min-width: 480px) {
	.benefits__heading .logo img {
		width: 104px;
		height: 120px;
	}
}
@media (min-width: 768px) {
	.benefits__heading .logo img {
		padding-top: 0;
		width: 119px;
		height: 130px;
		transform: translateY(-24%);
		padding-left: 5px;
	}
}
.card--benefit {
	padding-bottom: 40px;
}
.card--benefit .card__icon img {
	margin: 0 auto;
	transform: translateX(-19px);
}
.card--benefit .card__desc {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	margin: 10px auto 0;
	max-width: 249px;
}
@media (min-width: 768px) {
	.card--benefit .card__desc {
		margin-top: 5px;
	}
}
#register {
	padding: 0px 0;
	background: url(../images/bg.jpg);
	/* width: 100%; */
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	#register {
		padding: 20px 0;
		background: url('../images/bg_mobile.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
}
#register .register__heading {
	color: #0067b1;
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
	font-size: 36px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	#register .register__heading {
		font-size: 35px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	#register .register__heading {
		font-size: 33px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	#register .register__heading {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media (min-width: 768px) {
	#register .register__heading {
		max-width: 700px;
	}
}
.register__tab-content {
	padding: 20px 0 0;
	position: relative;
}

.register_container {
	position: absolute;
	right: 15%;
	top: 30%;
	width: 300px;
}

.register_slick img {
	max-width: 415px;
	float: right;
}
@media (max-width: 767px) {
	.register__tab-content {
		padding: 20px 0 0;
	}
	.register_slick img {
		max-width: 357px;
		width: 70% !important;
	}
}
@media (max-width: 991px) {
	.register__slick-tab-mobile-wrapper {
		max-width: 211px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		top: -4px;
	}
}
.register__slick-mobile {
	margin-right: 20px;
}
@media (max-width: 991px) {
	.register__slick-mobile {
		margin-right: 0;
	}
}
.register__phone {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-46%);
	width: 223.5px;
}
@media (max-width: 991px) {
	.register__phone {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -47%);
	}
}
@media (max-width: 479px) {
	.register__phone {
		width: 201.5px;
	}
}
@media (max-width: 991px) {
	.register__phone img {
		margin: 0 auto;
	}
}
.register__slick-img-mobile {
	width: 211px;
	opacity: 0.78;
}
@media (max-width: 991px) {
	.register__slick-img-mobile {
		opacity: 0;
	}
}
@media (max-width: 767px) {
	.register__slick-img-mobile {
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
}
@media (max-width: 479px) {
	.register__slick-img-mobile {
		width: 190px;
	}
}
.register__slick-img-mobile.slick-slide,
.register__slick-img-mobile.slick-cloned {
	margin: 0 50px;
}
@media (max-width: 991px) {
	.register__slick-img-mobile.slick-slide,
	.register__slick-img-mobile.slick-cloned {
		margin: 0 50px;
	}
}
.register__slick-img-mobile.slick-active {
	opacity: 0.41;
}
.register__slick-img-mobile.slick-current
	+ .register__slick-img-mobile.slick-active {
	opacity: 0.78;
}
.register__slick-img-mobile.slick-current {
	opacity: 1;
}
.register__tab-content-right {
	max-width: 350px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.register__tab-content-right {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.register__tab-content-right {
		margin-top: 40px;
	}
}
.register__slick-text-step {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 8px;
	color: #0067b1;
}
.register__slick-text-heading {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 13px;
}
.register__slick-text-subheading {
	font-weight: 300;
	font-size: 17px;
	line-height: 1.3;
}
.register__arrow-wrapper {
	position: relative;
	margin-top: 20px;
}
.register__arrow-wrapper table {
	max-width: 100px;
	width: 100%;
}
@media (max-width: 991px) {
	.register__arrow-wrapper table {
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	.register__arrow-wrapper table td img {
		margin: 0 auto;
	}
}
#payment {
	text-align: center;
	padding: 100px 16px 80px;
}
@media (min-width: 480px) {
	#payment {
		padding: 146px 16px 115px;
	}
}
@media (min-width: 768px) {
	#payment {
		padding: 95px 16px 115px;
		background-size: 100% 100%;
	}
}
#payment .payment__heading {
	color: #0067b1;
	margin: 0 auto;
	max-width: 900px;
	font-size: 35px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	#payment .payment__heading {
		font-size: 35px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	#payment .payment__heading {
		font-size: 33px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	#payment .payment__heading {
		font-size: 26px;
		line-height: 1.3;
	}
}
#payment .payment__hero {
	margin: 0 auto 38px;
	max-width: 600px;
}
@media (min-width: 768px) {
	#payment .payment__hero {
		max-width: 100%;
	}
}
#payment .payment__hero img {
	margin: 0 auto;
}
#payment .payment__desc {
	color: #8b8b8b;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 541px;
}
@media (min-width: 768px) {
	#payment .payment__desc {
		max-width: 600px;
	}
}
#download {
	background:linear-gradient(#f0f2f1, #FFFFFF);
	padding: 30px 0 60px;
}
/* @media (min-width: 480px) {
	#download {
		padding: 82px 0 121px;
	}
} */
@media (max-width: 768px) {
	#download {
		padding: 103px 0 91px;
	}
}
#download .download__box--left {
	text-align: center;
	margin-bottom: 30px;
}
@media (min-width: 480px) {
	#download .download__box--left {
		margin-bottom: 55px;
	}
}
@media (min-width: 768px) {
	#download .download__box--left {
		text-align: left;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	#download .download__box--left {
		padding-left: 40px;
	}
}
#download .download__heading {
	color: #0067b1;
	margin-bottom: 10px;
	padding-right: 15px;
	font-size: 35px;
	line-height: 1.3;
	text-align: center;
	/*max-width: 800px;
	margin: auto;*/
}
@media screen and (max-width: 991px) {
	#download .download__heading {
		font-size: 35px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	#download .download__heading {
		font-size: 33px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	#download .download__heading {
		font-size: 26px;
		line-height: 1.3;
	}
}
#download .download__desc {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 426px;
}
@media (min-width: 768px) {
	#download .download__desc {
		max-width: 278px;
		margin: 0;
	}
}
#download a {
	display: inline-block;
	max-width: 227px;
}
#download a:hover {
	opacity: 0.8;
}
#download {
	text-align: right;
}
@media (min-width: 768px) {
	#download {
		text-align: left;
	}
}

.youtube_vids {
	height: 408px;
	width: 740px;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.youtube_vids {
		height: 200px;
		width: 300px;
	}
}

.category__table {
	/* margin-bottom: 30px; */
	width: 100%;
	border-radius: 0 0 9px 9px;
	border-collapse: collapse;
	overflow: hidden;
	border-style: unset;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.category__table th,
.category__table td {
	padding: 12px 36px;
	border: 2px solid #186aa5;
	text-align: center;
	font-size: 18px;
}

.category__table th,
.category__table-highlight {
	color: #fff;
	background-color: #0067b1;
	border: 1px solid #fff !important;
	font-size: 24px;
}

.category__table-head {
	background-color: #d7f0f8;
}

.category__table td {
	background-color: #fff;
	color: #0067b1;
	line-height: 1.2;
}

.table-bordered {
	border: 1px solid #186aa5;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #186aa5;
}

.category__table-body b {
	font-size: 38px;
}

.dotted_lines {
	border-top: 4px dotted #0067b1;
	width: 90%;
	margin: 48px auto;
}

.benefits__desc {
	color: #404040;
}

.steps {
	border: 1px solid #404040;
	width: inherit;
	margin: 0 auto 18px;
	padding: 6px 0;
	border-radius: 8px;
	font-weight: 600;
	color: #404040;
}

.steps_img {
	height: 136px;
}

.steps_desc {
	padding: 18px 0;
	line-height: 1.3;
	font-size: 16px;
}

.steps_container {
	border-left: 1px solid #707070;
}

.steps_question {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	text-align: left;
	padding: 8px 24px;
	margin-top: 40px;
}

.register_arrows_container {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 30px;
	color: #0067b1;
	font-weight: bold;
}

#registerSteps {
	margin: 0 24px;
}

.slick-dots {
	display: flex;
	justify-content: left;
	margin-top: 24px;
}

.slick-dots li {
	margin: 0 18px;
	width: 12px;
}

.slick-dots img {
	width: 100%;
}

.slick-dots li img:nth-child(1) {
	display: block;
}

.slick-dots li img:nth-child(2) {
	display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
	display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
	display: block;
}

.register_arrow_left,
.register_arrow_right {
	cursor: pointer;
}

.register_desc {
	/* margin-left: 24px; */
	font-size: 20px;
	color: #484848;
}

.register_slick_container {
	width: 60%;
}

.qr_container {
	display: flex;
	justify-content: center;
}

.qr_container img {
	padding: 0 18px;
}

.partner_link {
	position: absolute;
	bottom: 40px;
	right: 85px;
	width: 50px;
	height: 25px;
	opacity: 0;
	cursor: pointer;
}

.bayarlah_text {
	font-size: 22px;
}

.bayarlah_text ul li {
	list-style-type: disc;
}

.steps_title {
	color: #0067b1;
	font-size: 18px;
	font-weight: bold;
}

.steps_body {
	color: #484848;
	font-size: 18px;
}

#partner {
	background-image: url(../images/bayarlah.png);
	background-size: 100%;
	background-repeat: no-repeat;
	max-width: 1200px;
	margin: auto;
	padding: 24px 0;
}

@media (max-width: 1199px) {
	.bayarlah_text {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.register_arrows_container,
	.slick-dots {
		justify-content: center;
	}

	.register_container {
		position: unset;
		width: unset;
	}

	.register_desc {
		text-align: center;
		font-size: 18px;
	}

	.register_slick_container {
		width: unset;
	}

	.register_slick img {
		float: unset;
		margin: auto;
		width: 100%;
	}

	.register_arrows_container {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.category__table th {
		padding: 12px 24px;
		font-size: 18px;
	}

	.category__table td {
		padding: 12px 24px;
		font-size: 16px;
	}

	.category__table-body b {
		font-size: 32px;
	}

	.dotted_lines {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.steps_container {
		border-left: unset;
	}

	.steps {
		margin: 24px auto;
		width: fit-content;
		padding: 8px 24px;
	}
}
