body.home {
	overflow-x: hidden;
}

body.home .site-content {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

body.home .site-content > .ast-container {
	max-width: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

body.home .content-area,
body.home .site-main {
	margin: 0;
	padding: 0;
	width: 100%;
}

body.home #primary {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

body.home article.page {
	padding: 0;
}

body.home article.page > .entry-header {
	display: none;
}

body.home article.page > .entry-content {
	margin: 0;
}

.entry-content > .sg-home-banner {
	margin-block-start: 0 !important;
}

.sg-home-banner {
	align-items: center;
	background:
		radial-gradient(circle at 82% 15%, rgba(13, 181, 222, 0.33), transparent 35%),
		linear-gradient(115deg, #07313b 0%, #0a2630 56%, #0b1d24 100%);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: flex;
	isolation: isolate;
	margin: 0 !important;
	max-width: 100% !important;
	min-height: clamp(430px, 43vw, 620px);
	overflow: hidden;
	position: relative;
	width: 100% !important;
}

.sg-home-banner__picture,
.sg-home-banner__image,
.sg-home-banner__overlay,
.sg-home-banner__media-link {
	inset: 0;
	position: absolute;
}

.sg-home-banner__picture {
	z-index: 0;
}

.sg-home-banner__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sg-home-banner__overlay {
	background: linear-gradient(90deg, rgba(5, 28, 34, 0.94) 0%, rgba(5, 28, 34, 0.75) 48%, rgba(5, 28, 34, 0.12) 100%);
	z-index: 1;
}

.sg-home-banner__media-link {
	display: block;
	z-index: 2;
}

.sg-home-banner__content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1240px;
	padding: 72px 32px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.sg-home-banner.is-image-only {
	min-height: clamp(360px, 38vw, 560px);
}

.sg-home-banner__eyebrow {
	color: var(--ast-global-color-0, #0db5de);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 14px;
}

.sg-home-banner h1 {
	color: #fff;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.04;
	margin: 0;
	max-width: 780px;
}

.sg-home-banner__description {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.55;
	margin: 24px 0 0;
	max-width: 650px;
}

.sg-home-banner__button {
	background: var(--ast-global-color-0, #0db5de);
	border: 2px solid var(--ast-global-color-0, #0db5de);
	border-radius: 4px;
	box-sizing: border-box;
	color: #07313b;
	display: inline-flex;
	font-size: 17px;
	font-weight: 700;
	justify-content: center;
	margin-top: 32px;
	min-width: 170px;
	padding: 15px 28px;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sg-home-banner__button:hover,
.sg-home-banner__button:focus {
	background: var(--ast-global-color-1, #0893b7);
	border-color: var(--ast-global-color-1, #0893b7);
	color: #fff;
	transform: translateY(-1px);
}

.sg-home-products {
	margin: 0 auto;
	max-width: 1240px;
	padding: 56px 32px 72px;
}

.sg-home-products h2 {
	color: var(--ast-global-color-2, #201f1f);
	font-size: clamp(28px, 3vw, 40px);
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.sg-home-banner {
		align-items: flex-end;
		min-height: 560px;
	}

	.sg-home-banner__overlay {
		background: linear-gradient(0deg, rgba(5, 28, 34, 0.97) 0%, rgba(5, 28, 34, 0.72) 62%, rgba(5, 28, 34, 0.2) 100%);
	}

	.sg-home-banner__content {
		padding: 64px 22px 44px;
	}

	.sg-home-banner h1 {
		font-size: clamp(31px, 9.4vw, 42px);
		max-width: 100%;
	}

	.sg-home-banner__description {
		font-size: 17px;
		margin-top: 18px;
	}

	.sg-home-banner__button {
		margin-top: 24px;
		width: 100%;
	}

	.sg-home-products {
		padding: 42px 20px 56px;
	}
}
