.noData {
	margin: 8px 55px 42px 19px;
	font-size: 24px !important;
	font-weight: normal !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: normal;
	text-align: center;
	text-transform: none !important;
}

.artworksHelp {
	height: 192px;
	margin: 32px 0;
	box-shadow: 0 0 40px 0 rgba(75, 100, 138, 0.05);
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

@media only screen and (max-width: 730px) {
	.artworksHelp {
		height: 263px;
	}
}

@media only screen and (max-width: 528px) {
	.artworksHelp {
		height: 294px;
	}
}

@media only screen and (max-width: 392px) {
	.artworksHelp {
		height: 327px;
	}
}

@media only screen and (max-width: 308px) {
	.artworksHelp {
		height: 347px;
	}
}

@media only screen and (max-width: 286px) {
	.artworksHelp {
		height: 379px;
	}
}

@media only screen and (max-width: 258px) {
	.artworksHelp {
		height: 405px;
	}
}

@media only screen and (max-width: 252px) {
	.artworksHelp {
		height: 432px;
	}
}

.artworksHelp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.artworksHelp .blockHelp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 163px;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 21px 0px 17px 0px;
	border-radius: 4px;
}

@media only screen and (max-width: 730px) {
	.artworksHelp .blockHelp {
		height: 223px;
	}
}

@media only screen and (max-width: 528px) {
	.artworksHelp .blockHelp {
		height: 249.6px;
		padding: 0 34px 0 36px;
	}
}

@media only screen and (max-width: 392px) {
	.artworksHelp .blockHelp {
		height: 277.2px;
		padding: 0 20px 0 24px;
	}
}

@media only screen and (max-width: 308px) {
	.artworksHelp .blockHelp {
		height: 294.8px;
	}
}

@media only screen and (max-width: 286px) {
	.artworksHelp .blockHelp {
		height: 322px;
	}
}

@media only screen and (max-width: 258px) {
	.artworksHelp .blockHelp {
		height: 344.2px;
	}
}

@media only screen and (max-width: 252px) {
	.artworksHelp .blockHelp {
		height: 366.8px;
	}
}

.artworksHelp .blockHelp .helpInfos {
	margin: 0 0 24px;
	font-size: 16px;
	text-align: center;
	padding: 0px 68px;
	line-height: 1.5;
}

@media only screen and (max-width: 730px) {
	.artworksHelp .blockHelp .helpInfos {
		padding: 0 34px;
	}
}

@media only screen and (max-width: 528px) {
	.artworksHelp .blockHelp .helpInfos {
		padding: 0;
	}
}

.blockButtons {
	gap: 16px;
	display: flex;
}

@media(max-width: 640px) {
	.blockButtons {
		flex-direction: column;
	}
}

.modalContent .confirmHelpModal .icon {
	text-align: center;
}

.modalContent .confirmHelpModal .icon i {
	font-size: 2rem;
	color: #c0e895;
	margin: 23px 0 0 0;
}

.modalContent .confirmHelpModal .confirmHelpText {
	text-align: center;
	line-height: 1.5;
}

.modalHelp {
	padding-top: 200px;
}

.modalHelp .confirmHelp {
	text-align: center;
}

.modalHelp .confirmHelp .confirmHelpText {
	margin: 32px 0;
}

@media only screen and (max-width: 480px) {
	.modalHelp {
		padding-top: 0px;
	}
}

.instagram-media {
	margin: 0 auto !important;
}

.youtube-container {
	text-align: center;
}

.youtube-container iframe {
	width: 100%;
}
