@font-face {
	font-family: 'FC Barcelona Condensed Pro';
	src: url('/css/fonts/FCBARCELONACONDENSEDPRO-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'FC Barcelona Condensed Pro';
	src: url('/css/fonts/FCBARCELONACONDENSEDPRO-SemiBold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'FC Barcelona Condensed Pro';
	src: url('/css/fonts/FCBARCELONACONDENSEDPRO-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'FC Barcelona Condensed Pro';
	src: url('/css/fonts/FCBARCELONACONDENSEDPRO-ExtraBold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'FC Barcelona Condensed Pro';
	src: url('/css/fonts/FCBARCELONACONDENSEDPRO-Heavy.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

.site-header{
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	background:rgba(24, 23, 51, 0.92);
	border-bottom:1px solid rgba(255,255,255,0.06);
	transition:background .2s ease, box-shadow .2s ease;
}

.site-header.is-fixed{
	position:fixed;
	box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.site-header__row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:75px;
	gap:0;
}

.site-header__brand{
	display:flex;
	align-items:center;
	height:58px;
	margin-top:1px;
	color:#fff;
	position:relative;
	overflow:hidden;
}

.site-header__brand-logo{
	display:block;
	position:relative;

}



.site-header__brand-part--crest{
	inset:-0.01% 67.45% 0.02% 0;

}

.site-header__brand-part--academy{
	inset:10.38% 14.27% 47.74% 39.66%;
	width:81px;
	height:24px;
}

.site-header__brand-part--camp{
	inset:52.38% 0 2.15% 39.67%;
	width:106px;
	height:26px;
}

.site-header__brand-label{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	border:0;
}

.site-header__nav{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:28px;
}

.site-header__nav a{
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	transition:color .2s ease;
	letter-spacing: 1.8px;
}

.site-header__nav a:hover{
	color:#fcc52c;
}

.site-header__cta,
.site-header__mobile-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:196px;
	height:62px;
	padding:0 17px;
	border-radius:6px;
	background:#fcc52c;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	transition:background .2s ease;
}

.site-header__cta:hover,
.site-header__mobile-cta:hover{
	background:#ffd249;
}

.site-header__toggle{
	display:none;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	gap:5px;
	width:44px;
	height:44px;
	padding:0;
	border:1px solid rgba(255,255,255,0.1);
	border-radius:10px;
	background:transparent;
	cursor:pointer;
}

.site-header__toggle span{
	display:block;
	width:18px;
	height:2px;
	background:#fff;
	border-radius:999px;
}

.site-header__mobile-actions{
	display:none;
	align-items:center;
	gap:10px;
}

.site-header__mobile{
	display:none;
	border-top:1px solid rgba(255,255,255,0.06);
	background:#181733;
}

.site-header__mobile-inner{
	display:flex;
	flex-direction:column;
	padding:18px 15px 22px;
}

.site-header__mobile-inner a{
	padding:12px 0;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing: 1.4px;
}

.site-header__mobile-cta{
	margin-top:10px;
	min-width:0;
	width:100%;
}

.site-header__mobile-inline-cta{
	display:none;
	align-items:center;
	justify-content:center;
	min-width:160px;
	height:44px;
	padding:0 14px;
	border-radius:10px;
	background:#fcc52c;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 1.4px;
}

.hero{
	position:relative;
	height:860px;
	background:
		linear-gradient(rgba(9, 10, 25, 0.78), rgba(9, 10, 25, 0.78)),
		url('/images/virtusnovaimg/hero_img.jpg') 50% 36% / cover no-repeat;
}

.hero > .container{
	height:100%;
}

.hero:after{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	height:6px;
	background:#fcc52c;
}

.hero__inner{
	display:flex;
	align-items:flex-end;
	justify-content:center;
	height:100%;
	padding:144px 80px 35px;
}

.hero__title-wrap{
	text-align:center;
}

.hero__title,
.hero__subtitle{
	margin:0;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-weight:700;
	background:linear-gradient(90deg, #154284 0%, #cf122d 100%);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;
	display: inline-block;
}

.hero__title{
	font-size:102px;
	text-transform:uppercase;
}

.hero__subtitle{
	margin-top:10px;
	font-size:80px;
}

.promo-banner{
	padding:44px 30px;
	background:linear-gradient(141deg, rgba(195, 18, 44, 0.18) 25%, rgba(22, 22, 28, 0.28) 59%, rgba(19, 61, 121, 0.24) 86%), #181733;
}

.promo-banner__inner{
	display:grid;
	grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
	align-items:center;
	gap:40px;
	max-width:1324px;
	margin:0 auto;
}

.promo-banner__card{
	padding:46px 69px;
	background:rgba(35,35,43,0.45);
	border-radius:14px;
}

.promo-banner__card-box{
	max-width:523px;
	margin:0 auto;
	padding:40px 0px 47px 85px;
	border:1px solid rgba(255,255,255,0.06);
	border-radius:14px;
}

.promo-banner__price{
	color:#fcc52c;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:54px;
	font-weight:400;
}

.promo-banner__date{
	display:inline-flex;
	align-items:center;
	margin-top:34px;
	padding:8px 14px;
	border:1px solid rgba(255,255,255,0.06);
	border-radius:8px;
	background:rgba(255,255,255,0.04);
	color:rgba(255,255,255,0.32);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:18px;
}

.promo-banner__list{
	margin:20px 0 0;
	padding:0;
	list-style:none;
}

.promo-banner__list li{
	position:relative;
	padding-left:14px;
	color:rgba(255,255,255,0.58);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:23px;
}

.promo-banner__list li + li{
	margin-top:35px;
}

.promo-banner__list li:before{
	content:"";
	position:absolute;
	top:.6em;
	left:0;
	width:4px;
	height:4px;
	border-radius:2px;
	background:#fcc52c;
}

.promo-banner__content{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:40px 20px;
	text-align:center;
}

.promo-banner__title{
	margin:0;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:77px;
	font-weight:700;
	background:linear-gradient(90deg, #154284 0%, #cf122d 100%);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;
}

.promo-banner__button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:227px;
	margin-top:60px;
	padding:19px 34px;
	border:1px solid #fcc52c;
	border-radius:6px;
	background:#fcc52c;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:64px;
	font-weight:700;
	text-transform:uppercase;
	width: 90%;
}

.split-block{
	padding:137px 0 90px;
	background:#0a0927;
}

.split-block--reverse{
	background:#181733;
}

.split-block__inner{
	display:grid;
	grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
	align-items:center;
	gap:64px;
	max-width:1120px;
	margin:0 auto;
	padding:0 15px;
}

.split-block__label{
	position:relative;
	padding-left:28px;
	color:#fcc52c;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing: 3px;
}

.split-block__label:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:20px;
	height:2px;
	background:#fcc52c;
	transform:translateY(-50%);
}

.split-block__title{
	margin:34px 0 0;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:40px;
	font-weight:700;
	background:linear-gradient(90deg, #154284 0%, #cf122d 100%);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;
	display: inline-block;
}

.split-block__text{
	margin-top:21px;
	color:rgba(255,255,255,0.58);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:16px;
	line-height: 28px;
	letter-spacing: 1.0px;
}

.split-block__text p{
	margin:0;
}

.split-block__text p + p{
	margin-top:4px;
}

.split-block__button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-top:50px;
	padding:12px 27px;
	border-radius:6px;
	background:#c2122c;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 2px;
	position: relative;
}
.split-block__button:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #fcc52c;
}

.split-block__media{
	border-radius:14px;
	overflow:hidden;
}

.split-block__media img{
	display:block;
	width:100%;
	height:auto;
}

.why-section{
	padding:96px 0 110px;
	background:#0a0927;
}

.why-section__head{
	max-width:1120px;
	margin:0 auto;
	padding:0 15px;
	text-align:center;
}

.why-section__label{
	position:relative;
	display:inline-block;
	padding-left:28px;
	color:#fcc52c;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing: 3px;
	text-align: left;
	width: 100%;
}

.why-section__label:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:20px;
	height:2px;
	background:#fcc52c;
	transform:translateY(-50%);
}

.why-section__title{
	margin:18px 0 0;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:40px;
	font-weight:700;
	background:linear-gradient(90deg, #154284 0%, #cf122d 100%);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;
	text-transform:uppercase;
	display: inline-block;
}

.why-section__subtitle{
	max-width:443px;
	margin:14px auto 0;
	color:rgba(255,255,255,0.58);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:16px;
}

.why-section__grid{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:20px;
	max-width:1120px;
	margin:60px auto 0;
	padding:0 15px;
}

.why-card{
	padding:28px;
	border:1px solid rgba(255,255,255,0.06);
	border-radius:14px;
	background:rgba(35,35,43,0.4);
}

.why-card__num{
	color:#fcc52c;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:16px;
	font-weight:700;
}

.why-card__title{
	margin:18px 0 0;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 0.8px;
}

.why-card__text{
	margin:16px 0 0;
	color:rgba(255,255,255,0.58);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:14px;
}

.contacts-section{
	padding:96px 0 110px;
	background:#0a0927;
}

.contacts-section__head{
	max-width:1120px;
	margin:0 auto;
	padding:0 15px;
	text-align:center;
}

.contacts-section__label{
	position:relative;
	display:inline-block;
	padding-left:28px;
	color:#fcc52c;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing: 3px;
	width: 100%;
	text-align: left;
}

.contacts-section__label:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:20px;
	height:2px;
	background:#fcc52c;
	transform:translateY(-50%);
}

.contacts-section__title{
	margin:18px 0 0;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:40px;
	font-weight:700;
	background:linear-gradient(90deg, #154284 0%, #cf122d 100%);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;
	text-transform:uppercase;
	display: inline-block;
}

.contacts-section__subtitle{
	margin:14px 0 0;
	color:rgba(255,255,255,0.58);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:16px;
}

.contacts-section__body{
	display:grid;
	grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
	gap:32px;
	max-width:1120px;
	margin:60px auto 0;
	padding:0 15px;
}

.contacts-section__list{
	display:grid;
	gap:12px;
}

.contact-card{
	display:flex;
	align-items:center;
	gap:20px;
	min-height:78px;
	padding:17px 21px;
	border:1px solid rgba(255,255,255,0.06);
	border-radius:14px;
	background:rgba(35,35,43,0.4);
}

.contact-card__icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:44px;
	height:44px;
	border:1px solid rgba(255,255,255,0.06);
	border-radius:10px;
	background:rgba(255,255,255,0.04);
	flex-shrink:0;
}

.contact-card__icon img{
	display:block;
	width:20px;
	height:20px;
}

.contact-card__meta{
	display:flex;
	flex-direction:column;
	gap:4px;
	min-width:0;
}

.contact-card__label{
	color:rgba(255,255,255,0.32);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing: 1.0px;
}
.img_copyright {
	width: 110px;
	display: block;
	position: relative;
	margin: 0 auto;

}
.img_copyright img {
	max-width: 110px;
}
.line_c_b_bk2 {
	display: block;
	margin-top: 6px;
}

.line_c_word {
	display: inline-block;
}
.contact-card__value{
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:15px;
	letter-spacing: 0.9px;
}
.line_c_b_bk {
	display: inline-block;
}
.contact-card--accent .contact-card__value{
	color:#25d366;
}

.contacts-map{
	border:1px solid rgba(255,255,255,0.06);
	border-radius:14px;
	background:rgba(35,35,43,0.4);
	overflow:hidden;
}

.contacts-map__head{
	position:relative;
	padding:16px 20px 16px 36px;
	border-bottom:1px solid rgba(255,255,255,0.06);
	color:rgba(255,255,255,0.58);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:9px;
	text-transform:uppercase;
}

.contacts-map__head:before{
	content:"";
	position:absolute;
	top:20px;
	left:20px;
	width:6px;
	height:6px;
	border-radius:3px;
	background:#fcc52c;
}

.contacts-map__frame{
	position:relative;
	height:390px;
	background:#eee;
}

.contacts-map__frame iframe{
	display:block;
	width:100%;
	height:100%;
	border:0;
}

.contacts-map__note{
	position:absolute;
	right:16px;
	bottom:16px;
	left:16px;
	display:flex;
	align-items:center;
	gap:12px;
	padding:14px 16px;
	border:1px solid rgba(255,255,255,0.06);
	border-radius:10px;
	background:rgba(22,22,28,0.92);
}

.contacts-map__note img{
	display:block;
	width:14px;
	height:14px;
	flex-shrink:0;
}

.contacts-map__note span{
	color:rgba(255,255,255,0.58);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:13px;
	letter-spacing: 0.9px;
}
.signup-form {
	letter-spacing: 0.9px;
}

.stats-section{
	padding:41px 0 41px;
	background:#181733;
}
.stats-section2 {
	background:#181733;
}



.stats-section__grid{
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr));
	gap:21px;
	max-width:1125px;
	margin:0 auto;
	padding:15px;
}

.stat-card{
	padding:25px 25px 32px;
	border-radius:14px;
	background:rgba(35,35,43,0.4);
	text-align:center;
}

.stat-card__overline{
	color:rgba(255,255,255,0.58);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:15px;
}

.stat-card__value{
	margin-top:22px;
	color:#fdc52c;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:64px;
	font-weight:700;
}

.stat-card__icon{
	display:block;
	max-width:131px;
	max-height:113px;
	width:auto;
	height:auto;
	margin:18px auto 0;
}

.stat-card__label{
	margin-top:18px;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:21px;
}

.site-footer{
	padding-top:40px;
	border-top:1px solid rgba(255,255,255,0.06);
	background:#181733;
}

.site-footer__main{
	display:grid;
	grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1.3fr);
	gap:32px;
}

.site-footer__brand{
	display:inline-block;
	position:relative;
	width:177px;
	height:72px;
}

.site-footer__brand-logo{
	display:block;
	position:relative;
	width:177px;
	height:58px;
}

.site-footer__brand-part{
	position:absolute;
	display:block;
	max-width:none;
}

.site-footer__brand-part--crest{
	inset:-0.01% 67.45% 0.02% 0;

}

.site-footer__brand-part--academy{
	inset:10.38% 14.27% 47.74% 39.66%;
	width:81px;
	height:24px;
}

.site-footer__brand-part--camp{
	inset:52.38% 0 2.15% 39.67%;
	width:106px;
	height:26px;
}

.site-footer__brand-note{
	position:absolute;
	right:15px;
	bottom:0;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:15px;
}

.site-footer__text{
	max-width:270px;
	margin:18px 0 0;
	color:rgba(255,255,255,0.75);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:14px;
	letter-spacing: 0.9px;
}

.site-footer__whatsapp{
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin-top:18px;
	padding:11px 16px;
	border:1px solid rgba(37,211,102,0.18);
	border-radius:10px;
	background:rgba(37,211,102,0.07);
	color:#25d366;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size: 11px;
	letter-spacing: 1.0px;
}

.site-footer__whatsapp img{
	display:block;
	width:16px;
	height:16px;
}

.site-footer__nav-col,
.site-footer__contacts-col{
	display:flex;
	flex-direction:column;
	gap:20px;
	padding-top:4px;
}

.site-footer__caption{
	margin-bottom:6px;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:15px;
	font-weight:700;
	letter-spacing: 2px;
}

.site-footer__nav-col a,
.site-footer__contacts-col a,
.site-footer__contacts-col div {
	color:rgba(255,255,255,0.75);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:14px;
	letter-spacing: 0.9px;
}

.site-footer__bottom {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-top:10px;
	padding:9px 0;
	border-top:1px solid rgba(255,255,255,0.06);
	color:rgba(255,255,255,0.75);
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:13px;
	opacity: .7;
	letter-spacing: 1.0px;
}

.site-footer__bottom a {
	color:rgba(255,255,255,0.75);
}

.form-modal{
	position:fixed;
	inset:0;
	z-index:2000;
	display:none;
	align-items:center;
	justify-content:center;
	padding:24px;
}

.form-modal.is-open{
	display:flex;
}

.privacy-modal{
	z-index:2100;
}

.form-modal__overlay{
	position:absolute;
	inset:0;
	background:rgba(7,16,31,0.72);
}

.form-modal__window{
	position:relative;
	width:100%;
	max-width:840px;
	max-height:calc(100vh - 48px);
	padding:32px;
	border:1px solid rgba(194,18,44,0.25);
	border-radius:16px;
	background:rgba(7,16,31,0.96);
	overflow:auto;
}

.privacy-modal .form-modal__window{
	max-width:920px;
}

.form-modal__close{
	position:absolute;
	top:12px;
	right:12px;
	width:36px;
	height:36px;
	border:0;
	border-radius:10px;
	background:rgba(255,255,255,0.06);
	color:#fff;
	font-size:24px;
	cursor:pointer;
}

.signup-form__title{
	color:#fcc52c;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
}

.privacy-content{
	padding-right:8px;
}

.privacy-content p{
	margin:18px 0 0;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:16px;
	line-height:1.5;
}

.signup-form__grid{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:16px;
	margin-top:20px;
}

.signup-form__field{
	display:flex;
	flex-direction:column;
	gap:6px;
}

.signup-form__field span{
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:13px;
	text-transform:uppercase;
}

.signup-form__field input,
.signup-form__field select{
	width:100%;
	height:43px;
	padding:0 14px;
	border:1px solid rgba(194,18,44,0.35);
	border-radius:8px;
	background:rgba(255,255,255,0.04);
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:14px;
	outline:none;
}

.signup-form__field select{
	appearance:none;
}

.signup-form__field select option{
	color:#111;
	background:#fff;
}

.signup-form__split{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:12px;
}

.signup-form__upload{
	position:relative;
	display:flex;
	align-items:center;
	height:46px;
	padding:0 14px;
	border:1px dashed rgba(194,18,44,0.45);
	border-radius:10px;
	background:rgba(255,255,255,0.03);
	overflow:hidden;
}

.signup-form__upload input{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}

.signup-form__upload-text{
	padding-left:30px;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:13px;
	text-transform:none;
}

.signup-form__upload:before{
	content:"↑";
	position:absolute;
	left:14px;
	top:50%;
	transform:translateY(-50%);
	color:#fcc52c;
	font-size:20px;
}

.signup-form__check{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.signup-form__check input{
	flex-shrink:0;
	width:18px;
	height:18px;
	margin:0;
	accent-color:#c2122c;
}

.signup-form__check span{
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:12px;
}

.signup-form__submit{
	width:100%;
	height:42px;
	margin-top:24px;
	border:0;
	border-radius:10px;
	background:#c2122c;
	color:#fff;
	font-family:'FC Barcelona Condensed Pro', sans-serif;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
	letter-spacing: 1.9px;

}


.footer__core {
	position: relative;
}
.footer__core:after, .footer__core:before {
	content: "";
	display: block;
	position: absolute;

	height: 2.4rem;
	z-index: 10;
}
.footer__core:before {
	top: 0;
	background: linear-gradient(0deg, rgba(24, 23, 51, 0), rgba(24, 23, 51, .1));
}
.footer__core:after {
	bottom: 0;
	background: linear-gradient(180deg, rgba(24, 23, 51, 0), rgba(24, 23, 51, .1));
}
.footer__constitutional-pattern {
	position: absolute;
	top: 0;

	height: 100%;
}
.footer__title {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	text-transform: uppercase;
	font-family: fcb-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: 40px 0;
}
.footer__sponsors {
	padding: 2.4rem 0;
}

.footer__constitutional-pattern svg {
	width: 100%;
	height: 100%;
	opacity: .6;
}


.policyb  {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
}
.copywrt  {
	margin-top: 50px;
	font-size: 11px;
	font-weight: 100;
	opacity: 0.4;
}



