.rab-hero {
	color: var(--rab-white);
	overflow: hidden;
	position: relative;
}

.rab-hero__slide {
	align-items: center;
	min-height: 680px;
	overflow: hidden;
	padding: 130px 0 105px;
	position: relative;
}

.rab-hero .carousel-item.active,
.rab-hero .carousel-item-next,
.rab-hero .carousel-item-prev {
	display: flex;
}

.rab-hero__slide::before {
	background: linear-gradient(110deg, rgba(7, 29, 74, 0.95), rgba(31, 103, 168, 0.87));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.rab-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.rab-hero__slide > .container {
	position: relative;
	z-index: 2;
}

.rab-hero__kicker {
	color: #b8dcfb;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.7;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.rab-hero h1 {
	color: var(--rab-white);
	font-size: clamp(40px, 6vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	margin: 16px 0 24px;
	max-width: 880px;
}

.rab-hero__text {
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 34px;
	max-width: 760px;
}

.rab-hero__panel {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
	color: var(--rab-ink);
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 34px;
}

.rab-hero__panel img {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	width: 300px;
}

.rab-hero__panel-title {
	color: var(--rab-navy);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.7;
	margin-bottom: 6px;
}

.rab-hero .btn {
	border-radius: 6px;
	font-weight: 700;
	padding: 12px 22px;
}

.rab-hero .btn-primary {
	background: var(--rab-blue);
	border-color: var(--rab-blue);
}

.rab-hero .btn-primary:hover,
.rab-hero .btn-primary:focus {
	background: #144f88;
	border-color: #144f88;
}

.rab-hero .btn-outline-light {
	border-color: rgba(255, 255, 255, 0.7);
}

.rab-hero .btn:focus-visible,
.rab-hero .carousel-control-prev:focus-visible,
.rab-hero .carousel-control-next:focus-visible,
.rab-hero .carousel-indicators [data-bs-target]:focus-visible {
	box-shadow: 0 0 0 3px rgba(184, 220, 251, 0.42);
	outline: 2px solid #b8dcfb;
	outline-offset: 2px;
}

.rab-hero__statement {
	background: var(--rab-white);
	color: var(--rab-ink);
	padding: 0;
}

.rab-hero__statement-inner {
	align-items: center;
	background: var(--rab-white);
	border-left: 5px solid var(--rab-blue);
	box-shadow: 0 18px 40px rgba(7, 29, 74, 0.12);
	display: flex;
	gap: 14px;
	margin: 0 auto;
	min-height: 76px;
	padding: 18px;
}

.rab-hero__statement-icon {
	align-items: center;
	background: rgba(31, 103, 168, 0.1);
	border-radius: 8px;
	color: var(--rab-blue);
	display: inline-flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.rab-hero__statement-icon svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.rab-hero__statement-inner span:last-child {
	color: var(--rab-navy);
	font-weight: 800;
}

@media (max-width: 991.98px) {
	.rab-hero__slide {
		min-height: auto;
		padding: 88px 0 76px;
	}
}

@media (max-width: 575.98px) {
	.rab-hero__panel {
		padding: 24px;
	}

	.rab-hero__statement-inner {
		align-items: flex-start;
		min-height: 72px;
	}
}
