<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-box {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-start {
	align-items: flex-start;
}

.flex-end {
	align-items: flex-end;
}

.justify-left {
	justify-content: flex-start;
}

.justify-right {
	justify-content: flex-end;
}

::before,
::after {
	content: "";
	display: none;
}

#head-bar {
	padding: 10px 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: all .3s ease-in-out;
}

#head-bar #site-nav .nav-item {
	padding: 0 25px;
	position: relative;
}

#head-bar.sticky {
	background: #fff;
}

#head-bar.sticky a.nav-link {
	color: #333!important;
}

#head-bar .navbar-dark .navbar-toggler {
	border-color: rgb(40, 145, 116);
	outline: none;
	transition: 0.3s ease all !important;
}

#head-bar .navbar-dark .navbar-toggler:hover {
	background: #051b48;
}

#head-bar.solid-bg {
	background: rgba(3, 80, 90, 1);
}

#head-bar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(189, 235, 222)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand.mobile-only {
	display: none;
}

#site-nav ul li a {
	font-family: 'Poppins', sans-serif;
}

#site-nav ul li a:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#site-nav ul li.active a:after,
#site-nav ul li a:hover:after {
	background-color: #F3C981;
}

/* End Header styles */

/* bonus-page - start */
/* .bp-gradientbg2 {
	background: rgb(39, 102, 207);
	background: -moz-linear-gradient(left, rgba(39, 102, 207, 1) 0%, rgba(93, 45, 151, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(39, 102, 207, 1) 0%, rgba(93, 45, 151, 1) 100%);
	background: linear-gradient(to right, rgba(39, 102, 207, 1) 0%, rgba(93, 45, 151, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2766cf', endColorstr='#5d2d97', GradientType=1);
	position: relative;
}

.bp-gradientbg {
	background: #072548;
	background: -moz-linear-gradient(left, #072548 0%, #063547 100%);
	background: -webkit-linear-gradient(left, #072548 0%, #063547 100%);
	background: linear-gradient(to right, #072548 0%, #063547 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#874bd6', endColorstr='#565cd3', GradientType=1);
	position: relative;
} */

.bp-gradientbg .col1 {
	float: right;
}

/* .bp-gradientbg::after,
.bp-gradientbg::before {
	content: "";
	background-image: url('../images/tri_before.png');
	width: 100%;
	height: 72px;
	display: block;
	background-size: 100% 100%;
	position: absolute;
} */

.bp-gradientbg::after {
	top: 0;
	left: 0;
	transform: rotate(180deg);
}

.bp-gradientbg::before {
	bottom: 0;
	left: 0;
}

.rrb-title {
	text-transform: uppercase;
	font-family: 'Nunito-Black';
}

.bp-section .divider-style1 {
	margin: 12px 0 36px
}

.bp-section .button {
	text-align: center;
	margin-left: 0;
	margin-top: 40px;
	color: #ffffff;
	text-decoration: none;
	padding: 16px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Nunito-Bold';
}

.bp-section:nth-child(2n+1) .button {
	background: transparent !important;
	border: 1px solid;
}

.bp-section:nth-child(2n+1) .button:hover {
	background: rgb(0 174 239) !important;
	border: 1px solid;
}

.bp-section .img-responsive {
	margin-top: 50px;
}

#bonus-page-banner {
	background: #06153c;
	padding: 150px 0;
	position: relative;
	background: #853186;
	background: -moz-linear-gradient(45deg, #853186 0%, #852e81 30%, #f7366c 70%, #fef761 100%);
	background: -webkit-linear-gradient( 45deg, #853186 0%,#852e81 30%,#f7366c 70%,#fef761 100%);
	background: linear-gradient( 45deg, #853186 0%,#852e81 30%,#f7366c 70%,#fef761 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#853186', endColorstr='#fef761',GradientType=1 );
}

#bp-sec1,
#bp-sec3,
#bp-sec5,
#bp-sec7,
#bp-sec9,
#bp-sec11,
#bp-sec13,
#bp-sec16,
#bp-sec18 {
	background: #fff;
	position: relative;
}

#bp-sec1 p,
#bp-sec3 p,
#bp-sec5 p,
#bp-sec7 p,
#bp-sec9 p,
#bp-sec11 p,
#bp-sec13 p,
#bp-sec16 p,
#bp-sec18 p{
	color: #565656!important;
}

#bp-sec1 p a,
#bp-sec3 p a,
#bp-sec5 p a,
#bp-sec7 p a,
#bp-sec9 p a,
#bp-sec11 p a,
#bp-sec13 p a,
#bp-sec16 p a,
#bp-sec18 p a{
	color: #F8436B!important;
}

#bp-sec2 .title-area h2, #bp-sec2 .title-area h4,
#bp-sec4 .title-area h2, #bp-sec4 .title-area h4,
#bp-sec6 .title-area h2, #bp-sec6 .title-area h4,
#bp-sec8 .title-area h2, #bp-sec8 .title-area h4,
#bp-sec10 .title-area h2, #bp-sec10 .title-area h4,
#bp-sec12 .title-area h2, #bp-sec12 .title-area h4,
#bp-sec14 .title-area h2, #bp-sec14 .title-area h4,
#bp-sec17 .title-area h2, #bp-sec17 .title-area h4,
#bp-sec19 .title-area h2, #bp-sec19 .title-area h4{
	color: #fff;
}

#bp-sec2,
#bp-sec4,
#bp-sec6,
#bp-sec8,
#bp-sec10,
#bp-sec12,
#bp-sec14,
#bp-sec17,
#bp-sec19 {
	position: relative;
	background: #853186;
	background: -moz-linear-gradient(45deg, #853186 0%, #852e81 30%, #f7366c 70%, #fef761 100%);
	background: -webkit-linear-gradient( 45deg, #853186 0%,#852e81 30%,#f7366c 70%,#fef761 100%);
	background: linear-gradient( 45deg, #853186 0%,#852e81 30%,#f7366c 70%,#fef761 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#853186', endColorstr='#fef761',GradientType=1 );
}

#bonus-page-banner .title-area {
	position: relative;
}

#bonus-page-banner .b-title {
	text-transform: uppercase;
	margin-bottom: 36px;
	position: relative;
	z-index: 99
}

#bp-sec1 .title-area,
#bp-sec8 .title-area {
	margin-bottom: 50px;
}

#bp-sec1 .col .title-area {
	margin-bottom: 0;
}

#bp-sec1 .title-area img {
	max-width: 240px;
}

#bp-sec7 {
	padding-bottom: 72px;
}

#bp-sec8 .title-area h2,
#bp-sec16 .title-area h2 {
	/* text-shadow: 2px 2px 4px #666666; */
	margin: 0;
}

#bp-sec8 .title-area span,
#bp-sec16 .title-area span {
	color: #2fd6e6;
}

/* #bp-sec16 {
	margin-top: 50px;
} */

#bp-sec16 .title-area {
	margin-bottom: 50px;
}

#bp-sec16 .col .title-area h2 {
	margin-bottom: 10px;
}

/* bonus-page - end */

/* Footer styles */
#site-footer {
	padding: 60px 0 0;
	background: #fff;
}

#site-footer .mailto img {
	border-radius: 50%;
	border: 5px solid #ffffff;
}

#site-footer .mailto p {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 15px;
}

#site-footer .mailto .email {
	position: relative;
	font-size: 24px;
	line-height: 24px;
	color: #01a7ff;
	display: block;
	padding: 10px 10px 10px 45px;
	border: 2px solid #01a7ff;
	border-radius: 50px;
}

#site-footer .mailto .email .fa-skype {
	position: absolute;
	left: 0;
	font-size: 35px;
	padding: 10px;
	background-color: #01a7ff;
	border-radius: 50%;
	top: 0;
	transform: translate(-5px, -5px);
}

#site-footer .footer-text {
	width: 100%;
	max-width: 855px;
	margin: 0 auto 70px !important;
}

#site-footer .footer-bottom {
	border-top: 1px solid #221a34;
	padding: 35px 0;
}

#site-footer .footer-nav li a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #cfcdd3;
	color: #565656;
}

#site-footer .copryright-text {
	color: #565656!important;
	font-weight: 700;
}

#site-footer .footer-nav li:last-child a {
	border-right: 0;
}

/* End Footer styles */

@media screen and (max-width: 1199px) {
	#main-header .nav {
		justify-content: center;
	}

	#site-footer .title-area h3 {
		font-size: 25px;
		line-height: 35px;
	}
}

@media screen and (max-width: 991px) {
	#main-header .nav li a {
		padding: 10px;
	}

	#site-footer .footer-bottom {
		padding: 25px 0;
	}

	#site-footer .footer-nav li a {

		font-size: 13px;
		line-height: 23px;
	}
}

@media screen and (max-width: 767px) {
	#main-header .navbar-header {
		flex-grow: 1;
	}

	#main-header .nav {
		padding: 20px 50px;
		margin: 0;
	}

	#main-header .nav li {
		flex-basis: 100%;
		padding: 5px 0;
	}

	#main-header .nav li a {
		padding: 15px;
	}

	#main-header .nav li a::after {
		content: unset;
	}

	#site-footer .footer-nav li a {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width: 440px) {
	#main-header .nav {
		padding: 10px 0;
	}

	#site-footer {
		padding: 30px 0 0;
	}

	#site-footer .mailto p {
		font-size: 25px;
		line-height: 35px;
	}

	#site-footer .mailto .email {
		font-size: 20px;
		line-height: 20px;
	}

	#site-footer .footer-text {
		margin-bottom: 30px !important;
	}
}</pre></body></html>