<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Gilroy;
	font-weight: 400;
	src: url("../font/Gilroy-Regular.ttf");
}
@font-face {
	font-family: Gilroy;
	font-weight: 500;
	src: url("../font/Gilroy-Medium.ttf");
}
@font-face {
	font-family: Gilroy;
	font-weight: 700;
	src: url("../font/Gilroy-Bold.ttf");
}
/* width */
html::-webkit-scrollbar {
	width: 10px;
}
/* Track */
html::-webkit-scrollbar-track {
	background: #261279;
}
/* Handle */
html::-webkit-scrollbar-thumb {
	background: #ef21af;
	border-radius: 30px;
}
/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
	background: #d4ff03;
}
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Gilroy", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #02041f url("../images/bg.jpg")no-repeat top center; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.header-sec {
    background: linear-gradient(to right, rgba(40, 19, 126, 1) 0%, rgba(0, 0, 43, 1) 100%);
    height: 70px;
    padding: 0 10px;
    position: relative;
    z-index: 99;
}
.logo {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 5px;
    text-align: center;
    max-width: 150px;
    margin: auto;
    transition: 0.3s;
}
.top-sec {
	padding: 0  0 45px;
	position: relative;
	text-align: center;
}
.banner-top img {
	width: 100%;
}
.xtitle {
    padding: 30px 0;
}
.content-wrap {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
	line-height: 1.3;
    padding-bottom: 40px;
}
.video-wrapper {
    background: rgb(17, 8, 76, 0.7);
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.footer-sec {
    background: #00002b url(../images/footer-bg.jpg?v2) no-repeat top center;
    background-size: 100%;
    padding: 30px 0;
	color: #fff;
}
.social-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 15px;
	margin-bottom: 20px;
    border-bottom: 1px solid #1b1a56;
}
.follow-wrap {
    font-weight: 500;
}
.follow-wrap a {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}
.follow-wrap a:hover {
	color: #ef21af;
}
button.footer-language-btn {
    color: #fff;
    background: #1a2855;
    border: none;
    padding: 4px 10px 4px 15px;
    border-radius: 40px;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.footer-language-btn img {
	height: 25px;
}
.dropdown-menu.ft-language {
    min-width: 220px;
    padding: 0;
    border-radius: 10px;
    overflow: auto;
    border: none;
    background: #1a2855;
}
.lang-ftmenu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 10px 4px 15px;
	color: #fff;
}
.lang-ftmenu a img {
	height: 25px;
}
.lang-ftmenu a:hover {
	background: #ef21af;
}
.footer-row-wrapper {
    display: grid;
    grid-template-columns: 30% auto;
    grid-gap: 15px;
	padding-bottom: 20px;
    border-bottom: 1px solid #1b1a56;
}
.gcb-wrap {
    display: grid;
    grid-template-columns: 110px auto;
    grid-gap: 10px;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 0 0;
}
.gcb-logo {
	max-width: 110px;
}
.payment-column {
    display: grid;
    grid-template-columns: 40% 30% 30%;
	grid-gap: 10px;
}
.logo-party {
	margin-top: 10px;
}
.logo-party img {
    max-height: 48px;
    margin: 0 4px 5px 0px;
}
.copyright {
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
}


@media(max-width: 991px) {
.footer-row-wrapper {
    grid-template-columns: auto;
}	
.gcb-wrap {
    grid-template-columns: auto;
}
.banner-top img {
    object-fit: cover;
    height: 35vw;
}	
}

@media(max-width: 767px) {
.header-sec {
    height: 55px;
}	
.logo {
    max-width: 115px;
}	
.payment-column {
    grid-template-columns: auto;
}
.content-wrap {
    font-size: 15px;
}	
.social-wrap {
    justify-content: center;
    flex-direction: column;
}	
.follow-wrap {
    margin-bottom: 10px;
}	
}

@media(max-width: 480px) {
.header-sec {
	height: 45px;
}	
.logo {
	max-width: 90px;
}	
.logo-party img {
    max-height: 38px;
}
.gcb-wrap {
	grid-template-columns: 110px auto;
	align-items: center;
}
.video-wrapper {
    padding: 5px;
}	
}











</pre></body></html>