.era-site-header,
.era-site-footer,
.era-home,
.era-form-section,
.era-contact-page,
.era-about-page,
.era-buy-safety-page,
.era-faq-page,
.era-exchange-page,
.era-sell-page,
.era-search-page {
	--era-blue: #075783;
	--era-blue-dark: #064d79;
	--era-red: #b80d08;
	--era-text: #242424;
	--era-muted: #eeeeee;
	font-family: "Montserrat", "Open Sans", sans-serif;
}

.era-site-header *,
.era-site-footer *,
.era-home *,
.era-form-section *,
.era-contact-page *,
.era-about-page *,
.era-buy-safety-page *,
.era-faq-page *,
.era-exchange-page *,
.era-sell-page *,
.era-search-page * {
	box-sizing: border-box;
}

.era-buy-safety-page-main {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-about-page-main {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-about-page {
	color: var(--era-text);
	background: #eeeeee;
}

.era-about-page__hero {
	position: relative;
	display: grid;
	min-height: 380px;
	place-items: center;
	margin: 0;
	overflow: hidden;
	color: #ffffff;
	background: #075783;
}

.era-about-page__hero-image {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 58%;
}

.era-about-page__hero-overlay {
	position: relative;
	z-index: 1;
	display: grid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	place-items: center;
	padding: 48px 24px;
	background: rgba( 0, 0, 0, 0.2 );
}

.era-about-page__hero h1 {
	max-width: 960px;
	margin: 0;
	color: inherit;
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, 0.34 );
	text-transform: uppercase;
}

.era-about-page__content {
	width: min( 100% - 48px, var( --era-content-width ) );
	margin: 0 auto;
	padding: 56px 0 72px;
}

.era-about-page__intro {
	max-width: 720px;
}

.era-about-page__intro h2,
.era-about-page__team > h2,
.era-about-page__era > h2 {
	margin: 0 0 22px;
	padding-bottom: 11px;
	color: var(--era-text);
	border-bottom: 1px solid #7b7b7b;
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	text-transform: uppercase;
}

.era-about-page__prose {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

.era-about-page__prose > :first-child {
	margin-top: 0;
}

.era-about-page__prose > :last-child {
	margin-bottom: 0;
}

.era-about-page__team {
	margin-top: 44px;
}

.era-about-page__team > h2 {
	max-width: 720px;
}

.era-about-page__era {
	margin-top: 56px;
}

.era-about-page__era-grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 52px;
}

.era-about-page__era-prose {
	min-width: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

.era-about-page__era-prose h3 {
	margin: 0 0 12px;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.era-about-page__era-prose h3:not( :first-child ) {
	margin-top: 26px;
}

.era-about-page__era-prose p {
	margin: 0 0 16px;
}

.era-about-page__era-prose > :last-child {
	margin-bottom: 0;
}

.era-about-page__era-prose a {
	color: var(--era-blue-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.era-about-page__era-prose a:hover,
.era-about-page__era-prose a:focus-visible {
	color: var(--era-red);
}

.era-about-page__era-prose a:focus-visible {
	outline: 2px solid var(--era-blue-dark);
	outline-offset: 2px;
}

.era-about-page__staff-grid {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 38px 30px;
}

.era-about-page__staff-card {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	min-width: 0;
	padding: 12px;
	background: #ffffff;
	border: 1px solid #9aa2a6;
	border-radius: 0;
}

.era-about-page__staff-image {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	background: #d7dde0;
	object-fit: cover;
	object-position: center top;
}

.era-about-page__staff-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px 2px 4px;
}

.era-about-page__staff-card h3 {
	margin: 0;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.22;
}

.era-about-page__staff-role {
	min-height: 2.6em;
	margin: 9px 0 14px;
	color: #525252;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-transform: uppercase;
}

.era-about-page__staff-details {
	display: grid;
	gap: 5px;
	margin: 0;
	color: #2f2f2f;
	font-size: 10px;
	line-height: 1.35;
}

.era-about-page__staff-details div {
	min-width: 0;
}

.era-about-page__staff-details dt,
.era-about-page__staff-details dd {
	display: inline;
	margin: 0;
}

.era-about-page__staff-details dt {
	font-weight: 700;
}

.era-about-page__staff-details dt::after {
	content: ': ';
}

.era-about-page__staff-details a {
	color: inherit;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.era-about-page__staff-details a:hover,
.era-about-page__staff-details a:focus-visible {
	color: var(--era-red);
	text-decoration: underline;
}

.era-about-page__staff-details a:focus-visible {
	outline: 2px solid var(--era-blue-dark);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.era-about-page__hero {
		min-height: 270px;
	}

	.era-about-page__hero-overlay {
		padding: 38px 20px;
	}

	.era-about-page__hero h1 {
		font-size: 38px;
	}

	.era-about-page__content {
		width: min( 100% - 40px, 520px );
		padding: 40px 0 54px;
	}

	.era-about-page__intro h2,
		.era-about-page__team > h2,
		.era-about-page__era > h2 {
		margin-bottom: 18px;
		font-size: 23px;
	}

	.era-about-page__prose {
		font-size: 14px;
	}

	.era-about-page__team {
		margin-top: 34px;
	}

		.era-about-page__era {
			margin-top: 42px;
		}

		.era-about-page__era-grid {
			grid-template-columns: minmax( 0, 1fr );
			gap: 30px;
		}

	.era-about-page__staff-grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		gap: 24px 18px;
	}

	.era-about-page__staff-card {
		padding: 9px;
	}

	.era-about-page__staff-body {
		padding: 14px 1px 3px;
	}

	.era-about-page__staff-card h3 {
		font-size: 15px;
	}

	.era-about-page__staff-role {
		margin: 7px 0 12px;
		font-size: 9px;
	}

	.era-about-page__staff-details {
		gap: 4px;
		font-size: 9px;
	}
}

@media (max-width: 480px) {
	.era-about-page__staff-grid {
		grid-template-columns: minmax( 0, 320px );
		justify-content: center;
		gap: 24px;
	}
}

.era-buy-safety-page {
	color: var(--era-text);
	background: #eeeeee;
}

.era-buy-safety-page__hero {
	position: relative;
	display: grid;
	min-height: 378px;
	place-items: center;
	margin: 0;
	padding: 48px 24px;
	overflow: hidden;
	color: #ffffff;
	background-color: #737373;
	background-image: linear-gradient(rgba( 0, 0, 0, 0.18 ), rgba( 0, 0, 0, 0.18 )), var(--era-buy-safety-hero);
	background-position: center;
	background-size: cover;
}

.era-buy-safety-page__hero h1 {
	position: relative;
	max-width: 960px;
	margin: 0;
	color: inherit;
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, 0.34 );
	text-transform: uppercase;
}

.era-buy-safety-page__cards-section {
	padding: 58px 24px 66px;
}

.era-buy-safety-page__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: var(--era-content-width);
	margin: 0 auto;
	gap: 36px;
}

.era-buy-safety-page__card {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	min-width: 0;
}

.era-buy-safety-page__card h2 {
	display: grid;
	min-height: 58px;
	margin: 0 0 18px;
	place-items: center;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	text-align: center;
	text-transform: uppercase;
}

.era-buy-safety-page__card-image {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #d9d9d9;
}

.era-buy-safety-page__card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.era-buy-safety-page__card p {
	min-height: 122px;
	margin: 20px 0 22px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

.era-buy-safety-page__card-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	justify-content: center;
	min-height: 40px;
	padding: 8px 20px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	background: var(--era-red);
	border: 1px solid var(--era-red);
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.era-buy-safety-page__card-image:focus-visible,
.era-buy-safety-page__card-link:focus-visible {
	outline: 3px solid var(--era-blue);
	outline-offset: 4px;
}

.era-buy-safety-page__card-image:hover img {
	transform: scale(1.03);
	transition: transform 180ms ease;
}

.era-buy-safety-page__card-link:hover,
.era-buy-safety-page__card-link:focus-visible {
	color: var(--era-red);
	background: #ffffff;
	border-color: var(--era-red);
}

@media (max-width: 767px) {
	.era-buy-safety-page__hero {
		min-height: 258px;
		padding: 36px 20px;
		background-position: center;
	}

	.era-buy-safety-page__hero h1 {
		font-size: 36px;
	}

	.era-buy-safety-page__cards-section {
		padding: 38px 20px 48px;
	}

	.era-buy-safety-page__cards {
		grid-template-columns: minmax(0, 390px);
		justify-content: center;
		gap: 42px;
	}

	.era-buy-safety-page__card h2 {
		min-height: auto;
		margin-bottom: 14px;
		font-size: 22px;
	}

	.era-buy-safety-page__card p {
		min-height: auto;
		margin: 16px 0 20px;
	}
}

.era-faq-page-main {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-faq-page {
	color: var(--era-text);
	background: #ffffff;
}

.era-faq-page__hero {
	position: relative;
	display: grid;
	min-height: 360px;
	place-items: center;
	margin: 0;
	padding: 48px 24px;
	overflow: hidden;
	color: #ffffff;
	background-color: #697a82;
	background-image: var(--era-faq-hero);
	background-position: center;
	background-size: cover;
}

.era-faq-page__hero::before {
	position: absolute;
	inset: 0;
	background: rgba( 0, 0, 0, 0.12 );
	content: "";
}

.era-faq-page__hero h1 {
	position: relative;
	max-width: 960px;
	margin: 0;
	color: inherit;
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, 0.34 );
	text-transform: uppercase;
}

.era-faq-page__ask-section {
	background: #eeeeee;
	padding: 60px 24px 66px;
}

.era-faq-page__ask-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
	max-width: var(--era-content-width);
	margin: 0 auto;
	gap: 76px;
}

.era-faq-page__intro {
	max-width: 278px;
	padding-top: 8px;
}

.era-faq-page__intro h2,
.era-faq-page__form h2 {
	margin: 0;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-weight: 800;
	letter-spacing: 0;
}

.era-faq-page__intro h2 {
	font-size: 20px;
	line-height: 1.2;
}

.era-faq-page__intro p {
	margin: 18px 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
}

.era-faq-page__section-links {
	margin-top: 15px;
}

.era-faq-page__section-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-faq-page__section-links li + li {
	margin-top: 8px;
}

.era-faq-page__section-links a {
	color: var(--era-text);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-transform: uppercase;
}

.era-faq-page__section-links a:hover,
.era-faq-page__section-links a:focus-visible {
	color: var(--era-red);
}

.era-faq-page__intro-last {
	margin-top: 30px !important;
}

.era-faq-page__form h2 {
	margin-bottom: 28px;
	font-size: 30px;
	line-height: 1.08;
	text-transform: uppercase;
}

.era-faq-page__form .era-contact-form__fields {
	column-gap: 32px;
	row-gap: 17px;
}

.era-faq-page__form .era-contact-form textarea {
	min-height: 78px;
}

.era-faq-page__form .era-contact-form__submit {
	min-width: 110px;
	margin-top: 6px;
	background: var(--era-red);
}

.era-faq-page__form .era-contact-form__submit:hover,
.era-faq-page__form .era-contact-form__submit:focus-visible {
	background: #920b06;
}

.era-faq-page__questions-section {
	padding: 58px 24px 76px;
	background: #ffffff;
}

.era-faq-page__questions {
	max-width: var(--era-content-width);
	margin: 0 auto;
}

.era-faq-page__group + .era-faq-page__group {
	margin-top: 60px;
}

.era-faq-page__group h2 {
	margin: 0 0 16px;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
}

.era-faq-page__accordion {
	display: grid;
	gap: 9px;
}

.era-faq-page__item {
	border: 1px solid #a8a8a8;
	background: #ffffff;
}

.era-faq-page__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	padding: 13px 17px;
	color: var(--era-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.era-faq-page__item summary::-webkit-details-marker {
	display: none;
}

.era-faq-page__item summary::after {
	flex: 0 0 auto;
	margin-left: 18px;
	color: #111111;
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
	content: "+";
}

.era-faq-page__item[open] summary::after {
	content: "−";
}

.era-faq-page__item summary:hover,
.era-faq-page__item summary:focus-visible {
	color: var(--era-red);
}

.era-faq-page__item summary:focus-visible {
	outline: 3px solid var(--era-blue);
	outline-offset: -3px;
}

.era-faq-page__answer {
	padding: 0 17px 20px;
	border-top: 1px solid #dedede;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

.era-faq-page__answer p {
	margin: 15px 0 0;
}

.era-faq-page__answer a {
	color: var(--era-blue);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 767px) {
	.era-faq-page__hero {
		min-height: 255px;
		padding: 36px 20px;
	}

	.era-faq-page__hero h1 {
		font-size: 36px;
	}

	.era-faq-page__ask-section {
		padding: 38px 20px 46px;
	}

	.era-faq-page__ask-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.era-faq-page__intro {
		max-width: none;
		padding-top: 0;
	}

	.era-faq-page__form h2 {
		margin-bottom: 23px;
		font-size: 25px;
	}

	.era-faq-page__questions-section {
		padding: 40px 20px 54px;
	}

	.era-faq-page__group + .era-faq-page__group {
		margin-top: 44px;
	}

	.era-faq-page__group h2 {
		font-size: 25px;
	}

	.era-faq-page__item summary {
		min-height: 52px;
		padding: 12px 14px;
		font-size: 14px;
	}

	.era-faq-page__answer {
		padding: 0 14px 18px;
		font-size: 14px;
	}
}

.era-exchange-page-main {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-exchange-page {
	color: var(--era-text);
	background: #ffffff;
}

.era-exchange-page__hero {
	position: relative;
	display: grid;
	min-height: 332px;
	place-items: center;
	margin: 0;
	padding: 48px 24px;
	overflow: hidden;
	color: #ffffff;
	background-color: #8f6b70;
	background-image: var(--era-exchange-hero);
	background-position: center;
	background-size: cover;
}

.era-exchange-page__hero::before {
	position: absolute;
	inset: 0;
	background: rgba( 40, 16, 22, 0.12 );
	content: "";
}

.era-exchange-page__hero h1 {
	position: relative;
	max-width: 960px;
	margin: 0;
	color: inherit;
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, 0.34 );
	text-transform: uppercase;
}

.era-exchange-page__content-section {
	padding: 55px 24px 58px;
	background: #ffffff;
}

.era-exchange-page__content {
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
}

.era-exchange-page__content h2 {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #7b7b7b;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.era-exchange-page__copy {
	max-width: 780px;
	margin-top: 22px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.58;
}

.era-exchange-page__copy > :first-child {
	margin-top: 0;
}

.era-exchange-page__copy p {
	margin: 18px 0 0;
}

.era-exchange-page__copy ol {
	margin: 0;
	padding-left: 23px;
}

.era-exchange-page__copy a {
	color: var(--era-blue);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.era-exchange-page .era-form-section {
	padding: 50px 24px;
}

.era-exchange-page .era-form-section__inner {
	width: min(100%, var(--era-content-width));
}

.era-exchange-page .era-form-section__layout {
	grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
	gap: 54px;
}

.era-exchange-page .era-form-section__media {
	min-height: 318px;
}

.era-exchange-page .era-form-section__content {
	max-width: 560px;
}

.era-exchange-page .era-form-section__content h2 {
	font-size: 30px;
}

.era-exchange-page .era-contact-form__fields {
	column-gap: 30px;
	row-gap: 15px;
}

.era-exchange-page .era-contact-form textarea {
	min-height: 80px;
}

.era-exchange-page .era-contact-form__submit {
	margin-top: 6px;
	background: var(--era-red);
}

.era-exchange-page .era-contact-form__submit:hover,
.era-exchange-page .era-contact-form__submit:focus-visible {
	background: #920b06;
}

.era-testament-page-main {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-testament-page {
	color: var(--era-text);
	background: #ffffff;
}

.era-testament-page__hero {
	min-height: 332px;
	overflow: hidden;
	background: #2a2a2a;
}

.era-testament-page__hero img {
	display: block;
	width: 100%;
	height: 332px;
	object-fit: cover;
	object-position: center;
}

.era-testament-page__content-section {
	padding: 55px 24px 58px;
	background: #ffffff;
}

.era-testament-page__content {
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
}

.era-testament-page__content h1 {
	max-width: 780px;
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #7b7b7b;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.era-testament-page__copy {
	max-width: 780px;
	margin-top: 22px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.58;
}

.era-testament-page__copy > :first-child {
	margin-top: 0;
}

.era-testament-page__copy h2 {
	margin: 22px 0 0;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

.era-testament-page__copy p {
	margin: 8px 0 0;
}

.era-testament-page__copy h2 + p {
	margin-top: 2px;
}

.era-testament-page .era-form-section {
	padding: 50px 24px;
	background: #f1f1f1;
}

.era-testament-page .era-form-section__inner {
	width: min(100%, var(--era-content-width));
}

.era-testament-page .era-form-section__layout {
	grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
	gap: 54px;
}

.era-testament-page .era-form-section__media {
	min-height: 318px;
}

.era-testament-page .era-form-section__content {
	max-width: 560px;
}

.era-testament-page .era-form-section__content h2 {
	font-size: 30px;
}

.era-testament-page .era-contact-form__fields {
	column-gap: 30px;
	row-gap: 15px;
}

.era-testament-page .era-contact-form textarea {
	min-height: 80px;
}

.era-testament-page .era-contact-form__submit {
	margin-top: 6px;
	background: var(--era-red);
}

.era-testament-page .era-contact-form__submit:hover,
.era-testament-page .era-contact-form__submit:focus-visible {
	background: #920b06;
}

@media (max-width: 767px) {
	.era-exchange-page__hero {
		min-height: 245px;
		padding: 36px 20px;
	}

	.era-exchange-page__hero h1 {
		font-size: 36px;
	}

	.era-exchange-page__content-section {
		padding: 39px 20px 43px;
	}

	.era-exchange-page__content h2 {
		font-size: 24px;
	}

	.era-testament-page__hero,
	.era-testament-page__hero img {
		min-height: 245px;
		height: 245px;
	}

	.era-testament-page__content-section {
		padding: 39px 20px 43px;
	}

	.era-testament-page__content h1 {
		font-size: 24px;
	}

	.era-testament-page__copy {
		font-size: 14px;
	}

	.era-testament-page .era-form-section {
		padding: 42px 20px;
	}

	.era-testament-page .era-form-section__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.era-testament-page .era-form-section__media {
		min-height: 240px;
	}

	.era-testament-page .era-form-section__content h2 {
		font-size: 26px;
	}

	.era-exchange-page__copy {
		margin-top: 18px;
		font-size: 14px;
	}

	.era-exchange-page .era-form-section {
		padding: 40px 20px;
	}

	.era-exchange-page .era-form-section__layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.era-exchange-page .era-form-section__media {
		min-height: 250px;
	}

	.era-exchange-page .era-form-section__content h2 {
		font-size: 26px;
	}
}

.era-sell-page-main {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-sell-page {
	color: var(--era-text);
	background: #ffffff;
}

.era-sell-page__hero {
	position: relative;
	display: grid;
	min-height: 720px;
	place-items: center;
	margin: 0;
	padding: 48px 24px;
	overflow: hidden;
	color: #ffffff;
	background-color: #58655e;
	background-image: var(--era-sell-hero);
	background-position: center;
	background-size: cover;
}

.era-sell-page__hero h1 {
	position: relative;
	max-width: 960px;
	margin: 0;
	color: inherit;
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, 0.34 );
	text-transform: uppercase;
}

.era-sell-page__section {
	padding: 48px 24px 56px;
	background: #ffffff;
}

.era-sell-page__section--muted {
	background: #f0f1f1;
}

.era-sell-page__container {
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
}

.era-sell-page__container > h2 {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #7b7b7b;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	text-transform: uppercase;
}

.era-sell-page__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px;
	margin-top: 42px;
}

.era-sell-page__card,
.era-sell-page__process-item {
	min-width: 0;
}

.era-sell-page__card h3,
.era-sell-page__process-item h3 {
	margin: 0;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.era-sell-page__card-copy,
.era-sell-page__process-copy,
.era-sell-page__seller-copy {
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.62;
}

.era-sell-page__card-copy > :first-child,
.era-sell-page__process-copy > :first-child,
.era-sell-page__seller-copy > :first-child {
	margin-top: 0;
}

.era-sell-page__card-copy p,
.era-sell-page__process-copy p,
.era-sell-page__seller-copy p {
	margin: 14px 0 0;
}

.era-sell-page .era-form-section {
	padding: 60px 24px;
}

.era-sell-page .era-form-section__inner {
	width: min(100%, var(--era-content-width));
}

.era-sell-page .era-form-section__content {
	max-width: 590px;
}

.era-sell-page__seller-list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	margin-top: 34px;
}

.era-sell-page__seller-item h3 {
	margin: 0;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.era-sell-page__process {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	margin-top: 34px;
}

.era-sell-page__process-item {
	padding: 0;
	border: 0;
}

.era-sell-page__process-item h3 {
	font-size: 20px;
}

.era-sell-page__process-image {
	grid-column: 1 / -1;
	margin: 2px 0;
	overflow: hidden;
	background: #dce2e2;
}

.era-sell-page__process-image img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

@media (max-width: 767px) {
	.era-sell-page__hero {
		min-height: 255px;
		padding: 36px 20px;
	}

	.era-sell-page__hero h1 {
		font-size: 36px;
	}

	.era-sell-page__section {
		padding: 42px 20px 50px;
	}

	.era-sell-page__container > h2 {
		font-size: 25px;
	}

	.era-sell-page__cards,
	.era-sell-page__process {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-top: 30px;
	}

	.era-sell-page__card h3 {
		font-size: 23px;
	}

	.era-sell-page__card-copy,
	.era-sell-page__process-copy,
	.era-sell-page__seller-copy {
		margin-top: 12px;
		font-size: 14px;
	}

	.era-sell-page__seller-list {
		gap: 24px;
		margin-top: 30px;
	}

	.era-sell-page__seller-item h3 {
		font-size: 23px;
	}

	.era-sell-page .era-form-section {
		padding: 42px 20px;
	}

	.era-sell-page__process-image {
		grid-column: auto;
	}

	.era-sell-page__process-image img {
		aspect-ratio: 3 / 2;
	}
}

.era-site-header {
	position: relative;
	z-index: 20;
	background: #ffffff;
	border-bottom: 1px solid #e4e4e4;
}

.era-php-site-header,
.era-php-site-footer {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-site-header__inner {
	display: grid;
	grid-template-areas: "brand tools" "brand navigation";
	grid-template-columns: 68px minmax(0, 1fr);
	width: min(var(--era-content-width), calc(100% - 40px));
	max-width: none;
	min-height: 80px;
	margin: 0 auto;
	padding: 4px 0;
}

.era-site-brand {
	grid-area: brand;
	display: flex;
	align-items: center;
	width: 58px;
}

.era-site-brand img {
	display: block;
	width: 52px;
	height: auto;
}

.era-php-site-header--has-breadcrumbs .era-site-header__inner {
	position: relative;
	min-height: 64px;
	padding-bottom: 14px;
}

.era-site-breadcrumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(280px, 100%);
	overflow: hidden;
	color: #666666;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}

.era-site-breadcrumbs ol {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-site-breadcrumbs li {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.era-site-breadcrumbs li + li::before {
	margin: 0 6px;
	color: #a6a6a6;
	content: "/";
}

.era-site-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.era-site-breadcrumbs a:hover,
.era-site-breadcrumbs a:focus-visible {
	color: var(--era-red);
	text-decoration: underline;
}

.era-site-header__tools {
	grid-area: tools;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 25px;
	gap: 13px;
}

.era-site-language {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 10px;
	font-weight: 600;
}

.era-site-language a,
.era-site-nav a,
.era-site-nav__parent-toggle,
.era-site-search {
	color: var(--era-text);
	text-decoration: none;
}

.era-site-language a {
	border-bottom: 1px solid transparent;
	line-height: 1.25;
}

.era-site-language a:hover,
.era-site-language a:focus-visible,
.era-site-language .is-current {
	border-color: var(--era-red);
	font-weight: 800;
}

.era-site-search {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
}

.era-site-search span {
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.era-site-search span::after {
	position: absolute;
	right: -5px;
	bottom: -4px;
	width: 7px;
	height: 2px;
	background: currentColor;
	content: "";
	transform: rotate(45deg);
	transform-origin: left center;
}

.era-site-search:hover,
.era-site-search:focus-visible,
.era-site-nav a:hover,
.era-site-nav a:focus-visible,
.era-site-nav__parent-toggle:hover,
.era-site-nav__parent-toggle:focus-visible {
	color: var(--era-red);
}

.era-site-nav {
	grid-area: navigation;
	grid-column: 1 / -1;
	grid-row: 2;
	display: flex;
	justify-content: center;
}

.era-site-nav__menu,
.era-site-nav__menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-site-nav__menu {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 18px;
}

.era-site-nav__menu > li {
	position: relative;
	padding-bottom: 8px;
}

.era-site-nav__menu > li > a,
.era-site-nav__menu > li > .era-site-nav__parent-toggle {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.era-site-nav__parent-toggle {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	font-family: inherit;
	cursor: pointer;
}

.era-site-nav__menu > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: -14px;
	display: none;
	min-width: 195px;
	padding: 8px 0;
	background: #ffffff;
	border-top: 2px solid var(--era-red);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.era-site-nav__menu .sub-menu > li {
	position: relative;
}

.era-site-nav__menu .sub-menu .sub-menu {
	position: absolute;
	top: -8px;
	right: calc(100% - 1px);
	left: auto;
	display: none;
	min-width: 195px;
	padding: 8px 0;
	background: #ffffff;
	border-top: 0;
	border-right: 2px solid var(--era-red);
	box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.12);
}

.era-site-nav__menu li:hover > .sub-menu,
.era-site-nav__menu li:focus-within > .sub-menu,
.era-site-nav__menu li.is-open > .sub-menu {
	display: block;
}

.era-site-nav__menu .sub-menu a {
	display: block;
	padding: 8px 14px;
	font-size: 12px;
	line-height: 1.3;
}

.era-site-menu-toggle {
	display: none;
	width: 34px;
	height: 30px;
	padding: 6px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.era-site-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	background: var(--era-text);
}

.era-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	color: #ffffff;
	background: var(--era-red);
	border: 1px solid var(--era-red);
	border-radius: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.era-button:hover,
.era-button:focus-visible {
	color: var(--era-red);
	background: #ffffff;
	border-color: var(--era-red);
}

.era-home {
	color: var(--era-text);
	overflow: hidden;
}

.era-homepage-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.era-standard-page {
	padding: 72px 24px 88px;
	background: #f7f7f5;
}

.era-standard-page__inner {
	width: min(var(--era-content-width), 100%);
	margin: 0 auto;
}

.era-standard-page__article {
	padding: clamp(28px, 5vw, 60px);
	background: #ffffff;
	border: 1px solid #dde3e8;
	border-radius: 6px;
}

.era-standard-page__header h1,
.era-standard-page__header h2 {
	margin: 0 0 24px;
	color: #0c3279;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 400;
	line-height: 1.08;
}

.era-standard-page__header h2 {
	font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.era-standard-page__header a {
	color: inherit;
	text-decoration: none;
}

.era-standard-page__content {
	color: #425466;
	font-size: 1.05rem;
	line-height: 1.75;
}

.era-standard-page__content pre {
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.era-standard-page__content > :first-child {
	margin-top: 0;
}

.era-standard-page__content > :last-child {
	margin-bottom: 0;
}

.era-editorial-page {
	color: #252525;
	background: #f7f7f5;
}

.era-editorial-page__hero {
	position: relative;
	display: flex;
	min-height: min(58vh, 560px);
	align-items: end;
	overflow: hidden;
	background: #0c3279;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.era-editorial-page__hero--image {
	background-image: var(--era-editorial-hero);
}

.era-editorial-page__hero::before {
	position: absolute;
	inset: 0;
	background: rgba(3, 27, 69, 0.56);
	content: "";
}

.page-id-49827 .era-editorial-page__hero::before,
.page-id-49832 .era-editorial-page__hero::before,
.page-id-49834 .era-editorial-page__hero::before {
	display: none;
}

.era-editorial-page__hero-inner {
	position: relative;
	z-index: 1;
	width: min(var(--era-content-width), calc(100% - 48px));
	margin: 0 auto;
	padding: 92px 0;
}

.era-editorial-page__hero h1 {
	max-width: 820px;
	margin: 0;
	color: #ffffff;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2.6rem, 6vw, 5rem);
	font-weight: 400;
	line-height: 1.02;
}

.page-id-49827 .era-editorial-page__hero h1,
.page-id-49832 .era-editorial-page__hero h1,
.page-id-49834 .era-editorial-page__hero h1 {
	filter: none;
	-webkit-text-stroke: 0;
	outline: 0;
	text-shadow: none;
}

.era-editorial-page__content-section {
	padding: clamp(48px, 8vw, 96px) 24px;
}

.era-editorial-page__content {
	width: min(var(--era-content-width), 100%);
	margin: 0 auto;
	color: #425466;
	font-size: 1.06rem;
	line-height: 1.75;
}

.era-editorial-page__content h2,
.era-editorial-page__content h3,
.era-editorial-page__content h4 {
	margin: 2.4em 0 0.7em;
	color: #0c3279;
	font-family: "DM Serif Display", Georgia, serif;
	font-weight: 400;
	line-height: 1.2;
}

.era-editorial-page__content h2 {
	font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.era-editorial-page__content h3 {
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.era-editorial-page__content > h2:first-child,
.era-editorial-page__content > h3:first-child,
.era-editorial-page__content > h4:first-child,
.era-editorial-page__content > .era-editorial-page__text:first-child > :first-child {
	margin-top: 0;
}

.era-editorial-page__content a {
	color: #0c3279;
	font-weight: 700;
}

.era-editorial-page__text > :first-child {
	margin-top: 0;
}

.era-editorial-page__text > :last-child {
	margin-bottom: 0;
}

.era-editorial-page__card,
.era-editorial-page__callout {
	margin: 28px 0;
	padding: clamp(24px, 4vw, 38px);
	background: #ffffff;
	border: 1px solid #dde3e8;
	border-radius: 6px;
}

.era-editorial-page__card h2,
.era-editorial-page__card h3 {
	margin-top: 0;
	font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.era-editorial-page__callout {
	background: #eef5f9;
}

.era-editorial-page__callout-title {
	margin: 0 0 10px;
	color: #0c3279;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 400;
}

.era-editorial-page__callout-text {
	margin: 0;
}

.era-editorial-page__callout-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.era-editorial-page__callout-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 16px;
	color: #ffffff !important;
	background: #0c3279;
	border: 1px solid #0c3279;
	border-radius: 4px;
	text-decoration: none;
}

.era-editorial-page__callout-link:hover,
.era-editorial-page__callout-link:focus-visible {
	background: #dd1a32;
	border-color: #dd1a32;
}

.era-editorial-page--buying-process {
	background: #ffffff;
}

.era-editorial-page--buying-process .era-editorial-page__hero {
	display: grid;
	min-height: 332px;
	place-items: center;
	padding: 48px 24px;
	background-position: center;
	background-size: cover;
}

.era-editorial-page--buying-process .era-editorial-page__hero::before {
	display: block;
	background: rgba( 40, 16, 22, 0.12 );
}

.era-editorial-page--buying-process .era-editorial-page__hero-inner {
	width: min(100%, var(--era-content-width));
	padding: 0;
}

.era-editorial-page--buying-process .era-editorial-page__hero h1 {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.era-editorial-page--buying-process .era-editorial-page__content-section {
	padding: 55px 24px 58px;
}

.era-editorial-page--buying-process .era-editorial-page__content {
	width: min(100%, var(--era-content-width));
	max-width: none;
}

.era-editorial-page--buying-process .era-editorial-page__card {
	margin: 0 0 46px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.era-editorial-page--buying-process .era-editorial-page__card h2 {
	margin: 0 0 12px;
}

.era-editorial-page--buying-process .era-editorial-page__text ul {
	margin: 18px 0 0;
	padding-left: 23px;
}

.era-editorial-page--buying-process .era-editorial-page__text li {
	margin: 0;
}

.era-editorial-page--buying-process .era-editorial-page__text p {
	margin: 18px 0 0;
}

.era-editorial-page--buying-process .era-editorial-page__card strong {
	display: block;
	margin: 18px 0 4px;
}

.era-buying-process__form-section {
	width: 100%;
	margin: 0;
	padding: 50px 24px;
	background: #f0f1f1;
}

.era-buying-process__form-inner {
	display: grid;
	grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
	align-items: start;
	gap: 54px;
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
}

.era-buying-process__tips {
	padding-top: 0;
}

.era-buying-process__tips p {
	margin: 0 0 18px;
}

.era-buying-process__form h2 {
	margin: 0 0 20px;
}

.era-buying-process__form .era-contact-form__fields {
	gap: 15px 30px;
}

.era-buying-process__form .era-contact-form label {
	margin-bottom: 5px;
	font-size: 12px;
}

.era-buying-process__form .era-contact-form input:not([type="checkbox"]),
.era-buying-process__form .era-contact-form textarea {
	padding: 7px 0;
	font-size: 14px;
}

.era-buying-process__form .era-contact-form textarea {
	min-height: 80px;
	height: auto;
}

.era-buying-process__form .era-contact-form__consent {
	margin: 17px 0;
	font-size: 11px;
}

.era-buying-process__form .era-contact-form__submit {
	color: #ffffff;
	background: #b80d08;
	border-color: #b80d08;
}

.era-buying-process__form .era-contact-form__submit:hover,
.era-buying-process__form .era-contact-form__submit:focus-visible {
	color: #ffffff;
	background: #920b06;
	border-color: #920b06;
}

@media (max-width: 767px) {
	.era-editorial-page--buying-process .era-editorial-page__hero {
		min-height: 245px;
		padding: 36px 20px;
	}

	.era-editorial-page--buying-process .era-editorial-page__content-section {
		padding: 39px 20px 43px;
	}

	.era-buying-process__form-section {
		padding: 40px 20px;
	}

	.era-buying-process__form-inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media (min-width: 768px) {
	.era-editorial-page--buying-process .era-editorial-page__hero {
		height: 720px;
		min-height: 720px;
	}
}

@media (max-width: 640px) {
	.era-standard-page {
		padding: 44px 16px 56px;
	}

	.era-editorial-page__hero {
		min-height: 370px;
	}

	.era-editorial-page__hero-inner {
		width: min(100% - 32px, 1120px);
		padding: 64px 0;
	}

	.era-editorial-page__content-section {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.era-home-hero {
	position: relative;
	display: flex;
	min-height: 720px;
	align-items: center;
	justify-content: center;
	padding: 80px 24px;
	background-color: #1a88b8;
	background-image: var(--era-home-hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.era-home-hero::before {
	position: absolute;
	inset: 0;
	background: rgba(0, 45, 78, 0.14);
	content: "";
}

.era-home-hero__inner {
	position: relative;
	max-width: 830px;
}

.era-home-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: 47px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	text-shadow: 0 2px 10px rgba(0, 27, 52, 0.42);
	text-transform: uppercase;
}

.era-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 27px;
}

.era-home-section,
.era-form-section {
	padding: 45px 24px;
}

.era-home-section__inner,
.era-form-section__inner {
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
}

.era-home-section__title {
	margin: 0 0 8px;
	padding-bottom: 4px;
	border-bottom: 2px solid #515151;
	color: #242424;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

.era-home-listings,
.era-home-sell,
.era-home-contact,
.era-form-section {
	background: #f0f1f1;
}

.era-home-listings__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 8px;
}

.era-home-listing {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #e1e1e1;
}

.era-home-listing__image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #d6e5e9;
}

.era-home-listing__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.era-home-listing:hover .era-home-listing__image img {
	transform: scale(1.035);
}

.era-home-listing__body {
	display: flex;
	min-height: 139px;
	flex: 1;
	flex-direction: column;
	padding: 15px;
}

.era-home-listing__area {
	margin: 0 0 4px;
	color: #5a5a5a;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.era-home-listing h3 {
	display: -webkit-box;
	min-height: 3.6em;
	margin: 0;
	overflow: hidden;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.era-home-listing h3 a {
	color: var(--era-text);
	text-decoration: none;
}

.era-home-listing h3 a:hover,
.era-home-listing h3 a:focus-visible {
	color: var(--era-red);
}

.era-home-listing__details {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	font-size: 10px;
	line-height: 1.35;
}

.era-home-listing__details strong {
	color: var(--era-blue-dark);
	font-size: 10px;
}

.era-home-listing__details span {
	color: #5d5d5d;
	text-align: right;
}

.era-home-listings__action {
	margin: 17px 0 0;
	text-align: center;
}

.era-home-sell__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 0.98fr);
	align-items: center;
	gap: 55px;
}

.era-home-sell__copy {
	max-width: 430px;
}

.era-home-sell__copy p {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.35;
}

.era-home-sell__copy .era-button {
	margin-top: 8px;
}

.era-home-sell__feature {
	position: relative;
	display: grid;
	min-height: 278px;
	align-content: end;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
}

.era-home-sell__feature::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.22);
	content: "";
}

.era-home-sell__feature img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.era-home-sell__feature:hover img {
	transform: scale(1.035);
}

.era-home-sell__feature span,
.era-home-sell__feature strong {
	position: relative;
	z-index: 1;
	margin-left: 25px;
	text-transform: uppercase;
}

.era-home-sell__feature span {
	max-width: 270px;
	margin-bottom: 14px;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.05;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
}

.era-home-sell__feature strong {
	align-self: start;
	justify-self: start;
	margin: 0 0 21px 25px;
	padding: 13px 18px;
	background: var(--era-red);
	font-size: 14px;
	line-height: 1;
}

.era-home-testimonials {
	background: #ffffff;
}

.era-home-testimonials__intro {
	max-width: 820px;
	margin: 14px 0 25px;
	font-size: 13px;
	line-height: 1.45;
}

.era-home-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.era-home-testimonial {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	padding: 27px 26px 23px;
	border: 1px solid #e3e3e3;
	border-top: 3px solid var(--era-red);
	background: #ffffff;
	text-align: left;
}

.era-home-testimonial__quote {
	min-height: 150px;
	margin: 0;
}

.era-home-testimonial__quote::before {
	display: block;
	margin: -5px 0 9px;
	color: var(--era-red);
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 0.6;
}

.era-home-testimonial__quote p {
	margin: 0;
	color: #3f3f3f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
}

.era-home-testimonial__author {
	display: grid;
	gap: 2px;
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid #e5e5e5;
}

.era-home-testimonial__author cite {
	color: var(--era-blue-dark);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}

.era-home-testimonial__author span {
	color: #666666;
	font-size: 11px;
	line-height: 1.35;
}

.era-search-page-main {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-search-page {
	min-height: 440px;
	padding: 72px 24px 84px;
	background: #f5f5f3;
}

.era-search-page__inner {
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
}

.era-search-page__header h1,
.era-search-page__results h2 {
	margin: 0;
	color: var(--era-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-weight: 800;
	letter-spacing: 0;
}

.era-search-page__header h1 {
	font-size: 38px;
	line-height: 1.1;
	text-transform: uppercase;
}

.era-search-page__form {
	margin-top: 28px;
}

.era-search-page__form > label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
}

.era-search-page__form > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.era-search-page__form input {
	min-width: 0;
	min-height: 48px;
	padding: 11px 14px;
	color: var(--era-text);
	background: #ffffff;
	border: 1px solid #9b9b9b;
	border-radius: 0;
}

.era-search-page__form input:focus {
	outline: 3px solid rgba( 190, 9, 4, 0.25 );
	outline-offset: 1px;
	border-color: var(--era-red);
}

.era-search-page__form .era-button {
	min-height: 48px;
	color: #ffffff;
	background: var(--era-red);
	border-color: var(--era-red);
}

.era-search-page__form .era-button:hover,
.era-search-page__form .era-button:focus-visible {
	color: var(--era-red);
	background: #ffffff;
	border-color: var(--era-red);
}

.era-search-page__hint,
.era-search-page__empty {
	margin: 24px 0 0;
	color: #4d4d4d;
	font-size: 15px;
}

.era-search-page__results {
	margin-top: 54px;
}

.era-search-page__results h2 {
	padding-bottom: 10px;
	border-bottom: 2px solid #525252;
	font-size: 25px;
	line-height: 1.2;
}

.era-search-page__result-list {
	display: grid;
	margin-top: 20px;
	border-top: 1px solid #dedede;
}

.era-search-result {
	padding: 22px 0;
	border-bottom: 1px solid #dedede;
}

.era-search-result__type {
	margin: 0 0 5px;
	color: var(--era-red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.era-search-result h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.3;
}

.era-search-result h3 a {
	color: var(--era-blue-dark);
	text-decoration: none;
}

.era-search-result h3 a:hover,
.era-search-result h3 a:focus-visible {
	color: var(--era-red);
	text-decoration: underline;
}

.era-search-result > p:last-child {
	margin: 8px 0 0;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.55;
}

.era-scroll-top {
	position: fixed;
	z-index: 100;
	right: 24px;
	bottom: 24px;
	display: grid;
	width: 56px;
	height: 56px;
	padding: 0;
	place-items: center;
	color: #ffffff;
	background: #000000;
	border: 0;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	cursor: pointer;
}

.era-scroll-top span {
	display: block;
	width: 17px;
	height: 17px;
	border-top: 4px solid currentColor;
	border-left: 4px solid currentColor;
	transform: rotate(45deg);
	margin-top: 7px;
}

.era-scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.era-scroll-top:hover {
	background: #202020;
	transform: translateY(-2px);
}

.era-scroll-top:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
}

.era-home-contact__layout,
.era-form-section__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: 35px;
	align-items: stretch;
}

.era-home-contact__media,
.era-form-section__media {
	min-height: 360px;
}

.era-home-contact__media img,
.era-form-section__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.era-home-contact__content,
.era-form-section__content {
	max-width: 590px;
	padding: 3px 0;
}

.era-home-contact__content h2,
.era-form-section__content h2 {
	margin: 0 0 20px;
	color: #2d2d2d;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.era-form-section__text,
.era-form-section__note {
	color: #3f3f3f;
	line-height: 1.45;
}

.era-form-section__text {
	margin: -7px 0 20px;
	font-size: 13px;
}

.era-form-section__note {
	margin: 16px 0 0;
	font-size: 11px;
}

@media (max-width: 767px) {
	.era-search-page {
		min-height: 360px;
		padding: 44px 16px 54px;
	}

	.era-search-page__header h1 {
		font-size: 30px;
	}

	.era-search-page__form > div {
		grid-template-columns: 1fr;
	}

	.era-search-page__form .era-button {
		width: 100%;
	}

	.era-search-page__results {
		margin-top: 38px;
	}

	.era-search-page__results h2 {
		font-size: 22px;
	}

	.era-scroll-top {
		right: 16px;
		bottom: 16px;
		width: 48px;
		height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.era-scroll-top {
		transition: none;
	}
}

.era-form-section--valuation .era-contact-form__submit {
	display: flex;
	min-width: 150px;
	min-height: 68px;
	margin: 22px auto 0;
	padding: 16px 28px;
	color: #ffffff;
	background-color: var(--era-red);
	border-color: var(--era-red);
	font-size: 18px;
}

.era-form-section--valuation .era-contact-form__submit:hover,
.era-form-section--valuation .era-contact-form__submit:focus-visible {
	color: var(--era-red);
	background-color: #ffffff;
	border-color: var(--era-red);
}

.site-main.era-contact-page-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.era-contact-page {
	color: var(--era-text);
}

.era-contact-page__hero {
	position: relative;
	display: grid;
	min-height: 320px;
	place-items: center;
	overflow: hidden;
	padding: 60px 24px;
	background: #1a88b8;
	text-align: center;
}

.era-contact-page__hero::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 45, 78, 0.16);
	content: "";
}

.era-contact-page__hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 52%;
}

.era-contact-page__hero-content {
	position: relative;
	z-index: 1;
}

.era-contact-page__hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	text-shadow: 0 2px 10px rgba(0, 27, 52, 0.42);
	text-transform: uppercase;
}

.era-contact-page__content-section {
	padding: 47px 24px 52px;
	background: #f0f1f1;
}

.era-contact-page__content-inner,
.era-contact-page__map-heading {
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
}

.era-contact-page__layout {
	display: grid;
	grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
	gap: 78px;
	align-items: start;
}

.era-contact-page__info {
	padding-top: 7px;
	color: #303030;
	font-size: 12px;
	line-height: 1.45;
}

.era-contact-page__info p {
	margin: 0 0 22px;
}

.era-contact-page__info a {
	color: inherit;
}

.era-contact-page__info-list {
	margin: 0;
}

.era-contact-page__info-list > div + div {
	margin-top: 18px;
}

.era-contact-page__info-list dt {
	font-weight: 700;
}

.era-contact-page__info-list dd {
	margin: 1px 0 0;
	white-space: pre-line;
}

.era-contact-page__info-list address {
	font-style: normal;
}

.era-contact-page__form {
	max-width: 590px;
}

.era-contact-page__form h2,
.era-contact-page__map-heading h2 {
	margin: 0;
	color: #2d2d2d;
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

.era-contact-page__form h2 {
	margin-bottom: 20px;
}

.era-contact-page__form .era-contact-form__submit {
	display: flex;
	min-width: 140px;
	min-height: 54px;
	margin: 22px auto 0;
	padding: 14px 24px;
	font-size: 16px;
}

.era-contact-page__map-section {
	padding: 47px 0 0;
	background: #ffffff;
}

.era-contact-page__map-heading {
	padding: 0 0 5px;
	border-bottom: 2px solid #515151;
}

.era-contact-page__map {
	display: block;
	width: 100%;
	height: 390px;
	margin-top: 20px;
	border: 0;
	background: #e6ecef;
}

.era-contact-form__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 20px;
}

.era-contact-form__field {
	margin: 0;
}

.era-contact-form__field--full {
	grid-column: 1 / -1;
}

.era-contact-form label {
	display: block;
	margin-bottom: 5px;
	color: #515151;
	font-size: 12px;
	line-height: 1.2;
}

.era-contact-form input:not([type="checkbox"]),
.era-contact-form textarea {
	display: block;
	width: 100%;
	padding: 7px 0;
	color: #222222;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #777777;
	border-radius: 0;
	box-shadow: none;
	font: inherit;
	font-size: 14px;
	line-height: 1.25;
}

.era-contact-form textarea {
	min-height: 80px;
	resize: vertical;
}

.era-contact-form input:not([type="checkbox"]):focus,
.era-contact-form textarea:focus {
	border-color: var(--era-red);
	outline: 2px solid transparent;
}

.era-contact-form__consent {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 17px 0;
	font-size: 11px;
	line-height: 1.35;
}

.era-contact-form__consent input {
	width: 13px;
	height: 13px;
	margin: 1px 0 0;
	accent-color: var(--era-red);
}

.era-contact-form__consent label {
	margin: 0;
}

.era-contact-form__consent a {
	color: var(--era-text);
}

.era-contact-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.era-contact-form__notice {
	margin: 0 0 16px;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.35;
}

.era-contact-form__notice--success {
	color: #0c5230;
	background: #e6f4ea;
}

.era-contact-form__notice--error {
	color: #8b1e18;
	background: #fbe9e7;
}

.era-contact-form__submit {
	cursor: pointer;
}

.era-site-footer {
	color: #ffffff;
	background: #064d79;
}

.era-site-footer__inner {
	display: grid;
	grid-template-columns: 1.1fr 1fr 0.9fr;
	gap: 58px;
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
	padding: 43px 24px 30px;
}

.era-site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.era-site-footer__brand > a {
	display: block;
}

.era-site-footer__brand > a img {
	display: block;
	width: 92px;
	height: auto;
}

.era-site-footer__association {
	display: block;
	width: min(100%, 225px);
	height: auto;
}

.era-site-footer__column h2 {
	margin: 0 0 13px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.era-site-footer__column p,
.era-site-footer__column li,
.era-site-footer__column a {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.55;
}

.era-site-footer__column p {
	margin: 0 0 14px;
}

.era-site-footer__column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-site-footer__column a {
	text-decoration: none;
}

.era-site-footer__column a:hover,
.era-site-footer__column a:focus-visible,
.era-site-footer__bottom a:hover,
.era-site-footer__bottom a:focus-visible {
	color: #ffffff;
	text-decoration: underline;
}

.era-site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: min(100%, var(--era-content-width));
	margin: 0 auto;
	padding: 14px 24px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.era-site-footer__legal,
.era-site-footer__social {
	display: flex;
	align-items: center;
}

.era-site-footer__legal {
	gap: 24px;
}

.era-site-footer__social {
	gap: 14px;
}

.era-site-footer__social a {
	display: inline-flex;
	color: #ffffff;
}

.era-site-footer__social svg {
	display: block;
	width: 22px;
	height: 22px;
}

.era-site-footer__social a:hover,
.era-site-footer__social a:focus-visible {
	color: #ffffff;
	opacity: 0.78;
}

.era-site-footer__social a:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

.era-site-footer__bottom p,
.era-site-footer__bottom a {
	margin: 0;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.4;
	text-decoration: none;
}

@media (min-width: 921px) {
	.era-site-footer__inner,
	.era-site-footer__bottom {
		width: min(var(--era-content-width), calc(100% - 40px));
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 920px) {
	.era-site-header__inner {
		width: 100%;
		grid-template-areas: "brand tools" "navigation navigation";
		grid-template-columns: 70px minmax(0, 1fr);
		padding: 7px 18px;
	}

	.era-php-site-header--has-breadcrumbs .era-site-header__inner {
		min-height: 70px;
		padding-bottom: 7px;
	}

	.era-site-breadcrumbs {
		display: none;
	}

	.era-site-brand {
		width: 55px;
	}

	.era-site-brand img {
		width: 52px;
	}

	.era-site-menu-toggle {
		display: block;
	}

	.era-site-nav {
		display: none;
		grid-column: 1 / -1;
		margin: 8px -18px -7px;
		padding: 14px 18px 18px;
		background: #ffffff;
		border-top: 1px solid #e5e5e5;
	}

	.era-site-nav.is-open {
		display: block;
	}

	.era-site-nav__menu {
		display: block;
	}

	.era-site-nav__menu > li {
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.era-site-nav__menu > li > a,
	.era-site-nav__menu > li > .era-site-nav__parent-toggle {
		width: 100%;
		padding: 12px 0;
		text-align: left;
	}

	.era-site-nav__menu > li > .sub-menu,
	.era-site-nav__menu .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 8px 12px;
		border: 0;
		box-shadow: none;
	}

	.era-site-nav__menu .sub-menu .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 8px 12px;
		border: 0;
		box-shadow: none;
	}

	.era-home-hero {
		min-height: 460px;
	}

	.era-home-hero h1 {
		font-size: 39px;
	}

	.era-home-sell__layout {
		gap: 32px;
	}

	.era-site-footer__inner {
		gap: 34px;
	}
}

@media (min-width: 768px) and (max-width: 920px) {
	.era-site-header__inner {
		grid-template-areas: "brand tools" "brand navigation";
		grid-template-columns: 68px minmax(0, 1fr);
		padding: 4px 24px;
	}

	.era-site-brand {
		width: 58px;
	}

	.era-site-brand img {
		width: 52px;
	}

	.era-php-site-header--has-breadcrumbs .era-site-header__inner {
		min-height: 80px;
		padding-bottom: 18px;
	}

	.era-site-breadcrumbs {
		display: block;
		bottom: 4px;
		left: 24px;
	}

	.era-site-menu-toggle {
		display: none;
	}

	.era-site-nav {
		display: flex;
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: center;
		margin: 0;
		padding: 0;
		background: transparent;
		border: 0;
	}

	.era-site-nav__menu {
		display: flex;
		gap: 18px;
	}

	.era-site-nav__menu > li {
		padding-bottom: 8px;
		border-bottom: 0;
	}

	.era-site-nav__menu > li > a {
		padding: 0;
	}

	.era-site-nav__menu > li > .sub-menu,
	.era-site-nav__menu .sub-menu {
		position: absolute;
		top: 100%;
		left: -14px;
		display: none;
		min-width: 195px;
		padding: 8px 0;
		background: #ffffff;
		border-top: 2px solid var(--era-red);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
	}

	.era-site-nav__menu .sub-menu > li {
		position: relative;
	}

	.era-site-nav__menu .sub-menu .sub-menu {
		position: absolute;
		top: -8px;
		right: calc(100% - 1px);
		left: auto;
		display: none;
		min-width: 195px;
		padding: 8px 0;
		background: #ffffff;
		border-top: 0;
		border-right: 2px solid var(--era-red);
		box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.12);
	}

	.era-site-nav__menu li:hover > .sub-menu,
	.era-site-nav__menu li:focus-within > .sub-menu {
		display: block;
	}

	.era-site-nav__menu .sub-menu a {
		padding: 8px 14px;
	}
}

@media (max-width: 767px) {
	.era-site-header__inner {
		min-height: 70px;
	}

	.era-php-site-header--has-breadcrumbs .era-site-header__inner {
		min-height: 70px;
		padding-bottom: 7px;
	}

	.era-site-language {
		gap: 8px;
		font-size: 9px;
	}

	.era-home-hero {
		min-height: 450px;
		padding: 60px 16px;
		background-position: 57% center;
	}

	.era-home-hero h1 {
		font-size: 32px;
		line-height: 1.11;
	}

	.era-home-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.era-home-hero__actions .era-button {
		width: 100%;
	}

	.era-home-section,
	.era-form-section {
		padding: 36px 16px;
	}

	.era-home-section__title {
		font-size: 23px;
	}

	.era-home-listings__grid,
	.era-home-testimonials__grid,
	.era-home-sell__layout,
	.era-home-contact__layout,
	.era-form-section__layout {
		grid-template-columns: 1fr;
	}

	.era-home-listing__body {
		min-height: 125px;
	}

	.era-home-sell__copy {
		max-width: none;
	}

	.era-home-sell__feature {
		min-height: 300px;
	}

	.era-home-contact__media,
	.era-form-section__media {
		min-height: 300px;
	}

	.era-home-contact__content h2,
	.era-form-section__content h2 {
		font-size: 25px;
	}

	.era-contact-form__fields {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.era-contact-form__field--full {
		grid-column: auto;
	}

	.era-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 36px 24px 27px;
	}

	.era-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.era-site-footer__legal {
		flex-wrap: wrap;
	}

	.era-contact-page__hero {
		min-height: 255px;
		padding: 48px 16px;
	}

	.era-contact-page__hero h1 {
		font-size: 33px;
	}

	.era-contact-page__content-section {
		padding: 36px 16px 40px;
	}

	.era-contact-page__layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.era-contact-page__info {
		padding-top: 0;
	}

	.era-contact-page__form {
		max-width: none;
	}

	.era-contact-page__form h2,
	.era-contact-page__map-heading h2 {
		font-size: 25px;
	}

	.era-contact-page__map-section {
		padding-top: 36px;
	}

	.era-contact-page__map-heading {
		width: calc(100% - 32px);
	}

	.era-contact-page__map {
		height: 320px;
		margin-top: 16px;
	}
}

@media (min-width: 768px) {
	.era-faq-page__hero,
	.era-about-page__hero,
	.era-contact-page__hero,
	.era-buy-safety-page__hero,
	.era-exchange-page__hero,
	.era-testament-page__hero,
	.era-testament-page__hero img {
		height: 720px;
		min-height: 720px;
	}
}