.temple-banners {
	--temple-banner-height: 560px;
	--temple-banner-mobile-height: 520px;
	--temple-transition-duration: 550ms;
	background: #111;
	font-family: inherit;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.temple-banners.is-empty {
	display: none;
}

.temple-banners--full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	right: 50%;
	width: 100vw;
}

.temple-banners--contained {
	max-width: 100%;
}

.temple-banners *,
.temple-banners *::before,
.temple-banners *::after {
	box-sizing: border-box;
}

.temple-banners__track {
	height: var(--temple-banner-height);
	position: relative;
}

.temple-banners__slide {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity var(--temple-transition-duration) ease, transform var(--temple-transition-duration) ease;
}

.temple-banners--transition-fade .temple-banners__slide {
	transform: none;
}

.temple-banners--transition-slide .temple-banners__slide {
	transform: translateX(4%);
}

.temple-banners__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	z-index: 1;
}

.temple-banners__slide--hide-desktop {
	display: none;
}

.temple-banners__media,
.temple-banners__media img,
.temple-banners__overlay,
.temple-banners__whole-link {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.temple-banners__media img {
	display: block;
	object-fit: cover;
}

.temple-banners__slide--focus-center .temple-banners__media img { object-position: center; }
.temple-banners__slide--focus-left .temple-banners__media img { object-position: left center; }
.temple-banners__slide--focus-right .temple-banners__media img { object-position: right center; }
.temple-banners__slide--focus-top .temple-banners__media img { object-position: center top; }
.temple-banners__slide--focus-bottom .temple-banners__media img { object-position: center bottom; }

.temple-banners__overlay {
	background: rgba(0, 0, 0, .32);
	z-index: 1;
}

.temple-banners__slide--overlay-none .temple-banners__overlay { background: transparent; }
.temple-banners__slide--overlay-light .temple-banners__overlay { background: rgba(255, 255, 255, .24); }
.temple-banners__slide--overlay-medium .temple-banners__overlay { background: rgba(0, 0, 0, .32); }
.temple-banners__slide--overlay-dark .temple-banners__overlay { background: rgba(0, 0, 0, .54); }
.temple-banners__slide--overlay-gradient-left .temple-banners__overlay { background: linear-gradient(90deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .16) 58%, transparent); }
.temple-banners__slide--overlay-gradient-right .temple-banners__overlay { background: linear-gradient(270deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .16) 58%, transparent); }

.temple-banners__whole-link {
	z-index: 2;
}

.temple-banners__inner {
	display: flex;
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 48px 64px;
	pointer-events: none;
	position: relative;
	z-index: 3;
}

.temple-banners__slide--h-left .temple-banners__inner { justify-content: flex-start; text-align: left; }
.temple-banners__slide--h-center .temple-banners__inner { justify-content: center; text-align: center; }
.temple-banners__slide--h-right .temple-banners__inner { justify-content: flex-end; text-align: right; }
.temple-banners__slide--v-top .temple-banners__inner { align-items: flex-start; }
.temple-banners__slide--v-middle .temple-banners__inner { align-items: center; }
.temple-banners__slide--v-bottom .temple-banners__inner { align-items: flex-end; }

.temple-banners__content {
	position: relative;
	width: 100%;
	z-index: 4;
}

.temple-banners__slide--width-narrow .temple-banners__content { max-width: 430px; }
.temple-banners__slide--width-medium .temple-banners__content { max-width: 620px; }
.temple-banners__slide--width-wide .temple-banners__content { max-width: 820px; }

.temple-banners__slide--light .temple-banners__content {
	color: #fff;
	text-shadow: 0 1px 18px rgba(0, 0, 0, .16);
}

.temple-banners__slide--dark .temple-banners__content {
	color: #161616;
	text-shadow: none;
}

.temple-banners__eyebrow {
	color: inherit !important;
	font: inherit;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.temple-banners__heading {
	color: inherit !important;
	font-family: inherit;
	font-size: clamp(2.25rem, 5vw, 4.75rem);
	font-weight: inherit;
	line-height: 1.04;
	margin: 0 0 18px;
}

.temple-banners__description {
	color: inherit !important;
	font-family: inherit;
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	line-height: 1.55;
	margin: 0 0 26px;
	max-width: 52ch;
}

.temple-banners__slide--h-center .temple-banners__description { margin-left: auto; margin-right: auto; }
.temple-banners__slide--h-right .temple-banners__description { margin-left: auto; }

.temple-banners__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.temple-banners__slide--h-center .temple-banners__buttons { justify-content: center; }
.temple-banners__slide--h-right .temple-banners__buttons { justify-content: flex-end; }

.temple-banners__button {
	align-items: center;
	appearance: none;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
	cursor: pointer;
	display: inline-flex !important;
	font-family: inherit;
	font-size: .78rem;
	font-weight: 700;
	gap: 13px;
	justify-content: center;
	letter-spacing: .09em;
	line-height: 1.2;
	margin: 0;
	min-height: 48px;
	opacity: 1 !important;
	padding: 14px 21px 14px 24px;
	pointer-events: auto;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
	transform: translateY(0);
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
	visibility: visible !important;
	z-index: 5;
}

.temple-banners__button-arrow {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	line-height: 1;
	transition: transform .2s ease;
}

.temple-banners__button--light-filled { background: rgba(255, 255, 255, .97); border-color: rgba(255, 255, 255, .97); color: #171717 !important; }
.temple-banners__button--dark-filled { background: rgba(20, 20, 20, .97); border-color: rgba(20, 20, 20, .97); color: #fff !important; }
.temple-banners__button--light-outline { background: rgba(0, 0, 0, .08); border-color: rgba(255, 255, 255, .92); box-shadow: none; color: #fff !important; }
.temple-banners__button--dark-outline { background: rgba(255, 255, 255, .12); border-color: rgba(20, 20, 20, .9); box-shadow: none; color: #171717 !important; }

.temple-banners__button:hover,
.temple-banners__button:focus-visible {
	box-shadow: 0 13px 34px rgba(0, 0, 0, .22);
	text-decoration: none !important;
	transform: translateY(-2px);
}

.temple-banners__button:hover .temple-banners__button-arrow,
.temple-banners__button:focus-visible .temple-banners__button-arrow { transform: translateX(4px); }
.temple-banners__button--light-filled:hover,
.temple-banners__button--light-filled:focus-visible { background: #fff; border-color: #fff; color: #000 !important; }
.temple-banners__button--dark-filled:hover,
.temple-banners__button--dark-filled:focus-visible { background: #000; border-color: #000; color: #fff !important; }
.temple-banners__button--light-outline:hover,
.temple-banners__button--light-outline:focus-visible { background: #fff; border-color: #fff; color: #171717 !important; }
.temple-banners__button--dark-outline:hover,
.temple-banners__button--dark-outline:focus-visible { background: #171717; border-color: #171717; color: #fff !important; }

.temple-banners__arrow {
	align-items: center;
	appearance: none;
	background: rgba(0, 0, 0, .24);
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	height: 30px;
	justify-content: center;
	line-height: 1;
	opacity: .5;
	padding: 0 0 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .2s ease, opacity .2s ease;
	width: 30px;
	z-index: 8;
}

.temple-banners:hover .temple-banners__arrow,
.temple-banners__arrow:focus-visible { opacity: .88; }
.temple-banners__arrow:hover,
.temple-banners__arrow:focus-visible { background: rgba(0, 0, 0, .5); }
.temple-banners__arrow--prev { left: 10px; }
.temple-banners__arrow--next { right: 10px; }

.temple-banners__dots {
	bottom: 20px;
	display: flex;
	gap: 9px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 8;
}

.temple-banners__dot {
	appearance: none;
	background: rgba(255, 255, 255, .55);
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 999px;
	cursor: pointer;
	height: 9px;
	padding: 0;
	transition: width .2s ease, background-color .2s ease;
	width: 9px;
}

.temple-banners__dot.is-active {
	background: #fff;
	width: 25px;
}

.temple-banners-empty {
	background: #f6f7f7;
	border: 1px dashed #a7aaad;
	padding: 24px;
	text-align: center;
}

@media (max-width: 767px) {
	.temple-banners__track {
		height: var(--temple-banner-mobile-height);
	}

	.temple-banners__slide--hide-desktop {
		display: block;
	}

	.temple-banners__slide--hide-mobile {
		display: none;
	}

	.temple-banners__slide--mfocus-center .temple-banners__media img { object-position: center; }
	.temple-banners__slide--mfocus-left .temple-banners__media img { object-position: left center; }
	.temple-banners__slide--mfocus-right .temple-banners__media img { object-position: right center; }
	.temple-banners__slide--mfocus-top .temple-banners__media img { object-position: center top; }
	.temple-banners__slide--mfocus-bottom .temple-banners__media img { object-position: center bottom; }

	.temple-banners__inner {
		padding: 36px 26px 58px;
	}

	.temple-banners__slide--mh-left .temple-banners__inner { justify-content: flex-start; text-align: left; }
	.temple-banners__slide--mh-center .temple-banners__inner { justify-content: center; text-align: center; }
	.temple-banners__slide--mh-right .temple-banners__inner { justify-content: flex-end; text-align: right; }
	.temple-banners__slide--mv-top .temple-banners__inner { align-items: flex-start; }
	.temple-banners__slide--mv-middle .temple-banners__inner { align-items: center; }
	.temple-banners__slide--mv-bottom .temple-banners__inner { align-items: flex-end; }

	.temple-banners__slide--mh-left .temple-banners__description { margin-left: 0; margin-right: auto; }
	.temple-banners__slide--mh-center .temple-banners__description { margin-left: auto; margin-right: auto; }
	.temple-banners__slide--mh-right .temple-banners__description { margin-left: auto; margin-right: 0; }
	.temple-banners__slide--mh-left .temple-banners__buttons { justify-content: flex-start; }
	.temple-banners__slide--mh-center .temple-banners__buttons { justify-content: center; }
	.temple-banners__slide--mh-right .temple-banners__buttons { justify-content: flex-end; }

	.temple-banners__heading {
		font-size: clamp(2rem, 11vw, 3.4rem);
	}

	.temple-banners__button {
		font-size: .72rem;
		min-height: 44px;
		padding: 12px 17px 12px 19px;
	}

	.temple-banners__arrow {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.temple-banners__slide,
	.temple-banners__dot,
	.temple-banners__button,
	.temple-banners__button-arrow {
		transition: none;
	}
}
