/*.bnr_wrp .bg_el.banner_slider_bg_image {
	pointer-events: none;
}*/

.bnr_wrp {
	--header-height: 0px;
	--banner-min: 480px;
	--banner-ideal: 72svh;
	--banner-max: 760px;
}

/* fixed-height banners */
.bnr_wrp.banner_fixed_height .slide_background {
	height: clamp(460px, 62svh, 640px);
	min-height: 0;
}

.bnr_wrp .cm_pagination_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	bottom: 50px;
	cursor: pointer;
	left: 20px;
}

.bnr_wrp .number_bullets .glide__bullet {
	background: none !important;
}

.bnr_wrp .full_width .slide_content.pdlr15,
.bnr_wrp .full_width .slide_layout {
	width: 100%;
	max-width: 100%;
}

.bnr_wrp .page-center.cm_pag {
	position: relative;
}

.bnr_wrp .splide_arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	text-transform: capitalize;
}

.bnr_wrp .pg_number {
	padding-left: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
}

.bnr_wrp span.cm_dots:after {
	bottom: -25px;
	content: ".";
	position: absolute;
	left: -10px;
	font-size: 32px;
	font-weight: bold;
}

.bnr_wrp .cm_pagination_wr h6 {
	margin: 0;
}

.bnr_wrp span.cm_dots {
	position: relative;
}

.bnr_wrp .splide__list > * {
	margin: 0;
}

.bnr_wrp .cm_pagination_wr h6,
.bnr_wrp .slide_title *,
.bnr_wrp .slide_subtitle * {
	color: inherit;
}

.bnr_wrp .slide_background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: clamp(var(--banner-min), var(--banner-ideal), var(--banner-max));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.bnr_wrp .hs_parallax {
	overflow: hidden;
}

.bnr_wrp .simpleParallax_wrap {
	position: absolute;
	z-index: 1;
}

.bnr_wrp .splide__list li {
	overflow: hidden;
	position: relative;
}

.bnr_wrp.normal .splide__list li {
	height: inherit;
}

.bnr_wrp .glide__bullets {
	bottom: 30px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-height: 30px;
	z-index: 20;
	cursor: pointer;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
}

.bnr_wrp .slide_background .page-center {
	position: relative;
	z-index: 9;
	width: calc(100% - 80px);
	padding-left: 20px;
}

/* FULLHEIGHT STUFF */
.bnr_wrp.fullheight .slide_background {
	height: auto;
	min-height: calc(100svh - var(--header-height));
}

/* fallback */
@supports not (height: 100svh) {
	.bnr_wrp.fullheight .slide_background {
		min-height: calc(100vh - var(--header-height));
	}
}

.bnr_wrp.normal.bottom .slide_content.pdlr15,
.bnr_wrp.normal.bottom .slide_layout {
	padding-bottom: 60px;
}

/* overlay + media layering fix */
.bnr_wrp .bg_el.banner_slider_bg_image,
.bnr_wrp .bnr_vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bnr_wrp .bg_el.banner_slider_bg_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bnr_wrp .bnr_vid {
	overflow: hidden;
}

.bnr_wrp .bnr_vid video,
.bnr_wrp .bnr_vid iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bnr_wrp .slide_slide_bg {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.bnr_wrp .slide_background > .page-center,
.bnr_wrp .slide_content,
.bnr_wrp .slide_layout {
	position: relative;
	z-index: 3;
}

/* default slide layout */
.bnr_wrp .slide_layout {
	width: 100%;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	row-gap: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bnr_wrp .slide_copy {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}

.bnr_wrp .slide_actions {
	margin-top: 10px;
}

.bnr_wrp .slide_title,
.bnr_wrp .slide_subtitle,
.bnr_wrp .slide_copy > *,
.bnr_wrp .slide_actions > * {
	margin: 0;
}

.bnr_wrp .slide_title {
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

.bnr_wrp .slide_title h1,
.bnr_wrp .slide_title h2,
.bnr_wrp .slide_title h3,
.bnr_wrp .slide_title h4,
.bnr_wrp .slide_title h5,
.bnr_wrp .slide_title h6 {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	word-break: normal;
	overflow-wrap: normal;
	line-height: 1.08;
}

.bnr_wrp .slide_subtitle,
.bnr_wrp .slide_subtitle p,
.bnr_wrp .slide_subtitle * {
	margin: 0;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.bnr_wrp .slide_background .page-center {
		width: calc(100% - 32px);
		padding-left: 0;
	}

	.bnr_wrp .slide_layout {
		max-width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
		row-gap: 14px;
	}

	.bnr_wrp .slide_copy {
		row-gap: 10px;
	}

	.bnr_wrp .cm_pagination_wr {
		left: 16px;
		bottom: 16px;
	}

	.bnr_wrp .glide__bullets {
		bottom: 16px;
	}
}

/* HEIGHT-BASED ADJUSTMENTS FOR SHORTER SCREENS */
@media (max-height: 900px) {
	.bnr_wrp {
		--banner-min: 420px;
		--banner-ideal: 64svh;
		--banner-max: 640px;
	}

	.bnr_wrp .slide_layout {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bnr_wrp .cm_pagination_wr {
		bottom: 24px;
	}
}

@media (max-height: 760px) {
	.bnr_wrp {
		--banner-min: 380px;
		--banner-ideal: 58svh;
		--banner-max: 560px;
	}

	.bnr_wrp .slide_layout {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.bnr_wrp .cm_pagination_wr {
		bottom: 18px;
	}
}

@media (max-width: 991px) {
	.bnr_wrp {
		--banner-min: 360px;
		--banner-ideal: 58svh;
		--banner-max: 520px;
	}
}

/* =========================
   HOMEPAGE BANNER REBUILD
========================= */

.bnr_wrp.cm-home-banner {
	--home-banner-height: clamp(460px, 58svh, 620px);
	--home-banner-content-width: 640px;
	--home-banner-side-inset: 80px;
	--home-banner-copy-gap: 14px;
	--home-banner-cta-gap: 28px;
}

/* Image-only banner */
.bnr_wrp.image-only-banner {
  height: auto !important;
  min-height: 0 !important;
  background: #000;
}

.bnr_wrp.image-only-banner .splide,
.bnr_wrp.image-only-banner .splide__track,
.bnr_wrp.image-only-banner .splide__list,
.bnr_wrp.image-only-banner .splide__slide {
  height: auto !important;
  min-height: 0 !important;
}

.bnr_wrp.image-only-banner .slide_background {
  height: 460px !important;
  min-height: 460px !important;
  padding: 0 !important;
}

.bnr_wrp.image-only-banner .page-center,
.bnr_wrp.image-only-banner .slide_layout {
  display: none !important;
}

@media (min-width: 1200px) {
	.bnr_wrp.cm-home-banner {
		--home-banner-side-inset: 180px;
	}
}

.bnr_wrp.cm-home-banner .splide__track,
.bnr_wrp.cm-home-banner .splide__list,
.bnr_wrp.cm-home-banner .splide__slide {
	height: 100%;
}

.bnr_wrp.cm-home-banner .slide_background,
.bnr_wrp.cm-home-banner.fullheight .slide_background,
.bnr_wrp.cm-home-banner.banner_fixed_height .slide_background {
	height: var(--home-banner-height);
	min-height: var(--home-banner-height);
}

.bnr_wrp.cm-home-banner .slide_background .page-center {
	width: calc(100% - var(--home-banner-side-inset));
	padding: 0;
	height: 100%;
	display: flex;
	align-items: stretch;
}

.bnr_wrp.cm-home-banner .slide_layout {
	width: 100%;
	max-width: var(--home-banner-content-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	row-gap: 0;
	padding: 0;
}

.bnr_wrp.cm-home-banner .slide_copy {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: var(--home-banner-copy-gap);
}

.bnr_wrp.cm-home-banner .slide_actions {
	margin-top: var(--home-banner-cta-gap);
}

.bnr_wrp.cm-home-banner .slide_title,
.bnr_wrp.cm-home-banner .slide_subtitle,
.bnr_wrp.cm-home-banner .slide_copy > *,
.bnr_wrp.cm-home-banner .slide_actions > * {
	margin: 0;
}

.bnr_wrp.cm-home-banner .slide_title {
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

.bnr_wrp.cm-home-banner .slide_subtitle,
.bnr_wrp.cm-home-banner .slide_subtitle p,
.bnr_wrp.cm-home-banner .slide_subtitle * {
	margin: 0;
	line-height: 1.35;
}

.bnr_wrp.cm-home-banner .btn_row .hs-sec-btn,
.bnr_wrp.cm-home-banner .btn_row .hs-button,
.bnr_wrp.cm-home-banner .btn_row .cm_btn,
.bnr_wrp.cm-home-banner .btn_row a[class*="btn"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 12px 24px;
	line-height: 1.2;
}

/* tablet */
@media (max-width: 991px) {
	.bnr_wrp.cm-home-banner {
		--home-banner-height: clamp(400px, 54svh, 520px);
		--home-banner-content-width: 520px;
		--home-banner-side-inset: 140px;
		--home-banner-copy-gap: 12px;
		--home-banner-cta-gap: 22px;
	}
}

/* mobile */
@media (max-width: 767px) {
	.bnr_wrp.cm-home-banner {
		--home-banner-height: 400px;
		--home-banner-side-inset: 110px;
		--home-banner-copy-gap: 10px;
		--home-banner-cta-gap: 20px;
		--home-banner-content-width: 100%;
	}

	.bnr_wrp.cm-home-banner .slide_background .page-center {
		width: calc(100% - var(--home-banner-side-inset));
	}

	.bnr_wrp.cm-home-banner .slide_subtitle,
	.bnr_wrp.cm-home-banner .slide_subtitle p,
	.bnr_wrp.cm-home-banner .slide_subtitle * {
		font-size: 15px;
		line-height: 1.34;
	}

	.bnr_wrp.cm-home-banner .btn_row .hs-sec-btn,
	.bnr_wrp.cm-home-banner .btn_row .hs-button,
	.bnr_wrp.cm-home-banner .btn_row .cm_btn,
	.bnr_wrp.cm-home-banner .btn_row a[class*="btn"] {
		padding: 10px 18px;
		font-size: 13px;
	}

	.bnr_wrp.cm-home-banner .splide__arrow {
		transform: scale(0.82);
	}
}

/* smaller phones */
@media (max-width: 430px) {
	.bnr_wrp.cm-home-banner {
		--home-banner-height: 380px;
		--home-banner-side-inset: 110px;
		--home-banner-copy-gap: 8px;
		--home-banner-cta-gap: 16px;
	}

	.bnr_wrp.cm-home-banner .slide_subtitle,
	.bnr_wrp.cm-home-banner .slide_subtitle p,
	.bnr_wrp.cm-home-banner .slide_subtitle * {
		font-size: 14px;
	}

	.bnr_wrp.cm-home-banner .btn_row .hs-sec-btn,
	.bnr_wrp.cm-home-banner .btn_row .hs-button,
	.bnr_wrp.cm-home-banner .btn_row .cm_btn,
	.bnr_wrp.cm-home-banner .btn_row a[class*="btn"] {
		padding: 9px 16px;
		font-size: 12px;
	}
}
/* =========================
   PRESS RELEASE TAG
========================= */

.bnr_wrp .press-release-layout .logo_col {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.bnr_wrp .press-release-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 190px;
	min-height: 48px;
	padding: 12px 24px;

	background: #256F7C;
	color: #ffffff !important;

	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	white-space: nowrap;
}

/* =========================
   LOGO HERO LAYOUT (FINAL)
========================= */

.bnr_wrp .slide_layout.has_logo {
	width: 100%;
	max-width: 100%;
}

.bnr_wrp .logo_content_wrap {
	display: grid;
	grid-template-columns: 230px 1px minmax(0, 700px);
	align-items: center;
	column-gap: 0;
	width: 100%;
	max-width: 980px;
}

.bnr_wrp .logo_col {
	width: 230px;
	max-width: 230px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 34px;
}

.bnr_wrp .logo_col img {
	width: 210px;
	max-width: 210px;
	height: auto;
	display: block;
}

.bnr_wrp .logo_divider {
	width: 1px;
	height: 135px;
	background: rgba(255,255,255,0.42);
}

.bnr_wrp .content_col {
	min-width: 0;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	padding-left: 34px;
}

/* =========================
   MOBILE / TABLET STACK
========================= */

@media (max-width: 991px) {
	.bnr_wrp .logo_content_wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 16px;
		width: 100%;
		max-width: 100%;
	}

	.bnr_wrp .logo_divider {
		display: none;
	}

	.bnr_wrp .logo_col {
		width: 100%;
		max-width: 100%;
		justify-content: flex-start;
		padding-right: 0;
		margin-left: -8px;
	}

	.bnr_wrp .logo_col img {
		width: 165px;
		max-width: 165px;
	}

	.bnr_wrp .content_col {
		width: 100%;
		max-width: 100%;
		align-items: flex-start;
		text-align: left;
		padding-left: 0;
		margin-left: -6px;
	}

	.bnr_wrp .content_col .slide_copy,
	.bnr_wrp .content_col .slide_title,
	.bnr_wrp .content_col .slide_subtitle,
	.bnr_wrp .content_col .slide_actions {
		width: 100%;
		max-width: 100%;
		text-align: left;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.bnr_wrp .logo_content_wrap {
		row-gap: 14px;
	}

	.bnr_wrp .logo_col {
		margin-left: -6px;
	}

	.bnr_wrp .content_col {
		margin-left: -4px;
	}

	.bnr_wrp .logo_col img {
		width: 155px;
		max-width: 155px;
	}
}

@media (max-width: 430px) {
	.bnr_wrp .logo_col img {
		width: 145px;
		max-width: 145px;
	}
}