.summon-banner {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.summon-banner__bg {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.summon-banner__bg::before,
.summon-banner__bg::after {
	content: '';
	position: absolute;
	width: 100%;
}

.summon-banner__bg::before {
	top: 0;
	left: 0;
	height: 278px;
	background: linear-gradient(180deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
}

.summon-banner__bg::after {
	bottom: 0;
	left: 0;
	height: 305px;
	background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
}

.summon-banner__bg img,
.summon-banner__bg picture {
	width: 100%;
}

.summon-banner__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.summon-banner__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 566px;
	text-align: center;
}

.summon-banner__title {
	font-weight: 300;
	font-size: 36px;
	line-height: normal;
	color: #f2ceb5;
	text-transform: uppercase;
}

.summon-banner__desc {
	margin-top: 20px;
	font-weight: 300;
	font-size: 14px;
	line-height: normal;
	color: #e6e6e6;
}

.summon-banner__btn {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.summon-banner__mobile-break {
	display: none;
}

@media (min-width: 1441px) {
	.summon-banner {
		height: 1027px;
	}

	.summon-banner__bg,
	.summon-banner__bg img,
	.summon-banner__bg picture {
		height: 100%;
	}

	.summon-banner__bg img,
	.summon-banner__bg picture {
		object-fit: cover;
	}

	.summon-banner__overlay {
		background: rgba(0, 0, 0, 0.25);
	}
}

@media (min-width: 1024px) and (max-width: 1440px) {
	.summon-banner {
		height: 583px;
	}

	.summon-banner__bg,
	.summon-banner__bg img,
	.summon-banner__bg picture {
		height: 100%;
	}

	.summon-banner__bg img,
	.summon-banner__bg picture {
		object-fit: cover;
	}
}

@media (max-width: 1023px) {
	.summon-banner {
		height: 540px;
		min-height: 0;
		padding-top: 0;
		padding-bottom: 0;
		overflow: hidden;
	}

	.summon-banner__bg,
	.summon-banner__bg img,
	.summon-banner__bg picture {
		height: 100%;
	}

	.summon-banner__bg::before,
	.summon-banner__bg::after {
		height: 165px;
	}

	.summon-banner__bg img,
	.summon-banner__bg picture {
		object-fit: cover;
		object-position: center;
	}

	.summon-banner__text {
		left: 50%;
		width: min(335px, calc(100% - 40px));
		max-width: 335px;
		transform: translate(-50%, -50%);
	}

	.summon-banner__title {
		width: min(372px, 100vw);
		max-width: none;
		margin-right: calc((min(335px, calc(100vw - 40px)) - min(372px, 100vw)) / 2);
		margin-left: calc((min(335px, calc(100vw - 40px)) - min(372px, 100vw)) / 2);
		font-size: 24px;
	}

	.summon-banner__desc {
		margin-top: 12px;
	}

	.summon-banner__btn {
		width: 100%;
		margin-top: 24px;
	}

	.summon-banner__mobile-break {
		display: inline;
	}

	.summon-banner__mobile-nowrap {
		white-space: nowrap;
	}
}
