/* =================================================
   CTA Quote Band
   ================================================= */

.cta-quote-band {
	--cqb-navy: #0f2c64;
	--cqb-orange: #ff6b31;
	--cqb-white: #ffffff;
	--cqb-muted: rgba(255, 255, 255, 0.88);

	background: var(--cqb-navy);
	color: var(--cqb-white);
	float: left;
	overflow: hidden;
	padding: 88px 0 17px;
	position: relative;
	text-align: center;
	width: 100%;
}

.cta-quote-band--has-bottom-stripe {
	padding-bottom: 17px;
}

.cta-quote-band__media {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.cta-quote-band__media img {
	height: 100%;
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

.cta-quote-band__overlay {
	background: linear-gradient(180deg, rgba(15, 44, 100, 0.88) 0%, rgba(15, 44, 100, 0.94) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.cta-quote-band__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding: 0 40px 72px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.cta-quote-band__icon {
	line-height: 0;
	margin: 0 auto 24px;
}

.cta-quote-band__icon img {
	display: block;
	height: 40px;
	margin: 0 auto;
	object-fit: contain;
	width: auto;
}

.cta-quote-band__headline {
	color: var(--cqb-white);
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin: 0 0 24px;
	padding: 0;
	text-transform: uppercase;
}

.cta-quote-band__headline-white {
	color: var(--cqb-white);
	display: block;
}

.cta-quote-band__headline-orange {
	color: var(--cqb-orange);
	display: inline-block;
}

.cta-quote-band p.cta-quote-band__desc {
	color: var(--cqb-muted);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0 auto 36px;
	max-width: 720px;
	padding: 0;
}

.cta-quote-band__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cta-quote-band__btn.btn,
.cta-quote-band a.cta-quote-band__btn {
	align-items: center;
	border-radius: 900px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.04em;
	min-width: 340px;
	padding: 16px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

.cta-quote-band__btn--primary.btn,
.cta-quote-band a.cta-quote-band__btn--primary {
	background: var(--cqb-orange);
	border: 2px solid var(--cqb-orange);
	color: var(--cqb-white);
}

.cta-quote-band__btn--primary.btn:hover,
.cta-quote-band__btn--primary.btn:focus,
.cta-quote-band a.cta-quote-band__btn--primary:hover,
.cta-quote-band a.cta-quote-band__btn--primary:focus {
	background: #ff7f4d;
	border-color: #ff7f4d;
	color: var(--cqb-white);
	text-decoration: none;
}

.cta-quote-band__btn--phone.btn,
.cta-quote-band a.cta-quote-band__btn--phone {
	background: transparent;
	border: 2px solid var(--cqb-white);
	color: var(--cqb-white);
}

.cta-quote-band__btn--phone.btn:hover,
.cta-quote-band__btn--phone.btn:focus,
.cta-quote-band a.cta-quote-band__btn--phone:hover,
.cta-quote-band a.cta-quote-band__btn--phone:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--cqb-white);
	color: var(--cqb-white);
	text-decoration: none;
}

.cta-quote-band__btn.btn em,
.cta-quote-band a.cta-quote-band__btn em,
.cta-quote-band__arrow,
.cta-quote-band__phone-icon {
	align-items: center;
	display: inline-flex;
	font-style: normal;
	line-height: 1;
	margin: 0 0 0 10px;
}

.cta-quote-band__arrow img {
	display: block;
	height: 13px;
	width: 13px;
}

.cta-quote-band__divider {
	bottom: 0;
	left: 0;
	line-height: 0;
	margin: 0 !important;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3;
}

.cta-quote-band__divider img {
	display: block;
	height: auto;
	width: 100%;
}

@media (max-width: 767px) {
	.cta-quote-band {
		padding-top: 56px;
	}

	.cta-quote-band__container {
		padding: 0 20px 48px;
	}

	.cta-quote-band__headline {
		font-size: 32px;
	}

	.cta-quote-band p.cta-quote-band__desc {
		font-size: 16px;
		margin-bottom: 28px;
	}

	.cta-quote-band__btn.btn,
	.cta-quote-band a.cta-quote-band__btn {
		min-width: 0;
		width: 100%;
	}
}
