.sf-menu {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-start;
	width: 100%;
}

.sf-menu > li {
	float: none;
	font-size: 15px;
	letter-spacing: .5px;
	margin: 0;
}

.sf-menu > li:first-child {
	margin-left: 0;
}

.sf-menu > li.current,
.sf-menu > li.sfHover,
.sf-menu > li:hover {
	background: #363636;
	margin-top: 0;
}

.sf-menu > li > a {
	padding: 24px 24px 26px;
	white-space: nowrap;
}

.sf-menu > li.open-account-item {
	background: transparent;
	margin-left: auto;
}

.sf-menu > li.open-account-item:hover,
.sf-menu > li.open-account-item.current {
	background: transparent;
}

.sf-menu > li.open-account-item > a {
	background: #a61225;
	color: #fff;
	font-size: 13px;
	letter-spacing: .8px;
	padding: 13px 18px;
	text-transform: uppercase;
}

.sf-menu > li.open-account-item > a:hover,
.sf-menu > li.open-account-item.current > a {
	background: #363636;
}

.home-account-cta {
	margin: 0 auto 32px;
	max-width: 620px;
	text-align: center;
}

.home-account-cta p {
	color: #575757;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 18px;
}

.home-account-cta .btn,
.account-submit {
	background: #a61225;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	padding: 13px 28px;
	text-transform: uppercase;
}

.home-account-cta .btn:hover,
.account-submit:hover {
	background: #323232;
}

.account-open-box {
	padding-bottom: 55px;
}

.account-intro {
	color: #575757;
	font-size: 15px;
	line-height: 23px;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.account-form {
	background: #fff;
	border: 1px solid #e9ebe5;
	box-sizing: border-box;
	color: #363636;
	padding: 26px;
}

.account-form fieldset {
	border: 0;
	border-top: 1px solid #e9ebe5;
	display: grid;
	gap: 18px 22px;
	grid-template-columns: 1fr 1fr;
	margin: 0 0 25px;
	padding: 22px 0 0;
}

.account-form legend {
	color: #a61225;
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	line-height: 26px;
	padding-right: 14px;
}

.account-form label {
	color: #363636;
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
}

.account-form label span {
	color: #363636;
	display: block;
	margin-bottom: 7px;
}

.account-form input,
.account-form textarea {
	background: #f8f4ee;
	border: 1px solid #dfe1e0;
	box-sizing: border-box;
	color: #363636;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	outline: 0;
	padding: 10px 12px;
	width: 100%;
}

.account-form textarea {
	min-height: 96px;
	resize: vertical;
}

.account-form input[type=file] {
	background: #fff;
}

.account-hp {
	display: none !important;
}

.account-actions {
	text-align: right;
}

.account-submit {
	border: 0;
	color: #fff;
	cursor: pointer;
}

.account-message {
	border: 1px solid;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 22px;
	padding: 16px 18px;
}

.account-message-success {
	background: #f1f8ec;
	border-color: #b7d8aa;
	color: #2b5c1f;
}

.account-message-error {
	background: #fff1f1;
	border-color: #efb2b2;
	color: #8a1111;
}

.account-message ul {
	margin: 8px 0 0 18px;
}

.account-message li {
	list-style: disc;
	margin-top: 4px;
}

@media (max-width: 995px) {
	.sf-menu > li {
		font-size: 14px;
	}

	.sf-menu > li > a {
		padding: 21px 13px 23px;
	}

	.sf-menu > li.open-account-item > a {
		font-size: 12px;
		padding: 12px 10px;
	}
}

@media (max-width: 767px) {
	.account-form {
		padding: 18px;
	}

	.account-form fieldset {
		grid-template-columns: 1fr;
	}

	.account-actions {
		text-align: left;
	}

	.account-submit {
		text-align: center;
		width: 100%;
	}
}
