.shbb-root,
.shbb-root * {
	box-sizing: border-box;
}

html:has(body.shbb-has-full-bleed) {
	overflow-x: clip;
	scrollbar-gutter: stable;
}

body.shbb-has-full-bleed {
	overflow-x: clip;
}

@supports not (overflow: clip) {
	html:has(body.shbb-has-full-bleed),
	body.shbb-has-full-bleed {
		overflow-x: hidden;
	}
}

.shbb-root {
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	transform: translateX(-50%);
	overflow: clip;
	font-family: inherit;
}

.shbb-hero {
	position: relative;
	display: flex;
	width: 100%;
	min-height: max(var(--shbb-hero-height, 650px), 90vh);
	background-color: #363636;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.shbb-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.shbb-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: min(calc(100% - 48px), 1440px);
	margin: 0 auto;
	padding: 72px 32px;
}

.shbb-content {
	width: 100%;
}

.shbb-width-small .shbb-content {
	max-width: 480px;
}

.shbb-width-medium .shbb-content {
	max-width: 640px;
}

.shbb-width-large .shbb-content {
	max-width: 800px;
}

.shbb-align-left .shbb-hero-inner {
	justify-content: flex-start;
}

.shbb-align-center .shbb-hero-inner {
	justify-content: center;
}

.shbb-align-right .shbb-hero-inner {
	justify-content: flex-end;
}

.shbb-align-left .shbb-content {
	text-align: left;
}

.shbb-align-center .shbb-content {
	text-align: center;
}

.shbb-align-right .shbb-content {
	text-align: right;
}

.shbb-heading {
	margin: 0;
	color: inherit;
	font-size: clamp(2.5rem, 5vw, 5rem);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.shbb-description {
	margin: 24px 0 0;
	color: inherit;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.65;
}

.shbb-description > :first-child {
	margin-top: 0;
}

.shbb-description > :last-child {
	margin-bottom: 0;
}

.shbb-selling-points {
	display: flex;
	flex-direction: column;
	gap: 11px;
	max-width: 100%;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.shbb-align-center .shbb-selling-points {
	align-items: center;
}

.shbb-align-right .shbb-selling-points {
	align-items: flex-end;
}

.shbb-selling-point {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	margin: 0;
	color: inherit;
	font-size: 0.98rem;
	line-height: 1.45;
}

.shbb-selling-point span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.shbb-icon {
	display: block;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
}

.shbb-selling-point .shbb-icon {
	width: 20px;
	height: 20px;
}

.shbb-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 34px;
	padding: 14px 28px;
	border: 1px solid #fff;
	border-radius: 0;
	background: #fff;
	color: #141414;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.11em;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.shbb-cta:hover,
.shbb-cta:focus-visible {
	background: transparent;
	color: #fff;
}

.shbb-cta:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.shbb-benefits {
	display: grid;
	width: 100%;
	max-width: none;
	padding: 50px max(24px, calc((100% - 1280px) / 2));
	column-gap: 0;
	row-gap: 36px;
}

.shbb-benefits--dark {
	background: #171717;
	color: #fff;
}

.shbb-benefits--light {
	background: #f6f6f3;
	color: #1d1d1d;
}

.shbb-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shbb-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shbb-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shbb-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.shbb-benefit {
	min-width: 0;
	padding: 0 24px;
	text-align: center;
}

.shbb-benefit .shbb-icon {
	width: 34px;
	height: 34px;
	margin: 0 auto 18px;
}

.shbb-benefit-title {
	margin: 0;
	color: inherit;
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.shbb-benefit-description {
	margin: 8px 0 0;
	color: inherit;
	font-size: 0.875rem;
	line-height: 1.55;
	opacity: 0.72;
	overflow-wrap: anywhere;
}

@media (max-width: 960px) {
	.shbb-hero-inner {
		padding: 56px 40px;
	}

	.shbb-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 44px 24px;
	}
}

@media (max-width: 767px) {
	.shbb-hero {
		min-height: min(var(--shbb-hero-height, 650px), 640px);
	}
}

@media (max-width: 600px) {
	.shbb-hero-inner {
		padding: 48px 24px;
	}

	.shbb-heading {
		font-size: clamp(2.1rem, 12vw, 3.25rem);
	}

	.shbb-description {
		margin-top: 18px;
	}

	.shbb-selling-points {
		margin-top: 22px;
	}

	.shbb-cta {
		max-width: 100%;
		margin-top: 28px;
		white-space: normal;
	}

	.shbb-benefit {
		padding: 0 12px;
	}
}

@media (max-width: 390px) {
	.shbb-benefits {
		grid-template-columns: minmax(0, 1fr);
	}

	.shbb-hero-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shbb-cta {
		transition: none;
	}
}
