/** Shopify CDN: Minification failed

Line 764:11 Unexpected "{"
Line 764:20 Expected ":"
Line 768:11 Unexpected "{"
Line 768:20 Expected ":"

**/
.banner {
	display: flex;
	position: relative;
	flex-direction: column;
	z-index: auto;
	isolation: isolate;
}

.banner__box {
	text-align: center;
}

.banner__heading:last-child {
	margin-bottom: 0;
}

.banner__box:not(:has(.banner__text)) .banner__heading {
	margin-bottom: 0;
}

.page-width .image-banner,
.page-width .banner__media {
	border-radius: var(--media-radius);
	overflow: hidden;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.banner__box.gradient {
	transform: perspective(0);
}

@media only screen and (max-width: 749px) {
	.banner--content-align-mobile-right .banner__box {
		text-align: right;
	}

	slideshow-component.mobile-text-below .banner__media {
		height: 74rem;
	}

	slideshow-component.mobile-text-below .banner__content {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	slideshow-component.mobile-text-below:where(:has(.slideshow__controls:not(.small-hide))) .banner__content {
		padding-bottom: 6rem;
	}


	slideshow-component:not(.mobile-text-below) .banner__content {
		margin-bottom: 4rem;
	}

	slideshow-component:not(.mobile-text-below):has(.slideshow__controls:not(.small-hide)) .banner__content {
		margin-bottom: 9rem;
	}

	.slideshow .banner__content.banner__content--bottom-left {
		align-items: flex-end;
		justify-content: flex-start;
	}

	.slideshow .banner__content.banner__content--bottom-center {
		align-items: flex-end;
	}

	.slideshow .banner__content.banner__content--bottom-right {
		align-items: flex-end;
		justify-content: flex-end;
	}

	.banner--content-align-mobile-left .banner__box {
		text-align: left;
	}

	.banner--content-align-mobile-bottom-left .banner__box {
		text-align: left;
	}

	.banner--content-align-mobile-bottom-left .banner__content {
		justify-content: start;
		align-items: end;
	}

	.banner--content-align-mobile-bottom-center .banner__box {
		text-align: center;
	}

	.banner--content-align-mobile-bottom-center .banner__content {
		justify-content: center;
		text-align: center;
		align-items: end;
	}

	.banner--content-align-mobile-bottom-right .banner__box {
		text-align: right;
	}

	.banner--content-align-mobile-bottom-right .banner__content {
		text-align: right;
		justify-content: end;
		align-items: end;
	}

	.banner:not(.banner--mobile-bottom) .banner__box {
		padding: 4rem 2rem;
	}

	.banner--mobile-bottom .slideshow-banner__item:not(.banner--equal-bg) .banner__media,
	.banner--mobile-bottom:not(.swiper-wrapper):not(.banner--equal-bg) .banner__media {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}

@media only screen and (min-width: 750px) {
	.banner--content-align-right .banner__box {
		text-align: right;
	}

	.banner--content-align-left .banner__box {
		text-align: left;
	}

	.banner--content-align-left.banner--desktop-transparent .banner__box,
	.banner--content-align-right.banner--desktop-transparent .banner__box,
	.banner--medium.banner--desktop-transparent .banner__box {
		max-width: 68rem;
	}
}

.banner__media.animate--zoom-in {
	clip-path: inset(0px);
}

.banner__media.animate--zoom-in>img:not(.zoom):not(.deferred-media__poster-button),
.banner__media.animate--zoom-in>svg:not(.zoom):not(.deferred-media__poster-button) {
	position: fixed;
	height: 100vh;
}

@media screen and (max-width: 749px) {

	.banner-mobile--small.banner--mobile-bottom:not(.banner-mobile--adapt) .banner__media,
	.banner-mobile--small.banner--stacked:not(.banner--mobile-bottom):not(.banner-mobile--adapt)>.banner__media {
		height: 28rem;
	}

	.banner-mobile--medium.banner--mobile-bottom:not(.banner-mobile--adapt) .banner__media,
	.banner-mobile--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner-mobile--adapt)>.banner__media {
		height: 34rem;
	}

	.banner-mobile--large.banner--mobile-bottom:not(.banner-mobile--adapt) .banner__media,
	.banner-mobile--large.banner--stacked:not(.banner--mobile-bottom):not(.banner-mobile--adapt)>.banner__media {
		height: 42rem;
	}

	.collection-list-banner.banner-mobile--small,
	.banner-mobile--small:not(.banner--mobile-bottom):not(.banner-mobile--adapt) .banner__content {
		min-height: 28rem;
	}

	.collection-list-banner.banner-mobile--medium,
	.banner-mobile--medium:not(.banner--mobile-bottom):not(.banner-mobile--adapt) .banner__content {
		min-height: 34rem;
	}

	.collection-list-banner.banner-mobile--large,
	.banner-mobile--large:not(.banner--mobile-bottom):not(.banner-mobile--adapt) .banner__content {
		min-height: 60rem;
	}

	.banner-mobile--extra-large:not(.banner--mobile-bottom):not(.banner-mobile--adapt) .banner__content {
		min-height: 72rem;
	}
}

@media screen and (min-width: 750px) {
	.banner {
		flex-direction: row;
	}

	.banner--small:not(.banner--adapt) {
		min-height: 42rem;
	}

	.banner--medium:not(.banner--adapt) {
		min-height: 60rem;
	}

	.banner--large:not(.banner--adapt) {
		min-height: 74rem;
	}

	.banner__content.banner__content--top-left {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.banner__content.banner__content--top-center {
		align-items: flex-start;
		justify-content: center;
	}

	.banner__content.banner__content--top-right {
		align-items: flex-start;
		justify-content: flex-end;
	}

	.banner__content.banner__content--middle-left {
		align-items: center;
		justify-content: flex-start;
	}

	.banner__content.banner__content--middle-center {
		align-items: center;
		justify-content: center;
	}

	.banner__content.banner__content--middle-right {
		align-items: center;
		justify-content: flex-end;
	}

	.banner__content.banner__content--bottom-left {
		align-items: flex-end;
		justify-content: flex-start;
	}

	.banner__content.banner__content--bottom-center {
		align-items: flex-end;
		justify-content: center;
	}

	.banner__content.banner__content--bottom-right {
		align-items: flex-end;
		justify-content: flex-end;
	}

	.banner--desktop-transparent .banner__content--bottom-left-to-right .banner__box {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.banner__content.banner__content--bottom-left-to-right .banner__heading {
		grid-area: heading;
		max-width: 97rem;
	}

	.banner--content-align-right .banner__content--bottom-left-to-right .banner__heading {
		margin-left: auto;
	}

	.banner--content-align-center .banner__content--bottom-left-to-right .banner__heading {
		margin-left: auto;
		margin-right: auto;
	}

	.banner--content-align-center .banner__content.banner__content--bottom-left-to-right *+.banner__buttons,
	.banner__content.banner__content--bottom-left-to-right *+.banner__text {
		margin-top: 2rem;
	}

	.banner__content--bottom-left-to-right .banner__text {
		grid-area: text;
	}

	.banner__content.banner__content--bottom-left-to-right .banner__buttons {
		grid-area: buttons;
		margin-top: 0;
	}

	.banner--content-align-center .banner__content.banner__content--bottom-left-to-right .banner__buttons {
		margin-left: auto;
		margin-right: auto;
	}

	.banner__content.banner__content--bottom-left-to-right .banner__box {
		max-width: 100%;
		width: 100%;
		display: grid;
		column-gap: 3rem;
		grid-template-columns: 1fr auto;
		grid-template-areas: 'heading buttons'
													'text   buttons';
		align-items: end;
	}

	.banner--content-align-center .banner__content--bottom-left-to-right .banner__box {
		grid-template-columns: 1fr;
		grid-template-areas: 'heading'
			'text'
			'buttons';
	}

	.banner--content-align-right .banner__content--bottom-left-to-right .banner__box {
		grid-template-columns: auto 1fr;
		grid-template-areas: 'buttons heading'
			'buttons text';
	}

	.banner__content.banner__content--bottom-left-to-right {
		align-items: flex-end;
	}
}

@media screen and (min-width: 990px) {

	.slideshow .banner__content--bottom-right .slideshow__text,
	.slideshow .banner__content--bottom-left .slideshow__text {
		max-width: min(89rem, calc(100% - 20rem));
		;
	}

	slideshow-component:has(.banner__content--bottom-left) .slideshow__controls {
		right: max(calc((100% - 1rem - var(--page-width)) / 2), -1rem);
		left: auto;
		bottom: 12.5rem;
	}

	slideshow-component.page-width:has(.banner__content--bottom-left) .slideshow__controls {
		right: max(calc((100% + 10rem - var(--page-width)) / 2), 4rem);
	}

	slideshow-component:has(.banner__content--bottom-right) .slideshow__controls {
		left: 14rem;
		right: auto;
		bottom: 12.5rem;
	}
}

@media screen and (max-width: 749px) {
	.banner:not(.banner--stacked) {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.banner--stacked {
		height: auto;
	}

	.banner--stacked .banner__media {
		flex-direction: column;
	}
}

.banner__media {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.banner__media-half {
	width: 50%;
}

.banner__media-half+.banner__media-half {
	right: 0;
	left: auto;
}

.banner__media-half.animate--fixed:first-child>img,
.banner__media-half.animate--zoom-in:first-child>img {
	width: 50%;
}

.banner__media-half.animate--fixed:nth-child(2)>img,
.banner__media-half.animate--zoom-in:nth-child(2)>img {
	left: 50%;
	width: 50%;
}

@media screen and (max-width: 749px) {
	.banner__media-half-mobile {
		width: 50%;
	}

	.banner__media-half-mobile+.banner__media-half-mobile {
		right: 0;
		left: auto;
	}

	.banner__media-half-mobile.animate--fixed:first-child>img,
	.banner__media-half.animate--zoom-in:first-child>img {
		width: 50%;
	}

	.banner__media-half-mobile.animate--fixed:nth-child(2)>img,
	.banner__media-half-mobile.animate--zoom-in:nth-child(2)>img {
		left: 50%;
		width: 50%;
	}

	.banner--stacked .animate--fixed:first-child>img,
	.banner--stacked .animate--zoom-in:first-child>img {
		width: 100%;
	}

	.banner--stacked .banner__media-half-mobile.animate--fixed:nth-child(2)>img,
	.banner--stacked .banner__media-half-mobile.animate--zoom-in:nth-child(2)>img,
	.banner--stacked .banner__media-half.animate--fixed:nth-child(2)>img,
	.banner--stacked .banner__media-half.animate--zoom-in:nth-child(2)>img {
		left: 0;
		width: 100%;
	}

	.banner--stacked .banner__media-half-mobile,
	.banner--stacked .banner__media-half {
		width: 100%;
	}

	.banner--stacked .banner__media-half-mobile+.banner__media-half-mobile,
	.banner--stacked .banner__media-half+.banner__media-half {
		order: 1;
	}
}

@media screen and (min-width: 750px) {
	.banner__media {
		height: 100%;
	}

	.banner__media.banner__media-half:nth-child(1) {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.banner__media.banner__media-half:nth-child(2) {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

.banner--adapt,
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
	height: auto;
}

@media screen and (max-width: 749px) {

	.banner--mobile-bottom .banner__media,
	.banner--stacked:not(.banner--mobile-bottom) .banner__media {
		position: relative;
	}

	.banner--stacked.banner--adapt .banner__content {
		height: auto;
	}

	.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
		background: transparent;
	}

	.banner:not(.banner--mobile-bottom) .banner__box {
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
		position: absolute;
		height: auto;
	}

	.banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
		max-height: 100%;
		overflow: hidden;
		position: absolute;
	}

	.banner--stacked:not(.banner--adapt) .banner__media {
		position: relative;
	}

	.banner::before {
		display: none !important;
	}

	.banner--stacked .banner__media-image-half {
		width: 100%;
	}
}

.banner__content {
	padding: 0;
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

@media screen and (min-width: 750px) {
	.banner__content {
		padding: 5rem;
	}

	.banner__content--top-left {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.banner__content--top-center {
		align-items: flex-start;
		justify-content: center;
	}

	.banner__content--top-right {
		align-items: flex-start;
		justify-content: flex-end;
	}

	.banner__content--middle-left {
		align-items: center;
		justify-content: flex-start;
	}

	.banner__content--middle-center {
		align-items: center;
		justify-content: center;
	}

	.banner__content--middle-right {
		align-items: center;
		justify-content: flex-end;
	}

	.banner__content--bottom-left {
		align-items: flex-end;
		justify-content: flex-start;
	}

	.banner__content--bottom-center {
		align-items: flex-end;
		justify-content: center;
	}

	.banner__content--bottom-right {
		align-items: flex-end;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 749px) {
	.banner--mobile-bottom:not(.banner--stacked) .banner__content {
		order: 2;
	}

	.banner:not(.banner--mobile-bottom) .field__input,
	.banner--mobile-bottom:not(.banner--stacked) .banner__box.color-scheme-1 {
		background: transparent;
	}
}

.banner__box {
	padding: 4rem 3.5rem;
	position: relative;
	height: fit-content;
	align-items: center;
	text-align: center;
	width: 100%;
	word-wrap: break-word;
	z-index: 1;
}

@media screen and (min-width: 750px) {
	.slideshow-banner__box {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}


	.banner--desktop-transparent .banner__box {
		background: transparent;
		max-width: 89rem;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.banner--desktop-transparent .button--transparent {
		--alpha-button-background: 1;
	}

	.banner--desktop-transparent .content-container:after {
		display: none;
	}
}

@media screen and (max-width: 749px) {

	.banner--mobile-bottom::after,
	.banner--mobile-bottom .banner__media::after {
		display: none;
	}
}

.banner::after,
.banner__media::after {
	content: '';
	position: absolute;
	top: 0;
	background: #000000;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.image-banner .banner__text {
	color: rgb(var(--color-secondary-foreground));
}

.banner__box>*+.banner__text,
.banner__box * + .banner__heading,
.banner__box .banner__heading+* {
	margin-top: var(--title-space-bottom-mobile);
}

@media screen and (min-width: 750px) {
	.banner__box>*+.banner__text {
		margin-top: var(--title-space-bottom);
	}
}

.banner__box>*+* {
	margin-top: 1rem;
}

.banner__box>*:first-child {
	margin-top: 0;
}

@media screen and (max-width: 749px) {
	.banner--stacked .banner__box {
		width: 100%;
	}
}

@media screen and (min-width: 750px) {
	.banner__box {
		width: auto;
		max-width: 71rem;
		min-width: 45rem;
	}
}

@media screen and (min-width: 1400px) {
	.banner__box {
		max-width: 90rem;
	}

	.banner__content {
		padding: 8rem;
	}
}

@media screen and (min-width: 1560px) {
	.extra-large-layout .banner__content {
		padding: 12rem;
	}
}

.banner__buttons {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	max-width: 45rem;
	word-break: break-word;
}

@media screen and (max-width: 749px) {
	.banner--content-align-mobile-right .banner__buttons--multiple {
		justify-content: flex-end;
	}

	.banner--content-align-mobile-center .banner__buttons--multiple>* {
		flex-grow: 1;
		min-width: 22rem;
	}
}

@media screen and (min-width: 750px) {
	.banner--content-align-center .banner__buttons--multiple>* {
		flex-grow: 1;
		min-width: 22rem;
	}

	.banner--content-align-right .banner__buttons--multiple {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 990px) {
	.banner__buttons {
		gap: 1.6rem 3rem;
	}
}

.banner__box > * + .banner__buttons {
	margin-top: var(--button-space-top);
}

@media screen and (max-width: 749px) {
	.banner__box > * + .banner__buttons {
		margin-top: 2rem;
	}

	.banner:not(.slideshow) .rte a,
	.banner:not(.slideshow) .inline-richtext a:hover,
	.banner:not(.slideshow) .rte a:hover {
		color: currentColor;
	}
}

@media screen and (min-width: 750px) {
	.banner--desktop-transparent .rte a,
	.banner--desktop-transparent .inline-richtext a:hover,
	.banner--desktop-transparent .rte a:hover {
		color: currentColor;
	}
}

@media screen and (min-width: 1600px) {
	.banner--large:not(.banner--adapt) {
		min-height: 74rem;
	}
}
.slideshow-banner__item {
  position: relative;
}

.slideshow-slide-link {
  display: block;
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-decoration: none;
  color: inherit;
}

.slideshow-banner__item .banner__buttons {
  position: relative;
  z-index: 10; /* keep buttons clickable */
}
@media screen and (max-width: 749px) {
  #Banner-{{ section.id }} .banner__content-mobile--top-center {
    align-items: flex-start;
    justify-content: center;
  }
  #Banner-{{ section.id }} .banner__content-mobile--top-center .banner__box {
    text-align: center;
  }
}