/* SBS Addons ultra split widget CSS. Generated from sbs-addons.css; scoped rules only. */
:root {
	--sbs-primary: #111827;
	--sbs-secondary: #6b7280;
	--sbs-accent: #CDA65A;
	--sbs-accent-hover: #CDA65A;
	--sbs-border: #e5e7eb;
	--sbs-bg: #ffffff;
	--sbs-soft-bg: #f9fafb;
	--sbs-radius: 14px;
	--sbs-button-radius: 10px;
	--sbs-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}@keyframes sbsDbtnPulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.035);
	}

	100% {
		transform: scale(1);
	}
}@keyframes sbsDualFadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}@keyframes sbsDualSlideLeft {
	from {
		opacity: 0;
		transform: translateX(24px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}@keyframes sbsDualZoomIn {
	from {
		opacity: 0;
		transform: scale(0.92);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}@keyframes sbsDualReveal {
	from {
		opacity: 0;
		clip-path: inset(0 100% 0 0);
	}
	to {
		opacity: 1;
		clip-path: inset(0 0 0 0);
	}
}@keyframes sbsDualWordPop {
	from {
		opacity: 0;
		transform: translateY(16px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}@keyframes sbsDualMarkerSweep {
	from {
		transform: scaleX(0) skewX(var(--sbs-dual-marker-skew));
	}
	to {
		transform: scaleX(1) skewX(var(--sbs-dual-marker-skew));
	}
}@keyframes sbsDualMarkerPulse {
	0%, 100% {
		transform: scaleX(1) skewX(var(--sbs-dual-marker-skew));
		opacity: 0.75;
	}
	50% {
		transform: scaleX(1.04) skewX(var(--sbs-dual-marker-skew));
		opacity: 1;
	}
}@keyframes sbsDualGradientShift {
	0%, 100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}@keyframes sbsBrandMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}@keyframes sbsBlink {
	50% { opacity: 0; }
}@keyframes sbsLineGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes sbsMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes sbs-dls-fallback {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}@keyframes sbs-dls-marquee-rtl {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}@keyframes sbs-dls-marquee-ltr {
	from { transform: translate3d(-50%, 0, 0); }
	to { transform: translate3d(0, 0, 0); }
}.sbs-projects-grid {
	position: relative;
	width: 100%;
}.sbs-projects-grid__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}.sbs-projects-grid__item {
	position: relative;
	min-width: 0;
}.sbs-projects-grid__card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	background: #000;
	color: #fff;
	text-decoration: none !important;
	isolation: isolate;
	transform: translateZ(0);
	will-change: transform;
}.sbs-projects-grid__card:hover,
.sbs-projects-grid__card:focus {
	color: #fff;
	text-decoration: none !important;
}.sbs-projects-grid__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
	background: #111;
}.sbs-projects-grid__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.001);
	transition: transform .75s ease;
	will-change: transform;
}.sbs-projects-grid__overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 32px;
	background: rgba(0,0,0,0);
	transition: background-color .35s ease, opacity .35s ease;
	pointer-events: none;
}.sbs-projects-grid__meta {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 32px;
	padding: 8px 0;
	background: inherit;
	pointer-events: none;
}.sbs-projects-grid__title {
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .02em;
	max-width: 60%;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}.sbs-projects-grid__terms {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 5px;
	max-width: 40%;
}.sbs-projects-grid__term {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 18px;
	padding: 3px 9px;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255,255,255,.24);
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}.sbs-projects-grid__button {
	position: absolute;
	left: 50%;
	top: 45%;
	z-index: 5;
	width: 86px;
	height: 86px;
	border-radius: 999px;
	transform: translate(-50%, -50%) scale(1);
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px;
	background: #fff7de;
	color: #bd8d28;
	text-align: center;
	pointer-events: none;
	box-shadow: 0 14px 45px rgba(0,0,0,.18);
	will-change: transform;
}.sbs-projects-grid__button::before,
.sbs-projects-grid__button::after {
	content: "";
	position: absolute;
	inset: -7px;
	border-radius: inherit;
	border: 1px solid rgba(255,255,255,.65);
	transform: scale(.96);
	opacity: .85;
	transition: transform .45s ease, opacity .45s ease;
}.sbs-projects-grid__button::after {
	inset: -14px;
	opacity: .36;
	transition-delay: .05s;
}.sbs-projects-grid__card:hover .sbs-projects-grid__button::before,
.sbs-projects-grid__card:hover .sbs-projects-grid__button::after {
	transform: scale(1.06);
	opacity: 1;
}.sbs-projects-grid__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 1;
    transform: rotate(0);
    margin-bottom: 5px;
}.sbs-projects-grid__button-icon svg,
.sbs-projects-grid__button-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}.sbs-projects-grid__button-text {
	display: block;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.15;
	max-width: 58px;
}.sbs-projects-grid__empty {
	grid-column: 1 / -1;
	padding: 24px;
	background: #f6f6f6;
	color: #111;
	text-align: center;
}@media (max-width: 767px){.sbs-projects-grid__items {
		grid-template-columns: 1fr;
	}.sbs-projects-grid__image {
		height: 280px;
	}.sbs-projects-grid__meta {
		align-items: flex-start;
		flex-direction: column;
	}.sbs-projects-grid__title,
	.sbs-projects-grid__terms {
		max-width: 100%;
	}.sbs-projects-grid__title {
		white-space: normal;
	}}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide {
	grid-column: 1 / -1;
}.sbs-projects-grid--style-2 .sbs-projects-grid__card {
	position: relative;
	display: block;
	min-height: 0;
	background: #050505;
}.sbs-projects-grid--style-2 .sbs-projects-grid__image {
	height: clamp(300px, 34vw, 390px);
	border-radius: 0;
}.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__image {
	height: clamp(330px, 36vw, 430px);
}.sbs-projects-grid--style-2 .sbs-projects-grid__image::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .58) 100%);
	pointer-events: none;
}.sbs-projects-grid--style-2 .sbs-projects-grid__overlay {
	z-index: 3;
	inset: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .08);
}.sbs-projects-grid--style-2 .sbs-projects-grid__meta {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-height: 45%;
	padding: 88px 28px 28px;
	gap: 8px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .48) 58%, rgba(0, 0, 0, .74) 100%);
	text-align: center;
	pointer-events: none;
}.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
	align-items: flex-end;
	text-align: right;
	padding-right: 64px;
	padding-bottom: 42px;
}.sbs-projects-grid--style-2 .sbs-projects-grid__title {
	max-width: 100%;
	margin: 0;
	font-size: clamp(20px, 2.4vw, 30px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: .01em;
	text-transform: uppercase;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
}.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
	max-width: min(560px, 62%);
}.sbs-projects-grid__subtitle {
	display: block;
}.sbs-projects-grid--style-2 .sbs-projects-grid__subtitle {
	font-size: clamp(14px, 1.45vw, 18px);
	font-weight: 400;
	line-height: 1.35;
	color: rgba(255, 255, 255, .92);
	text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}.sbs-projects-grid--style-2 .sbs-projects-grid__terms,
.sbs-projects-grid--style-2 .sbs-projects-grid__button {
	display: none !important;
}.sbs-projects-grid--style-2 .sbs-projects-grid__card:hover .sbs-projects-grid__image img,
.sbs-projects-grid--style-2 .sbs-projects-grid__card:focus .sbs-projects-grid__image img {
	transform: scale(1.045);
}@media (max-width: 1024px){.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
		padding-right: 36px;
	}.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
		max-width: min(520px, 72%);
	}}@media (max-width: 767px){.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__items {
		grid-template-columns: 1fr;
	}.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide {
		grid-column: auto;
	}.sbs-projects-grid--style-2 .sbs-projects-grid__image,
	.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__image {
		height: 320px;
	}.sbs-projects-grid--style-2 .sbs-projects-grid__meta,
	.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
		align-items: center;
		text-align: center;
		padding: 74px 20px 24px;
	}.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
		max-width: 100%;
	}}.sbs-projects-grid.sbs-projects-grid--style-2 {
	position: relative;
	width: 100%;
	overflow: hidden;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__items {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-auto-flow: row dense;
	gap: 14px !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item {
	position: relative;
	min-width: 0;
	grid-column: span 1;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide {
	grid-column: 1 / -1 !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__card {
	position: relative;
	display: block !important;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	border-radius: 0 !important;
	background: #000 !important;
	color: #fff;
	overflow: hidden;
	isolation: isolate;
	box-shadow: none !important;
	text-decoration: none !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image {
	position: relative;
	display: block;
	width: 100%;
	height: clamp(360px, 37.45vw, 500px) !important;
	min-height: 360px;
	border-radius: 0 !important;
	background: #050505;
	overflow: hidden;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__image {
	height: clamp(360px, 37.45vw, 500px) !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center;
	transform: scale(1.001);
	transition: transform .85s ease, filter .85s ease;
	will-change: transform;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.12) 48%, rgba(0,0,0,.68) 100%),
		linear-gradient(90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,.26) 100%);
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__overlay {
	position: absolute;
	inset: 0 !important;
	z-index: 3;
	background: rgba(0,0,0,.10) !important;
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__meta {
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-end !important;
	min-height: 48% !important;
	gap: 10px !important;
	padding: 120px 28px 55px !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.28) 44%, rgba(0,0,0,.72) 100%) !important;
	text-align: center !important;
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
	align-items: flex-end !important;
	text-align: right !important;
	padding: 135px 68px 74px 42px !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__title {
	max-width: min(100%, 690px) !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: clamp(23px, 2.05vw, 34px) !important;
	font-weight: 800 !important;
	line-height: 1.05 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	text-shadow: 0 3px 18px rgba(0,0,0,.65);
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__subtitle {
	display: block !important;
	max-width: min(100%, 760px) !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(255,255,255,.94) !important;
	font-size: clamp(15px, 1.45vw, 20px) !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	text-shadow: 0 3px 18px rgba(0,0,0,.66);
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
	max-width: min(650px, 58%) !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__terms,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__button {
	display: none !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__card:hover .sbs-projects-grid__image img,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__card:focus .sbs-projects-grid__image img {
	transform: scale(1.045);
}@media (max-width: 1024px){.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__items {
		gap: 12px !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__image {
		height: clamp(320px, 42vw, 430px) !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
		padding-right: 44px !important;
		padding-bottom: 62px !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
		max-width: min(620px, 72%) !important;
	}}@media (max-width: 767px){.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__items {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide {
		grid-column: auto !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__image {
		height: 340px !important;
		min-height: 300px;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__meta,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
		align-items: center !important;
		text-align: center !important;
		padding: 96px 22px 44px !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
		max-width: 100% !important;
	}}.sbs-projects-grid.sbs-projects-grid--style_2 {
	position: relative;
	width: 100%;
	background: #000;
	overflow: hidden;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__items {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-auto-flow: row dense;
	gap: 14px !important;
	background: #000;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item { grid-column: span 1; }.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide { grid-column: 1 / -1 !important; }.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__card {
	position: relative;
	display: block !important;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	border-radius: 0 !important;
	background: #000 !important;
	color: #fff;
	overflow: hidden;
	isolation: isolate;
	box-shadow: none !important;
	text-decoration: none !important;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__image {
	position: relative;
	display: block;
	width: 100%;
	height: clamp(360px, 37.45vw, 500px) !important;
	min-height: 360px;
	border-radius: 0 !important;
	background: #050505;
	overflow: hidden;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center;
	transform: scale(1.001);
	transition: transform .85s ease, filter .85s ease;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__image::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.12) 48%, rgba(0,0,0,.68) 100%), linear-gradient(90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,.26) 100%);
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__overlay {
	position: absolute;
	inset: 0 !important;
	z-index: 3;
	background: rgba(0,0,0,.10) !important;
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__meta {
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-end !important;
	min-height: 48% !important;
	gap: 10px !important;
	padding: 120px 28px 55px !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.28) 44%, rgba(0,0,0,.72) 100%) !important;
	text-align: center !important;
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
	align-items: flex-end !important;
	text-align: right !important;
	padding: 135px 68px 74px 42px !important;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__title {
	max-width: min(100%, 690px) !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: clamp(23px, 2.05vw, 34px) !important;
	font-weight: 800 !important;
	line-height: 1.05 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	text-shadow: 0 3px 18px rgba(0,0,0,.65);
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__subtitle {
	display: block !important;
	max-width: min(100%, 760px) !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(255,255,255,.94) !important;
	font-size: clamp(15px, 1.45vw, 20px) !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	text-shadow: 0 3px 18px rgba(0,0,0,.66);
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
	max-width: min(650px, 58%) !important;
}.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__terms,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__button { display: none !important; }@media (max-width: 767px){.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__items { grid-template-columns: 1fr !important; gap: 12px !important; }.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide { grid-column: auto !important; }.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__image { height: 340px !important; min-height: 300px; }.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__meta,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta { align-items: center !important; text-align: center !important; padding: 96px 22px 44px !important; }.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle { max-width: 100% !important; }}.sbs-projects-grid.sbs-projects-grid--style-2,
.sbs-projects-grid.sbs-projects-grid--style_2 {
	position: relative;
	width: 100%;
	overflow: hidden;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__items,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__items {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-auto-flow: row dense;
	gap: var(--sbs-pg-style2-gap, 14px) !important;
	align-items: stretch !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item {
	grid-column: span 1;
	min-width: 0;
	margin: 0 !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide {
	grid-column: 1 / -1 !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__card,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__card {
	position: relative;
	display: block !important;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	background: #000 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
	isolation: isolate;
	text-decoration: none !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__image,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__image,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__image {
	position: relative;
	display: block !important;
	width: 100%;
	height: var(--sbs-pg-style2-row-height, clamp(360px, 37.45vw, 470px)) !important;
	min-height: 320px;
	border-radius: 0 !important;
	background: #050505 !important;
	overflow: hidden !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image img,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__image img {
	position: absolute;
	inset: 0;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center;
	transform: scale(1.001);
	transition: transform .85s ease, filter .85s ease;
	will-change: transform;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image::after,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__image::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.12) 46%, rgba(0,0,0,.72) 100%),
		linear-gradient(90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,.24) 100%);
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__overlay,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__overlay {
	position: absolute;
	inset: 0 !important;
	z-index: 3;
	bottom: auto !important;
	background: rgba(0, 0, 0, .08) !important;
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__meta,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__meta {
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-end !important;
	min-height: 46% !important;
	gap: var(--sbs-pg-style2-text-gap, 10px) !important;
	padding: 118px 28px 54px !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.28) 42%, rgba(0,0,0,.74) 100%) !important;
	text-align: center !important;
	pointer-events: none;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
	align-items: flex-end !important;
	text-align: right !important;
	padding: 130px 72px 72px 42px !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__title {
	display: block !important;
	width: auto;
	max-width: min(100%, 760px) !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: var(--sbs-pg-style2-title-size, clamp(24px, 2.08vw, 30px)) !important;
	font-weight: 800 !important;
	line-height: 1.05 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	text-shadow: 0 3px 18px rgba(0,0,0,.70);
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__subtitle,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__subtitle {
	display: block !important;
	width: auto;
	max-width: min(100%, 760px) !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(255,255,255,.94) !important;
	font-size: var(--sbs-pg-style2-subtitle-size, clamp(15px, 1.45vw, 18px)) !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	text-shadow: 0 3px 18px rgba(0,0,0,.66);
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
	max-width: min(720px, 58%) !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__terms,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__button,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__terms,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__button {
	display: none !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__card:hover .sbs-projects-grid__image img,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__card:focus .sbs-projects-grid__image img,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__card:hover .sbs-projects-grid__image img,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__card:focus .sbs-projects-grid__image img {
	transform: scale(1.045);
}@media (max-width: 1024px){.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
		padding-right: 42px !important;
		padding-bottom: 58px !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
		max-width: min(660px, 72%) !important;
	}}@media (max-width: 767px){.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__items,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__items {
		grid-template-columns: 1fr !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide {
		grid-column: auto !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__image,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__image,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__image,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__image {
		height: var(--sbs-pg-style2-row-height-mobile, 340px) !important;
		min-height: 300px;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__meta,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__meta,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
		align-items: center !important;
		text-align: center !important;
		padding: 96px 22px 44px !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
		max-width: 100% !important;
	}}@keyframes sbsWooBrandsSpin {
	to {
		transform: rotate(360deg);
	}
}.sbs-projects-grid.sbs-projects-grid--style-3 {
	--sbs-projects-style3-bg: transparent;
	--sbs-projects-style3-card-bg: #ffffff;
	--sbs-projects-style3-card-border: rgba(22, 22, 22, 0.08);
	--sbs-projects-style3-line: rgba(22, 22, 22, 0.10);
	--sbs-projects-style3-text: #1f1f1f;
	--sbs-projects-style3-muted: rgba(31,31,31,0.62);
	--sbs-projects-style3-soft: #f5f5f3;
	--sbs-projects-style3-gold: #bd8d28;
	background: transparent;
	color: var(--sbs-projects-style3-text);
	padding: 0 0 34px;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filterbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 22px 20px;
	border-bottom: 1px solid var(--sbs-projects-style3-line);
	margin-bottom: 48px;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filter-group {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filter-label {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(31,31,31,0.48);
	margin-right: 10px;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filter-btn {
	appearance: none;
	border: 1px solid rgba(31,31,31,0.14);
	background: transparent;
	color: rgba(31,31,31,0.86);
	font-size: 10px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 9px 20px;
	min-height: 28px;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filter-btn:hover,
.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filter-btn.is-active {
	background: var(--sbs-projects-style3-gold);
	border-color: var(--sbs-projects-style3-gold);
	color: #ffffff;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filter-group--technology {
	margin-left: auto;
	gap: 8px;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__tech-select {
	appearance: none;
	border: 0;
	border-bottom: 1px solid rgba(31,31,31,0.28);
	background: transparent;
	color: rgba(31,31,31,0.86);
	font-size: 11px;
	line-height: 1.2;
	padding: 4px 18px 5px 0;
	min-width: 120px;
	outline: 0;
	cursor: pointer;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__tech-select option {
	background: #ffffff;
	color: #1f1f1f;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 24px;
	padding: 0 22px;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__item[hidden] {
	display: none !important;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__card {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: visible;
	background: var(--sbs-projects-style3-card-bg);
	border: 1px solid var(--sbs-projects-style3-card-border);
	box-shadow: 0 14px 34px rgba(0,0,0,0.05);
	text-decoration: none;
	color: inherit;
	min-height: 100%;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__card:hover,
.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__card:focus {
	transform: translateY(-3px);
	box-shadow: 0 18px 44px rgba(0,0,0,0.09);
	border-color: rgba(189,141,40,0.28);
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__image {
	position: relative;
	display: block;
	height: 252px;
	overflow: hidden;
	background: var(--sbs-projects-style3-soft);
	border-radius: 0;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .55s ease;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0);
	pointer-events: none;
	transition: background-color .25s ease;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__card:hover .sbs-projects-grid__overlay,
.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__card:focus .sbs-projects-grid__overlay {
	background: rgba(0,0,0,0.18);
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__button {
	position: absolute;
	left: 50%;
	top: 126px;
	transform: translate(-50%, -50%) scale(.92);
	width: 76px;
	height: 76px;
	background: #fff7de;
	color: var(--sbs-projects-style3-gold);
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__card:hover .sbs-projects-grid__button,
.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__card:focus .sbs-projects-grid__button {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__meta {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	padding: 16px 16px 18px;
	min-height: 0;
	background: transparent;
	position: static;
	color: inherit;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 11px;
	line-height: 1.2;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__type {
	color: var(--sbs-projects-style3-gold);
	font-size: 11px;
	font-weight: 500;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__location {
	color: rgba(31,31,31,0.54);
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__location::before {
	content: "◎";
	font-size: 10px;
	margin-right: 5px;
	opacity: .7;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__title {
	color: var(--sbs-projects-style3-text);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: -0.02em;
	margin: 0;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__description {
	display: block;
	color: var(--sbs-projects-style3-muted);
	font-size: 12px;
	line-height: 1.55;
	max-width: 94%;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
	justify-content: flex-start;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__term {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 7px;
	border: 1px solid rgba(31,31,31,0.10);
	border-radius: 0;
	background: rgba(31,31,31,0.04);
	color: rgba(31,31,31,0.65);
	font-size: 9px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__empty--filtered {
	margin: 0 22px;
	padding: 28px;
	border: 1px solid rgba(31,31,31,0.08);
	color: rgba(31,31,31,0.72);
	text-align: center;
}@media (max-width: 1024px){.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filterbar {
		align-items: flex-start;
		flex-direction: column;
	}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filter-group--technology {
		margin-left: 0;
	}}@media (max-width: 767px){.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__items {
		grid-template-columns: 1fr;
		padding: 0 16px;
	}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filterbar {
		padding: 16px;
		margin-bottom: 32px;
	}.sbs-projects-grid.sbs-projects-grid--style-3 .sbs-projects-grid__filter-btn {
		padding-inline: 14px;
	}}.sbs-projects-grid.sbs-projects-grid--style-2,
.sbs-projects-grid.sbs-projects-grid--style_2 {
	--sbs-pg-style2-title-size-safe: max(var(--sbs-pg-style2-title-size, clamp(22px, 2.08vw, 30px)), 16px);
	--sbs-pg-style2-subtitle-size-safe: max(var(--sbs-pg-style2-subtitle-size, clamp(13px, 1.35vw, 18px)), 11px);
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item:not(.sbs-projects-grid__item--wide) .sbs-projects-grid__meta,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item:not(.sbs-projects-grid__item--wide) .sbs-projects-grid__meta {
	align-items: flex-start !important;
	text-align: left !important;
	justify-content: flex-end !important;
	padding-left: clamp(18px, 3.1vw, 34px) !important;
	padding-right: clamp(18px, 3.1vw, 34px) !important;
	padding-bottom: clamp(34px, 4.4vw, 56px) !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
	align-items: flex-end !important;
	text-align: right !important;
	justify-content: flex-end !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__title {
	font-size: var(--sbs-pg-style2-title-size-safe) !important;
	text-align: inherit !important;
	max-width: min(100%, 760px) !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__subtitle,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__subtitle {
	font-size: var(--sbs-pg-style2-subtitle-size-safe) !important;
	text-align: inherit !important;
	max-width: min(100%, 760px) !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item:not(.sbs-projects-grid__item--wide) .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item:not(.sbs-projects-grid__item--wide) .sbs-projects-grid__subtitle,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item:not(.sbs-projects-grid__item--wide) .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item:not(.sbs-projects-grid__item--wide) .sbs-projects-grid__subtitle {
	margin-left: 0 !important;
	margin-right: auto !important;
}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__title,
.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__subtitle {
	margin-left: auto !important;
	margin-right: 0 !important;
}@media (max-width: 767px){.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__meta,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__meta {
		align-items: flex-start !important;
		text-align: left !important;
		padding: 88px 22px 40px !important;
	}.sbs-projects-grid.sbs-projects-grid--style-2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta,
	.sbs-projects-grid.sbs-projects-grid--style_2 .sbs-projects-grid__item--wide .sbs-projects-grid__meta {
		align-items: flex-end !important;
		text-align: right !important;
	}}@keyframes sbs-access-button-spin {
	to {
		transform: rotate(360deg);
	}
}@keyframes sbs-access-auth-in {
	from { opacity: 0; }
	to { opacity: 1; }
}@keyframes sbs-access-auth-out {
	from { opacity: 1; }
	to { opacity: 0; }
}@keyframes sbs-access-flip-out-signup {
	from { opacity: 1; transform: rotateY(0deg) scale(1); }
	to { opacity: 0.35; transform: rotateY(-88deg) scale(0.985); }
}@keyframes sbs-access-flip-in-signup {
	from { opacity: 0.35; transform: rotateY(88deg) scale(0.985); }
	to { opacity: 1; transform: rotateY(0deg) scale(1); }
}@keyframes sbs-access-flip-out-login {
	from { opacity: 1; transform: rotateY(0deg) scale(1); }
	to { opacity: 0.35; transform: rotateY(88deg) scale(0.985); }
}@keyframes sbs-access-flip-in-login {
	from { opacity: 0.35; transform: rotateY(-88deg) scale(0.985); }
	to { opacity: 1; transform: rotateY(0deg) scale(1); }
}