.landc-container {
	background: linear-gradient(180deg, #0A1129 0%, #181A1B 100%);
	height: 100vh;
	overflow: hidden;
}
.landc-header {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
}
.landc-image {
	width: 150px;
	height: 150px;
	left: 52px;
	top: 155px;
	border-radius: 50%;
	object-fit: cover;
}
@media(max-width: 340px) {
	.landc-image {
		width: 120px;
		height: 120px;
	}
}
.landc-user-info {
	color: white;
}
.landc-user-info .badge {
	background: #FF003D;
	border-radius: 3px;	
	font-family: Helvetica Neue;
}
.landc-user-info .follower {
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
.landc-user-info .user-info h4 {
	font-family: Helvetica Neue;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	color: #FFFFFF;
    min-width: 140px;
}
.landc-user-info .user-info p {
	font-family: Helvetica Neue;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-align: left;
	color: #17B14F;
}
.landc-user-info .user-info p:before {
    content: '';
    margin: 1px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #17B14F;
}
.landc-cta{
    position: fixed;
    margin-top: 30px;
    bottom: 40px;
    width: 100%;
    z-index: 999;
}
.landc-cta:before {
    content: '';
    display: block;
    border-radius: 50%;
    background: #E52E5A;
    position: absolute;
    width: 300vw;
    padding-top: 300vw;
    left: -90vw;
    /*top: 50px;*/
}
.landc-cta .cta-container {
	position: relative;
}
.landc-cta .btn-landc {
	background: #FFBD3F;
	border-radius: 30px;
	width:80%;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 22px;
}
.landc-cta p {
	color: white;
}
.landc-cta p a{
	color: #FFBD3F;
}









