/* Promotional products banner 21D + Get a Quote modal */

.promo-banner,
.promo-banner *,
.promo-quote-modal,
.promo-quote-modal * {
	box-sizing: border-box;
}

.promo-banner {
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	border: 0;
	border-top: 4px solid #c4470c;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	width: 100%;
	height: 330px;
	margin: 0;
	padding: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	clear: both;
}

.promo-banner__photo {
	width: 470px;
	flex: none;
	position: relative;
	overflow: hidden;
}

.promo-banner__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.promo-banner__seam {
	width: 9px;
	flex: none;
	background: #e4e4e4;
	display: block;
}

.promo-banner__msg {
	flex: 1;
	min-width: 0;
	padding: 36px 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	background: #f5f5f5;
}

.promo-banner__headline {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.promo-banner__kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	color: #c4470c;
	text-transform: uppercase;
}

.promo-banner__kicker-rule {
	width: 26px;
	height: 2px;
	background: #c4470c;
	flex: none;
}

.promo-banner__title {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.03;
	letter-spacing: -0.015em;
	color: #204e75;
	text-transform: uppercase;
}

.promo-banner__sub {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.5;
	color: #55606a;
	max-width: 400px;
	text-wrap: pretty;
}

.promo-banner__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 2px;
}

.promo-banner__shop {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: #c4470c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 26px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
}

.promo-banner__shop:hover,
.promo-banner__shop:focus {
	background: #a83c0a;
	color: #fff;
	text-decoration: none;
}

.promo-banner__quote {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0 0 2px;
	margin: 0;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #204e75;
	text-decoration: none;
	border-bottom: 1px solid #c9ced3;
	cursor: pointer;
	line-height: 1.2;
}

.promo-banner__quote:hover,
.promo-banner__quote:focus {
	border-bottom-color: #204e75;
	color: #204e75;
}

.promo-banner a:focus-visible,
.promo-banner button:focus-visible,
.promo-quote-modal a:focus-visible,
.promo-quote-modal button:focus-visible {
	outline: 2px solid #204e75;
	outline-offset: 2px;
}

.promo-banner__shop:focus-visible,
.promo-quote-modal__browse:focus-visible {
	outline: 2px solid #204e75;
	outline-offset: 3px;
	box-shadow: inset 0 0 0 1px #fff;
}

.promo-quote-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2000;
	background: rgba(29, 36, 41, 0.55);
	align-items: center;
	justify-content: center;
	padding: 24px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.promo-quote-modal.is-open {
	display: flex !important;
}

.promo-quote-modal[hidden] {
	display: none !important;
}

.promo-quote-modal__panel {
	width: 480px;
	max-width: 100%;
	background: #fff;
	border: 1px solid #cfd5da;
	border-radius: 0;
	box-shadow: none;
}

.promo-quote-modal__head {
	background: #204e75;
	padding: 11px 18px;
	display: flex;
	align-items: center;
	gap: 9px;
}

.promo-quote-modal__head svg {
	flex: none;
}

.promo-quote-modal__title {
	margin: 0;
	flex: 1;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
}

.promo-quote-modal__x {
	width: 22px;
	height: 22px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: none;
	color: #cfdceb;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.promo-quote-modal__x:hover,
.promo-quote-modal__x:focus {
	color: #fff;
}

.promo-quote-modal__body {
	padding: 22px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.promo-quote-modal__copy {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #26313a;
	text-wrap: pretty;
}

.promo-quote-modal__copy strong {
	font-weight: 700;
}

.promo-quote-modal__note {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	border: 1px solid #eef0f2;
	background: #f7f9fb;
	padding: 13px 15px;
}

.promo-quote-modal__note svg {
	flex: none;
	margin-top: 1px;
}

.promo-quote-modal__note p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #55606a;
}

.promo-quote-modal__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.promo-quote-modal__browse {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #c4470c;
	color: #fff;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 20px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
}

.promo-quote-modal__browse:hover,
.promo-quote-modal__browse:focus {
	background: #a83c0a;
	color: #fff;
	text-decoration: none;
}

.promo-quote-modal__close {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #204e75;
	cursor: pointer;
	line-height: 1.2;
}

.promo-quote-modal__close:hover,
.promo-quote-modal__close:focus {
	text-decoration: underline;
}

.promo-quote-modal__phone {
	padding-top: 14px;
	border-top: 1px solid #eef0f2;
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	font-size: 12.5px;
	line-height: 1.4;
	color: #55606a;
}

.promo-quote-modal__phone svg {
	flex: none;
	color: #8a9199;
}

.promo-quote-modal__phone a {
	color: #204e75;
	font-weight: 700;
	text-decoration: none;
}

.promo-quote-modal__phone a:hover,
.promo-quote-modal__phone a:focus {
	text-decoration: underline;
}

body.promo-quote-open {
	overflow: hidden;
}

@media (max-width: 899px) {
	.promo-banner {
		flex-direction: column;
		height: auto;
	}

	.promo-banner__photo {
		width: 100%;
		height: 200px;
	}

	.promo-banner__seam {
		width: 100%;
		height: 9px;
	}

	.promo-banner__msg {
		padding: 24px 22px;
	}

	.promo-banner__title {
		font-size: 34px;
	}

	.promo-banner__sub {
		font-size: 14.5px;
	}

	.promo-banner__actions {
		justify-content: center;
	}

	.promo-banner__shop {
		justify-content: center;
	}
}
