#msb-home-v4 {
	--msb-cream: #FDF6E9;
	--msb-navy: #0F2850;
	--msb-secondary: #2D4A7A;
	--msb-royal: #1850B0;
	--msb-royal-hover: #1343A0;
	--msb-surface: #EEF2FF;
	--msb-line: #D1DBF0;
	--msb-white: #FFFFFF;

	--msb-state-focus-ring: #1850B0;
	background: var(--msb-white);
	color: var(--msb-navy);
	font-family: "Nunito Sans", Arial, sans-serif;
	overflow: clip;
}

#msb-home-v4 *,
#msb-home-v4 *::before,
#msb-home-v4 *::after {
	box-sizing: border-box;
}

#msb-home-v4 :where(h1, h2, h3, p) {
	margin: 0;
}

#msb-home-v4 h1,
#msb-home-v4 h2,
#msb-home-v4 h3 {
	text-wrap: balance;
}

#msb-home-v4 figure {
	margin: 0;
}

#msb-home-v4 a {
	color: inherit;
	text-decoration: none;
}

#msb-home-v4 img {
	display: block;
	max-width: 100%;
}

#msb-home-v4 .msb-v3-shell {
	margin-inline: auto;
	width: min(1140px, calc(100% - 48px));
}

#msb-home-v4 .msb-v3-section {
	padding: 80px 0;
}

#msb-home-v4 .msb-v3-section--surface {
	background: var(--msb-surface);
}

#msb-home-v4 .msb-v3-eyebrow {
	color: var(--msb-royal);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

#msb-home-v4 .msb-v3-heading {
	color: var(--msb-navy);
	font-family: Merriweather, Georgia, serif;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

#msb-home-v4 .msb-v3-section-heading {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.25;
}

#msb-home-v4 .msb-v3-body {
	color: var(--msb-navy);
	font-size: 18px;
	line-height: 1.65;
}

#msb-home-v4 .msb-v3-hero {
	background: var(--msb-white);
	padding: 128px 0;
}

#msb-home-v4 .msb-v3-hero__content {
	max-width: 640px;
}

#msb-home-v4 .msb-v3-hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 2fr) minmax(0, 2.5fr);
}

#msb-home-v4 .msb-v3-hero__figure {
	border-radius: 16px;
	overflow: hidden;
}

#msb-home-v4 .msb-v3-hero__figure img {
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	width: 100%;
}

#msb-home-v4 .msb-v3-hero .msb-v3-eyebrow {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

#msb-home-v4 .msb-v3-hero .msb-v3-eyebrow::after {
	background: var(--msb-royal);
	border-radius: 999px;
	content: "";
	height: 2px;
	width: 48px;
}

#msb-home-v4 .msb-v3-intro .msb-v3-eyebrow {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}

#msb-home-v4 .msb-v3-copy .msb-v3-eyebrow {
	align-items: center;
	display: flex;
	gap: 12px;
}

#msb-home-v4 .msb-v3-intro .msb-v3-eyebrow::after,
#msb-home-v4 .msb-v3-copy .msb-v3-eyebrow::after {
	background: var(--msb-royal);
	border-radius: 999px;
	content: "";
	height: 2px;
	width: 48px;
}

#msb-home-v4 .msb-v3-hero h1 {
	font-size: 52px;
}

#msb-home-v4 .msb-v3-hero__lede {
	color: var(--msb-secondary);
	font-size: 20px;
	line-height: 1.65;
	margin-top: 24px;
	max-width: 560px;
}

#msb-home-v4 .msb-v3-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

#msb-home-v4 .msb-v3-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 17px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0 32px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

#msb-home-v4 .msb-v3-button--primary {
	background: var(--msb-royal);
	color: var(--msb-white);
	height: 64px;
}

#msb-home-v4 .msb-v3-button--secondary {
	background: transparent;
	border-color: var(--msb-royal);
	color: var(--msb-royal);
}

#msb-home-v4 .msb-v3-intro {
	margin: 0 auto 48px;
	max-width: 640px;
	text-align: center;
}

#msb-home-v4 .msb-v3-intro .msb-v3-eyebrow {
	margin-bottom: 12px;
}

#msb-home-v4 .msb-v3-cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#msb-home-v4 .msb-v3-card {
	background: var(--msb-white);
	border: 1px solid var(--msb-line);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 32px;
}

#msb-home-v4 .msb-v3-card__icon {
	align-items: center;
	background: var(--msb-surface);
	border-radius: 999px;
	color: var(--msb-royal);
	display: grid;
	height: 56px;
	justify-content: center;
	margin-bottom: 20px;
	place-items: center;
	width: 56px;
}

#msb-home-v4 .msb-v3-card__icon svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 24px;
}

#msb-home-v4 .msb-v3-card .msb-v3-eyebrow {
	margin-bottom: 12px;
}

#msb-home-v4 .msb-v3-card h3 {
	color: var(--msb-navy);
	font-family: Merriweather, Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
}

#msb-home-v4 .msb-v3-card p {
	margin-top: 16px;
}

#msb-home-v4 .msb-v3-card__label {
	align-items: center;
	color: var(--msb-royal);
	display: inline-flex;
	font-size: 17px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0;
	line-height: 1;
	margin-top: auto;
	padding-top: 24px;
}

#msb-home-v4 .msb-v3-profile,
#msb-home-v4 .msb-v3-location {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}

#msb-home-v4 .msb-v3-profile {
	align-items: start;
}

#msb-home-v4 .msb-v3-profile-extra {
	align-items: start;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin-top: 48px;
}

#msb-home-v4 .msb-v3-portrait {
	aspect-ratio: 3 / 4;
	background: var(--msb-white);
	border-radius: 16px;
	overflow: hidden;
}

#msb-home-v4 .msb-v3-portrait img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#msb-home-v4 .msb-v3-copy .msb-v3-eyebrow {
	margin-bottom: 12px;
}

#msb-home-v4 .msb-v3-copy h2 {
	margin-bottom: 16px;
}

#msb-home-v4 .msb-v3-credential {
	color: var(--msb-secondary);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 24px;
}

#msb-home-v4 .msb-v3-copy .msb-v3-body + .msb-v3-body {
	margin-top: 24px;
}

#msb-home-v4 .msb-v3-map {
	background: var(--msb-white);
	border: 1px solid var(--msb-line);
	border-radius: 8px;
	min-height: 360px;
	overflow: hidden;
}

#msb-home-v4 .msb-v3-map iframe {
	border: 0;
	display: block;
	min-height: 360px;
	width: 100%;
}

#msb-home-v4 .msb-v3-location {
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#msb-home-v4 .msb-v3-location .msb-v3-eyebrow {
	margin-bottom: 12px;
}

#msb-home-v4 .msb-v3-location h2 {
	margin-bottom: 16px;
}

#msb-home-v4 .msb-v3-location-detail {
	border-left: 2px solid var(--msb-line);
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 16px;
}

#msb-home-v4 .msb-v3-hours {
	color: var(--msb-secondary);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.65;
	margin-top: 8px;
}

#msb-home-v4 .msb-v3-location .msb-v3-button {
	margin-top: 24px;
}

#msb-home-v4 .msb-v3-provisorio {
	background: #FFF4F4;
	border: 2px dashed #B3261E;
	border-radius: 8px;
	color: #B3261E;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 12px;
	padding: 8px 12px;
}

#msb-home-v4 .msb-v3-credentials-list {
	color: var(--msb-navy);
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 12px;
	line-height: 1.5;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

#msb-home-v4 .msb-v3-credentials-list li {
	border-left: 2px solid var(--msb-line);
	padding-left: 16px;
}

#msb-home-v4 .msb-v3-profile-extra .msb-v3-credentials-list {
	margin-top: 0;
}

#msb-home-v4 .msb-v3-trust-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#msb-home-v4 .msb-v3-trust-card,
#msb-home-v4 .msb-v3-card {
	background: var(--msb-white);
	border: 1px solid var(--msb-line);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 32px;
}

#msb-home-v4 .msb-v3-trust-card h3 {
	color: var(--msb-navy);
	font-family: Merriweather, Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
}

#msb-home-v4 .msb-v3-trust-card p {
	margin-top: 16px;
}

#msb-home-v4 .msb-v3-favor {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}

#msb-home-v4 .msb-v3-favor .msb-v3-button {
	margin-top: 32px;
}

#msb-home-v4 .msb-v3-favor-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#msb-home-v4 .msb-v3-favor-item {
	border: 1px solid var(--msb-line);
	border-radius: 12px;
	padding: 20px 24px;
}

#msb-home-v4 .msb-v3-favor-item summary {
	cursor: pointer;
	list-style: none;
	margin: -16px -24px;
	min-height: 56px;
	padding: 16px 24px;
	position: relative;
}

#msb-home-v4 .msb-v3-favor-item summary::-webkit-details-marker {
	display: none;
}

#msb-home-v4 .msb-v3-favor-item summary h3 {
	color: var(--msb-navy);
	font-family: Merriweather, Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	padding-right: 32px;
}

#msb-home-v4 .msb-v3-favor-item summary::after {
	border-bottom: 2px solid var(--msb-royal);
	border-right: 2px solid var(--msb-royal);
	content: "";
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: rotate(45deg);
	transition: transform var(--motion-duration-lg, 240ms) var(--motion-ease-standard, ease);
	width: 10px;
}

#msb-home-v4 .msb-v3-favor-item[open] summary::after {
	transform: rotate(225deg);
}

#msb-home-v4 .msb-v3-favor-item__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows var(--motion-duration-lg, 240ms) var(--motion-ease-standard, ease);
}

#msb-home-v4 .msb-v3-favor-item[open] .msb-v3-favor-item__panel {
	grid-template-rows: 1fr;
}

#msb-home-v4 .msb-v3-favor-item__panel-inner {
	min-height: 0;
	overflow: hidden;
}

#msb-home-v4 .msb-v3-favor-item p {
	margin-top: 12px;
}

#msb-home-v4 :focus-visible {

	outline: 3px solid var(--msb-state-focus-ring);
	outline-offset: 2px;
}

#msb-home-v4 #hero {
	scroll-margin-top: 136px;
}

#msb-home-v4 #areas-atuacao {
	scroll-margin-top: 136px;
}

#msb-home-v4 #quem-somos {
	scroll-margin-top: 136px;
}

#msb-home-v4 #localizacao {
	scroll-margin-top: 136px;
}

#msb-home-v4 #referencia-nacional {
	scroll-margin-top: 136px;
}

#msb-home-v4 #escritorio-a-seu-favor {
	scroll-margin-top: 136px;
}

@media (prefers-reduced-motion: no-preference) {
	html.js-reveal #msb-home-v4 .msb-v3-trust-card:not(.is-revealed),
	html.js-reveal #msb-home-v4 .msb-v3-card:not(.is-revealed),
	html.js-reveal #msb-home-v4 .msb-v3-profile:not(.is-revealed),
	html.js-reveal #msb-home-v4 .msb-v3-profile-extra:not(.is-revealed),
	html.js-reveal #msb-home-v4 .msb-v3-favor-item:not(.is-revealed),
	html.js-reveal #msb-home-v4 .msb-v3-map:not(.is-revealed),
	html.js-reveal #msb-home-v4 #localizacao .msb-v3-copy:not(.is-revealed) {
		opacity: 0;
		transform: translateY(16px);
		transition: opacity var(--motion-duration-xl, 400ms) var(--motion-ease-entrance, ease-out), transform var(--motion-duration-xl, 400ms) var(--motion-ease-entrance, ease-out);
	}
}

@media (hover: hover) and (pointer: fine) {

	#msb-home-v4 .msb-v3-trust-card {
		transition: border-color var(--motion-duration-md, 200ms) var(--motion-ease-standard, ease);
	}

	#msb-home-v4 .msb-v3-trust-card:hover {
		border-color: var(--msb-royal);
	}

	#msb-home-v4 .msb-v3-button--primary:hover {
		background: var(--msb-royal-hover);
		box-shadow: 0 4px 16px rgba(15, 40, 80, 0.10);
	}

	#msb-home-v4 .msb-v3-button--secondary:hover {
		background: var(--msb-royal);
		color: var(--msb-white);
	}

	#msb-home-v4 .msb-v3-card {
		transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, color 200ms ease;
	}

	#msb-home-v4 .msb-v3-card:hover {
		border-color: var(--msb-royal);
		box-shadow: 0 4px 16px rgba(15, 40, 80, 0.10);
		transform: translateY(-4px);
	}

	#msb-home-v4 .msb-v3-card:hover .msb-v3-card__label {
		color: var(--msb-royal-hover);
	}

	#msb-home-v4 .msb-v3-card .msb-v3-card__icon {
		transition: background-color 200ms ease, color 200ms ease;
	}

	#msb-home-v4 .msb-v3-card:hover .msb-v3-card__icon {
		background: var(--msb-royal);
		color: var(--msb-white);
	}

	#msb-home-v4 .msb-v3-hero__figure img,
	#msb-home-v4 .msb-v3-portrait img {
		transition: transform var(--motion-duration-md, 200ms) var(--motion-ease-standard, ease);
	}

	#msb-home-v4 .msb-v3-hero__figure:hover img,
	#msb-home-v4 .msb-v3-portrait:hover img {
		transform: scale(var(--motion-scale-hover-subtle, 1.015));
	}

}

@media (max-width: 1024px) {
	#msb-home-v4 .msb-v3-hero__grid {
		gap: 32px;
		grid-template-columns: minmax(0, 1fr);
	}

	#msb-home-v4 .msb-v3-hero h1 {
		font-size: 44px;
	}

	#msb-home-v4 .msb-v3-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#msb-home-v4 .msb-v3-hero {
		padding-block: 96px;
	}
}

@media (min-width: 960px) and (max-width: 1024px) {
	#msb-home-v4 .msb-v3-hero__grid {
		gap: 32px;
		grid-template-columns: minmax(0, 2fr) minmax(0, 2.5fr);
	}

	#msb-home-v4 .msb-v3-hero .msb-v3-eyebrow {
		font-size: 10px;
		letter-spacing: 0.10em;
	}
}

@media (max-width: 767px) {
	#msb-home-v4 .msb-v3-shell {
		width: min(1140px, calc(100% - 32px));
	}

	#msb-home-v4 .msb-v3-section {
		padding: 48px 0;
	}

	#msb-home-v4 .msb-v3-hero {
		padding: 64px 0;
	}

	#msb-home-v4 .msb-v3-hero__grid {
		gap: 32px;
		grid-template-columns: minmax(0, 1fr);
	}

	#msb-home-v4 .msb-v3-hero__figure img {
		aspect-ratio: 16 / 9;
	}

	#msb-home-v4 .msb-v3-hero h1 {
		font-size: 36px;
	}

	#msb-home-v4 .msb-v3-hero .msb-v3-eyebrow::after,
	#msb-home-v4 .msb-v3-intro .msb-v3-eyebrow::after,
	#msb-home-v4 .msb-v3-copy .msb-v3-eyebrow::after {
		width: 36px;
	}

	#msb-home-v4 .msb-v3-section-heading {
		font-size: 24px;
	}

	#msb-home-v4 .msb-v3-actions {
		display: grid;
	}

	#msb-home-v4 .msb-v3-button {
		width: 100%;
	}

	#msb-home-v4 .msb-v3-cards {
		grid-template-columns: 1fr;
	}

	#msb-home-v4 .msb-v3-card {
		min-height: 0;
	}

	#msb-home-v4 .msb-v3-profile,
	#msb-home-v4 .msb-v3-location {
		gap: 32px;
		grid-template-columns: minmax(0, 1fr);
	}

	#msb-home-v4 .msb-v3-profile {
		grid-template-areas: "portrait" "copy";
	}

	#msb-home-v4 .msb-v3-portrait {
		grid-area: portrait;
	}

	#msb-home-v4 .msb-v3-profile .msb-v3-copy {
		grid-area: copy;
	}

	#msb-home-v4 .msb-v3-profile-extra {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 32px;
	}

	#msb-home-v4 .msb-v3-map,
	#msb-home-v4 .msb-v3-map iframe {
		min-height: 280px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#msb-home-v4 .msb-v3-trust-card,
	#msb-home-v4 .msb-v3-button,
	#msb-home-v4 .msb-v3-card,
	#msb-home-v4 .msb-v3-card__icon,
	#msb-home-v4 .msb-v3-hero__figure img,
	#msb-home-v4 .msb-v3-portrait img {
		transition: none;
		transform: none;
	}

	#msb-home-v4 .msb-v3-card:hover {
		transform: none;
	}

	#msb-home-v4 .msb-v3-card:hover .msb-v3-card__icon {
		transition: none;
	}

	#msb-home-v4 .msb-v3-trust-card:hover {
		transition: none;
	}
}

@media (max-width: 1024px) {
	#msb-home-v4 .msb-v3-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	#msb-home-v4 .msb-v3-trust-grid {
		grid-template-columns: 1fr;
	}

	#msb-home-v4 .msb-v3-trust-card {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	#msb-home-v4 .msb-v3-favor {
		gap: 32px;
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	#msb-home-v4 .msb-v3-favor-item summary::after {
		transition: none;
	}

	#msb-home-v4 .msb-v3-favor-item__panel {
		transition: none;
	}
}
