/* -----------------------------------------------------------------------------
   Content area – refreshed express quote page
   ----------------------------------------------------------------------------- */

.content-area--refreshed-express-quote-page {
	--masthead-primary: #0047bb;
	--masthead-primary-hover: var(--masthead-primary, #141b4d);
	--masthead-overlay: rgba(25, 36, 86, 0.8);
	--masthead-form-bg: #ebebeb;
	--masthead-form-border: #fff;
	--masthead-text-muted: #ddd;
	--masthead-text-body: #242424;
	--masthead-input-border: #ddd;
	--masthead-step-inactive: #bbb;
}

.content-area {
	padding-top: 91px;
}

@media (min-width: 768px) {
	.content-area {
		padding-top: 179px;
	}
}

@media (min-width: 1200px) {
	.content-area {
		padding-top: 136px;
	}
}

/* -----------------------------------------------------------------------------
   Shared section padding & margins
   ----------------------------------------------------------------------------- */

.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.section-margins {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.section-padding + .section-padding {
	padding-top: 0;
}

@media (min-width: 1200px) {
	.section-padding {
		padding-top: 85px;
		padding-bottom: 85px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.section-margins {
		margin-top: 85px;
		margin-bottom: 85px;
		padding-left: 40px;
		padding-right: 40px;
	}
}

/* -----------------------------------------------------------------------------
   Background Colors
   ----------------------------------------------------------------------------- */

.bg-white {
	background: #FFFFFF;
}

.bg-gray {
	background: #F5F5F5;
}

/* -----------------------------------------------------------------------------
   Masthead (hero + form half & half)
   ----------------------------------------------------------------------------- */

.masthead--hero-form {
	position: relative;
	top: 0 !important;
	display: flex;
	align-items: flex-start;
	padding: 3rem 1.25rem 0;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
}

.masthead__bg-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.masthead__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.masthead__overlay {
	position: absolute;
	inset: 0;
	background: var(--masthead-overlay, rgba(25, 36, 86, 0.8));
}

.masthead__white-zone {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 0;
}

.masthead__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 71.5rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: stretch;
}

.masthead__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.masthead__heading {
	margin: 0;
	font-weight: 700;
	line-height: 1.24;
	color: #fff;
	text-transform: uppercase;
}

.masthead__description {
	margin: 0;
	font-weight: 400;
	line-height: 1.34;
	color: var(--masthead-text-muted, #ddd);
}

.masthead__form-card {
	background: var(--masthead-form-bg, #ebebeb);
	border: 12px solid var(--masthead-form-border, #fff);
	border-bottom: none;
	padding: 2rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
}

.masthead__form-container {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
	width: 100%;
}

.masthead__form-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
	width: 100%;
}

.masthead__form-title {
	margin: 0;
	font-weight: 700;
	line-height: 1.1;
	color: var(--masthead-primary, #0047bb) !important;
}

.masthead__form-desc {
	margin: 0;
	font-weight: 400;
	line-height: 1.34;
	color: var(--masthead-text-body, #242424);
}

.masthead__steps {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.masthead__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 118px;
}

.masthead__step-num {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 25px;
	line-height: 20px;
	color: var(--masthead-text-body, #242424);
	background: var(--masthead-step-inactive, #bbb);
}

.masthead:has(.gf_step_active.gf_step_first) .masthead__step.first-step .masthead__step-num,
.masthead:has(.gf_step_active.gf_step_last) .masthead__step.last-step .masthead__step-num {
	background: var(--masthead-primary, #0047bb);
	color: #fff;
}

.masthead__step-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--masthead-text-body, #242424);
	text-align: center;
	white-space: nowrap;
}

.masthead:has(.gf_step_active.gf_step_first) .masthead__step.first-step .masthead__step-label,
.masthead:has(.gf_step_active.gf_step_last) .masthead__step.last-step .masthead__step-label {
	color: var(--masthead-primary, #0047bb);
}

.masthead__step-line {
	width: 50px;
	height: 5px;
	background: var(--masthead-step-inactive, #bbb);
	flex-shrink: 0;
	margin: 0 0 28px;
	align-self: flex-start;
	margin-top: 19px;
}

.masthead__form-body {
	width: 100%;
}

.masthead__form-body .gform_wrapper {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.masthead__form-body .gform_heading {
	display: none !important;
}

.masthead__form-body .gform_wrapper .gf_step_container,
.masthead__form-body .gform_wrapper .gf_page_steps,
.masthead__form-body .gform_wrapper .gf_step,
.masthead__form-body .gform_wrapper .gform_page_footer .gform_previous_button {
	display: none !important;
}

.masthead__form-body .gform_wrapper .gform_body {
	width: 100%;
}

.masthead__form-body .gform_wrapper .gform_fields {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.masthead__form-body .gform_wrapper .gfield {
	margin: 0 0 20px;
	padding: 0;
}

.masthead__form-body .gform_wrapper .gfield:last-child {
	margin-bottom: 0;
}

.masthead__form-body .gform_wrapper .gfield_label,
.masthead__form-body .gform_wrapper .gfield_required,
.masthead__form-body .gform_wrapper .ginput_complex label,
.masthead__form-body .gform_wrapper .gfield_description {
	margin: 10px 0 0 !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.masthead__form-body .gform_wrapper .ginput_container_name {
	display: flex;
	gap: 20px;
}

.masthead__form-body .gform_wrapper .ginput_container_name span {
	flex: 1;
}

.masthead__form-body .gform_wrapper .ginput_container_name span:first-child {
	padding-right: 0;
}

.masthead__form-body .gform_wrapper .ginput_container_name span:last-child {
	padding-left: 0;
}

.masthead__form-body .gform_wrapper input[type="text"],
.masthead__form-body .gform_wrapper input[type="email"],
.masthead__form-body .gform_wrapper input[type="tel"],
.masthead__form-body .gform_wrapper input[type="number"],
.masthead__form-body .gform_wrapper textarea,
.masthead__form-body .gform_wrapper select {
	width: 100% !important;
	height: auto !important;
	padding: 15px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	color: var(--masthead-text-body, #242424) !important;
	background: #fff !important;
	border: 1px solid var(--masthead-input-border, #ddd) !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.masthead__form-body .gform_wrapper input[aria-invalid="true"],
.masthead__form-body .gform_wrapper textarea[aria-invalid="true"] {
	border-color: #c02b0a !important;
}

.masthead__form-body .gform_wrapper input::placeholder,
.masthead__form-body .gform_wrapper textarea::placeholder {
	color: rgba(0, 0, 0, 0.6) !important;
}

.masthead__form-body .gform_wrapper input:focus,
.masthead__form-body .gform_wrapper textarea:focus,
.masthead__form-body .gform_wrapper select:focus {
	outline: 0 !important;
	border-color: var(--masthead-primary, #0047bb) !important;
}

.masthead__form-body .gform_wrapper .gform_page_footer {
	margin: 35px 0 0;
	padding: 0;
	border: 0;
	text-align: center;
}

.masthead__form-body .gform_wrapper .gform_next_button,
.masthead__form-body .gform_wrapper .gform_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 10px 16px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #fff;
	background: var(--masthead-primary, #0047bb) !important;
	border: 0 !important;
	border-radius: 0 !important;
	cursor: pointer;
	margin: 0 auto !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.masthead__form-body .gform_wrapper .gform_next_button:hover,
.masthead__form-body .gform_wrapper .gform_next_button:focus,
.masthead__form-body .gform_wrapper .gform_button:hover,
.masthead__form-body .gform_wrapper .gform_button:focus {
	background: #141b4d !important;
}

.masthead__form-body .gform_wrapper .gform_page {
	padding: 0;
	margin: 0;
	border: 0;
}

.masthead__form-body .gform_wrapper .gfield_consent_label {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: unset !important;
	white-space: normal !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: var(--masthead-text-body, #242424);
}

.masthead__form-body .gform_wrapper .gfield_consent_label a {
	color: var(--masthead-primary, #0047bb);
}

.masthead__form-body .gform_wrapper .ginput_container_consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.masthead__form-body .gform_wrapper .ginput_container_consent input[type="checkbox"] {
	width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin-top: 5px !important;
    margin-right: 10px !important;
}

.masthead__form-body .gform_wrapper .gform_validation_errors,
.masthead__form-body .gform_wrapper .validation_message {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}

.masthead__form-body .gform_wrapper select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23242424' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 15px center !important;
	padding-right: 40px !important;
}

.masthead__form-fallback {
	display: flex;
	flex-direction: column;
	gap: 35px;
	align-items: center;
	width: 100%;
}

.masthead__form-fields {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.masthead__form-row {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.masthead__field {
	display: flex;
	flex-direction: column;
}

.masthead__field-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.masthead__input {
	width: 100%;
	padding: 15px;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.3;
	color: var(--masthead-text-body, #242424);
	background: #fff;
	border: 1px solid var(--masthead-input-border, #ddd);
	border-radius: 4px;
	box-sizing: border-box;
}

.masthead__input::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.masthead__input:focus {
	outline: 0;
	border-color: var(--masthead-primary, #0047bb);
}

.masthead__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	font-family: inherit;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background: var(--masthead-primary, #0047bb);
	border: 0;
	cursor: pointer;
}

.masthead__btn:hover,
.masthead__btn:focus {
	opacity: 0.9;
}

@media (min-width: 768px) {
	.masthead--hero-form {
		padding: 5rem 2rem 0;
	}

	.masthead__white-zone {
		height: 120px;
	}

	.masthead__form-row--half {
		flex-direction: row;
		gap: 20px;
	}

	.masthead__form-row--half .masthead__field {
		flex: 1;
	}
}

@media (min-width: 1200px) {
	.masthead__bg-wrap {
		height: calc(100% - 150px);	
	}

	.masthead--hero-form {
		padding: 85px 0 0;
	}

	.masthead__white-zone {
		height: 150px;
	}

	.masthead__inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 98px;
		justify-content: center;
	}

	.masthead__content {
		flex: 0 0 489px;
		max-width: 489px;
		padding-top: 128px;
	}

	.masthead__description {
		font-size: 18px;
		line-height: 24px;
		max-width: 456px;
	}

	.masthead__heading {
		font-size: 42px;
		line-height: 52px;
	}

	.masthead__form-card {
		flex: 0 0 fit-content;
		max-width: fit-content;
		padding: 50px;
		gap: 35px;
	}

	.masthead__form-container {
		width: 456px;
		margin: 0 auto;
	}

	.masthead__form-title {
		font-size: 30px;
		line-height: 33px;
	}

	.masthead__form-desc {
		font-size: 18px;
		line-height: 24px;
	}
}

/* -----------------------------------------------------------------------------
   Icon Buttons Section
   ----------------------------------------------------------------------------- */

.icon-buttons {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
}

.icon-buttons__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 35px;
	align-items: center;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.icon-buttons__header {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	color: var(--masthead-text-body, #242424);
}

.icon-buttons__heading {
	width: 100%;
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
	text-transform: uppercase;
	color: var(--masthead-text-body, #242424);
}

.icon-buttons__content {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.34;
	margin: 0;
}

.icon-buttons__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	width: 100%;
}

.icon-buttons__grid > * {
	flex: 0 0 100%;
}

.icon-buttons__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 37.5px;
	isolation: isolate;
}

.icon-buttons__icon-wrap {
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--masthead-primary, #0047bb);
	position: relative;
	z-index: 3;
	margin-bottom: -37.5px;
	flex-shrink: 0;
}

.icon-buttons__icon {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.icon-buttons__text {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 163px;
	margin-top: 54px;
}

.icon-buttons__label {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #192456;
}

.icon-buttons__desc {
	display: none;
}

.icon-buttons__card-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 37.5px);
	background: #e6efff;
	z-index: 1;
}

@media (min-width: 768px) {
	.icon-buttons__grid {
		gap: 28px;
	}

	.icon-buttons__grid > * {
		flex: 0 0 calc(50% - 14px);
	}

	.icon-buttons__heading {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	.icon-buttons__grid {
		gap: 32px;
		justify-content: center;
	}

	.icon-buttons__grid > * {
		flex: 0 0 203px;
	}

	.icon-buttons__heading {
		font-size: 34px;
		line-height: 37px;
	}

	.icon-buttons__content {
		font-size: 18px;
		line-height: 24px;
	}

	.icon-buttons__label {
		font-size: 18px;
	}
}

.icon-buttons--with-desc {
	background: #f5f5f5;
}

.icon-buttons--with-desc .icon-buttons__text {
	max-width: 100%;
	gap: 8px;
	padding: 0 15px;
}

.icon-buttons--with-desc .icon-buttons__desc {
	display: block;
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: var(--masthead-text-body, #242424);
}

.icon-buttons--with-desc .icon-buttons__grid > * {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.icon-buttons--with-desc .icon-buttons__grid {
		gap: 32px;
	}

	.icon-buttons--with-desc .icon-buttons__grid > * {
		flex: 0 0 calc(50% - 16px);
	}
}

@media (min-width: 1200px) {
	.icon-buttons--with-desc .icon-buttons__grid > * {
		flex: 0 0 360px;
	}

	.icon-buttons--with-desc .icon-buttons__text {
		width: 300px;
		padding: 0;
	}

	.icon-buttons--with-desc .icon-buttons__label,
	.icon-buttons--with-desc .icon-buttons__desc {
		font-size: 18px;
		line-height: 24px;
	}
}

/* -----------------------------------------------------------------------------
   Testimonials Section
   ----------------------------------------------------------------------------- */

.testimonials {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.testimonials.bg-white {
	background: #ffffff;
}

.testimonials.bg-gray {
	background: #f5f5f5;
}

.testimonials__bg-image {
	display: none;
}

.testimonials__inner {
	position: relative;
	z-index: 1;
	max-width: 1144px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.testimonials__header {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.testimonials__subheading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #0047bb;
	text-transform: uppercase;
	margin: 0;
}

.testimonials__heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #242424;
	text-transform: uppercase;
	margin: 0;
}

.testimonials__track-wrap {
	overflow: hidden;
}

.testimonials__track {
	display: flex;
	gap: 20px;
	transition: transform 0.4s ease;
}

.testimonials__track.slick-initialized {
	display: block;
}

.testimonials__track.slick-initialized .slick-slide {
	margin: 0 16px;
}

.testimonials__track.slick-initialized .slick-slide .testimonials__card {
	flex: none;
	width: 100%;
	box-sizing: border-box;
}

.testimonials__card {
	flex: 0 0 280px;
	background: #f5f5f5;
	padding: 25px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.testimonials.bg-gray .testimonials__card {
	background: #ffffff;
}

.testimonials__stars {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
}

.testimonials__star {
	width: 25px;
	height: 24px;
	flex-shrink: 0;
}

.testimonials__quote-wrap {
	flex: 1;
	margin-bottom: 20px;
}

.testimonials__quote {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #242424;
	margin: 0;
}

.testimonials__author {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #192456;
	margin: 0;
}

.testimonials__slider-controls {
	display: flex;
	align-items: center;
	gap: 32px;
}

.testimonials__slider-controls .slick-arrow {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
}

.testimonials__arrows {
	display: flex;
	gap: 18px;
	align-items: center;
}

.testimonials__arrow {
	width: 45px;
	height: 45px;
	background: var(--masthead-primary, #0047bb);
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.testimonials__arrow:hover {
	background: var(--masthead-primary, #141b4d);
}

.testimonials__arrow svg {
	width: 20px;
	height: auto;
}

.testimonials__arrow:hover svg rect {
	fill: #0047bb;
}

.testimonials__progress-bar {
	flex: 1;
	height: 10px;
	background: #efefef;
	position: relative;
	overflow: hidden;
}

.testimonials__progress-fill {
	height: 100%;
	background: #a2a2a2;
	transition: width 0.4s ease;
	width: 33%;
}

@media (min-width: 768px) {
	.testimonials__subheading {
		font-size: 18px;
		line-height: 25px;
	}

	.testimonials__heading {
		font-size: 34px;
		line-height: 44px;
	}

	.testimonials__track {
		gap: 32px;
	}

	.testimonials__track.slick-initialized .slick-slide {
		margin: 0 32px 0 0;
	}

	.testimonials__card {
		flex: 0 0 340px;
		padding: 30px;
	}

	.testimonials__quote,
	.testimonials__author {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (min-width: 1200px) {
	.testimonials {
		padding-top: 85px;
		padding-bottom: 85px;
		padding-right: 0;
	}

	.testimonials__bg-image {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 584px;
		height: 100%;
		background-size: cover;
		background-position: center;
		z-index: 0;
	}

	.testimonials__inner {
		padding-right: 0;
	}

	.testimonials__header {
		max-width: 849px;
	}

	.testimonials__subheading {
		font-size: 22px;
		line-height: 25px;
	}

	.testimonials__heading {
		font-size: 42px;
		line-height: 52px;
	}

	.testimonials__card {
		flex: 0 0 360px;
	}

	.testimonials__progress-bar {
		max-width: 710px;
	}
}

/* -----------------------------------------------------------------------------
   Blog Posts Section
   ----------------------------------------------------------------------------- */

.blog-posts {
	background: #f5f5f5;
}

.blog-posts.bg-white {
	background: #ffffff;
}

.blog-posts.bg-gray {
	background: #f5f5f5;
}

.blog-posts__inner {
	max-width: 1144px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.blog-posts__heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #242424;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.blog-posts__slider-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}

.blog-posts__arrow {
	background: var(--masthead-primary, #0047bb);
	border: none;
	padding: 0;
	cursor: pointer;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 45px;
	height: 45px;
}

.blog-posts__arrow:hover {
	background: var(--masthead-primary, #141b4d);
}

.blog-posts__arrow svg {
	width: 20px;
	height: auto;
}

.blog-posts__track {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.blog-posts__track.slick-initialized {
	overflow: visible;
}

.blog-posts__track.slick-initialized .slick-list {
	overflow: hidden;
}

.blog-posts__track.slick-initialized .slick-slide {
	margin: 0 16px;
	height: auto;
	display: flex;
}

.blog-posts__track.slick-initialized .slick-track {
	display: flex;
	align-items: stretch;
}

.blog-posts__track.slick-initialized .slick-slide .blog-posts__card {
	flex: 1;
	min-height: 0;
}

.blog-posts__card {
	background: #ffffff;
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-decoration: none;
	color: inherit;
}

.blog-posts__card:hover {
	color: inherit;
	text-decoration: none;
}

.blog-posts.bg-white .blog-posts__card {
	background: #f5f5f5;
}

.blog-posts__card-image {
	height: 175px;
	min-height: 175px;
	flex-shrink: 0;
	overflow: hidden;
}

.blog-posts__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.3s ease;
}

.blog-posts__card:hover .blog-posts__card-image img {
	transform: scale(1.05);
}

.blog-posts__card-content {
	padding: 25px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
	min-height: 0;
}

.blog-posts__card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: var(--masthead-text-body, #242424);
	margin: 0;
	flex: 1;
}

.blog-posts__card:hover .blog-posts__card-title {
	color: var(--masthead-primary, #0047bb);
}

.blog-posts__read-more {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: var(--masthead-primary, #0047bb);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.blog-posts__read-more svg {
	width: 16px;
	height: 14px;
	flex-shrink: 0;
}

.blog-posts__cta-wrap {
	display: flex;
	justify-content: center;
}

.blog-posts__cta {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	background: #0047bb;
	padding: 10px 16px;
	text-decoration: none;
	text-align: center;
}

.blog-posts__cta:hover {
	background: #003a99;
	color: #ffffff;
	text-decoration: none;
}

@media (min-width: 768px) {
	.blog-posts__heading {
		font-size: 30px;
		line-height: 35px;
	}

	.blog-posts__slider-wrap {
		gap: 32px;
	}

	.blog-posts__card-title {
		font-size: 20px;
		line-height: 25px;
	}
}

@media (min-width: 1200px) {
	.blog-posts__heading {
		font-size: 34px;
		line-height: 37px;
	}

	.blog-posts__card-title {
		font-size: 22px;
		line-height: 25px;
	}
}

/* -----------------------------------------------------------------------------
   CTA Banner Section
   ----------------------------------------------------------------------------- */

.cta-banner {
	position: relative;
	overflow: hidden;
	padding: 60px 20px;
}

.cta-banner__bg-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.cta-banner__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.cta-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba(25, 36, 86, 0.8);
}

.cta-banner__inner {
	position: relative;
	z-index: 1;
	max-width: 948px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.cta-banner__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.cta-banner__subheading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #e6efff;
	text-transform: uppercase;
	margin: 0;
}

.cta-banner__heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}

.cta-banner__desc {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #dddddd;
	margin: 0;
}

.cta-banner__buttons {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.cta-banner__btn {
	display: inline-flex;
	width: fit-content;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ffffff;
	white-space: nowrap;
	margin-top: 10px;
	padding: 10px 16px;
}

.cta-banner__btn--primary {
	background: #ffffff;
	color: var(--masthead-primary, #0047bb);
}

.cta-banner__btn--primary:hover {
	background: var(--masthead-primary, #141b4d);
	border-color: var(--masthead-primary, #141b4d);
	color: #ffffff;
	text-decoration: none;
}

.cta-banner__btn--secondary {
	background: rgba(230, 239, 255, 0.2);
	color: #ffffff;
	backdrop-filter: blur(2.5px);
}

.cta-banner__btn--secondary:hover {
	background: rgba(230, 239, 255, 0.35);
	color: #ffffff;
	text-decoration: none;
}

@media (min-width: 768px) {
	.cta-banner {
		padding: 80px 40px;
	}

	.cta-banner__subheading {
		font-size: 18px;
		line-height: 25px;
	}

	.cta-banner__heading {
		font-size: 34px;
		line-height: 44px;
	}

	.cta-banner__desc {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (min-width: 1200px) {
	.cta-banner {
		padding: 100px 40px;
	}

	.cta-banner__subheading {
		font-size: 22px;
		line-height: 25px;
	}

	.cta-banner__heading {
		font-size: 42px;
		line-height: 52px;
	}
}
