.topbanner-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	position:relative;
	z-index: 1;
}

.topbanner-wrapper {
    text-align: left;
}
.data-container {
	width: 1440px;
	margin: 0 auto;
	padding: 58px 64px 80px 64px;
}
.topbanner-wrapper .logo-image {
	width: 64px;
	margin-bottom: 48px;
	cursor: pointer;
	position:relative;
	z-index: 4;
}
.topbanner-wrapper .sub-title {
	 font-family: Roboto, sans-serif;
	 color: var(--user-subtitle-color);
	 font-size: 33px;
	 font-weight: 700;
	 line-height: normal;
	 position:relative;
	z-index: 4;
}
.topbanner-wrapper .description {
	 font-family: Inter, sans-serif;
	 color: #fff;
	 font-size: 21px;
	 font-weight: 400;
	 line-height: normal;
	 margin-bottom: 68px;
	 position:relative;
	z-index: 4;
	width: 550px;
}
.topbanner-wrapper .registration-text {
	font-family: Roboto, sans-serif;
	color: var(--user-subtitle-color);
	font-size: 29px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 24px;
	position:relative;
	z-index: 4;
}
.topbanner-wrapper .main-title {
	font-family: superline-italic;
	font-weight: 700;
	font-style: italic;
	font-size: 172px;
	line-height: 120%;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	position:relative;
	z-index: 4;
}
.topbanner-wrapper a.register-btn {
	background-color: #ffffff;
	text-decoration: none;
	color: #081121;
	border-radius: 40px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 19px 24px;
	display: inline-block;
	margin-right: 16px;
	cursor: pointer;
	position:relative;
	z-index: 4;
}
.topbanner-wrapper a.watch-btn {
	background-color: #fff;
	text-decoration: none;
	color: #fff;
	border-radius: 40px;
	border: 1px solid #fff;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 19px 24px;
	margin-right: 16px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content:center;
	gap: 12px;
	position:relative;
	z-index: 4;
}

.btn-wrapper {
	display:flex;
	align-items:center;
	justify-content: start;
}

.skContentPane-top .dfContainer .content {
	overflow-y: visible;
	padding: 0;
}

.topbanner-wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: var(--user-bg-color);
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}

.inner-text {
	color: #fff;
	font-weight: 400;
	}

@media (max-width: 1400px) {
	.data-container {
		width: auto;
	}
}

@media (max-width: 768px) {
	.inner-text {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 21px;
	display: block;
	}
	
	.priority-text {
		display: block;
	}
	.btn-wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	.topbanner-wrapper .main-title {
		font-size: 72px;
	} 
	
	.topbanner-wrapper .sub-title {
		font-size: 25px;
		word-break: break-word;
		white-space: nowrap;
	}
	
	.topbanner-wrapper .logo-image {
		margin-bottom: 52px;
	}
	
	.topbanner-wrapper .description {
		font-size: 16px;
		margin-bottom: 52px;
		width: auto;
	}
	
	.topbanner-wrapper .registration-text {
		font-size: 21px;
	}
	
	.topbanner-wrapper a.register-btn, .topbanner-wrapper a.watch-btn {
		font-size: 15px;
		padding: 13.5px 16px;
	}
}
