.ic-8277bc20-wrapper {
	font-family: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
}

.ic-8277bc20-header {
	max-width: 600px;
	margin-bottom: 40px;
}

.ic-8277bc20-logo {
	max-width: 200px;
	height: auto;
	margin-bottom: 20px;
	display: inline-block;
}

.ic-8277bc20-title {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin: 0 0 15px 0;
}

.ic-8277bc20-subtitle {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

.ic-8277bc20-card {
	position: relative;
	width: 100%;
	min-height: 450px;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
}

.ic-8277bc20-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(20,20,20,0.95) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.ic-8277bc20-card-content {
	padding: 40px;
	color: #fff;
}

.ic-8277bc20-card-subtitle {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0.9;
}

.ic-8277bc20-card-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.ic-8277bc20-card-desc {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px 0;
	opacity: 0.9;
}

.ic-8277bc20-link {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
}

.ic-8277bc20-link:hover {
	opacity: 0.8;
	color: #fff;
}

.ic-8277bc20-link svg {
	margin-left: 8px;
}
