/** Shopify CDN: Minification failed

Line 604:42 Expected "}" to go with "{"

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

/* .slider__slide .slideshow__text-wrapper.banner__content.banner__content--top-center{
      align-items: center;
    justify-content: center;
    margin-top: -51px;
} */
.banner__box {
  text-align: center;
}

@media only screen and (max-width: 749px) {
  .banner.Custom-image-banner .banner__content h2.banner__heading{     font-size: calc(var(--font-heading-scale) * 4rem) !important; }
  .banner--content-align-mobile-right .banner__box {
    text-align: right;
  }

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

     .banner.Custom-image-banner .banner__content h2.banner__heading{ margin-bottom:1rem; text-transform:capitalize;  font-size: calc(var(--font-heading-scale) * 4.4rem); }
.banner__box.content-container .banner__text.body{  margin-bottom:3.3rem;  line-height: 25px; font-size: 1.6rem;}
@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: 83rem;
  }
}

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

  .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: 60rem;
  }

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

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

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

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

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

@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-color: 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: var(--color-base-background-1);
    --color-button-text: 0, 0, 0;
    --alpha-button-background: 1;
  }

  .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: absolute; */
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height:100%;
}

@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 {
    background-color: 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) {
  .banner--desktop-transparent .banner__box {
    background-color: transparent;
    --color-foreground: var(--color-foreground);
    --color-button: var(--color-base-solid-button-labels);
    --color-button-text: 255, 255, 255;
    max-width: 82rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .banner--desktop-transparent .button--secondary {
    --color-button: var(--color-base-background-1);
    --color-button-text: 0, 0, 0;
    --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%;
  pointer-events: none;
}

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

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


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

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

.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: 990px) {
 .banner__heading {
  margin-bottom: 1.3rem;
}
}
@media screen and (min-width: 1400px) {
  .banner__box {
    max-width: 90rem;
  }
}



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

.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  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;
  }
}
.banner__list.subtitle.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@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;
  }
 
.banner__list.subtitle.icon  span{
    font-size: 3rem;
    margin-left: 20px;
    letter-spacing: 0;
}  
 .banner__list.subtitle.icon {
    display: flex;
    flex-direction:row;
    align-items: center;
} 
}

.banner__box > * + .banner__buttons {
  margin-top: 1rem;
}
/*
h2.banner__heading span {
    color: var(--gradient-background);
} */
.banner__list.subtitle.icon  span{
    margin-left: 20px;
    letter-spacing: 0;
} 
 .banner__buttons a.button.button--primary {
    margin-top: 2rem;
 /*  font-weight: 500; */
}
.banner__text.subtitle span:after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background:currentcolor;
    margin: auto;
    position: relative;
    left: 15px;
    right: 0;
    top: 0;
}

.image-with-text  p.image-with-text__text {
    margin-bottom: 20px;
}


/*custom css*/
.banner__content h2.banner__heading {
    font-weight: 600;
}
.banner.demo1-banner .banner__content{height:unset;}
.banner__content .banner__buttons{margin-top:0}
.banner__content .banner__box.content-container .banner__text.body{margin-top:2rem; margin-bottom:4rem;}
.banner.demo1-banner .banner__media.banner__media-half{width:100%;}
.banner.demo1-banner .banner__media.banner__media-half:nth-child(2){z-index:2;}
.demo1-banner .banner__content .banner__box { max-width: 73rem;} 

@media screen and (min-width: 990px){
.demo1-banner.banner--adapt, .demo1-banner.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder){ height: 100%; min-height: 60rem;}
.demo4-banner.banner--adapt, .demo1-banner.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder){ height: 100%; min-height: 100rem;}
  
}
@media screen and (max-width: 990px){
  .demo1-banner .banner__content{    background: rgba(var(--color-background),0.5);}
   .demo4-banner .banner__content{    background: rgba(var(--color-foreground),0.5);}
}
@media screen and (min-width: 750px){
.demo1-banner .banner__content h2.banner__heading{font-size:4.4rem;}
}

.custom-image-banner1 .banner__content h2.banner__heading{ font-size:4.5rem;}
/*Demo-4*/
.demo4-banner .banner__content h2.banner__heading{    color: var(--gradient-background); margin-bottom: 4rem;}

.banner.Custom-image-banner .banner__buttons a.button.button--primary{ margin-top:0;}
 .banner.Custom-image-banner .banner__content h2.banner__heading{ font-size: calc(var(--font-heading-scale) * 4.4rem);}
  .banner.Custom-image-banner{     align-items: center;}

@media screen and (min-width: 1200px){
.banner__content .banner__box.content-container .banner__text.body{
    margin: 0 auto 2.5rem auto;}
}
 @media screen and (max-width: 749px){
  .banner.Custom-image-banner .banner__media {
    margin-bottom: 0rem;
}
 }
.custom-banner .banner__box.content-container .banner__text.body{ font-weight:500;}
.custom-banner .banner__box{ background:transparent;  max-width: 640px; }
.custom-banner .banner__box .banner__heading span {   font-weight:700;   }
.custom-image-banner1 .banner__box{ background:transparent; max-width: 665px; }
.custom-image-banner1 .custom-image-banner1 .banner__content h2.banner__heading{ font-size:4.5rem;}
.banner.custom-image-banner1 .banner__content .banner__box.content-container .banner__text.body:first-child{ margin-bottom: -1rem;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; letter-spacing:3.6px;}
@media screen and (min-width: 750px) {
 .custom-image-banner1 .banner__box {
    width: auto;
    max-width: 71rem;
    min-width: 64rem;
  }
 
}
@media screen and (min-width: 768px) {
.custom-banner .banner__box .banner__heading span{  font-size:4.5rem;  } }
@media screen and (max-width: 767px) {
.custom-banner .banner__box .banner__heading span{  font-size:3rem;  } }
@media screen and (max-width: 749px) {
.video-icon-button{     position: absolute;
    right: 0;
    display: flex;
    top: 100px;
    left: 0;
    align-items: center;
    justify-content: center;} }

.custom-image-banner1 .banner__box.content-container .banner__text.body{ font-weight:500;}
@media screen and (min-width: 1024px) {
.banner.custom-banner{ margin-top:90px;} }

@media screen and (max-width: 1023px) {
.banner.custom-banner{ margin-top:130px;} }
 .shopify-section.reveal .row .custom-image-banner1 :where(.banner__content) {     animation:fadeInn  1s ease both;}
 
  .shopify-section.reveal .row .custom-banner :where(.banner__content) {     animation:fadeInn  1s ease both;}
  @keyframes fadeInn{0%{opacity:0;  filter: blur(10px); transform:scale(1);}to{opacity:1;  filter: blur(0); transform:scale(1);}}
@media screen and (max-width: 767px) {
.custom-image-banner1 .banner__content h2.banner__heading{     font-size: 28px;
        line-height: 42px;
        font-weight: 600; }

@media screen and (max-width: 990px) {
.banner.custom-banner{ margin-top:50px;} }