/** Shopify CDN: Minification failed

Line 608:0 Unexpected "}"

**/
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
}

.banner__box {
  text-align: center;
}

/* 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;
  }

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

@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: 40rem;
  }
}

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

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

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

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

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

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

@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: 56rem;
  }

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

  .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: flex-end;
  }

  .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;
  }
}

@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 {
  width: 50%;
}

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

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

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

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

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

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

.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;
    display: inline-grid;
    justify-content: end;
    padding-inline-end: 25px;
    width: 45%;
  }

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

  .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{
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.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-background-1 {
    background: transparent;
  }
}

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

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .banner__box {
    background: transparent;
    max-width: 89rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

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

  .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%;
}

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

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

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

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

@media screen and (max-width: 749px) {
  .banner--stacked .banner__box {
    width: 40%;
  }
      font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media screen and (min-width: 750px) {
  .banner__box {
    width: auto;
    max-width: 35rem;
    min-width: 5rem;
  }
      font-size: calc(var(--font-heading-scale) * 2.8rem);
}

@media screen and (min-width: 1400px) {
  .banner__box {
    max-width: 35rem;
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
}

.banner__heading {
  margin-bottom: 0;
  font-color: white;
}

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

.banner__buttons {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 5rem;
  /*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;
        background-color: transparent;
    max-height: 60px;
    display: center;
  }

   .button--first{
    background-color: transparent;
    background-image: url(/cdn/shop/files/ei_ef_SocialMedia-IG-Icons_colorFixed.svg?v=1705479530);
        background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    color: transparent;
    --buttons-border-width: 0;
     max-height: 40px;
     max-width: 40px;
  }

.button--second{
    background-color: transparent;
    background-image: url(/cdn/shop/files/ei_ef_SocialMedia-X-Icons_0585281f-17a0-4d48-abc7-8ec657d178de.svg?v=1705026740);
        background-repeat: no-repeat;
      background-position: center;
    opacity: 1;
      color: transparent;
      --buttons-border-width: 0;
       max-height: 40px;
     max-width: 40px;
  }

 .button--third{
    background-color: transparent;
    background-image: url(/cdn/shop/files/ei_ef_SocialMedia-TikTok-Icons_1.svg?v=1705026741);
        background-repeat: no-repeat;
      background-position: center;
    opacity: 1;
        color: transparent;
        --buttons-border-width: 0;
        max-height: 40px;
     max-width: 40px;
  }

 .button--fourth{
    background-color: transparent;
    background-image: url(/cdn/shop/files/ei_ef_button-buynow-01_1.svg?v=1696800624);
        background-repeat: no-repeat;
      background-position: center;
    opacity: 1;
   text-align: center;
           max-height: 40px;
     max-width: 40px;
  }

.button--first:hover{
  transform: scale(1.07);
}

.button--second:hover{
  transform: scale(1.07);
}

.button--third:hover{
  transform: scale(1.07);
}

.button--fourth:hover{
  transform: scale(1.07);
}





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

@media screen and (min-width: 750px) {
  .banner--content-align-center .banner__buttons--multiple > * {
    flex-grow: 1;
    /*min-width: 5rem*/;
    background-color: transparent;
        min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  }

  .banner--content-align-center .button--first{
    background-color: transparent;
    background-image: url(/cdn/shop/files/ei_ef_SocialMedia-IG-Icons_colorFixed.svg?v=1705479530);
        background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    color: transparent;
    --buttons-border-width: 0;
  }

    .banner--content-align-center .button--second{
    background-color: transparent;
    background-image: url(/cdn/shop/files/ei_ef_SocialMedia-X-Icons_0585281f-17a0-4d48-abc7-8ec657d178de.svg?v=1705026740);
        background-repeat: no-repeat;
      background-position: center;
    opacity: 1;
      color: transparent;
      --buttons-border-width: 0;
  }

      .banner--content-align-center .button--third{
    background-color: transparent;
    background-image: url(/cdn/shop/files/ei_ef_SocialMedia-TikTok-Icons_1.svg?v=1705026741);
        background-repeat: no-repeat;
      background-position: center;
    opacity: 1;
        color: transparent;
        --buttons-border-width: 0;
  }

        .banner--content-align-center .button--fourth{
    background-color: transparent;
    background-image: url(/cdn/shop/files/ei_ef_button-buynow-01_1.svg?v=1696800624);
        background-repeat: no-repeat;
      background-position: center;
          background-position-y: 60%;
    opacity: 1;
   text-align: center;
          max-height: 40px;
     max-width: 40px;
          --butttons-border-color:transparent;
          background-size: 100%;
           --buttons-border-width: 0px;
  }

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

.button--first:hover{
  transform: scale(1.07);
}

.button--second:hover{
  transform: scale(1.07);
}

.button--third:hover{
  transform: scale(1.07);
}

.button--fourth:hover{
  transform: scale(1.07);
}


.button--third:hover::after{
     --border-offset: 0;
}

}

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

@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;
  }
}

#shopify-section-template--19855134982484__14bcfbda-ee7d-442e-b502-af0ac5cf621c{
    .banner__box {
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline-grid;
    justify-content: left;
    padding-inline-start: 20px;
    text-align: left;
    align-items: center;
  }

  .banner__content{
    justify-content: left;
  }
}

#shopify-section-template--19855134982484__20d7b395-ad9d-4351-9b64-6dc6920d378f{
    .banner__box {
    font-size: calc(var(--font-heading-scale) * 2rem);
   }

    .banner__content{
    justify-content: right;
  }
}
