.landd-header {
	font-size: 16px;
	text-transform: none;
}

.landd-ig {
	background: none;
}
.landd-ig h5 {
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	color: #181A1B;
}
.landd-ig .ig-images {
	width: 100%;
	position: fixed;
	left: 0;
	top: 370px;
	margin-bottom: 40px;
	background: linear-gradient(180deg, #0A1129 0%, #181A1B 100%);
}
.landd-ig .ig-images .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.33%;
    padding-top: 33.33%;
    border: 1px solid black;
    background: none;
    color: #222;
    overflow: hidden;
	background-size: cover;
}
.landd-cta{
    position: fixed;
    margin-top: 30px;
    bottom: 40px;
    width: 100%;
    z-index: 999;
}
.landd-cta:before {
    
}
.landd-cta .cta-container {
	position: relative;
}
.btn-landd {
	background: #E52E5A;
	border-radius: 6px;
	width:80%;font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
}
.landd-cta p {
	color: white;
}
.landd-cta p a{
	color: #FFBD3F;
}
.landd-image {
	width: 100px;
	height: 100px;
	left: 52px;
	top: 155px;
	border-radius: 50%;
	object-fit: cover;
}

.landd-user-info {
	position: relative;
}
.landc-user-info .badge-container{
	position: absolute;
    margin-left: 40px;
}
.user-info {
	color: white;
}
.user-info h4 {
	font-family: Helvetica Neue;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	
	color: #FFFFFF;
    min-width: 140px;
}
.user-info p {
	font-family: Helvetica Neue;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	
	color: #17B14F;
}
.user-info p:before {
    content: '';
    margin: 1px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #17B14F;
}
.fade-bottom {
	content: '';
	display: block;
	width: 100vw;
	height: 140px;
	bottom: 0;
	position: fixed;
	background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 999;
}







