*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

.lpd-snippet-1-sp{
	padding: 120px 0;
	overflow: hidden;
}
.lpd-snippet-1-sp-wrap{
	max-width: 450px;
}
.lpd-snippet-1-sp-item{
	border-radius: 100px;
	background: linear-gradient(225deg, #8A3BEE 0%, #F200B7 39%, #FE9402 91.67%);
	padding: 3px;
	display: block;
}
.lpd-snippet-1-sp-bg{
	background: #fff;
	border-radius: 100px;
	padding: 3px;
}
.lpd-snippet-1-sp-bg img{
	border-radius: 100px;
	width: 100%;
}

.popup{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(17, 17, 17, 0.4);
	width: 100%;
	height: 100%;
	z-index: 99;
	align-items: center;
	justify-content: center;
}
.popup-content{
	overflow: auto;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	flex: 1;
}
.popup-close{
	display: flex;
	justify-content: flex-end;
}
.popup-close img{
	cursor: pointer;
}
.ugc-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border: 0;
    box-shadow: transparent;
    aspect-ratio: 9 / 14;
    cursor: pointer;
}

@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
	.lpd-snippet-1-sp .swiper{
	overflow: visible;
}
}

@media (max-width: 479px){
.lpd-snippet-1-sp{
	padding: 50px 0;
}
.popup-content{
	width: 96%;
	flex: inherit;
}
}