/** Shopify CDN: Minification failed

Line 439:0 Expected "}" to go with "{"

**/
.banner {
  position: relative;
  gap: 0;
  flex-direction: row;
}

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

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

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

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

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

.banner::after,
.banner__media::after {
  content: '';
  position: absolute;
  top: 0;
  background: rgb(var(--color-base-dark));
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  word-break: break-word;
}

.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  word-break: break-word;
  width: 100%;
}

.video-section.allow-controls .banner__media{
  pointer-events: all;
}

.video-section.allow-controls .banner__media video-loader{
  z-index:5;
}

.video-section.allow-controls .banner__content{
  pointer-events: none;
  z-index: 10;
}

.video-section.allow-controls .banner__content .banner__box{
  pointer-events: all;
}

.banner .media > img.banner--mobile,
.banner .media > .video-section__media.banner--mobile{
  display: block;
}

.banner .media > img.banner--desktop,
.banner .video-section__media.banner--desktop,
.banner.video-section .media > video-loader + img,
.banner.video-section .media > video-loader + img + img,
.banner .media > img.banner--desktop,
.banner .video-section__media.banner--desktop{
  display: none;
}

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

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

  .banner--small.banner--mobile-bottom:not(.banner--adapt):not(.banner--adapt-mobile) .banner__media,
  .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt):not(.banner--adapt-mobile) > .banner__media,
  .banner--medium.banner--mobile-bottom:not(.banner--adapt):not(.banner--adapt-mobile) .banner__media,
  .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt):not(.banner--adapt-mobile) > .banner__media,
  .banner--large.banner--mobile-bottom:not(.banner--adapt):not(.banner--adapt-mobile) .banner__media,
  .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt):not(.banner--adapt-mobile) > .banner__media,
  .banner--small:not(.banner--mobile-bottom):not(.banner--adapt):not(.banner--adapt-mobile) .banner__content,
  .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt):not(.banner--adapt-mobile) .banner__content,
  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt):not(.banner--adapt-mobile) .banner__content {
    min-height: var(--hero-banner-mobile);
  }

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

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

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

  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }

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

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

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

  .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
    right: unset;
    left: unset;
  }

  .banner--mobile-single-image .banner__media-half {
    width: 100%;
    grid-column: span 6;
  }

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

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

  .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    background: transparent;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }

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

  .banner:not(.banner--mobile-bottom) .button--secondary {
    --color-button: 255, 255, 255;
    --color-button-text: 255, 255, 255;
    --alpha-button-background: 0;
  }

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

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

  .banner--stacked:not(.banner--adapt):not(.banner--adapt-mobile) .banner__media {
    grid-column: span 6;
  }

  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
  }

  .banner:not(.banner--mobile-bottom) .field__input {
    background-color: transparent;
  }

  .slideshow__text--center .banner__buttons {
    justify-content: center;
  }

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

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

  .banner--mobile-single-image .banner__media-half + .banner__media-half,
  .banner::before {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .banner .button:not(:last-child) {
    margin-bottom: 0;
  }

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

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

  .banner__media {
    height: 100%;
  }

  .banner__content--top-left,
  .banner__content--top-center,
  .banner__content--top-right {
    align-items: flex-start;
  }

  .banner__content--middle-left,
  .banner__content--middle-center,
  .banner__content--middle-right {
    align-items: center;
  }

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

  .banner__content--top-left,
  .banner__content--middle-left,
  .banner__content--bottom-left {
    justify-content: flex-start;
  }

  .slideshow__text--center .banner__buttons,
  .banner__content--top-center,
  .banner__content--middle-center,
  .banner__content--bottom-center {
    justify-content: center;
  }

  .banner__content--top-right,
  .banner__content--middle-right,
  .banner__content--bottom-right,
  .banner--content-align-right .banner__buttons--multiple {
    justify-content: flex-end;
  }

  .banner--desktop-transparent .banner__box {
    background: transparent;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .banner--desktop-transparent .button--secondary {
    --color-button: 255, 255, 255;
    --color-button-text: 255, 255, 255;
    --alpha-button-background: 0;
  }

@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__heading {
  margin-bottom: 0;
}

.banner__box .banner__heading + * {
  margin-top: var(--layout-space-2);
}

.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--layout-space-2);
  max-width: 45rem;
  word-break: break-word;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slideshow__text--center .banner__buttons {
    justify-content: center;
  }

  .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) {
.slideshow__text--center .banner__buttons {
  justify-content: center;
}

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

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

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

@media screen and (max-width: 749px) {
  .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;
  }
}


.video-section.allow-controls .banner__media{
  pointer-events: all;
}

.video-section.allow-controls .banner__media video-loader{
  z-index:5;
}

.video-section.allow-controls .banner__content{
  pointer-events: none;
  z-index: 10;
}

.video-section.allow-controls .banner__content .banner__box{
  pointer-events: all;
}

.banner .media > img.banner--mobile,
.banner .media > .video-section__media.banner--mobile{
  display: block;
}


.banner .media > img.banner--desktop,
.banner .video-section__media.banner--desktop{
  display: none;
}

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .content-container:after ,
  .banner--mobile-bottom::after,
  .banner--mobile-bottom .banner__media::after,
  .banner .media > img.banner--mobile,
  .banner .video-section__media.banner--mobile {
    display: none;
  }

  .banner .media > img.banner--desktop,
  .banner .video-section__media.banner--desktop {
    display: block;
    height: inherit;
  }
}
