.encrypted-block-wrapper-84039361 {
	position: relative;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #0d1117;
	display: flex;
	align-items: center;
	justify-content: center;
	--color-1: #2b4539;
	--color-2: #61dca3;
	--color-3: #61b3dc;
}

.encrypted-block-canvas-84039361 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;
}

.encrypted-block-content-84039361 {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 2rem;
	background: radial-gradient(circle, rgba(13,17,23,0.8) 0%, rgba(13,17,23,0) 100%);
}

.encrypted-block-title {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}
