<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 483:0 Unexpected "}"

**/
slideshow-component {
  position: relative;
  display: flex;
  flex-direction: column;
}
/* .slideshow-with-promo-image.reveal{  
  animation: fadeIn 2s ease-in-out;
  -webkit-animation: fadeIn 2s ease-in-out;} */
@media screen and (max-width:1200px) {
.slideshow__media.banner__media.media{opacity:0.5;}
  }


/*slider*/

button.slideshow__autoplay.slider-button.no-js-hidden {
    display: block;
    background:var(--gradient-base-background-2);
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 750px) {
.slideshow__media img.desktop-slider{display:none;}
.slideshow__media img.mobile-slider{display:block;}
}
@media screen and (min-width: 750px) {
.slideshow__media img.mobile-slider{display:none;}
.slideshow__media img.desktop-slider{display:block;}
} 



@media screen and (max-width: 989px) {
  .no-js slideshow-component .slider {
    padding-bottom: 3rem;
  }
}

slideshow-component .slideshow.banner {
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  gap: 0;
}

.slideshow__slide {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 749px) {
  .slideshow--placeholder.banner--mobile-bottom.banner--adapt_image .slideshow__media,
  .slideshow--placeholder.banner--adapt_image:not(.banner--mobile-bottom) {
    height: 28rem;
  }
}

@media screen and (min-width: 750px) {
  .slideshow--placeholder.banner--adapt_image {
    height: 56rem;
  }
}

.slideshow__text.banner__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 36rem;
  min-width: auto;
 
/*   background: var(--gradient-background); */
/*   padding-top: 190px; */
}
/* .slideshow-with-promo-image.reveal .swiper .slideshow__text.banner__box{
    animation: fadeInLeft 2s ease-in-out;
  -webkit-animation: fadeInLeft 2s ease-in-out;
} */
.slideshow__text &gt; * {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__text {
    border-right: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
    border-left: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  }

  .banner--mobile-bottom .slideshow__text.banner__box {
    max-width: 100%;
  }

  .banner--mobile-bottom .slideshow__text-wrapper {
    flex-grow: 1;
  }

  .banner--mobile-bottom .slideshow__text.banner__box {
    height: 100%;
    background:rgba(var(--color-background), 0)
  }
  .banner--mobile-bottom .slideshow__media.banner__media.media, .banner--stacked:not(.banner--mobile-bottom) .slideshow__media.banner__media.media{position:absolute;}
  .slideshow.banner--large.banner--mobile-bottom:not(.banner--adapt) .slideshow__media, .slideshow.banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)&gt;.slideshow__media{height:100%;}
  .banner--mobile-bottom .slideshow__text .button {
    flex-grow: 0;
  }

  .slideshow__text.slideshow__text-mobile--left {
    align-items: flex-start;
    text-align: left;
  }

  .slideshow__text.slideshow__text-mobile--right {
    align-items: flex-end;
    text-align: right;
  }
}

@media screen and (min-width: 500px) {
  .slideshow__text.slideshow__text--left {
    align-items: flex-start;
    text-align: left;
  }

  .slideshow__text.slideshow__text--right {
    align-items: flex-end;
    text-align: right;
  }
}


.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
  height: 100%;
}

@media screen and (min-width: 750px) {
  .slideshow__text-wrapper.banner__content {
    height: 100%;
/*     padding: 5rem; */
  }
}

/* .slideshow__controls {
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
} */

.slideshow__controls--top {
  order: 2;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .slideshow__controls--border-radius-mobile {
    border-bottom-right-radius: var(--text-boxes-radius);
    border-bottom-left-radius: var(--text-boxes-radius);
  }
}

.spaced-section--full-width:last-child slideshow-component:not(.page-width) .slideshow__controls {
  border-bottom: none;
}

@media screen and (min-width: 750px) {
  .slideshow__controls {
    position: relative;
  }
}

slideshow-component:not(.page-width) .slider-buttons {
  border-right: 0;
  border-left: 0;
}

.slideshow__control-wrapper {
  display: flex;
}

.slideshow__autoplay {
  position: absolute;
  right: 0;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__autoplay {
    right: 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .slideshow__autoplay.slider-button {
    position: inherit;
    margin-left: 0.6rem;
    padding: 0 0 0 0.6rem;
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.slideshow__autoplay .icon.icon-play,
.slideshow__autoplay .icon.icon-pause {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
  width: 0.8rem;
  height: 1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}

.slideshow__autoplay .icon.icon-play {
  height: 1rem;
}

.slideshow__autoplay path {
  fill: rgba(var(--color-foreground), 0.75);
}

.slideshow__autoplay:hover path {
  fill: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .slideshow__autoplay path,
  .slideshow__autoplay:hover path{
    fill: CanvasText;
  }
}

.slideshow__autoplay:hover svg {
  transform: scale(1.1);
}

.slideshow__autoplay--paused .icon-pause,
.slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play {
  visibility: hidden;
  opacity: 0;
  transform: scale(.8)
}

/* Grouped Block */
 .slideshow-with-promo-images  .grouped-content  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 }
 .slideshow-with-promo-images .slideshow__text.banner__box{margin: 88px 0 0px 70px;}
 .slideshow-with-promo-images  .grouped-content.dt-sc-reverse-columns{flex-direction: row-reverse;}
 .slideshow-with-promo-images  .grouped-content .main-block slideshow-component,
 .slideshow-with-promo-images  .grouped-content .main-block slideshow-component .slide-banner,
 .slideshow-with-promo-images  .grouped-content .main-block slideshow-component .swiper,
 .slideshow-with-promo-images  .grouped-content .main-block slideshow-component .slide-promo{height:100%;}
 .slideshow-with-promo-images .grouped-content .additional-block{display:grid;} 
 .slideshow-with-promo-images .grouped-content .additional-block .promo-block .featured-content{padding:0px;text-align: center;display: flex;flex-direction: column;}
 .slideshow-with-promo-images .grouped-content .additional-block .promo-block .featured-content h3,
 .slideshow-with-promo-images .grouped-content .additional-block .promo-block .featured-content p{margin-top:0;}
 .slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block .promo-image{position:absolute;top:0;width:100%;height: 100%;z-index:-1;} 
 .slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block{position:relative;overflow: hidden;}
 .slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block .promo-image,
 .slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block .promo-image img{width:100%;height:100%;object-fit:cover;}
  .slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block .featured-content{width:100%;height:100%;            }
.slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block .featured-content:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    color: ;
    width: 100%;
    height: 100%;
    z-index:-1;
    background: rgba(var(--color-overlay), 0);
    opacity: 0;
    transition: all 0.3s linear;
    animation: zoomIn 2s ease-in-out;
  -webkit-animation: zoomIn 2s ease-in-out;
} 
.slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block:hover .featured-content:before {opacity:1}

.slideshow-with-promo-image.reveal .featured-content.banner__content--bottom-right{ animation:fadeInRight 2s ease-in-out; -webkit-animation:fadeInRight 2s ease-in-out;}
.slideshow-with-promo-image.reveal .featured-content.banner__content--bottom-left{ animation:fadeInLeft 2s ease-in-out; -webkit-animation:fadeInLeft 2s ease-in-out;}
/*dt-custom  */
/*heading  */
h2.banner__heading_1,h2.banner__heading_2,h2.banner__heading_3{
margin-block: 1.5rem 4rem;
}

/*sub-heading  */
h3.banner__sub_heading_1,h3.banner__sub_heading_2,h3.banner__sub_heading_3 {
    font-size: calc(var(--font-heading-scale) * 4.7rem);
    margin:0px;
}
/*heading,sub-heading  */
h2.banner__heading_1,h3.banner__sub_heading_1,h2.banner__heading_2,h3.banner__sub_heading_2,h2.banner__heading_3,h3.banner__sub_heading_3,
h2.banner__heading.h0,.slideshow__text .banner__heading{
    color: rgb(var(--color-base-text));
}

.additional-block.overlay .promo-block .featured-content::first-child{
    align-items: flex-start;
    position: absolute;
    right: 0;
    padding: 20px;
    max-width: 260px;
    text-align: left;

}

h4.banner__sub_heading {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
    font-family: var(--font-body-family);
    font-weight: var(--font-body-weight);
    color: rgb(var( --color-base-background-1));
    max-width: 300px;
    line-height: 1.4;
}
h4.banner__sub_heading.sub_2 {
    line-height: 35px;
    margin-top:1rem;
}
.slideshow__text.banner__box &gt; * + .banner__buttons { margin-top: 4.5rem;}
.slide-promo .swiper-button-prev {
    display: none;
}
.slide-promo .swiper-button-next {
    left: 10%;
    top:86.5%;
}

.slide-promo .swiper-button-next span,.swiper-button-prev span {
    margin-left: 16rem;
    color: rgb(var(--color-base-accent-3));
   transition:all var(--duration-default) linear;
}

.slide-promo .swiper-button-next:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border: 1px solid rgb(var(--color-base-accent-3));
    border-radius: 50%;
    left: 104px;
    top: -3px;
    z-index: -1;
  transition:all var(--duration-default) linear;
}
.slide-promo .swiper-button-next:hover:before {
    left: 96px;
  transition:all var(--duration-default) linear;
}
.slide-promo .swiper-button-next span:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 1px;
    background-color: rgb(var(--color-base-accent-3));
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: -60px;
   transition:all var(--duration-default) linear;
}
.slide-promo .swiper-button-next span:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: rgb(var(--color-base-accent-3));
    border-radius: 50%;
    right: 83px;
    top: 8px;
   transition:all var(--duration-default) linear;
}

/* .slide-promo .swiper-button-next span:hover:after,
.slide-promo .swiper-button-next span:hover:before,
.slide-promo .swiper-button-next:hover:before

   content: "";
    position: absolute;
  color:rgb(var(--color-base-text));
  transition:all var(--duration-default) linear;
}
.slide-promo .swiper-button-next span:hover,.swiper-button-prev span:hover {
   color:rgb(var(--color-base-text));
  transition:all var(--duration-default) linear;
} */
/*custom prev-next navigation style  */
.slide-promo .swiper-button-next span,.swiper-button-prev span
{
  position:relative;
  font-size: 1.4rem;
  text-wrap: nowrap;
  white-space: nowrap;
/*     letter-spacing:0.2px; */
}

.slide-promo .swiper-button-next:before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 5rem;
    border: 1px solid rgb(var(--color-base-accent-3));
    border-radius: 50%;
/*     left: 80px; */
    top: -4px;
    z-index: -1;
}
.slide-promo .swiper-button-next span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(var(--color-base-accent-3));
    border-radius: 50%;
    right: 82px;
    top: 8px;
}
.slide-promo .swiper-button-next span:before {
      content: "";
    position: absolute;
    width: 3rem;
    height: 1px;
    background-color: rgb(var(--color-base-accent-3));
    display: flex;
    justify-content: center;
    align-items: center;
/*     top: 10px; */ 
    /* left: -57px; */

}
.slide-promo .swiper-button-next:after,
.slide-promo .swiper-button-prev:after,
.slide-promo .swiper-button-next:after,
.slide-promo .swiper-button-prev:after {
  display: none;
}

.banner__buttons .button.button--primary {
    padding: 0;
    min-width: calc(20rem + var(--buttons-border-width) * 2);
}


@media (max-width: 1199px){
.slideshow-with-promo-images .grouped-content {   gap: 20px;}
}
@media screen and (max-width:1680px){
   .slideshow-with-promo-images .slideshow__text.banner__box { margin:58px 0 0 50px;}
.slide-promo .swiper-button-next { left: 13%;}
}

@media screen and (max-width:1540px){
  .slideshow-with-promo-images .slideshow__text.banner__box { margin:20px 0 0 50px;}
  .h0 { font-size: calc(var(--font-heading-scale) * 7.5rem);}
  .slideshow__text.banner__box&gt;*+.banner__buttons { margin-top: 2rem;}
   .slideshow__text.banner__box&gt;*+* {  margin-top: 2rem; margin-bottom: 2rem;}
}


@media screen and (max-width:1200px){
 .slideshow__text.banner__box&gt;*:first-child { margin-top: 0; margin-bottom: 2rem;}
 .slideshow__text.banner__box&gt;*+* {  margin-top: 0rem; margin-bottom: 2rem;}
.slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block .promo-image, 
/* .slideshow-with-promo-images .grouped-content .additional-block.overlay .promo-block .promo-image img {opacity: 0.75; background: #000;} */
/* .slideshow-with-promo-images .slideshow__text.banner__box {margin: 30px 0 0 30px;} */

}

@media screen and (max-width: 992px) {
.slideshow-with-promo-images .grouped-content .main-block slideshow-component .slide-banner {height: 650px;}
.slide-promo .swiper-button-next {display:none;}
.swiper-wrapper.slide-banner{cursor:grab;}   
.slideshow-with-promo-images .slideshow__text.banner__box { margin: 20px 0 0 20px;}

}

@media screen and (max-width: 768px) {
  .slideshow-with-promo-images .grouped-content .main-block slideshow-component .slide-banner {height: 650px;}
  .slideshow-with-promo-images .slideshow__text.banner__box { margin: 30px 0 0 20px;}
      h4.banner__sub_heading {font-size: calc(var(--font-heading-scale) * 2rem);}
}
@media screen and (max-width: 576px){
    .h0 { font-size: calc(var(--font-heading-scale) * 6.5rem) !important;}
    h4.banner__sub_heading {font-size: calc(var(--font-heading-scale) * 1.8rem);}
}
@media screen and (max-width: 420px){
  .slideshow-with-promo-images .grouped-content .main-block slideshow-component .slide-banner {height: 500px;}
  .slideshow-with-promo-images .slideshow__text.banner__box { margin: 10px 0 0 10px;}
    .h0 { font-size: calc(var(--font-heading-scale) * 4.5rem) !important;}
      h4.banner__sub_heading {font-size: calc(var(--font-heading-scale) * 1.6rem);}
  .banner__box&gt;*+.banner__buttons { margin-top: 3rem;}
}
/* @media screen and (max-width: 650px) {
  .slideshow-with-promo-images .grouped-content .main-block slideshow-component .slide-banner {height: 600px;}
} */
/* .slideshow__text.banner__box { max-width: 100%;}h2.banner__sub_heading { max-width: 100%;} */
/* .slideshow-with-promo-images .grouped-content .additional-block .promo-block .featured-content { align-items: center;} */

.promo_banner .dt-sc-dropdown-menu ul li a&gt;span{transition: all .3s linear;}
.promo_banner .dt-sc-dropdown-menu ul li a&gt;span:hover {
    padding-left: 10px;
    transition: all .3s linear; 
}</pre></body></html>