.mvc-site-header {
	padding-bottom: 0.7rem !important;
	padding-top: 0.7rem !important;
}

.mvc-header-shell {
	align-items: center !important;
	gap: 1rem !important;
	grid-template-columns: auto minmax(0, 1fr) auto !important;
	justify-items: center;
}

.mvc-header-brand {
	align-items: center;
	display: flex;
	gap: 0.8rem;
	justify-self: start;
}

.mvc-header-brand .wp-block-site-logo img {
	max-width: 88px !important;
}

.mvc-header-copy .wp-block-site-title {
	font-size: 1.12rem !important;
	line-height: 1.05 !important;
}

.mvc-header-actions {
	align-items: center !important;
	display: grid !important;
	gap: 0.9rem !important;
	grid-column: 2 / 4 !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	justify-self: stretch;
}

.mvc-primary-nav {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	justify-self: center;
	padding-left: 0;
}

.mvc-menu-toggle {
	display: none !important;
}

.mvc-primary-menu {
	align-items: center !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 0.7rem !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mvc-primary-menu > li {
	list-style: none !important;
	position: relative;
}

.mvc-primary-menu > li.menu-item-has-children::after {
	content: "";
	display: block;
	height: 0.9rem;
	left: -0.6rem;
	position: absolute;
	right: -0.6rem;
	top: 100%;
}

.mvc-menu-item-shell {
	align-items: center;
	display: flex;
	gap: 0.25rem;
	line-height: 1;
}

.mvc-menu-link,
.mvc-primary-menu > li > .mvc-menu-item-shell > a {
	color: var(--wp--preset--color--ink);
	font-size: 0.78rem !important;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.35rem 0.1rem !important;
	text-decoration: none;
	white-space: nowrap;
}

.mvc-submenu-toggle {
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: var(--wp--preset--color--ink);
	cursor: pointer;
	display: inline-flex !important;
	flex: 0 0 auto;
	height: 1rem !important;
	justify-content: center;
	margin: 0;
	padding: 0 !important;
	position: relative;
	top: 0.02rem;
	vertical-align: middle;
	width: 1rem !important;
}

.mvc-submenu-toggle .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.mvc-submenu-toggle::before {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	content: "";
	display: block;
	height: 0.34rem;
	transform: rotate(45deg);
	width: 0.34rem;
}

.mvc-primary-menu > li > .mvc-menu-item-shell > a::after {
	background: var(--wp--preset--color--teal);
	border-radius: 999px;
	bottom: -0.25rem;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.5);
	transform-origin: left center;
	transition: opacity 160ms ease, transform 160ms ease;
	width: 100%;
}

.mvc-primary-menu > li:hover > .mvc-menu-item-shell > a::after,
.mvc-primary-menu > li:focus-within > .mvc-menu-item-shell > a::after,
.mvc-primary-menu > li.current-menu-item > .mvc-menu-item-shell > a::after,
.mvc-primary-menu > li.current-menu-ancestor > .mvc-menu-item-shell > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.mvc-sub-menu {
	background: rgba(255, 255, 255, 0.98) !important;
	border: 1px solid var(--wp--preset--color--line) !important;
	border-radius: 16px !important;
	box-shadow: 0 18px 44px rgba(20, 39, 38, 0.14) !important;
	display: none !important;
	gap: 0.15rem;
	left: 50%;
	list-style: none !important;
	margin: 0 !important;
	min-width: 14rem;
	padding: 0.45rem !important;
	position: absolute !important;
	top: calc(100% + 0.2rem);
	transform: translateX(-50%);
	z-index: 100;
}

.mvc-primary-menu > li.menu-item-has-children:hover > .mvc-sub-menu,
.mvc-primary-menu > li.menu-item-has-children:focus-within > .mvc-sub-menu,
.mvc-primary-menu > li.menu-item-has-children.is-open > .mvc-sub-menu {
	display: grid !important;
}

.mvc-sub-menu li {
	list-style: none !important;
	margin: 0 !important;
	width: 100%;
}

.mvc-sub-menu .mvc-menu-item-shell {
	display: block;
}

.mvc-sub-menu a {
	border-radius: 12px;
	color: var(--wp--preset--color--ink);
	display: block;
	font-size: 0.86rem !important;
	font-weight: 600;
	line-height: 1.4;
	padding: 0.7rem 0.8rem !important;
	text-decoration: none;
	white-space: normal;
}

.mvc-sub-menu a:hover,
.mvc-sub-menu a:focus-visible {
	background: var(--wp--preset--color--canvas-alt);
}

.mvc-sub-menu .mvc-submenu-toggle {
	display: none !important;
}

.mvc-header-actions .wp-block-buttons {
	justify-self: end;
	align-self: center;
}

.mvc-header-actions .wp-block-button__link {
	font-size: 0.9rem !important;
	padding: 0.78rem 1.2rem !important;
}

.mvc-home-hero-stage {
	min-height: min(40vh, 500px) !important;
	padding-bottom: 0.75rem !important;
	padding-top: 0.5rem !important;
}

body.mvc-front-page .wp-block-post-content > .mvc-home-hero,
body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-hero {
	border-radius: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100vw !important;
}

body.mvc-front-page .wp-block-post-content > .mvc-home-hero > .mvc-home-hero-stage,
body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-hero > .mvc-home-hero-stage {
	max-width: none !important;
	width: 100% !important;
}

body:not(.mvc-front-page) .wp-block-post-content > .mvc-page-hero-band,
body:not(.mvc-front-page) .wp-block-post-content > .wp-block-group.mvc-page-hero-band {
	border-radius: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100vw !important;
}

body:not(.mvc-front-page) .wp-block-post-content > .mvc-page-hero-band .mvc-page-hero,
body:not(.mvc-front-page) .wp-block-post-content > .wp-block-group.mvc-page-hero-band .mvc-page-hero {
	border-radius: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.mvc-page-hero .wp-block-cover__image-background {
	object-fit: cover;
}

.mvc-page-hero .wp-block-cover__inner-container > .alignwide {
	padding-left: clamp(1rem, 2vw, 2rem);
	padding-right: clamp(1rem, 2vw, 2rem);
}

.mvc-page-story-card,
.mvc-page-story-visual,
.mvc-how-process-intro,
.mvc-how-process-card,
.mvc-how-expect-card,
.mvc-resource-cats-intro,
.mvc-resource-cats-card,
.mvc-resource-ideas-card,
.mvc-corp-intro-card,
.mvc-corp-benefits-intro,
.mvc-corp-benefits-card,
.mvc-corp-usecases-card {
	height: 100%;
}

.mvc-page-story-visual {
	align-items: center;
	display: flex;
	justify-content: center;
}

.mvc-page-story-visual .wp-block-image,
.mvc-corp-benefit-art,
.mvc-how-intro-visual,
.mvc-how-expect-visual,
.mvc-resource-intro-visual,
.mvc-resource-ideas-visual,
.mvc-corp-intro-visual {
	margin: 0;
}

.mvc-page-story-visual img,
.mvc-how-intro-visual img,
.mvc-how-expect-visual img,
.mvc-resource-intro-visual img,
.mvc-resource-ideas-visual img,
.mvc-corp-intro-visual img {
	height: auto;
	max-height: 26rem;
	object-fit: contain;
	width: 100%;
}

.mvc-how-process-layout,
.mvc-resource-cats-layout,
.mvc-corp-benefits-layout {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 3vw, 3rem);
	grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
}

.mvc-how-process-grid,
.mvc-resource-cats-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.25rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mvc-corp-benefits-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.25rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mvc-corp-benefit-art img {
	height: 4.8rem;
	object-fit: contain;
	width: 100%;
}

.mvc-how-process-card,
.mvc-resource-cats-card,
.mvc-corp-benefits-card {
	min-height: 100%;
}

.mvc-how-process-card p,
.mvc-resource-cats-card p,
.mvc-corp-benefits-card p,
.mvc-corp-usecases-card li,
.mvc-how-expect-card li,
.mvc-resource-ideas-card li {
	line-height: 1.8;
}

.mvc-resource-cats-card:nth-child(2),
.mvc-corp-benefits-card:nth-child(2) {
	transform: translateY(0.7rem);
}

.mvc-resource-cats-card:nth-child(4) {
	transform: translateY(-0.4rem);
}

.mvc-corp-cta-shell {
	align-items: center;
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 1fr) auto;
}

.mvc-corp-cta-copy > * + * {
	margin-top: 0.85rem;
}

.mvc-home-hero-stage > .wp-block-columns.are-vertically-aligned-center,
.mvc-home-hero-stage > .wp-block-columns {
	align-items: flex-start !important;
}

.mvc-home-hero-stage .wp-block-column.is-vertically-aligned-center {
	align-self: flex-start !important;
}

.mvc-home-plane {
	opacity: 0.45;
	top: 0 !important;
	width: min(7rem, 8vw) !important;
}

.mvc-home-hero-copy h1 {
	font-size: clamp(2.25rem, 3.6vw, 3.8rem) !important;
	line-height: 0.97 !important;
	margin-bottom: 0.75rem !important;
}

.mvc-home-hero-copy .has-lead-font-size,
.mvc-home-hero-copy p:not(.mvc-kicker) {
	font-size: 0.98rem !important;
}

.mvc-home-hero-facts {
	margin-top: 1rem !important;
}

.mvc-home-hero-frame {
	max-width: 31rem !important;
}

.mvc-home-destinations-band {
	border-radius: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw !important;
}

.mvc-home-destinations-stage {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(100%, 1480px) !important;
	padding-left: clamp(1.25rem, 3vw, 3rem) !important;
	padding-right: clamp(1.25rem, 3vw, 3rem) !important;
	width: 100% !important;
}

body.mvc-front-page .wp-block-post-content > .mvc-home-band,
body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-band {
	border-radius: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100vw !important;
}

body.mvc-front-page .wp-block-post-content > .mvc-home-band > .alignwide,
body.mvc-front-page .wp-block-post-content > .mvc-home-band > .wp-block-group.alignwide,
body.mvc-front-page .wp-block-post-content > .mvc-home-band > .wp-block-columns.alignwide,
body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-band > .alignwide,
body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-band > .wp-block-group.alignwide,
body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-band > .wp-block-columns.alignwide {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(100%, 1480px) !important;
	padding-left: clamp(1.25rem, 3vw, 3rem) !important;
	padding-right: clamp(1.25rem, 3vw, 3rem) !important;
	width: 100% !important;
}

body.mvc-front-page .wp-block-post-content > .mvc-home-resource-band > .mvc-home-resource-stage,
body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-resource-band > .mvc-home-resource-stage {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(100%, 1480px) !important;
	padding-left: clamp(1.25rem, 3vw, 3rem) !important;
	padding-right: clamp(1.25rem, 3vw, 3rem) !important;
	width: 100% !important;
}

@media (max-width: 900px) {
	html,
	body,
	.wp-site-blocks,
	.wp-site-blocks > main,
	.wp-block-post-content {
		overflow-x: hidden !important;
	}

	.wp-site-blocks .alignfull,
	body.mvc-front-page .wp-block-post-content > .alignfull,
	body.mvc-front-page .wp-block-post-content > * {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	body.mvc-front-page .wp-block-post-content > * > .alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-columns.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-columns.alignwide {
		max-width: 100% !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		width: 100% !important;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}

	.mvc-header-shell {
		grid-template-columns: minmax(0, 1fr) auto !important;
		justify-items: stretch;
		padding-left: 0.9rem !important;
		padding-right: 0.9rem !important;
	}

	.mvc-header-actions {
		align-items: stretch !important;
		grid-column: 1 / -1 !important;
		grid-template-columns: 1fr !important;
	}

	.mvc-menu-toggle {
		appearance: none !important;
		background: var(--wp--preset--color--white) !important;
		border: 1px solid var(--wp--preset--color--line) !important;
		border-radius: var(--wp--custom--radius--pill) !important;
		color: var(--wp--preset--color--ink) !important;
		cursor: pointer;
		display: inline-flex !important;
		font-size: 0.95rem !important;
		font-weight: 700 !important;
		line-height: 1 !important;
		margin-left: auto;
		padding: 0.85rem 1rem !important;
	}

	.mvc-primary-nav {
		display: block;
		width: 100%;
	}

	.mvc-primary-menu {
		background: rgba(255, 255, 255, 0.99) !important;
		border: 1px solid var(--wp--preset--color--line) !important;
		border-radius: 22px !important;
		box-shadow: 0 18px 42px rgba(20, 39, 38, 0.12) !important;
		display: none !important;
		flex-direction: column !important;
		gap: 0 !important;
		margin-top: 0.8rem !important;
		padding: 0.45rem 1rem !important;
		width: 100%;
		max-height: calc(100vh - 10rem);
		overflow-y: auto;
	}

	.mvc-primary-nav.is-open .mvc-primary-menu {
		display: flex !important;
	}

	.mvc-primary-menu > li {
		border-bottom: 1px solid rgba(217, 207, 191, 0.7);
		width: 100%;
	}

	.mvc-primary-menu > li:last-child {
		border-bottom: 0;
	}

	.mvc-menu-item-shell {
		display: grid;
		gap: 0.65rem;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
	}

	.mvc-primary-menu > li > .mvc-menu-item-shell > a {
		font-size: 1rem !important;
		padding: 0.9rem 0 !important;
		white-space: normal;
	}

	.mvc-submenu-toggle {
		display: inline-flex !important;
		height: 2.4rem !important;
		top: 0;
		width: 2.4rem !important;
	}

	.menu-item-has-children.is-open > .mvc-menu-item-shell > .mvc-submenu-toggle::before {
		transform: rotate(225deg);
	}

	.mvc-sub-menu {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		display: none !important;
		left: auto !important;
		margin: 0 !important;
		min-width: 0 !important;
		padding: 0 0 0.8rem 1rem !important;
		position: static !important;
		top: auto !important;
		transform: none !important;
		width: 100%;
	}

	.menu-item-has-children.is-open > .mvc-sub-menu {
		display: grid !important;
	}

	.mvc-sub-menu a {
		font-size: 0.94rem !important;
		padding: 0.6rem 0 !important;
	}

	.mvc-home-hero-stage {
		min-height: auto !important;
		padding-bottom: 0.75rem !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		padding-top: 0.55rem !important;
	}

	.mvc-home-hero-stage > .wp-block-columns {
		gap: 1rem !important;
	}

	.mvc-home-hero-copy {
		order: 1;
	}

	.mvc-home-hero-media {
		order: 2;
		width: 100%;
	}

	.mvc-home-plane {
		display: none !important;
	}

	.mvc-header-actions .wp-block-buttons,
	.mvc-header-actions .wp-block-button,
	.mvc-header-actions .wp-block-button__link {
		width: 100%;
	}

	.mvc-home-hero-copy h1 {
		font-size: clamp(1.9rem, 10vw, 2.8rem) !important;
		max-width: none !important;
	}

	.mvc-home-hero-frame {
		max-width: 100% !important;
	}

	.mvc-home-hero-note {
		margin: 0.85rem 0 0 !important;
		max-width: none !important;
	}

	.mvc-home-hero-facts {
		grid-template-columns: 1fr !important;
		margin-top: 0.85rem !important;
	}

	.mvc-home-feature-grid {
		grid-template-columns: 1fr !important;
	}

	.mvc-home-feature-card {
		min-height: auto !important;
	}

	.mvc-home-feature-art img,
	.mvc-vacation-style-art img {
		height: 8.5rem !important;
	}

	.wp-block-query .wp-block-post-template {
		grid-template-columns: 1fr !important;
	}

	.wp-block-cover {
		min-height: 260px !important;
	}
}

.mvc-cf7-shell {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.98) 100%);
	border: 1px solid rgba(217, 207, 191, 0.9);
	border-radius: 32px;
	box-shadow:
		0 28px 72px rgba(20, 39, 38, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	margin-left: auto;
	margin-right: auto;
	max-width: 52rem;
	overflow: hidden;
	padding: clamp(1.5rem, 2vw, 2.1rem);
	position: relative;
	width: 100%;
}

.mvc-cf7-shell::before {
	background: linear-gradient(90deg, #1f5c56 0%, #2f7d73 58%, #e6ddd0 100%);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.mvc-cf7-shell::after {
	background:
		radial-gradient(circle at top right, rgba(47, 125, 115, 0.08), transparent 36%),
		radial-gradient(circle at bottom left, rgba(230, 221, 208, 0.55), transparent 30%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.mvc-cf7-shell > * {
	position: relative;
	z-index: 1;
}

.mvc-cf7-header {
	gap: 0.6rem;
	margin-bottom: 1.4rem;
	padding-right: clamp(0rem, 4vw, 3rem);
}

.mvc-cf7-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.25rem;
}

.mvc-cf7-meta-item {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(217, 207, 191, 0.72);
	border-radius: 999px;
	color: var(--wp--preset--color--teal-deep);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding: 0.5rem 0.8rem;
}

.mvc-cf7-title {
	font-size: clamp(1.95rem, 2.5vw, 2.7rem);
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.mvc-cf7-subtitle {
	font-size: 0.98rem;
	line-height: 1.72;
	max-width: 56ch;
}

.mvc-cf7-grid {
	align-items: start;
	column-gap: 1rem;
	row-gap: 1rem;
}

.mvc-cf7-field {
	gap: 0.45rem;
}

.mvc-cf7-label {
	color: var(--wp--preset--color--teal-deep);
	font-size: 0.76rem;
	letter-spacing: 0.14em;
}

.mvc-cf7-shell input:not([type="checkbox"]):not([type="submit"]),
.mvc-cf7-shell select,
.mvc-cf7-shell textarea {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(217, 207, 191, 0.92);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	font-size: 0.98rem;
	min-height: 3.35rem;
	padding: 1rem 1.05rem;
}

.mvc-cf7-shell input:not([type="checkbox"]):not([type="submit"])::placeholder,
.mvc-cf7-shell textarea::placeholder {
	color: rgba(104, 115, 111, 0.92);
}

.mvc-cf7-shell input:not([type="checkbox"]):not([type="submit"]):hover,
.mvc-cf7-shell select:hover,
.mvc-cf7-shell textarea:hover {
	border-color: rgba(200, 186, 168, 1);
}

.mvc-cf7-shell input:not([type="checkbox"]):not([type="submit"]):focus,
.mvc-cf7-shell select:focus,
.mvc-cf7-shell textarea:focus {
	background: #fff;
	border-color: rgba(47, 125, 115, 0.88);
	box-shadow:
		0 0 0 4px rgba(47, 125, 115, 0.12),
		0 14px 28px rgba(20, 39, 38, 0.08);
}

.mvc-cf7-shell select {
	background-position:
		calc(100% - 1.1rem) calc(50% - 0.14rem),
		calc(100% - 0.8rem) calc(50% - 0.14rem);
	padding-right: 2.9rem;
}

.mvc-cf7-shell textarea {
	line-height: 1.7;
	min-height: 13rem;
}

.mvc-cf7-consent {
	background: rgba(252, 250, 246, 0.95);
	border: 1px solid rgba(217, 207, 191, 0.88);
	border-radius: 20px;
	margin-top: 0.15rem;
	padding: 0.95rem 1rem;
}

.mvc-cf7-consent .wpcf7-list-item-label {
	font-size: 0.94rem;
	line-height: 1.6;
}

.mvc-cf7-submit-row {
	align-items: center;
	column-gap: 1rem;
	justify-content: flex-start;
	margin-top: 1.35rem;
	row-gap: 0.7rem;
}

.mvc-cf7-submit {
	min-width: 12.5rem;
	padding: 1rem 1.7rem;
}

.mvc-cf7-submit-note {
	color: var(--wp--preset--color--muted);
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0;
	max-width: 30rem;
}

.mvc-cf7-shell .wpcf7-response-output {
	border-radius: 16px;
	font-size: 0.94rem;
	padding: 0.95rem 1rem;
}

.mvc-cf7-shell.is-success::before {
	background: linear-gradient(90deg, #1f7a57 0%, #2f7d73 100%);
}

.mvc-cf7-shell.is-error::before {
	background: linear-gradient(90deg, #a73c32 0%, #d17d58 100%);
}

.mvc-cf7-shell .wpcf7-not-valid-tip {
	font-size: 0.84rem;
	font-weight: 600;
}

.mvc-contact-page-shell .wp-block-shortcode {
	margin: 0;
}

.mvc-contact-page-layout {
	align-items: start;
}

.mvc-contact-form-column {
	display: flex;
	justify-content: center;
}

.mvc-contact-form-card {
	background: var(--wp--preset--color--white) !important;
	border: 1px solid var(--wp--preset--color--line);
	box-shadow: var(--wp--preset--shadow--card);
	margin-left: auto;
	margin-right: auto;
	max-width: 46rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mvc-contact-form-card::before {
	background: linear-gradient(90deg, rgba(31, 92, 86, 1) 0%, rgba(47, 125, 115, 1) 70%, rgba(230, 221, 208, 1) 100%);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.mvc-contact-form-card > * {
	position: relative;
	z-index: 1;
}

.mvc-contact-page-shell .wp-block-shortcode .mvc-cf7-shell {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-top: 0.25rem;
	padding: 0;
}

.mvc-contact-page-shell .wp-block-shortcode .mvc-cf7-shell::before,
.mvc-contact-page-shell .wp-block-shortcode .mvc-cf7-shell::after {
	display: none;
}

.mvc-contact-page-shell .wp-block-shortcode .mvc-cf7-shell,
.mvc-contact-page-shell .wp-block-shortcode .mvc-cf7-shell input:not([type="checkbox"]):not([type="submit"]),
.mvc-contact-page-shell .wp-block-shortcode .mvc-cf7-shell select,
.mvc-contact-page-shell .wp-block-shortcode .mvc-cf7-shell textarea {
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.mvc-contact-page-shell .wp-block-shortcode .mvc-cf7-shell .wpcf7-response-output {
	margin-top: 0;
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-kicker {
	margin-bottom: 0.35rem;
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-header {
	margin-bottom: 1.55rem;
	padding-right: 0;
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-title {
	font-size: clamp(2.1rem, 3vw, 3rem);
	line-height: 1.02;
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-subtitle {
	font-size: 1rem;
	max-width: 48ch;
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-grid {
	column-gap: 1.1rem;
	row-gap: 1.05rem;
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-shell input:not([type="checkbox"]):not([type="submit"]),
.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-shell select,
.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-shell textarea {
	background: rgba(255, 255, 255, 0.98);
	border-color: rgba(217, 207, 191, 0.95);
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-shell input:not([type="checkbox"]):not([type="submit"]):focus,
.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-shell select:focus,
.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-shell textarea:focus {
	box-shadow:
		0 0 0 4px rgba(47, 125, 115, 0.14),
		0 18px 34px rgba(20, 39, 38, 0.09);
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-submit-row {
	border-top: 1px solid rgba(217, 207, 191, 0.72);
	margin-top: 1.55rem;
	padding-top: 1.15rem;
}

.mvc-contact-page-shell .mvc-contact-form-card .mvc-cf7-submit {
	min-width: 13.5rem;
}

.mvc-contact-page-shell .mvc-contact-form-card:hover {
	box-shadow: 0 24px 56px rgba(20, 39, 38, 0.08);
	transform: none;
}

@supports selector(input:-webkit-autofill) {
	.mvc-cf7-shell input:-webkit-autofill,
	.mvc-cf7-shell input:-webkit-autofill:hover,
	.mvc-cf7-shell input:-webkit-autofill:focus,
	.mvc-cf7-shell textarea:-webkit-autofill,
	.mvc-cf7-shell select:-webkit-autofill {
		-webkit-box-shadow: 0 0 0 1000px #fff inset;
		-webkit-text-fill-color: var(--wp--preset--color--ink);
	}
}

@media (min-width: 901px) {
	.mvc-mobile-menu-cta,
	.mvc-mobile-menu-cta-link {
		display: none !important;
	}

	.mvc-primary-nav > .mvc-menu-toggle {
		display: none !important;
		opacity: 0 !important;
		pointer-events: none !important;
		position: absolute !important;
		visibility: hidden !important;
	}

	.mvc-primary-nav > .mvc-primary-menu {
		display: flex !important;
	}

	.mvc-primary-menu > li.menu-item-has-children > .mvc-menu-item-shell > .mvc-submenu-toggle {
		display: none !important;
	}

	.mvc-primary-menu > li.menu-item-has-children > .mvc-menu-item-shell > .mvc-menu-link {
		padding-right: 0.9rem !important;
		position: relative;
	}

	.mvc-primary-menu > li.menu-item-has-children > .mvc-menu-item-shell > .mvc-menu-link::before {
		border-bottom: 1.5px solid currentColor;
		border-right: 1.5px solid currentColor;
		content: "";
		height: 0.34rem;
		position: absolute;
		right: 0.1rem;
		top: 50%;
		transform: translateY(-58%) rotate(45deg);
		width: 0.34rem;
	}

	.mvc-primary-menu > li.menu-item-has-children:hover > .mvc-menu-item-shell > .mvc-menu-link::before,
	.mvc-primary-menu > li.menu-item-has-children:focus-within > .mvc-menu-item-shell > .mvc-menu-link::before,
	.mvc-primary-menu > li.menu-item-has-children.is-open > .mvc-menu-item-shell > .mvc-menu-link::before {
		transform: translateY(-38%) rotate(225deg);
	}
}

@media (max-width: 640px) {
	body:not(.mvc-front-page) .wp-block-post-content > .mvc-page-hero-band,
	body:not(.mvc-front-page) .wp-block-post-content > .wp-block-group.mvc-page-hero-band {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.mvc-header-brand {
		gap: 0.55rem !important;
	}

	.mvc-header-brand .wp-block-site-logo img {
		max-width: 64px !important;
	}

	.mvc-header-copy .wp-block-site-title {
		font-size: 0.98rem !important;
	}

	.mvc-menu-toggle {
		padding: 0.78rem 0.9rem !important;
	}

	.mvc-primary-menu {
		padding: 0.35rem 0.85rem !important;
	}

	.mvc-primary-menu > li > .mvc-menu-item-shell > a {
		font-size: 0.96rem !important;
	}

	.mvc-sub-menu {
		padding-left: 0.75rem !important;
	}

	.mvc-home-hero-copy h1 {
		font-size: clamp(1.8rem, 11vw, 2.5rem) !important;
		line-height: 1 !important;
	}

	.mvc-home-hero-copy .has-lead-font-size,
	.mvc-home-hero-copy p:not(.mvc-kicker) {
		font-size: 0.94rem !important;
		line-height: 1.65 !important;
	}

	.mvc-home-feature-art img,
	.mvc-vacation-style-art img {
		height: 7.5rem !important;
	}

	.mvc-header-actions .wp-block-button__link {
		font-size: 0.88rem !important;
	}

	.mvc-cf7-shell {
		border-radius: 26px;
		padding: 1.15rem;
	}

	.mvc-cf7-header {
		margin-bottom: 1.1rem;
		padding-right: 0;
	}

	.mvc-cf7-title {
		font-size: clamp(1.7rem, 9vw, 2.15rem);
	}

	.mvc-cf7-meta-item {
		font-size: 0.74rem;
		padding: 0.45rem 0.7rem;
	}

	.mvc-cf7-submit {
		min-width: 100%;
		width: 100%;
	}

	.mvc-cf7-submit-note {
		font-size: 0.88rem;
	}

	.mvc-page-hero .wp-block-cover__inner-container > .alignwide {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}
}

@media (max-width: 900px) {
	body.mvc-menu-open {
		overflow: hidden;
	}

	.mvc-site-header {
		padding-bottom: 0.55rem !important;
		padding-top: 0.55rem !important;
	}

	.mvc-header-shell {
		align-items: center !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}

	.mvc-header-brand {
		gap: 0.6rem !important;
		min-width: 0;
	}

	.mvc-header-brand .wp-block-site-logo img {
		max-width: 62px !important;
	}

	.mvc-header-copy .wp-block-site-title {
		font-size: 0.98rem !important;
		line-height: 1 !important;
	}

	.mvc-header-actions {
		display: flex !important;
		gap: 0 !important;
		grid-column: 2 !important;
		grid-template-columns: none !important;
		justify-self: end !important;
		width: auto !important;
	}

	.mvc-header-actions > .wp-block-buttons {
		display: none !important;
	}

	.mvc-primary-nav {
		align-items: center;
		display: flex !important;
		justify-content: flex-end !important;
		padding-left: 0 !important;
		position: relative;
		width: auto !important;
	}

	.mvc-menu-toggle {
		align-items: center;
		background: transparent !important;
		border: 1px solid var(--wp--preset--color--line) !important;
		border-radius: 999px !important;
		display: inline-flex !important;
		height: 3rem;
		justify-content: center;
		margin-left: 0 !important;
		padding: 0 !important;
		width: 3rem;
	}

	.mvc-menu-toggle-icon {
		background: currentColor;
		border-radius: 999px;
		display: block;
		height: 2px;
		position: relative;
		transition: background-color 140ms ease;
		width: 18px;
	}

	.mvc-menu-toggle-icon::before,
	.mvc-menu-toggle-icon::after {
		background: currentColor;
		border-radius: 999px;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		transition: transform 180ms ease, top 180ms ease, opacity 180ms ease;
		width: 18px;
	}

	.mvc-menu-toggle-icon::before {
		top: -6px;
	}

	.mvc-menu-toggle-icon::after {
		top: 6px;
	}

	.mvc-primary-nav.is-open .mvc-menu-toggle-icon {
		background: transparent;
	}

	.mvc-primary-nav.is-open .mvc-menu-toggle-icon::before {
		top: 0;
		transform: rotate(45deg);
	}

	.mvc-primary-nav.is-open .mvc-menu-toggle-icon::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.mvc-primary-menu {
		background: rgba(255, 255, 255, 0.99) !important;
		border: 1px solid rgba(217, 207, 191, 0.85) !important;
		border-radius: 24px !important;
		box-shadow: 0 24px 64px rgba(20, 39, 38, 0.18) !important;
		display: none !important;
		flex-direction: column !important;
		gap: 0 !important;
		left: auto !important;
		margin: 0 !important;
		max-height: calc(100vh - 7rem);
		overflow-y: auto;
		padding: 0.55rem 1rem !important;
		position: absolute !important;
		right: 0 !important;
		top: calc(100% + 0.7rem) !important;
		transform: none !important;
		width: min(22rem, calc(100vw - 1.6rem)) !important;
		z-index: 200;
	}

	.mvc-primary-nav.is-open .mvc-primary-menu {
		display: flex !important;
	}

	.mvc-primary-menu > li {
		border-bottom: 1px solid rgba(217, 207, 191, 0.65) !important;
		width: 100%;
	}

	.mvc-primary-menu > li:last-child {
		border-bottom: 0 !important;
	}

	.mvc-menu-item-shell {
		align-items: center !important;
		display: grid !important;
		gap: 0.65rem !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		width: 100%;
	}

	.mvc-primary-menu > li > .mvc-menu-item-shell > .mvc-menu-link {
		font-size: 0.98rem !important;
		padding: 0.9rem 0 !important;
		white-space: normal !important;
	}

	.mvc-primary-menu > li > .mvc-menu-item-shell > .mvc-menu-link::before,
	.mvc-primary-menu > li > .mvc-menu-item-shell > .mvc-menu-link::after {
		display: none !important;
	}

	.mvc-submenu-toggle {
		display: inline-flex !important;
		height: 2.2rem !important;
		top: 0 !important;
		width: 2.2rem !important;
	}

	.menu-item-has-children.is-open > .mvc-menu-item-shell > .mvc-submenu-toggle::before {
		transform: rotate(225deg);
	}

	.mvc-sub-menu {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		display: none !important;
		left: auto !important;
		margin: 0 !important;
		min-width: 0 !important;
		padding: 0 0 0.85rem 0.85rem !important;
		position: static !important;
		top: auto !important;
		transform: none !important;
		width: 100% !important;
	}

	.menu-item-has-children.is-open > .mvc-sub-menu {
		display: grid !important;
	}

	.mvc-sub-menu a {
		font-size: 0.92rem !important;
		padding: 0.55rem 0 !important;
	}

	.mvc-mobile-menu-cta {
		display: block !important;
		padding-top: 0.6rem;
	}

	.mvc-mobile-menu-cta-link {
		align-items: center;
		background: var(--wp--preset--color--teal-deep) !important;
		border-radius: 999px !important;
		color: var(--wp--preset--color--white) !important;
		display: inline-flex !important;
		font-size: 0.94rem !important;
		font-weight: 700 !important;
		justify-content: center;
		padding: 0.9rem 1.05rem !important;
		text-decoration: none !important;
		width: 100%;
	}

	body.mvc-front-page .wp-block-post-content > * > .alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-columns.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-columns.alignwide {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}

	.mvc-home-hero-stage {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}
}

@media (max-width: 900px) {
	body.mvc-front-page .wp-block-post-content > .wp-block-group.has-background,
	body.mvc-front-page .wp-block-post-content > section.has-background,
	body.mvc-front-page .wp-block-post-content > .alignfull.has-background {
		border-radius: 0 !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		max-width: 100vw !important;
		padding-bottom: 2.5rem !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 2.5rem !important;
		width: 100vw !important;
	}

	body.mvc-front-page .wp-block-post-content > * > .alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-columns.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-columns.alignwide {
		padding-left: 0.9rem !important;
		padding-right: 0.9rem !important;
	}

	body.mvc-front-page .wp-block-heading {
		line-height: 1.04 !important;
		text-wrap: balance;
	}

	body.mvc-front-page p {
		line-height: 1.72 !important;
	}

	.mvc-home-hero {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mvc-home-hero-stage {
		padding-bottom: 1rem !important;
		padding-top: 0.8rem !important;
	}

	.mvc-home-hero-stage > .wp-block-columns {
		align-items: flex-start !important;
		gap: 1.2rem !important;
	}

	.mvc-home-hero-copy {
		gap: 0.85rem !important;
	}

	.mvc-home-hero-copy .wp-block-buttons {
		display: grid !important;
		gap: 0.75rem !important;
		width: 100%;
	}

	.mvc-home-hero-copy .wp-block-button,
	.mvc-home-hero-copy .wp-block-button__link {
		width: 100%;
	}

	.mvc-home-hero-copy .wp-block-button__link {
		justify-content: center;
		min-height: 3rem;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.mvc-home-hero-copy .has-lead-font-size,
	.mvc-home-hero-copy p:not(.mvc-kicker) {
		max-width: 34rem !important;
	}

	.mvc-home-hero-facts {
		gap: 0.7rem !important;
		grid-template-columns: 1fr !important;
	}

	.mvc-home-fact {
		padding: 0.9rem 1rem !important;
	}

	.mvc-home-fact-icon img {
		height: 3.4rem !important;
		width: 3.4rem !important;
	}

	.mvc-home-hero-image img,
	.mvc-home-hero-image > img {
		max-height: 18rem !important;
		object-fit: cover;
		width: 100%;
	}

	.mvc-home-hero-note {
		padding: 0.9rem 1rem !important;
	}

	.mvc-home-feature-band .wp-block-columns,
	.mvc-home-feature-band .wp-block-columns.alignwide,
	body.mvc-front-page .wp-block-post-content .wp-block-columns {
		gap: 1rem !important;
	}

	.mvc-home-feature-grid {
		gap: 1rem !important;
		grid-template-columns: 1fr !important;
	}

	.mvc-home-feature-card,
	.mvc-vacation-style-card {
		min-height: auto !important;
		padding: 1rem !important;
	}

	.mvc-home-feature-card h3,
	.mvc-vacation-style-card h3 {
		font-size: 1.28rem !important;
		line-height: 1.14 !important;
	}

	.mvc-home-feature-card p,
	.mvc-vacation-style-card p {
		font-size: 0.98rem !important;
	}

	.mvc-home-feature-art img,
	.mvc-vacation-style-art img {
		height: 9rem !important;
		object-fit: cover;
		width: 100%;
	}

	.wp-block-cover {
		min-height: 220px !important;
	}

	.wp-block-cover .wp-block-spacer {
		height: 7rem !important;
	}

	.wp-block-query .wp-block-post-template {
		gap: 1rem !important;
		grid-template-columns: 1fr !important;
	}

	.wp-block-query .wp-block-post-featured-image {
		margin-bottom: 0 !important;
	}

	.wp-block-query .wp-block-post-featured-image img {
		height: 13.5rem !important;
		object-fit: cover;
		width: 100%;
	}

	.mvc-prefooter-card,
	.mvc-prefooter-cta .wp-block-group.alignwide {
		padding: 1.25rem !important;
	}

	.mvc-prefooter-card .wp-block-buttons {
		display: grid !important;
		width: 100%;
	}

	.mvc-prefooter-card .wp-block-button,
	.mvc-prefooter-card .wp-block-button__link {
		width: 100%;
	}
}

@media (max-width: 640px) {
	body.mvc-front-page .wp-block-post-content > .wp-block-group.has-background,
	body.mvc-front-page .wp-block-post-content > section.has-background,
	body.mvc-front-page .wp-block-post-content > .alignfull.has-background {
		border-radius: 0 !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		max-width: 100vw !important;
		padding-bottom: 2rem !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 2rem !important;
		width: 100vw !important;
	}

	body.mvc-front-page .wp-block-post-content > * > .alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-columns.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-columns.alignwide {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}

	.mvc-home-hero-copy h1 {
		font-size: clamp(2rem, 13vw, 2.9rem) !important;
		line-height: 0.98 !important;
	}

	.mvc-home-hero-copy .has-lead-font-size {
		font-size: 0.96rem !important;
	}

	.mvc-home-hero-copy p:not(.mvc-kicker) {
		font-size: 0.95rem !important;
	}

	.mvc-home-hero-facts {
		margin-top: 0.75rem !important;
	}

	.mvc-home-fact-icon img {
		height: 3rem !important;
		width: 3rem !important;
	}

	.mvc-home-feature-card,
	.mvc-vacation-style-card {
		border-radius: 22px !important;
		padding: 0.95rem !important;
	}

	.mvc-home-feature-art img,
	.mvc-vacation-style-art img {
		height: 8rem !important;
	}

	.wp-block-cover {
		min-height: 200px !important;
	}

	.wp-block-query .wp-block-post-featured-image img {
		height: 12rem !important;
	}

	.wp-block-buttons {
		row-gap: 0.7rem !important;
	}
}

@media (max-width: 900px) {
	body.mvc-front-page .wp-site-blocks,
	body.mvc-front-page .wp-site-blocks > main,
	body.mvc-front-page .wp-site-blocks > main > .wp-block-post-content,
	body.mvc-front-page .wp-block-post-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
		overflow-x: clip !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	body.mvc-front-page .wp-site-blocks .alignfull,
	body.mvc-front-page .wp-block-post-content > *,
	body.mvc-front-page .wp-block-post-content > .alignfull,
	body.mvc-front-page .wp-block-post-content > .wp-block-group,
	body.mvc-front-page .wp-block-post-content > section {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	body.mvc-front-page .wp-block-post-content > .wp-block-group.has-background,
	body.mvc-front-page .wp-block-post-content > section.has-background,
	body.mvc-front-page .wp-block-post-content > .alignfull.has-background,
	body.mvc-front-page .wp-block-post-content > .mvc-home-hero,
	body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-hero {
		border-radius: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	body.mvc-front-page .wp-site-blocks .alignwide,
	body.mvc-front-page .wp-block-post-content > * > .alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > * > .wp-block-columns.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > .alignfull > .wp-block-columns.alignwide {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		padding-left: 0.85rem !important;
		padding-right: 0.85rem !important;
		width: 100% !important;
	}

	.mvc-home-hero,
	.mvc-home-hero-stage,
	.mvc-home-hero-stage > .wp-block-columns,
	.mvc-home-hero-copy,
	.mvc-home-hero-media {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.mvc-home-destinations-band {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.mvc-home-destinations-stage {
		padding-left: 0.85rem !important;
		padding-right: 0.85rem !important;
	}

	.mvc-how-process-layout,
	.mvc-resource-cats-layout,
	.mvc-corp-benefits-layout,
	.mvc-corp-cta-shell {
		grid-template-columns: 1fr !important;
	}

	.mvc-how-process-grid,
	.mvc-resource-cats-grid,
	.mvc-corp-benefits-grid {
		grid-template-columns: 1fr !important;
	}

	.mvc-corp-cta-shell .wp-block-buttons {
		justify-content: flex-start !important;
	}

	.mvc-resource-cats-card:nth-child(2),
	.mvc-resource-cats-card:nth-child(4),
	.mvc-corp-benefits-card:nth-child(2) {
		transform: none !important;
	}

	body.mvc-front-page .wp-block-post-content > .mvc-home-band,
	body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-band {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	body.mvc-front-page .wp-block-post-content > .mvc-home-band > .alignwide,
	body.mvc-front-page .wp-block-post-content > .mvc-home-band > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > .mvc-home-band > .wp-block-columns.alignwide,
	body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-band > .alignwide,
	body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-band > .wp-block-group.alignwide,
	body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-band > .wp-block-columns.alignwide {
		padding-left: 0.85rem !important;
		padding-right: 0.85rem !important;
	}

	body.mvc-front-page .wp-block-post-content > .mvc-home-resource-band > .mvc-home-resource-stage,
	body.mvc-front-page .wp-block-post-content > .wp-block-group.mvc-home-resource-band > .mvc-home-resource-stage {
		padding-left: 0.85rem !important;
		padding-right: 0.85rem !important;
	}
}
