.slb-landing {
	--slb-max-width: 1300px;
	--slb-hero-image: none;
	color: var(--sc-color-text, #1f2937);
	background: var(--sc-color-surface-alt, #f8fafc);
}

.slb-landing * {
	box-sizing: border-box;
}

.slb-deferred-image {
	background: rgba(255, 255, 255, 0.12);
}

.slb-container {
	width: min(calc(100% - 32px), var(--sc-container, var(--slb-max-width)));
	margin: 0 auto;
}

.slb-top-slider {
	position: relative;
	height: 500px;
	background: var(--slb-section-bg, #b84536);
	color: var(--slb-section-text, #fff);
	overflow: hidden;
}

.slb-top-slider::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(124, 38, 28, 0.48), rgba(124, 38, 28, 0.48)),
		linear-gradient(90deg, var(--slb-section-bg, #a43a31), color-mix(in srgb, var(--slb-section-bg, #c64f3d) 80%, #fff 20%));
}

.slb-top-slider__track,
.slb-top-slide {
	position: absolute;
	inset: 0;
}

.slb-top-slider__track {
	display: flex;
	transform: translate3d(0, 0, 0);
	transition: transform 700ms ease;
	will-change: transform;
}

.slb-top-slide {
	position: relative;
	inset: auto;
	flex: 0 0 100%;
	visibility: visible;
}

.slb-top-slide.is-active {
	z-index: 1;
}

.slb-top-slide__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	align-items: center;
	width: min(1300px, calc(100% - 32px));
	min-height: 500px;
	padding-top: 74px;
	padding-bottom: 74px;
}

.slb-top-slide__copy {
	padding: 30px;
}

.slb-top-slide h2 {
	max-width: 610px;
	margin: 18px 31px 0 0;
	color: var(--slb-section-title, #fff);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.slb-top-slide p {
	max-width: 610px;
	margin: 15px 0 0;
	color: var(--slb-section-text, #fff);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.slb-top-slide__image {
	justify-self: end;
	width: 100%;
	height: 352px;
	border: 2px solid #ffb000;
	border-radius: 20px;
	background: #111;
	overflow: hidden;
}

.slb-top-slide__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slb-top-slide:nth-child(2) .slb-top-slide__inner {
	padding-top: 78px;
	padding-bottom: 78px;
}

.slb-top-slide:nth-child(2) h2 {
	margin: 19px 0 0;
}

.slb-top-slide:nth-child(2) .slb-top-slide__image {
	height: 344px;
}

.slb-button--top {
	min-width: 164px;
	min-height: 47px;
	margin-top: 31px;
	border: 0;
	border-radius: 999px;
	background: #16c923;
	color: #fff;
	font-size: .875rem;
	letter-spacing: 1px;
	box-shadow: 0 20px 32px rgba(22, 201, 35, 0.34);
}

.slb-button--top:hover,
.slb-button--top:focus-visible {
	background: #ffb000;
	color: #fff;
}

.slb-top-slider__dots {
	position: absolute;
	left: 50%;
	bottom: 52px;
	z-index: 2;
	display: flex;
	gap: 6px;
	transform: translateX(-50%);
}

.slb-top-slider__dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--slb-section-accent, #ffb000);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.slb-top-slider__dots button:not(.is-active) {
	opacity: .72;
}

.slb-top-slider__dots button.is-active,
.slb-top-slider__dots button[aria-current="true"] {
	transform: scale(1.18);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
}

.slb-top-slider__dots button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
	.slb-top-slider__track {
		transition: none;
	}
}

.slb-hero {
	position: relative;
	z-index: 1;
	isolation: isolate;
	background: linear-gradient(75deg, #ffbf00, #ff0000);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: visible;
}

.slb-hero__prebar {
	background: rgba(15, 23, 42, 0.78);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	font-weight: 800;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
	padding: 12px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.slb-hero__media-strip {
	position: relative;
	z-index: 1;
	height: 7px;
	background: #050505;
	opacity: 1;
}

.slb-hero__body {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 254px;
	padding: 70px 0 45px;
	text-align: center;
	overflow: visible;
}

.slb-hero__body::before {
	content: none;
}

.slb-hero__play {
	position: absolute;
	top: -38px;
	left: 50%;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	padding: 10px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #ff5a00;
	box-shadow: none;
	transform: translateX(-50%);
	transition: transform .5s ease;
}

.slb-hero__play:hover,
.slb-hero__play:focus-visible {
	transform: translateX(-50%) scale(1.08);
}

.slb-hero__play::after {
	content: "";
	position: absolute;
	left: 42px;
	top: 42px;
	z-index: -1;
	display: block;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #fff;
	animation: slbPlayBlink 1.5s ease-out infinite;
	pointer-events: none;
}

.slb-hero__play span {
	position: relative;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: currentColor;
}

.slb-hero__play span::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 22px solid #fff;
}

@keyframes slbPlayBlink {
	0% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	}

	100% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	}
}

.slb-hero__content {
	display: grid;
	justify-items: center;
	gap: 20px;
}

.slb-modal-open {
	overflow: hidden;
}

.slb-video-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	place-items: center;
	padding: 28px;
}

.slb-video-modal.is-open {
	display: grid;
}

.slb-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 22% 58%, rgba(31, 86, 54, 0.36), transparent 18%),
		radial-gradient(circle at 96% 88%, rgba(17, 108, 58, 0.4), transparent 10%),
		rgba(31, 37, 52, 0.92);
	backdrop-filter: blur(3px);
}

.slb-video-modal__panel {
	position: relative;
	z-index: 1;
	width: min(980px, calc(100vw - 56px));
	border-radius: 18px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.slb-video-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(31, 37, 52, 0.94);
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.slb-video-modal__close:hover,
.slb-video-modal__close:focus-visible {
	background: rgba(15, 23, 42, 0.98);
	outline: 2px solid rgba(255, 255, 255, 0.72);
	outline-offset: 2px;
}

.slb-video-modal__media {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	background: #111827;
}

.slb-video-modal__media .sc-media-embed,
.slb-video-modal__media .sc-media-embed > div,
.slb-video-modal__media [data-community-feed],
.slb-video-modal__media [data-community-feed-list],
.slb-video-modal__media .sc-skylite-player {
	width: 100%;
	height: 100%;
	margin: 0;
}

.slb-video-modal__media video,
.slb-video-modal__media iframe,
.slb-modal__embed video,
.slb-modal__embed iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #111827;
}

.slb-modal__embed {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #111827;
}

.slb-modal__embed--skylite-player {
	overflow: hidden;
	border-radius: 18px;
}

.slb-modal__embed--skylite-player .sc-skylite-player {
	display: block;
	overflow: hidden;
	border-radius: inherit;
}

.slb-modal__embed--skylite-player .sc-skylite-player__video {
	width: 100%;
	height: 100%;
}

.slb-hero h1 {
	max-width: 980px;
	margin: 0;
	font-size: clamp(2.35rem, 3.4vw, 3rem);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0;
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.slb-hero p {
	max-width: 680px;
	margin: 0;
	font-size: clamp(1.1rem, 1.75vw, 1.5rem);
	font-weight: 850;
	line-height: 1.25;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.slb-hero__actions,
.slb-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.slb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 2px solid var(--sc-color-primary, #0adf1f);
	border-radius: 999px;
	background: var(--sc-color-primary, #0adf1f);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(var(--sc-color-primary-rgb, 10, 223, 31), 0.22);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
	max-width: 280px;
}

.slb-button:hover,
.slb-button:focus-visible {
	background: var(--sc-color-primary-dark, #08b51a);
	border-color: var(--sc-color-primary-dark, #08b51a);
	color: #fff;
	box-shadow: 0 16px 30px rgba(var(--sc-color-primary-rgb, 10, 223, 31), 0.28);
	outline: 0;
	transform: translateY(-1px);
}

.slb-button--ghost {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.74);
	color: #fff;
	box-shadow: none;
}

.slb-button--ghost:hover,
.slb-button--ghost:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--sc-color-primary-dark, #08b51a);
}

.slb-section {
	padding: clamp(46px, 7vw, 86px) 0;
	background: var(--slb-section-bg, var(--sc-color-surface, #fff));
	color: var(--slb-section-text, var(--sc-color-text, #1f2937));
}

@supports (content-visibility: auto) {
	.slb-section {
		content-visibility: auto;
		contain-intrinsic-size: auto 720px;
	}
}

.slb-section--warm {
	background: var(--slb-section-bg, #fff1e8);
}

.slb-section--soft {
	background: var(--sc-color-surface-alt, #f8fafc);
}

.slb-section__title {
	margin: 0 0 26px;
	color: var(--slb-section-title, var(--sc-color-muted, #6b7280));
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 900;
	line-height: 1.2;
}

.slb-section-head {
	display: grid;
	justify-items: center;
	gap: 8px;
	margin: 0 0 32px;
	text-align: center;
}

.slb-section-head .slb-section__title {
	margin: 0;
}

.slb-section-head .slb-section__title span {
	margin-right: 8px;
	color: var(--slb-section-accent, var(--sc-color-primary, #0adf1f));
}

.slb-section-head p {
	max-width: 820px;
	margin: 0;
	color: var(--slb-section-text, var(--sc-color-muted, #6b7280));
	font-size: clamp(1rem, 1.8vw, 1.35rem);
	font-weight: 850;
	line-height: 1.35;
}

.slb-section-head--split {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
}

.slb-section-head--split > .slb-section-head {
	margin: 0;
	justify-items: start;
	text-align: left;
}

.slb-section-head--split > a {
	color: var(--slb-section-accent, var(--sc-color-primary, #0adf1f));
	font-size: 1.05rem;
	font-weight: 900;
	text-decoration: none;
}

.slb-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.slb-section--categories {
	padding: 50px 0 60px;
}

.slb-section--categories .slb-section-head,
.slb-section--popular .slb-section-head,
.slb-section--products .slb-section-head,
.slb-section--why .slb-section-head {
	justify-items: start;
	margin-bottom: 20px;
	text-align: left;
}

.slb-section--categories .slb-section__title,
.slb-section--popular .slb-section__title,
.slb-section--products .slb-section__title {
	font-size: 1.25rem;
}

.slb-section--production .slb-section__title,
.slb-section--clients .slb-section__title,
.slb-section--process .slb-section__title {
	font-size: clamp(2.4rem, 4vw, 3rem);
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.24);
}

.slb-section--clients .slb-section__title,
.slb-section--process .slb-section__title {
	text-shadow: none;
}

.slb-category-card {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 18px;
	min-height: 222px;
	padding: 26px 18px;
	border: 1px solid var(--sc-color-border, #e5e7eb);
	border-radius: 8px;
	background: var(--sc-color-surface, #fff);
	color: var(--sc-color-muted, #6b7280);
	text-align: center;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.slb-category-card:hover,
.slb-category-card:focus-visible {
	border-color: var(--sc-color-primary, #0adf1f);
	box-shadow: 0 20px 42px rgba(var(--sc-color-primary-rgb, 10, 223, 31), 0.16);
	outline: 0;
	transform: translateY(-3px);
}

.slb-category-card__icon {
	display: grid;
	place-items: center;
	width: 86px;
	height: 86px;
	border: 3px solid var(--slb-section-accent, var(--sc-color-primary, #0adf1f));
	border-radius: 999px;
	background: #fff;
	overflow: hidden;
}

.slb-category-card__icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.slb-category-card__icon span {
	color: var(--slb-section-accent, var(--sc-color-primary-dark, #08b51a));
	font-weight: 900;
}

.slb-category-card strong {
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.slb-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
}

.slb-eyebrow {
	margin: 0 0 10px;
	color: var(--sc-color-primary-dark, #08b51a);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.slb-intro h2,
.slb-cta h2 {
	margin: 0;
	color: var(--sc-color-secondary, #0f172a);
	font-size: clamp(2rem, 4vw, 3.7rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.slb-intro p,
.slb-cta p,
.slb-info-card p,
.slb-process__step p,
.slb-work-card p {
	color: var(--sc-color-muted, #6b7280);
	font-size: 1rem;
	line-height: 1.7;
}

.slb-intro__copy {
	display: grid;
	gap: 18px;
}

.slb-intro__visual {
	min-height: 360px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--sc-color-primary-soft, #e8fdea), var(--sc-color-surface, #fff));
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
}

.slb-intro__visual img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.slb-intro__placeholder {
	display: grid;
	place-items: center;
	min-height: 360px;
}

.slb-intro__placeholder span {
	display: block;
	width: 120px;
	height: 120px;
	border: 3px solid rgba(var(--sc-color-primary-rgb, 10, 223, 31), 0.32);
	border-radius: 999px;
	background: radial-gradient(circle, rgba(var(--sc-color-primary-rgb, 10, 223, 31), 0.26), transparent 66%);
}

.slb-card-grid,
.slb-production-grid,
.slb-service-tile-grid,
.slb-video-grid,
.slb-product-grid,
.slb-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.slb-production-card {
	display: grid;
	gap: 12px;
	color: var(--slb-section-text, #fff);
}

.slb-production-card__media {
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.22);
}

.slb-production-card__media img,
.slb-production-card__media span {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7.9;
	object-fit: cover;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.2), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.18));
}

.slb-production-card__media h3 {
	position: absolute;
	inset: auto 0 0;
	margin: 0;
	padding: 8px 12px;
	background: #000;
	color: #fff;
	font-size: clamp(1.35rem, 2vw, 2.05rem);
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}

.slb-production-card p {
	margin: 0;
	color: var(--slb-section-text, #fff);
	font-weight: 700;
	line-height: 1.45;
}

.slb-production-card a {
	color: var(--slb-section-accent, #b6ff00);
	font-weight: 900;
	text-decoration: none;
}

.slb-client-grid {
	display: grid;
	grid-template-columns: repeat(9, 130px);
	justify-content: center;
	gap: 58px 0;
}

.slb-client-card:nth-child(5n + 1) {
	grid-column: 1;
}

.slb-client-card:nth-child(5n + 2) {
	grid-column: 3;
}

.slb-client-card:nth-child(5n + 3) {
	grid-column: 5;
}

.slb-client-card:nth-child(5n + 4) {
	grid-column: 7;
}

.slb-client-card:nth-child(5n + 5) {
	grid-column: 9;
}

.slb-client-card:nth-child(6) {
	grid-column: 2;
}

.slb-client-card:nth-child(7) {
	grid-column: 4;
}

.slb-client-card:nth-child(8) {
	grid-column: 6;
}

.slb-client-card:nth-child(9) {
	grid-column: 8;
}

.slb-client-card:nth-child(10) {
	grid-column: 3;
}

.slb-client-card:nth-child(11) {
	grid-column: 5;
}

.slb-client-card:nth-child(12) {
	grid-column: 7;
}

.slb-client-card {
	width: 150px;
	text-align: center;
}

.slb-client-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.slb-client-card__logo {
	display: grid;
	place-items: center;
	width: 150px;
	height: 84px;
	border: 2px solid var(--slb-card-accent, var(--slb-section-accent, #ff4a00));
	background: #fff;
	color: var(--slb-card-accent, var(--slb-section-accent, #ff4a00));
	font-weight: 900;
	overflow: hidden;
}

.slb-client-card__logo img {
	width: 120px;
	max-height: 62px;
	object-fit: contain;
}

.slb-client-card strong {
	display: block;
	margin-top: 12px;
	color: var(--slb-section-text, #1f1f1f);
	font-size: .95rem;
	font-weight: 900;
	text-transform: uppercase;
}

.slb-service-tile {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 30px;
	align-items: center;
	min-height: 188px;
	padding: 30px 36px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.slb-service-tile__image {
	display: grid;
	place-items: center;
	color: var(--slb-section-accent, #ff4a00);
	font-size: 1.2rem;
	font-weight: 900;
	text-decoration: none;
}

.slb-service-tile__image img,
.slb-service-tile__image span {
	width: 104px;
	height: 124px;
	object-fit: contain;
}

.slb-service-tile h3,
.slb-why-card h3 {
	margin: 0 0 6px;
	color: var(--slb-section-title, #7a7a7a);
	font-size: 1rem;
	font-weight: 900;
}

.slb-service-tile p,
.slb-why-card p {
	margin: 0;
	color: var(--slb-section-text, #8a8a8a);
	font-size: 1rem;
	line-height: 1.45;
}

.slb-video-card {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	background: #111827;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
	overflow: hidden;
	transform: translateZ(0);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.slb-video-card:hover,
.slb-video-card:focus-within {
	transform: translateY(-3px);
	box-shadow: 0 22px 44px rgba(15, 23, 42, 0.22);
}

.slb-video-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.1) 42%, rgba(15, 23, 42, 0.76) 100%),
		linear-gradient(90deg, rgba(15, 23, 42, 0.14), rgba(15, 23, 42, 0));
	pointer-events: none;
}

.slb-video-card__media,
.slb-video-card__media img,
.slb-video-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.slb-video-card__media img,
.slb-video-card__placeholder {
	object-fit: cover;
	transition: transform 260ms ease, filter 260ms ease;
}

.slb-video-card:hover .slb-video-card__media img,
.slb-video-card:focus-within .slb-video-card__media img {
	transform: scale(1.035);
	filter: saturate(1.05) contrast(1.04);
}

.slb-video-card__placeholder {
	background:
		radial-gradient(circle at center, color-mix(in srgb, var(--slb-section-accent, #ff4a00) 42%, transparent) 0, transparent 42%),
		linear-gradient(135deg, #111827 0%, #283244 48%, var(--slb-section-accent, #ff4a00) 100%);
}

.slb-video-card__open {
	position: absolute;
	inset: 0;
	z-index: 3;
	border: 0;
	border-radius: inherit;
	background: #d5d5d540;
	cursor: pointer;
}

.slb-video-card__open span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	border-radius: 999px;
	background: var(--slb-section-accent, #ff4a00);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28), 0 0 0 9px rgba(255, 255, 255, 0.22);
	transform: translate(-50%, -50%);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.slb-video-card__open span::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #fff;
}

.slb-video-card:hover .slb-video-card__open span,
.slb-video-card__open:focus-visible span {
	background: #ff4a00;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34), 0 0 0 11px rgba(255, 255, 255, 0.28);
	transform: translate(-50%, -50%) scale(1.06);
}

.slb-video-card__open:focus-visible {
	outline: 3px solid var(--slb-section-accent, var(--sc-color-primary, #0adf1f));
	outline-offset: -6px;
}

.slb-video-card__caption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 16px;
	z-index: 2;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	color: #fff;
	pointer-events: none;
}

.slb-video-card__caption strong {
	min-width: 0;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.18;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.slb-video-card__caption small {
	flex: 0 0 auto;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.76);
	color: #fff;
	font-size: .78rem;
	font-weight: 850;
	line-height: 1;
	backdrop-filter: blur(8px);
}

.slb-product-card__play {
	display: grid;
	place-items: center;
	width: 54px;
	height: 34px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.9);
}

.slb-product-card__play::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 3px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #fff;
}

.slb-product-card {
	display: grid;
	gap: 22px;
	padding: 30px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.slb-product-card__image {
	display: block;
	border: 2px solid var(--slb-section-accent, #ff4a00);
	border-radius: 14px;
	overflow: hidden;
}

.slb-product-card__image img,
.slb-product-card__image span {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.2), transparent 28%),
		linear-gradient(135deg, #64748b, var(--slb-section-accent, #ff4a00));
}

.slb-product-card__body {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 42px;
	gap: 18px;
	align-items: center;
}

.slb-product-card__play {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--slb-section-accent, #f2067b);
}

.slb-product-card h3 {
	margin: 0;
	color: var(--slb-section-title, #7a7a7a);
	font-size: 1.02rem;
	font-weight: 900;
	text-transform: uppercase;
}

.slb-product-card p {
	margin: 3px 0 0;
	color: var(--sc-color-primary-dark, #8db600);
	font-size: 1rem;
	font-weight: 900;
}

.slb-product-card__cart {
	position: relative;
	width: 32px;
	height: 32px;
	border: 3px solid #ffb000;
	border-top: 0;
}

.slb-product-card__cart::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 6px;
	width: 14px;
	height: 14px;
	border: 3px solid #ffb000;
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
}

.slb-package-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.slb-package-card {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) 36px;
	gap: 22px;
	align-items: center;
	min-height: 156px;
	padding: 24px 26px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.slb-package-card__image {
	display: block;
	border: 2px solid #ffb000;
	border-radius: 10px;
	overflow: hidden;
}

.slb-package-card__image img,
.slb-package-card__image span {
	display: block;
	width: 100%;
	aspect-ratio: 1.32 / 1;
	object-fit: cover;
	background:
		radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.2), transparent 32%),
		linear-gradient(135deg, #fde68a, var(--slb-section-accent, #ff4a00));
}

.slb-package-card__body {
	display: grid;
	justify-items: start;
}

.slb-package-card h3 {
	margin: 0;
	color: var(--slb-section-title, #666);
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.05;
}

.slb-package-card p {
	margin: 6px 0 8px;
	color: var(--slb-section-accent, #ff4a00);
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1;
}

.slb-package-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--slb-section-accent, #ff4a00);
	color: #fff;
	font-size: .72rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.slb-package-card__heart {
	position: relative;
	display: block;
	width: 28px;
	height: 26px;
}

.slb-package-card__heart::before,
.slb-package-card__heart::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 15px;
	height: 22px;
	border: 2px solid #ffb000;
	border-bottom: 0;
	border-radius: 15px 15px 0 0;
	background: #fff;
}

.slb-package-card__heart::before {
	left: 5px;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
}

.slb-package-card__heart::after {
	right: 5px;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}

.slb-info-card,
.slb-work-card {
	border: 1px solid var(--sc-color-border, #e5e7eb);
	border-radius: 8px;
	background: var(--sc-color-surface, #fff);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.slb-info-card {
	display: grid;
	gap: 12px;
	padding: 26px;
}

.slb-info-card h3,
.slb-process__step h3,
.slb-work-card h3 {
	margin: 0;
	color: var(--sc-color-secondary, #0f172a);
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.25;
}

.slb-info-card p,
.slb-work-card p,
.slb-process__step p {
	margin: 0;
}

.slb-info-card a {
	color: var(--sc-color-primary-dark, #08b51a);
	font-weight: 900;
	text-decoration: none;
}

.slb-process {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 34px;
	align-items: start;
	min-height: 430px;
}

.slb-process__step {
	display: grid;
	justify-items: center;
	gap: 14px;
	text-align: center;
}

.slb-process__step:nth-child(2),
.slb-process__step:nth-child(4) {
	margin-top: 190px;
}

.slb-process__step span {
	display: grid;
	place-items: center;
	width: 150px;
	height: 150px;
	border: 3px solid var(--slb-card-accent, var(--slb-section-accent, #8db600));
	border-radius: 999px;
	background: color-mix(in srgb, var(--slb-card-accent, #8db600) 26%, #fff 74%);
	color: var(--slb-card-accent, var(--slb-section-accent, #8db600));
	font-size: 24px;
	font-weight: 900;
	overflow: hidden;
}

.slb-process__step span img {
	width: 104px;
	height: 104px;
	object-fit: contain;
}

.slb-process__step h3 {
	color: var(--slb-section-text, #1f1f1f);
	text-transform: uppercase;
}

.slb-process__step p {
	max-width: 190px;
	color: var(--slb-section-text, #1f1f1f);
	font-size: .75rem;
	line-height: 1.45;
}

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

.slb-why-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	min-height: 170px;
	padding: 28px 34px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.slb-why-card__image {
	display: grid;
	place-items: center;
	color: var(--slb-section-accent, #ff4a00);
	font-size: 1.2rem;
	font-weight: 900;
}

.slb-why-card__image img,
.slb-why-card__image span {
	width: 102px;
	height: 102px;
	object-fit: contain;
}

.slb-work-card {
	overflow: hidden;
}

.slb-work-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(var(--sc-color-primary-rgb, 10, 223, 31), 0.24), rgba(15, 23, 42, 0.1)),
		var(--sc-color-surface-alt, #f8fafc);
}

.slb-work-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slb-work-card__media span {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at center, rgba(var(--sc-color-primary-rgb, 10, 223, 31), 0.22), transparent 28%),
		linear-gradient(135deg, var(--sc-color-surface-alt, #f8fafc), #fff);
}

.slb-work-card > div {
	display: grid;
	gap: 8px;
	padding: 20px;
}

.slb-section--cta {
	background: var(--sc-color-secondary, #0f172a);
	color: #fff;
}

.slb-cta {
	justify-content: space-between;
	gap: 24px;
}

.slb-cta h2 {
	color: #fff;
}

.slb-cta p {
	max-width: 720px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.78);
}

@supports not (background: color-mix(in srgb, #fff 50%, #000 50%)) {
	.slb-section--warm {
		background: var(--sc-color-primary-soft, #e8fdea);
	}
}

@media (max-width: 1020px) {
	.slb-top-slider {
		height: auto;
		min-height: 360px;
	}

	.slb-top-slider__track,
	.slb-top-slide {
		position: relative;
	}

	.slb-top-slide {
		animation: none;
		opacity: 1;
		visibility: visible;
	}

	.slb-top-slide.is-active {
		z-index: 1;
	}

	.slb-top-slide__inner {
		grid-template-columns: 1fr 1fr;
		gap: 0;
		width: min(720px, calc(100% - 32px));
		min-height: 360px;
		padding-top: 58px;
		padding-bottom: 60px;
	}

	.slb-top-slide__copy {
		padding: 16px 30px 17px;
	}

	.slb-top-slide h2 {
		font-size: 1.875rem;
		margin-top: 0;
		margin-right: 0;
	}

	.slb-top-slide p {
		font-size: 1.125rem;
		margin-top: 12px;
	}

	.slb-button--top {
		margin-top: 17px;
	}

	.slb-top-slide__image {
		height: 236px;
	}

	.slb-top-slide:nth-child(2) .slb-top-slide__inner {
		padding-top: 57px;
		padding-bottom: 57px;
	}

	.slb-top-slide:nth-child(2) .slb-top-slide__copy {
		padding-top: 1px;
		padding-bottom: 0;
	}

	.slb-top-slide:nth-child(2) h2 {
		margin-top: 0;
	}

	.slb-top-slide:nth-child(2) .slb-button--top {
		margin-top: 15px;
	}

	.slb-top-slide:nth-child(2) .slb-top-slide__image {
		height: 246px;
	}

	.slb-client-grid {
		grid-template-columns: repeat(9, 86px);
	}

	.slb-client-card {
		width: 110px;
	}

	.slb-client-card__logo {
		width: 110px;
		height: 64px;
	}

	.slb-client-card__logo img {
		width: 90px;
		max-height: 48px;
	}

	.slb-category-grid,
	.slb-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slb-card-grid,
	.slb-production-grid,
	.slb-service-tile-grid,
	.slb-video-grid,
	.slb-product-grid,
	.slb-package-grid,
	.slb-why-grid,
	.slb-intro {
		grid-template-columns: 1fr;
	}

	.slb-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 0;
	}

	.slb-process__step:nth-child(2),
	.slb-process__step:nth-child(4) {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.slb-container {
		width: calc(100% - 36px);
	}

	.slb-section {
		padding: 42px 0;
	}

	.slb-section__title {
		margin-bottom: 18px;
		font-size: 1.12rem;
	}

	.slb-section-head {
		gap: 5px;
		margin-bottom: 22px;
	}

	.slb-section-head p {
		font-size: 1rem;
		line-height: 1.2;
	}

	.slb-section--categories .slb-section-head,
	.slb-section--popular .slb-section-head,
	.slb-section--products .slb-section-head,
	.slb-section--coverage .slb-section-head,
	.slb-section--why .slb-section-head {
		margin-bottom: 14px;
	}

	.slb-section-head--split {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.slb-section-head--split > .slb-section-head {
		margin: 0;
	}

	.slb-section-head--split > a {
		font-size: 1rem;
	}

	.slb-top-slider {
		min-height: 242px;
		height: 242px;
	}

	.slb-top-slider::before {
		background: linear-gradient(90deg, var(--slb-section-bg, #b84536), color-mix(in srgb, var(--slb-section-bg, #b84536) 88%, #fff 12%));
	}

	.slb-top-slider__track {
		position: absolute;
	}

	.slb-top-slider__track {
		display: flex;
	}

	.slb-top-slide {
		position: relative;
		inset: auto;
		flex: 0 0 100%;
		display: block;
		animation: none;
		opacity: 1;
		visibility: visible;
	}

	.slb-top-slide.is-active {
		z-index: 1;
	}

	.slb-top-slide__inner {
		width: 94%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		align-items: center;
		height: 100%;
		min-height: 100%;
		padding-top: 20px;
		padding-bottom: 56px;
		text-align: left;
	}

	.slb-top-slide h2 {
		max-width: 154px;
		margin-top: 0;
		font-size: .875rem;
		line-height: 1;
		text-wrap: balance;
	}

	.slb-top-slide p {
		max-width: 154px;
		margin-top: 5px;
		font-size: .6rem;
		font-weight: 400;
		line-height: 1.2;
	}

	.slb-top-slide__copy {
		align-self: center;
		padding: 0;
	}

	.slb-top-slide__image {
		justify-self: end;
		width: 100%;
		height: 122px;
		border-width: 2px;
		border-radius: 20px;
	}

	.slb-button--top {
		min-width: 95px;
		min-height: 25px;
		margin-top: 10px;
		padding: 4px 12px;
		font-size: .62rem;
	}

	.slb-top-slider__dots {
		left: 50%;
		bottom: 60px;
		gap: 5px;
	}

	.slb-top-slider__dots button {
		width: 10px;
		height: 10px;
	}

	.slb-top-slide:nth-child(2) .slb-top-slide__inner {
		min-height: 100%;
		padding-top: 20px;
		padding-bottom: 56px;
	}

	.slb-top-slide:nth-child(2) .slb-top-slide__copy {
		padding: 0;
	}

	.slb-top-slide:nth-child(2) h2 {
		margin-top: 0;
		font-size: .875rem;
	}

	.slb-top-slide:nth-child(2) p {
		margin-top: 5px;
		font-size: .625rem;
		line-height: 1.2;
	}

	.slb-top-slide:nth-child(2) .slb-button--top {
		margin-top: 8px;
		font-size: .625rem;
	}

	.slb-top-slide:nth-child(2) .slb-top-slide__image {
		height: 123px;
	}

	.slb-hero__prebar {
		font-size: 12px;
	}

	.slb-hero__media-strip {
		height: 7px;
	}

	.slb-hero__play {
		top: -38px;
		width: 65px;
		height: 65px;
		padding: 8px;
	}

	.slb-hero__play::after {
		left: 32px;
		top: 32px;
		width: 60px;
		height: 60px;
	}

	.slb-hero__play span {
		width: 49px;
		height: 49px;
	}

	.slb-hero__play span::before {
		border-top-width: 12px;
		border-bottom-width: 12px;
		border-left-width: 18px;
	}

	.slb-hero__body {
		min-height: 355px;
		padding: 64px 0 44px;
	}

	.slb-hero__content {
		gap: 20px;
	}

	.slb-landing .slb-hero h1 {
		max-width: 340px;
		font-size: 38px !important;
		line-height: 1.08 !important;
	}

	.slb-landing .slb-hero p {
		max-width: 430px;
		font-size: 24px !important;
		line-height: 1.16 !important;
	}

	.slb-video-modal {
		padding: 16px;
	}

	.slb-video-modal__panel {
		width: calc(100vw - 32px);
		border-radius: 14px;
	}

	.slb-video-modal__media {
		border-radius: 14px;
	}

	.slb-video-modal__close {
		top: 8px;
		right: 8px;
		width: 38px;
		height: 38px;
		font-size: 24px;
	}

	.slb-hero__actions,
	.slb-cta {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.slb-button {
		width: 100%;
	}

	.slb-button.slb-button--top {
		width: auto;
	}

	.slb-section--categories {
		padding: 42px 0 62px;
	}

	.slb-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 13px 12px;
	}

	.slb-category-card {
		min-height: 101px;
		gap: 9px;
		padding: 12px 8px 11px;
	}

	.slb-category-card__icon {
		width: 51px;
		height: 51px;
		border-width: 2px;
	}

	.slb-category-card__icon img {
		width: 30px;
		height: 30px;
	}

	.slb-category-card strong {
		font-size: .72rem;
		line-height: 1.15;
	}

	.slb-section--production {
		padding: 24px 0 44px;
	}

	.slb-section--production .slb-section__title {
		font-size: 1.9rem;
	}

	.slb-section--production .slb-section-head p {
		max-width: 360px;
		color: var(--slb-section-accent, #b6ff00);
		font-size: 1.08rem;
	}

	.slb-production-grid {
		gap: 28px;
	}

	.slb-production-card {
		gap: 10px;
	}

	.slb-production-card__media img,
	.slb-production-card__media span {
		aspect-ratio: 16 / 8.4;
	}

	.slb-production-card__media h3 {
		padding: 7px 10px;
		font-size: 1.65rem;
	}

	.slb-production-card p {
		font-size: 1rem;
		line-height: 1.55;
	}

	.slb-section--clients {
		padding: 44px 0 60px;
	}

	.slb-section--clients .slb-section__title,
	.slb-section--process .slb-section__title {
		font-size: 1.55rem;
		line-height: 1.1;
	}

	.slb-section--clients .slb-section-head p,
	.slb-section--process .slb-section-head p {
		max-width: 370px;
		font-size: .98rem;
		line-height: 1.25;
	}

	.slb-client-grid {
		display: grid;
		grid-template-columns: repeat(9, 50px);
		justify-content: center;
		gap: 24px 0;
	}

	.slb-client-card {
		width: 50px;
	}

	.slb-client-card__logo {
		width: 50px;
		height: 50px;
		border-width: 2px;
	}

	.slb-client-card__logo img {
		width: 42px;
		max-height: 32px;
	}

	.slb-client-card strong {
		margin-top: 7px;
		font-size: .43rem;
		line-height: 1.15;
	}

	.slb-service-tile-grid,
	.slb-video-grid,
	.slb-package-grid,
	.slb-why-grid {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.slb-service-tile {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 20px;
		min-height: 137px;
		padding: 20px 22px;
		text-align: left;
	}

	.slb-service-tile__image img,
	.slb-service-tile__image span {
		width: 76px;
		height: 86px;
	}

	.slb-service-tile h3,
	.slb-why-card h3 {
		font-size: .92rem;
	}

	.slb-service-tile p,
	.slb-why-card p {
		font-size: .98rem;
		line-height: 1.45;
	}

	.slb-video-card {
		border-radius: 7px;
	}

	.slb-video-card__open span {
		width: 58px;
		height: 58px;
	}

	.slb-video-card__caption {
		left: 14px;
		right: 14px;
		bottom: 13px;
	}

	.slb-video-card__caption strong {
		font-size: .92rem;
	}

	.slb-section--coverage {
		padding-top: 42px;
	}

	.slb-package-card {
		grid-template-columns: 118px minmax(0, 1fr) 30px;
		gap: 30px;
		min-height: 153px;
		padding: 20px 12px;
	}

	.slb-package-card__image {
		border-radius: 10px;
	}

	.slb-package-card h3 {
		font-size: .93rem;
	}

	.slb-package-card p {
		margin: 5px 0 6px;
		font-size: 1.05rem;
	}

	.slb-package-card__button {
		min-height: 24px;
		padding: 0 15px;
		font-size: .64rem;
	}

	.slb-package-card__heart {
		width: 26px;
		height: 25px;
	}

	.slb-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 13px;
	}

	.slb-product-card {
		gap: 8px;
		padding: 10px;
		border-radius: 8px;
	}

	.slb-product-card__image {
		border-width: 2px;
		border-radius: 12px;
	}

	.slb-product-card__image img,
	.slb-product-card__image span {
		aspect-ratio: 16 / 9;
	}

	.slb-product-card__body {
		grid-template-columns: 26px minmax(0, 1fr) 26px;
		gap: 6px;
	}

	.slb-product-card__play {
		width: 22px;
		height: 22px;
	}

	.slb-product-card__play::before {
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 9px;
	}

	.slb-product-card h3 {
		font-size: .72rem;
		line-height: 1.1;
		text-align: center;
	}

	.slb-product-card p {
		font-size: .62rem;
		line-height: 1.1;
		text-align: center;
	}

	.slb-product-card__cart {
		width: 22px;
		height: 22px;
		border-width: 2px;
	}

	.slb-product-card__cart::before {
		top: -8px;
		left: 4px;
		width: 10px;
		height: 10px;
		border-width: 2px;
	}

	.slb-section--process {
		padding: 52px 0 58px;
	}

	.slb-process {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 30px 8px;
		min-height: 0;
	}

	.slb-process__step:nth-child(1) {
		grid-column: 1 / 3;
		grid-row: 1;
	}

	.slb-process__step:nth-child(2) {
		grid-column: 2 / 4;
		grid-row: 2;
	}

	.slb-process__step:nth-child(3) {
		grid-column: 3 / 5;
		grid-row: 1;
	}

	.slb-process__step:nth-child(4) {
		grid-column: 4 / 6;
		grid-row: 2;
	}

	.slb-process__step:nth-child(5) {
		grid-column: 5 / 7;
		grid-row: 1;
	}

	.slb-process__step span {
		width: 88px;
		height: 88px;
		border-width: 2px;
	}

	.slb-process__step span img {
		width: 60px;
		height: 60px;
	}

	.slb-process__step h3 {
		font-size: .9rem;
	}

	.slb-process__step p {
		max-width: 130px;
		font-size: .62rem;
		line-height: 1.35;
	}

	.slb-why-card {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 20px;
		min-height: 138px;
		padding: 22px 24px;
		text-align: center;
	}

	.slb-why-card {
		text-align: left;
	}

	.slb-why-card__image img,
	.slb-why-card__image span {
		width: 76px;
		height: 76px;
	}
}

@media (max-width: 430px) {
	.slb-top-slide__inner {
		width: 98%;
		gap: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slb-top-slide h2,
	.slb-top-slide p {
		max-width: 100%;
	}

	.slb-landing .slb-hero h1 {
		max-width: 340px;
		font-size: 36px !important;
		line-height: 1.08 !important;
	}

	.slb-landing .slb-hero p {
		max-width: 430px;
		font-size: 23px !important;
		line-height: 1.16 !important;
	}

	.slb-client-grid {
		grid-template-columns: repeat(9, 42px);
		gap: 22px 0;
	}

	.slb-client-card {
		width: 42px;
	}

	.slb-client-card__logo {
		width: 42px;
		height: 42px;
	}

	.slb-client-card__logo img {
		width: 36px;
		max-height: 28px;
	}

	.slb-client-card strong {
		font-size: .38rem;
	}

	.slb-package-card {
		grid-template-columns: 100px minmax(0, 1fr) 24px;
		gap: 14px;
	}

	.slb-product-card h3 {
		font-size: .66rem;
	}
}

@media (max-width: 760px) {
	.slb-top-slide h2 {
		max-width: 97% !important;
		margin-top: 0;
		font-size: .875rem;
		line-height: 1;
		text-wrap: balance;
	}

	.slb-top-slide p {
		max-width: 97% !important;
		margin-top: 5px;
		font-size: .6rem;
		font-weight: 400;
		line-height: 1.2;
	}

	.slb-top-slide:nth-child(2) .slb-top-slide__inner {
		min-height: 100%;
		padding-top: 50px;
		padding-bottom: 56px;
	}
}
