:root {
	--memorial-wine-950: #210300;
	--memorial-wine-900: #330603;
	--memorial-wine-800: #480f0b;
	--memorial-wine-700: #76100d;
	--memorial-gold: #d7a93b;
	--memorial-gold-soft: #e8c45f;
	--memorial-cream: #f7f1ea;
	--memorial-paper: #efe6df;
	--memorial-ink: #2b1b16;
}

html body.cmsi-memorial-active {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: #190200 !important;
}

body.cmsi-memorial-active #header,
body.cmsi-memorial-active #top-bar,
body.cmsi-memorial-active #alt-title,
body.cmsi-memorial-active #footer,
body.cmsi-memorial-active #copyright,
body.cmsi-memorial-active #wpadminbar,
body.cmsi-memorial-active footer,
body.cmsi-memorial-active .taptap-menu-button-wrapper,
body.cmsi-memorial-active .taptap-search-button-wrapper {
	display: none !important;
}

body.cmsi-memorial-active .elementor-widget-cmsi_memorial_digital,
body.cmsi-memorial-active .elementor-widget-shortcode,
body.cmsi-memorial-active .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

body.cmsi-memorial-active .memorial-shell > .elementor-container,
body.cmsi-memorial-active .memorial-shell > .elementor-container > .elementor-column,
body.cmsi-memorial-active .memorial-shell > .elementor-container > .elementor-column > .elementor-widget-wrap {
	position: static !important;
}

body.cmsi-memorial-active .memorial-shell > .elementor-container,
body.cmsi-memorial-active .memorial-shell > .elementor-container > .elementor-column,
body.cmsi-memorial-active .memorial-shell > .elementor-container > .elementor-column > .elementor-widget-wrap {
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	min-height: 100vh !important;
}

body.cmsi-memorial-active .container,
body.cmsi-memorial-active .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.memorial-shell,
.memorial-shell * {
	box-sizing: border-box;
}

.memorial-shell {
	position: relative;
	left: 50%;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	margin-left: -50vw;
	overflow: hidden;
	color: var(--memorial-cream);
	font-family: "Poppins", Arial, sans-serif;
	background: #190200;
	isolation: isolate;
}

.memorial-elementor-model {
	background: #190200 !important;
}

.memorial-elementor-model::before,
.memorial-elementor-model::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.memorial-elementor-model::before {
	z-index: -2;
	background-image: url("../img/memorial-bg.png");
	background-size: cover;
	background-position: center center;
	filter: saturate(1.18) contrast(1.1) brightness(.95);
	transform: scale(1.012);
}

.memorial-elementor-model::after {
	z-index: -1;
	background:
		radial-gradient(circle at 50% 43%, rgba(34, 3, 0, .36) 0%, rgba(34, 3, 0, .34) 31%, rgba(15, 1, 0, .72) 80%),
		linear-gradient(180deg, rgba(33, 3, 0, .32) 0%, rgba(33, 3, 0, .08) 30%, rgba(29, 2, 0, .68) 100%),
		linear-gradient(90deg, rgba(30, 2, 0, .36), rgba(50, 4, 1, .12) 30%, rgba(14, 1, 0, .3));
}

.memorial-bg,
.memorial-vignette {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: -2;
}

.memorial-bg {
	background-image: url("../img/memorial-bg.png");
	background-size: cover;
	background-position: center center;
	filter: saturate(1.18) contrast(1.1) brightness(.95);
	transform: scale(1.012);
}

.memorial-vignette {
	z-index: -1;
	background:
		radial-gradient(circle at 50% 43%, rgba(34, 3, 0, .36) 0%, rgba(34, 3, 0, .34) 31%, rgba(15, 1, 0, .72) 80%),
		linear-gradient(180deg, rgba(33, 3, 0, .32) 0%, rgba(33, 3, 0, .08) 30%, rgba(29, 2, 0, .68) 100%),
		linear-gradient(90deg, rgba(30, 2, 0, .36), rgba(50, 4, 1, .12) 30%, rgba(14, 1, 0, .3));
}

.memorial-header {
	position: absolute;
	inset: 3.8vh 3.25vw auto 4.25vw;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 4;
}

.memorial-brand {
	display: grid;
	grid-template-columns: clamp(76px, 8vw, 124px) auto;
	gap: clamp(14px, 1.55vw, 25px);
	align-items: center;
	color: var(--memorial-cream);
	text-decoration: none;
}

.memorial-brand__crest {
	width: clamp(76px, 8vw, 124px);
	height: clamp(76px, 8vw, 124px);
	object-fit: contain;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35));
}

.memorial-brand__text {
	display: flex;
	flex-direction: column;
	gap: .1em;
	line-height: 1.02;
	text-shadow: 0 3px 12px rgba(0, 0, 0, .45);
}

.memorial-brand__text span {
	font-size: clamp(14px, 1.35vw, 22px);
	font-weight: 400;
	letter-spacing: 0;
}

.memorial-brand__text strong {
	font-size: clamp(25px, 2.45vw, 39px);
	font-weight: 500;
	letter-spacing: 0;
}

.memorial-explore {
	min-width: clamp(210px, 16.25vw, 250px);
	height: clamp(48px, 5.65vh, 58px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 0 27px;
	border: 1px solid var(--memorial-gold-soft);
	border-radius: 999px;
	color: var(--memorial-cream);
	background: rgba(35, 4, 2, .5);
	text-decoration: none;
	font-size: clamp(15px, 1.24vw, 20px);
	font-weight: 400;
	box-shadow: inset 0 0 0 1px rgba(255, 230, 139, .08), 0 12px 35px rgba(0, 0, 0, .28);
}

.memorial-explore svg,
.memorial-footer > svg {
	width: 30px;
	height: 30px;
	color: var(--memorial-gold-soft);
	flex: 0 0 auto;
}

.memorial-heading {
	position: absolute;
	top: 8.5vh;
	left: 50%;
	width: min(980px, 68vw);
	transform: translateX(-50%);
	text-align: center;
	z-index: 3;
}

.memorial-kicker {
	margin: 0 0 1.7vh;
	color: var(--memorial-gold);
	font-size: clamp(15px, 1.55vw, 24px);
	font-weight: 400;
	letter-spacing: .48em;
	text-transform: uppercase;
}

.memorial-heading h1 {
	margin: 0;
	color: var(--memorial-cream);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(38px, 4.55vw, 70px);
	font-weight: 700;
	line-height: .96;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: 0 6px 24px rgba(0, 0, 0, .48);
}

.memorial-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(19px, 1.9vw, 30px);
	margin: clamp(16px, 2.6vh, 27px) auto clamp(12px, 2.2vh, 23px);
	color: var(--memorial-gold);
}

.memorial-divider span {
	display: block;
	width: clamp(118px, 10.6vw, 165px);
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--memorial-gold-soft) 18%, var(--memorial-gold-soft) 82%, transparent);
}

.memorial-divider svg {
	width: 35px;
	height: 35px;
}

.memorial-tagline {
	margin: 0;
	font-size: clamp(16px, 1.45vw, 23px);
	font-weight: 300;
	line-height: 1.2;
	text-shadow: 0 4px 14px rgba(0, 0, 0, .5);
}

.memorial-history-stage {
	position: absolute;
	left: 50%;
	top: 27.2vh;
	width: min(1470px, 88vw);
	height: min(760px, 68vh);
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: 70.5% 29.5%;
	border: 1px solid rgba(224, 150, 92, .78);
	border-radius: clamp(18px, 1.45vw, 23px);
	background:
		linear-gradient(90deg, rgba(104, 13, 8, .72), rgba(32, 2, 0, .84) 58%, rgba(91, 10, 6, .74)),
		rgba(38, 2, 0, .75);
	box-shadow:
		0 25px 75px rgba(0, 0, 0, .58),
		inset 0 1px 0 rgba(255, 221, 170, .14);
	backdrop-filter: blur(2px);
	z-index: 2;
}

.memorial-history-slider,
.memorial-people-slider {
	position: relative;
	min-width: 0;
}

.memorial-history-slider {
	overflow: hidden;
}

.memorial-history-slide,
.memorial-person-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(9px);
	transition: opacity .85s ease, transform .85s ease, visibility .85s ease;
}

.memorial-history-slide.is-active,
.memorial-person-slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.memorial-history-slide {
	display: grid;
	grid-template-columns: 48% 52%;
	gap: clamp(28px, 3vw, 44px);
	padding: clamp(26px, 3.25vh, 38px) clamp(30px, 2.6vw, 42px) clamp(26px, 3.25vh, 38px) clamp(30px, 2vw, 36px);
}

.memorial-history-image {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(228, 188, 102, .82);
	border-radius: 10px;
	background: #3a1607;
	box-shadow: 0 19px 40px rgba(0, 0, 0, .36);
}

.memorial-history-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 229, 179, .14), rgba(63, 20, 0, .28));
	mix-blend-mode: multiply;
	pointer-events: none;
}

.memorial-history-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	filter: sepia(.72) saturate(.75) contrast(1.05) brightness(.95);
}

.memorial-history-image::before {
	content: "";
	position: absolute;
	top: -1px;
	right: -12px;
	width: 75px;
	height: 4px;
	background: rgba(255, 226, 191, .85);
	box-shadow: 0 0 20px 7px rgba(255, 219, 190, .58);
	z-index: 2;
}

.memorial-history-content {
	align-self: center;
	padding-right: clamp(8px, 1vw, 16px);
}

.memorial-history-meta {
	margin: 0 0 clamp(20px, 2.35vh, 28px);
	color: var(--memorial-gold);
	font-size: clamp(14px, 1.15vw, 18px);
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.memorial-history-content h2 {
	margin: 0;
	max-width: 560px;
	color: var(--memorial-cream);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(34px, 3.35vw, 58px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
	text-shadow: 0 5px 18px rgba(0, 0, 0, .42);
}

.memorial-short-rule {
	display: block;
	width: 49px;
	height: 2px;
	margin: clamp(18px, 2.5vh, 28px) 0 clamp(19px, 2.55vh, 30px);
	background: var(--memorial-gold-soft);
}

.memorial-history-summary {
	max-width: 540px;
	margin: 0 0 clamp(23px, 3.05vh, 33px);
	color: rgba(255, 249, 242, .92);
	font-size: clamp(15px, 1.08vw, 18px);
	font-weight: 300;
	line-height: 1.72;
}

.memorial-history-button {
	width: clamp(285px, 19.5vw, 318px);
	height: clamp(50px, 5.55vh, 58px);
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0 23px;
	border: 1px solid var(--memorial-gold-soft);
	border-radius: 999px;
	color: var(--memorial-cream);
	background: linear-gradient(90deg, rgba(116, 9, 8, .96), rgba(166, 24, 21, .96));
	text-decoration: none;
	font-size: clamp(15px, 1.18vw, 19px);
	font-weight: 400;
	box-shadow: 0 11px 25px rgba(0, 0, 0, .25);
	white-space: nowrap;
	flex-wrap: nowrap;
}

.memorial-history-button span {
	white-space: nowrap;
}

.memorial-history-button svg,
.memorial-person-info a svg {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.memorial-people-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(22px, 2.55vh, 29px) clamp(20px, 1.52vw, 24px) clamp(12px, 1.4vh, 16px);
	border-left: 1px solid rgba(218, 133, 83, .58);
}

.memorial-people-panel > h2 {
	margin: 0 0 clamp(14px, 1.8vh, 20px);
	color: var(--memorial-cream);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(12px, .94vw, 16px);
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

.memorial-people-slider {
	flex: 1;
	border-radius: 11px;
	overflow: hidden;
}

.memorial-person-slide {
	display: flex;
	flex-direction: column;
	background: var(--memorial-paper);
	border: 1px solid rgba(222, 181, 107, .7);
	border-radius: 11px;
	overflow: hidden;
}

.memorial-person-photo {
	width: 100%;
	aspect-ratio: 3 / 4;
	flex: 0 0 auto;
	background: #432011;
	overflow: hidden;
}

.memorial-person-photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
}

.memorial-person-info {
	flex: 1;
	padding: clamp(13px, 1.45vh, 18px) clamp(18px, 1.45vw, 23px) clamp(12px, 1.35vh, 16px);
	color: var(--memorial-ink);
}

.memorial-person-info h3 {
	margin: 0 0 8px;
	color: #5a100d;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(20px, 1.62vw, 27px);
	font-weight: 700;
	line-height: 1.05;
}

.memorial-person-info p {
	margin: 0 0 clamp(10px, 1.35vh, 15px);
	font-size: clamp(13px, 1.05vw, 18px);
	line-height: 1.3;
}

.memorial-person-info a {
	min-width: 150px;
	height: clamp(44px, 5.2vh, 54px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 22px;
	border-radius: 999px;
	color: #fff8ef;
	background: #68100c;
	text-decoration: none;
	font-size: clamp(14px, 1.08vw, 18px);
	font-weight: 400;
}

.memorial-footer {
	position: absolute;
	left: 50%;
	bottom: clamp(25px, 3.45vh, 36px);
	transform: translateX(-50%);
	width: min(640px, 54vw);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	color: var(--memorial-cream);
	z-index: 3;
}

.memorial-footer > svg {
	width: 47px;
	height: 47px;
}

.memorial-footer div {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 18px;
	align-items: center;
}

.memorial-footer span {
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--memorial-gold-soft));
}

.memorial-footer span:last-child {
	background: linear-gradient(90deg, var(--memorial-gold-soft), transparent);
}

.memorial-footer p {
	margin: 0;
	font-size: clamp(13px, 1.1vw, 18px);
	font-weight: 300;
	white-space: nowrap;
}

.memorial-elementor-model .elementor-container,
.memorial-elementor-model .elementor-column,
.memorial-elementor-model .elementor-widget-wrap {
	position: static !important;
}

.memorial-elementor-model > .elementor-container {
	max-width: none !important;
	width: 100% !important;
	min-height: 100vh;
}

body.cmsi-memorial-active .memorial-elementor-model .elementor-widget {
	margin: 0 !important;
}

.memorial-brand-logo,
.memorial-brand-pretitle,
.memorial-brand-name,
.memorial-explore-widget,
.memorial-heading-kicker,
.memorial-heading-title,
.memorial-heading-divider,
.memorial-heading-tagline,
.memorial-footer-icon,
.memorial-footer-text {
	position: absolute !important;
	z-index: 4;
}

.memorial-brand-logo {
	top: 3.95vh;
	left: 4.55vw;
	height: clamp(70px, 6.65vw, 104px) !important;
	width: clamp(70px, 6.65vw, 104px) !important;
	max-width: clamp(70px, 6.65vw, 104px) !important;
	min-width: 0 !important;
	right: auto !important;
	background: url("../img/brasao-cmsi.png") center / contain no-repeat;
}

.memorial-brand-logo .elementor-widget-container {
	width: 100% !important;
	height: 100% !important;
}

.memorial-brand-logo img,
.memorial-brand-logo .memorial-brand__crest {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35));
}

.memorial-brand-logo img[src=""],
.memorial-brand-logo img:not([src]) {
	display: none !important;
}

.memorial-brand-pretitle,
.memorial-brand-name {
	left: clamp(155px, 11.95vw, 196px);
	color: var(--memorial-cream);
	text-shadow: 0 3px 12px rgba(0, 0, 0, .45);
}

.memorial-brand-pretitle {
	top: 4.95vh;
	width: auto !important;
	max-width: 340px !important;
}

.memorial-brand-name {
	top: 7.38vh;
	width: auto !important;
	max-width: 420px !important;
}

.memorial-brand-pretitle .elementor-heading-title {
	color: inherit !important;
	font-family: "Poppins", Arial, sans-serif !important;
	font-size: clamp(14px, 1.35vw, 22px) !important;
	font-weight: 400 !important;
	line-height: 1.02 !important;
}

.memorial-brand-name .elementor-heading-title {
	color: inherit !important;
	font-family: "Poppins", Arial, sans-serif !important;
	font-size: clamp(25px, 2.45vw, 39px) !important;
	font-weight: 500 !important;
	line-height: 1.02 !important;
}

.memorial-explore-widget {
	top: 3.85vh;
	right: 3.25vw;
	left: auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	transform: none !important;
	text-align: right;
}

.memorial-explore-widget .elementor-widget-container {
	width: auto !important;
	max-width: none !important;
	display: inline-block !important;
}

.memorial-explore-widget .elementor-button {
	min-width: clamp(210px, 16.25vw, 250px);
	height: clamp(48px, 5.65vh, 58px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 0 27px !important;
	border: 1px solid var(--memorial-gold-soft);
	border-radius: 999px;
	color: var(--memorial-cream) !important;
	background: rgba(35, 4, 2, .5) !important;
	font-family: "Poppins", Arial, sans-serif !important;
	font-size: clamp(15px, 1.24vw, 20px) !important;
	font-weight: 400 !important;
	box-shadow: inset 0 0 0 1px rgba(255, 230, 139, .08), 0 12px 35px rgba(0, 0, 0, .28);
}

.memorial-heading-kicker,
.memorial-heading-title,
.memorial-heading-divider,
.memorial-heading-tagline {
	left: 50%;
	width: min(980px, 68vw);
	transform: translateX(-50%);
	text-align: center;
}

.memorial-heading-kicker {
	top: 9.3vh;
}

.memorial-heading-title {
	top: 13.85vh;
}

.memorial-heading-divider {
	top: 20.85vh;
}

.memorial-heading-tagline {
	top: 25.55vh;
}

.memorial-heading-kicker .elementor-heading-title {
	margin: 0;
	color: var(--memorial-gold) !important;
	font-family: "Poppins", Arial, sans-serif !important;
	font-size: clamp(15px, 1.55vw, 24px) !important;
	font-weight: 400 !important;
	letter-spacing: .48em !important;
	text-transform: uppercase;
}

.memorial-heading-title .elementor-heading-title {
	margin: 0;
	color: var(--memorial-cream) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(38px, 4.55vw, 70px) !important;
	font-weight: 700 !important;
	line-height: .96 !important;
	text-transform: uppercase;
	text-shadow: 0 6px 24px rgba(0, 0, 0, .48);
}

.memorial-heading-divider .elementor-divider {
	padding-block-start: 0 !important;
	padding-block-end: 0 !important;
}

.memorial-heading-divider .elementor-divider-separator {
	width: min(420px, 29vw) !important;
	border-color: var(--memorial-gold-soft) !important;
	border-top-width: 2px !important;
}

.memorial-heading-tagline .elementor-heading-title {
	margin: 0;
	color: var(--memorial-cream) !important;
	font-family: "Poppins", Arial, sans-serif !important;
	font-size: clamp(16px, 1.45vw, 23px) !important;
	font-weight: 300 !important;
	line-height: 1.2 !important;
	text-shadow: 0 4px 14px rgba(0, 0, 0, .5);
}

.memorial-history-stage.memorial-stage-composed {
	position: absolute !important;
	display: block;
	padding: 0;
	left: 50% !important;
	right: auto !important;
	top: 29.15vh !important;
	width: min(1470px, 88vw) !important;
	max-width: min(1470px, 88vw) !important;
	height: min(760px, 66vh) !important;
	min-height: min(760px, 66vh) !important;
	margin: 0 !important;
	transform: translateX(-50%) !important;
	z-index: 2 !important;
}

.memorial-history-stage.memorial-stage-composed > .elementor-container,
.memorial-history-stage.memorial-stage-composed > .e-con-inner {
	display: grid !important;
	grid-template-columns: 70.5% 29.5%;
	width: 100% !important;
	max-width: none !important;
	height: 100%;
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.memorial-history-stage.memorial-stage-composed .elementor-column,
.memorial-history-stage.memorial-stage-composed .elementor-widget-wrap,
.memorial-history-stage.memorial-stage-composed .elementor-widget-shortcode,
.memorial-history-stage.memorial-stage-composed .elementor-widget-container,
.memorial-history-stage.memorial-stage-composed .memorial-history-slider,
.memorial-history-stage.memorial-stage-composed .memorial-people-panel {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
}

.memorial-history-stage.memorial-stage-composed .elementor-widget-wrap {
	display: block !important;
	padding: 0 !important;
}

.memorial-history-stage.memorial-stage-composed .elementor-shortcode {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
}

.memorial-history-stage.memorial-stage-composed .elementor-column {
	float: none !important;
}

.memorial-history-stage.memorial-stage-composed .memorial-history-slider,
.memorial-history-stage.memorial-stage-composed .memorial-people-slider {
	min-height: 100% !important;
}

.memorial-history-stage.memorial-stage-composed .memorial-history-slide {
	display: grid !important;
	position: absolute !important;
}

.memorial-history-stage.memorial-stage-composed .memorial-person-slide {
	display: flex !important;
	position: absolute !important;
}

.memorial-history-stage.memorial-stage-composed .memorial-history-slide.is-active,
.memorial-history-stage.memorial-stage-composed .memorial-person-slide.is-active {
	z-index: 2;
}

.memorial-footer-icon {
	left: 50%;
	bottom: clamp(65px, 8.35vh, 86px);
	width: 47px !important;
	transform: translateX(-50%);
	color: var(--memorial-gold-soft);
	text-align: center;
}

.memorial-footer-icon .elementor-icon {
	color: var(--memorial-gold-soft);
	font-size: 47px;
}

.memorial-footer-text {
	left: 50%;
	bottom: clamp(25px, 3.45vh, 36px);
	width: min(640px, 54vw);
	transform: translateX(-50%);
}

.memorial-footer-text .elementor-heading-title {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 18px;
	align-items: center;
	margin: 0;
	color: var(--memorial-cream) !important;
	font-family: "Poppins", Arial, sans-serif !important;
	font-size: clamp(13px, 1.1vw, 18px) !important;
	font-weight: 300 !important;
	white-space: nowrap;
}

.memorial-footer-text .elementor-heading-title::before,
.memorial-footer-text .elementor-heading-title::after {
	content: "";
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--memorial-gold-soft));
}

.memorial-footer-text .elementor-heading-title::after {
	background: linear-gradient(90deg, var(--memorial-gold-soft), transparent);
}

@media (max-aspect-ratio: 4 / 3) {
	.memorial-heading {
		top: 10vh;
		width: 74vw;
	}

	.memorial-history-stage {
		width: 90vw;
		grid-template-columns: 67% 33%;
	}

	.memorial-history-slide {
		grid-template-columns: 46% 54%;
	}
}

@media (max-width: 900px) {
	.memorial-brand__text {
		display: none;
	}

	.memorial-explore {
		min-width: 58px;
		width: 58px;
		padding: 0;
	}

	.memorial-explore span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.memorial-heading {
		width: 86vw;
	}

	.memorial-history-stage {
		top: 29vh;
		width: 92vw;
		height: 60vh;
		grid-template-columns: 1fr;
	}

	.memorial-people-panel {
		display: none;
	}

	.memorial-history-slide {
		grid-template-columns: 44% 56%;
	}

	.memorial-footer {
		width: 86vw;
	}

	.memorial-brand-pretitle,
	.memorial-brand-name {
		display: none;
	}

	.memorial-explore-widget .elementor-button-text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.memorial-explore-widget .elementor-button {
		min-width: 58px;
		width: 58px;
		padding: 0 !important;
	}

	.memorial-heading-kicker,
	.memorial-heading-title,
	.memorial-heading-divider,
	.memorial-heading-tagline {
		width: 86vw;
	}

	.memorial-history-stage.memorial-stage-composed > .elementor-container {
		grid-template-columns: 1fr;
	}
}
