.sbi-homepage,
.sbi-homepage * {
	box-sizing: border-box;
}

.sbi-homepage {
	background: #ffffff;
	color: #133156;
	font-family: "Inter", "Poppins", Arial, sans-serif;
	overflow: hidden;
}

.sbi-homepage a {
	text-decoration: none;
}

.sbi-homepage-online-strip {
	background: #fdb71a;
	display: none;
	padding: 12px 20px;
	text-align: center;
}

.sbi-homepage-online-strip__link {
	align-items: center;
	color: #133156;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	line-height: 1.1;
}

.sbi-homepage-online-strip__link img {
	height: 18px;
	width: 18px;
}

.sbi-homepage-news {
	background: #133156;
	color: #ffffff;
}

.sbi-homepage-news__inner {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1.68fr);
	margin: 0 auto;
	max-width: 1160px;
	padding: 24px clamp(24px, 5vw, 70px) 22px;
}

.sbi-homepage-news__login {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
	text-align: center;
}

.sbi-homepage-login-card {
	align-items: center;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(0, 18, 42, 0.18);
	color: #000000;
	display: flex;
	flex-direction: column;
	font-family: "Glober", "Inter", Arial, sans-serif;
	gap: 18px;
	justify-content: center;
	max-width: 320px;
	min-height: 172px;
	padding: 24px;
	width: 100%;
}

.sbi-homepage-login-card h1 {
	color: #000000;
	font-family: "Glober", "Inter", Arial, sans-serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0;
	padding: 0;
}

.sbi-homepage-login-card__button {
	align-items: center;
	background: #fdb71a;
	border-radius: 5px;
	color: #133156;
	display: inline-flex;
	font-family: "Glober", "Inter", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 12px 18px;
	transition: background 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.sbi-homepage-login-card__button:hover,
.sbi-homepage-login-card__button:focus-visible {
	background: #ffc845;
	color: #133156;
	transform: translateY(-1px);
}

.sbi-homepage-login-card__button img {
	display: block;
	flex: 0 0 auto;
	height: 22px;
	width: 22px;
}

.sbi-homepage-login-card__button span {
	display: block;
	transform: translateY(2px);
}

.sbi-homepage-social {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
}

.sbi-homepage-social a {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.sbi-homepage-social img {
	display: block;
	height: 32px;
	object-fit: contain;
	width: 32px;
}

.sbi-homepage-news__posts {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sbi-homepage-news-card {
	color: #ffffff;
	text-align: right;
}

.sbi-homepage-news-card__title {
	color: #ffffff;
	font-family: "Inter", Arial, sans-serif;
	font-size: clamp(15px, 1.2vw, 18px);
	font-weight: 700;
	line-height: 1.16;
	margin: 0 0 22px;
}

.sbi-homepage-news-card__title a {
	color: inherit;
}

.sbi-homepage-news-card__title a:hover,
.sbi-homepage-news-card__title a:focus-visible {
	text-decoration: underline;
}

.sbi-homepage-news-card__meta {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
}

.sbi-homepage-news-card__meta span {
	display: inline;
}

.sbi-homepage-news__more {
	align-self: end;
	background: transparent;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	grid-column: 3;
	justify-self: end;
	line-height: 1.2;
	margin-top: -2px;
	opacity: 0.88;
	padding: 0;
	transition: opacity 0.2s ease;
}

.sbi-homepage-news__more:hover,
.sbi-homepage-news__more:focus-visible {
	color: #ffffff;
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sbi-homepage-mission {
	background: #ffffff;
	padding: clamp(48px, 7vw, 90px) clamp(24px, 8vw, 120px) clamp(50px, 6vw, 76px);
}

.sbi-homepage-logo-marquee {
	margin: 0 auto clamp(34px, 4vw, 52px);
	max-width: 1080px;
	overflow: hidden;
}

.sbi-homepage-logo-marquee__track {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: sbi-homepage-logo-marquee 42s linear infinite;
}

.sbi-homepage-logo-marquee:hover .sbi-homepage-logo-marquee__track,
.sbi-homepage-logo-marquee:focus-within .sbi-homepage-logo-marquee__track {
	animation-play-state: paused;
}

.sbi-homepage-logo-marquee__group {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 20px;
	justify-content: center;
}

.sbi-homepage-logo-marquee__item {
	align-items: center;
	display: flex;
	flex: 0 0 196px;
	height: 128px;
	justify-content: center;
}

.sbi-homepage-logo-marquee__item img {
	display: block;
	height: auto;
	max-height: 124px;
	max-width: 176px;
	object-fit: contain;
	width: auto;
}

.sbi-homepage-mission__copy {
	margin: 0 auto;
	max-width: 1100px;
}

.sbi-homepage-mission__copy p {
	color: #34495f;
	font-family: "Inter", Arial, sans-serif;
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.58;
	margin: 0;
}

.sbi-homepage-connect {
	background: #002f52;
	color: #ffffff;
	padding: clamp(54px, 5vw, 78px) clamp(24px, 10vw, 120px);
	text-align: center;
}

.sbi-homepage-connect__inner {
	margin: 0 auto;
	max-width: 980px;
}

.sbi-homepage-connect h2 {
	color: #ffffff;
	font-family: "Glober", "Inter", Arial, sans-serif;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 18px;
}

.sbi-homepage-connect__copy {
	display: grid;
	gap: 8px;
	margin: 0 auto 26px;
	max-width: 820px;
}

.sbi-homepage-connect__copy p {
	color: #ffffff;
	font-size: clamp(18px, 1.7vw, 24px);
	line-height: 1.35;
	margin: 0;
}

.sbi-homepage-social--connect {
	margin-bottom: 28px;
}

.sbi-homepage-connect__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.sbi-homepage-connect__actions a {
	border: 2px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-width: 160px;
	padding: 13px 20px;
	transition: background .2s ease, color .2s ease;
}

.sbi-homepage-connect__actions a:hover,
.sbi-homepage-connect__actions a:focus-visible {
	background: #ffffff;
	color: #002f52;
}

.sbi-homepage-connect__actions--mobile {
	display: none;
}

@keyframes sbi-homepage-logo-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 10px));
	}
}

@media (max-width: 980px) {
	.sbi-homepage-online-strip {
		display: block;
	}

	.sbi-homepage-news__inner {
		grid-template-columns: 1fr;
		padding: 30px 28px;
	}

	.sbi-homepage-login-card {
		max-width: 320px;
	}

	.sbi-homepage-news__posts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.sbi-homepage-news__posts {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.sbi-homepage-login-card {
		gap: 16px;
		min-height: 156px;
		padding: 22px;
	}

	.sbi-homepage-login-card h1 {
		font-size: 24px;
	}

	.sbi-homepage-login-card__button {
		font-size: 17px;
		min-height: 44px;
		padding: 11px 16px;
	}

	.sbi-homepage-login-card__button img {
		height: 20px;
		width: 20px;
	}

	.sbi-homepage-news-card {
		text-align: center;
	}

	.sbi-homepage-news-card__title {
		margin-bottom: 10px;
	}

	.sbi-homepage-news__more {
		grid-column: 1;
		justify-self: center;
		margin-top: 0;
	}

	.sbi-homepage-mission {
		padding-left: 28px;
		padding-right: 28px;
	}

	.sbi-homepage-logo-marquee__item {
		flex-basis: 148px;
		height: 104px;
	}

	.sbi-homepage-logo-marquee__item img {
		max-height: 98px;
		max-width: 132px;
	}

	.sbi-homepage-connect__actions--desktop {
		display: none;
	}

	.sbi-homepage-connect__actions--mobile {
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sbi-homepage-logo-marquee {
		overflow: visible;
	}

	.sbi-homepage-logo-marquee__track {
		animation: none;
		display: block;
		width: auto;
	}

	.sbi-homepage-logo-marquee__group {
		flex-wrap: wrap;
	}

	.sbi-homepage-logo-marquee__group[aria-hidden="true"] {
		display: none;
	}
}
