.mblbs-content,
.mblbs-section,
.mblbs-row,
.mblbs-col,
.mblbs-el {
	box-sizing: border-box;
}

.mblbs-section {
	width: 100%;
}

.mblbs-container {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.mblbs-row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
	margin-inline: -12px;
}

.mblbs-col {
	width: 100%;
	padding-inline: 12px;
}

.mblbs-col-12 {
	flex-basis: 100%;
	max-width: 100%;
}

.mblbs-col-9 {
	flex-basis: 75%;
	max-width: 75%;
}

.mblbs-col-8 {
	flex-basis: 66.666%;
	max-width: 66.666%;
}

.mblbs-col-6 {
	flex-basis: 50%;
	max-width: 50%;
}

.mblbs-col-4 {
	flex-basis: 33.333%;
	max-width: 33.333%;
}

.mblbs-col-3 {
	flex-basis: 25%;
	max-width: 25%;
}

.mblbs-col-2 {
	flex-basis: 16.666%;
	max-width: 16.666%;
}

.mblbs-el + .mblbs-el {
	margin-top: 18px;
}

.mblbs-heading {
	margin: 0 0 16px;
	line-height: 1.12;
}

.mblbs-text > :first-child {
	margin-top: 0;
}

.mblbs-text > :last-child {
	margin-bottom: 0;
}

.mblbs-image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.mblbs-inner-row-wrap {
	box-sizing: border-box;
}

.mblbs-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 14px;
}

.mblbs-gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.mblbs-align-center {
	text-align: center;
}

.mblbs-align-right {
	text-align: right;
}

.mblbs-button-wrap {
	margin-top: 18px;
}

.mblbs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	border-radius: 6px;
	background: #111827;
	color: #fff;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease;
}

.mblbs-button:hover,
.mblbs-button:focus {
	background: #2f3a4f;
	color: #fff;
	transform: translateY(-1px);
}

.mblbs-separator {
	margin: 28px 0;
	border: 0;
	border-top: 1px solid #e5e7eb;
}

.mblbs-accordion {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
}

.mblbs-accordion summary {
	padding: 14px 16px;
	background: #f8fafc;
	cursor: pointer;
	font-weight: 700;
}

.mblbs-accordion > div {
	padding: 16px;
}

.mblbs-video {
	position: relative;
	overflow: hidden;
}

.mblbs-video iframe,
.mblbs-video video {
	display: block;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 782px) {
	.mblbs-row {
		gap: 18px 0;
		margin-inline: 0;
	}

	.mblbs-col {
		flex-basis: 100%;
		max-width: 100%;
		padding-inline: 0;
	}
}
