/** Shopify CDN: Minification failed

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

**/
.hero-banner {
  position: relative;
  flex-direction: row;
  z-index: auto;
  height: 100%;
  isolation: isolate;
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: 0px !important;
  flex-direction: column;
}


/* Mobile: make it full width */
@media screen and (max-width: 749px) {
  .hero-banner {
    width: 100%;
    margin: 0;             /* remove side margins so it touches edges */
    border-radius: 0;      /* optional: remove rounding if you want edge-to-edge */
    height: auto;
    padding-top: 5rem;
    padding-bottom: 0rem;
    margin-bottom: 0;
    display: flex;
  }
}

.hero-banner__box {
  text-align: center;
  padding-bottom: 0rem;
  width: 100%;
  border-radius: 0px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 749px) {
  .hero-banner--small.hero-banner--mobile-bottom:not(.hero-banner--adapt) .hero-banner__media,
  .hero-banner--small.hero-banner--stacked:not(.hero-banner--mobile-bottom):not(.hero-banner--adapt) > .hero-banner__media {
    height: 28rem;
  }

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

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

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

  .hero-banner--medium:not(.hero-banner--mobile-bottom):not(.hero-banner--adapt) .hero-banner__content {
    min-height: 34rem;

  }

  .hero-banner--large:not(.hero-banner--mobile-bottom):not(.hero-banner--adapt) .hero-banner__content {
    min-height: auto;
  }
}

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

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

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

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

  .hero-banner__content.hero-banner__content--top-left {

    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
  
  .hero-banner__content.hero-banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
  }
  
  .hero-banner__content.hero-banner__content--top-right {
    background-color: green;
    align-items: flex-start;
    justify-content: flex-end;
  }
  
  .hero-banner__content.hero-banner__content--middle-left {
    background-color: yellow;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }

  .hero-banner__content.hero-banner__content--middle-center {
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

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

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

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

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

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

  .hero-banner--stacked {
    height: auto;
  }

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

.hero-banner__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: #EAE3CF;
  border-radius: 20px;
  overflow: hidden;
}

.media-img {
  position: absolute;
  left: 0;
  top: 10;
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
.hero-banner__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0px;
  background-color: #EAE3CF;
}
}

.hero-banner-hero__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  background-color: #EAE3CF;
  border-radius: 0px;
  overflow: hidden;
}

.hero-banner__media-half {
  width: 50%;
}


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

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

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

@media screen and (max-width: 749px) {
  .hero-banner--stacked .animate--fixed:first-child > img,
  .hero-banner--stacked .animate--zoom-in:first-child > img {
    width: 100%;
  }

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

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

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

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

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

@media screen and (max-width: 749px) {
  .hero-banner--mobile-bottom .hero-banner__media,
  .hero-banner--stacked:not(.hero-banner--mobile-bottom) .hero-banner__media {
    position: relative;
  }

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

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

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

  .hero-banner:not(.hero-banner--mobile-bottom) .button--secondary {
    --alpha-button-background: 0;
  }

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

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

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

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

  .hero-banner--stacked .hero-banner__media {
    width: 90%;
  }
}

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

.hero-banner__content_end {
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  align-items: right;
  justify-content: flex-end;
  z-index: 2;
}
.hero-banner__discount {
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
}

.hero-banner__discount_text {
  text-decoration: underline
}

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

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

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

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

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

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

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

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

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

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

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

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

.hero-banner__box {
  padding: 4rem 1.5rem;
  position: relative;
  height: auto;
  text-align: flex-end;
  width: 90%;
  word-wrap: break-word;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .hero-banner__box {
    padding: 4rem 3.5rem;
  }

  .hero-banner--desktop-transparent .hero-banner__box {
    padding: 4rem 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-banner--desktop-transparent .button--secondary {
    --alpha-button-background: 0;
  }

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

@media screen and (max-width: 749px) {
  .hero-banner--mobile-bottom::after,
  .hero-banner--mobile-bottom .hero-banner__media::after {
    display: none;
  }
}

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

.hero-banner__box > * + .hero-banner__text {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .hero-banner__box > * + .hero-banner__text {
    margin-top: 2rem;
  }
}

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

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

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

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

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

.hero-banner__heading {
  margin-bottom: 0;
}

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

.hero-banner__buttons {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 50rem;
  width: 18rem;
  word-break: break-word;
  align-self: flex-end;
  justify-self: flex-end;
  padding-bottom: 5rem;
}

@media screen and (max-width: 749px) {
  .hero-banner__buttons {
    width: 18rem;
  }

@media screen and (min-width: 749px) {
  .hero-banner__buttons {
    width: 22rem;
  }

.hero-banner-text {
  gap: 3rem;
}

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

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

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

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

.hero-banner__box > * + .hero-banner__buttons {
  margin-top: 2rem;
}

@media screen and (max-width: 749px) {
  .hero-banner:not(.slideshow) .rte a,
  .hero-banner:not(.slideshow) .inline-richtext a:hover,
  .hero-banner:not(.slideshow) .rte a:hover {
    color: currentColor;
  }
}

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