/** Shopify CDN: Minification failed

Line 17:10 Expected identifier but found "{"
Line 17:11 Unexpected "{"
Line 17:21 Expected ":"
Line 19:21 Expected identifier but found "{"
Line 19:22 Unexpected "{"
Line 19:32 Expected ":"
Line 92:10 Expected identifier but found "{"
Line 92:11 Unexpected "{"
Line 92:21 Expected ":"
Line 94:17 Expected identifier but found "{"
... and 30 more hidden warnings

**/
.hero .flickity-button{
    color:{{ settings.color_body_text | default: "#1c1d1d" }};
    color:var(--colorTextBody);
    background-color:{{ settings.color_body_bg | default: "#fff" }};
    background-color:var(--colorBody);
    box-shadow:0 5px 5px rgba(0, 0, 0, 0.1)
}
           
.hero .flickity-page-dots{
    bottom:20px;
    color:#fff
}           
           
.hero{
  overflow:visible;
  z-index:5
}

.hero.flickity-prev-next-button{
    top:auto;
    bottom:-20px;
    transform:none;
  }

.hero.flickity-prev-next-button:hover{
    transform:scale(1.12);
  }

.hero.flickity-prev-next-button:active{
    transform:scale(1);
  }

.hero.flickity-previous{
    left:auto;
    right:90px;
  }

.hero.flickity-next{
    right:40px;
  }

.hero.flickity-rtl .flickity-previous{
    right:auto;
    left:90px;
  }

.hero.flickity-rtl .flickity-next{
    right:auto;
    left:40px;
  }

@media only screen and (max-width:768px){
    .hero.flickity-prev-next-button{
      bottom:-16px;
    }
    .hero.flickity-previous{
      right:60px;
    }
    .hero.flickity-next{
      right:20px;
    }
    .hero.flickity-rtl .flickity-previous{
      left:60px;
    }
    .hero.flickity-rtl .flickity-next{
      left:20px;
    }
  }

hero .flickity-page-dots{
    bottom:0;
    height:6px;
    line-height:6px;
    z-index:6;
  }
.hero__link .btn--inverse{
    color:{{ settings.color_image_text | default: "#fff" }};
    color:var(--colorHeroText);
    border-color:{{ settings.color_image_text | default: "#fff" }};
    border-color:var(--colorHeroText)
}

.hero__link .btn--inverse:before{
        border-color:{{ settings.color_image_text | default: "#fff" }};
        border-color:var(--colorHeroText);
      }

.hero__link .btn--inverse:after{
        border-color:{{ settings.color_image_text | default: "#fff" }};
        border-color:var(--colorHeroText);
      }

  .section-header--hero{
  position:relative;
  flex:1 1 100%;
  color:{{ settings.color_image_text | default: "#fff" }};
  color:var(--colorHeroText);
  margin-bottom:0
}

.section-header--hero a{
    color:{{ settings.color_image_text | default: "#fff" }};
    color:var(--colorHeroText);
  }

  @media only screen and (min-width:769px){

.section-header--hero .section-header__title{
      font-size:calc(var(--typeHeaderSize)*1.45)
}
  }

  
           
           
.slideshow-wrapper{
  position:relative;
}
  
.slideshow__slide{
  display:none;
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden
}

.slideshow__slide:first-child{
    display:block;
  }

.flickity-slider .slideshow__slide{
    display:block
}

.hero{
  position:relative;
  overflow:hidden;
  background:{{ settings.color_large_image_bg | default: "#1c1d1d" }};
  background:var(--colorLargeImageBg);
}

.hero__media-container{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
}

.hero__image-wrapper,.hero__media{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%
}
   

@media only screen and (min-width:1600px)
.hero__image-wrapper,.hero__media{
  height:300%;
}  
}

    .hero__image-wrapper,.hero__media_video{
  position:absolute;
  top:0;
  left:0;
  height:100vh;
  width:100%
} 
    
.hero__image-wrapper:before,.hero__media:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:3;
    background-color:{{ settings.color_image_overlay | default: "#000" }};
    background-color:var(--colorImageOverlay);
    opacity:{{ settings.color_image_overlay_opacity | divided_by: 100.0 }};
    opacity:var(--colorImageOverlayOpacity);

  }

.video-interactable .hero__image-wrapper:before,.video-interactable .hero__media:before{
      pointer-events:none
  }

.hero__image{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  -o-object-fit:cover;
     object-fit:cover;
}

@media only screen and (min-width:769px){
.hero__image{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  -o-object-fit:cover;
     object-fit:cover;
}
}

.hero__media{
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top;
  z-index:1;
}

.hero__image-wrapper--no-overlay:before{
  content:none;
}

.hero__media iframe,.hero__media video{
  width:100%;
  height:100%;
  pointer-events:none
}

.video-interactable .hero__media iframe,.video-interactable .hero__media video{
    pointer-events:auto
}

.video-parent-section.loading .hero__media iframe,.video-parent-section.loading .hero__media video{
    opacity:0.01
}

.video-parent-section .hero__media iframe,.video-parent-section .hero__media video{
    opacity:1;
    animation:zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition:none
}

.hero__media video{
  position:relative;
  -o-object-fit:cover;
     object-fit:cover;
  font-family:"object-fit: cover";
}

.hero__media iframe{
  position:absolute;
  top:0;
  left:0;
  width:300%;
  left:-100%;
  max-width:none
}

@media screen and (min-width:1140px){

.hero__media iframe{
    width:100%;
    height:300%;
    left:auto;
    top:-100%
}
  }

.vimeo-mobile-trigger{
  display:block;
  position:absolute;
  width:100%;
  z-index:2;
  margin-top:90px
}

.hero__text-content .vimeo-mobile-trigger{
    bottom:120%
}

.vimeo-mobile-trigger .icon{
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius:50%;
    padding:10px;
  }

.hero__slide-link{
  display:block;
  position:absolute;
  height:100%;
  width:100%;
  z-index:5
}

.hero__slide-link:hover~.hero__text-wrap .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse){
      background:{{ settings.color_button | default: "#000" | color_lighten: 10 }};
      background:var(--colorBtnPrimaryLight);
      transition-delay:0.25s
    }

.hero__slide-link:hover~.hero__text-wrap .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):after{
        animation:shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
      }

.hero__slide-link:hover~.hero__text-wrap .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):after{
          animation:none;
        }

.hero__text-wrap{
  position:relative;
  height:100%;
  color:{{ settings.color_image_text | default: "#fff" }};
  color:var(--colorHeroText)
}

.video-interactable .hero__text-wrap{
    pointer-events:none
}

.hero__text-wrap .page-width{
    display:table;
    width:100%;
    height:100%;
  }

.hero__text-content{
  position:relative;
  padding:15px 0;
  z-index:4
}

@media only screen and (min-width:769px){

.hero__text-content{
    padding:45px 0
}
  }

.hero__text-content{
    padding-bottom:40px
}

.hero__text-shadow{
  position:relative;
  display:inline-block
}

.hero__text-shadow:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:auto;
    background:radial-gradient(rgba(0,0,0,{{ settings.color_image_overlay_text_shadow | divided_by: 100.0 }}) 0%, transparent 60%);
    background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%, transparent 60%);
    margin:-100px -200px -100px -200px;
    z-index:-1;
  }

.hero__top-subtitle{
  text-transform:uppercase;
  letter-spacing:0.3em;
  font-size:1.1em;
  margin-bottom:5px;
}
    
.hero__top-subtitle-static{
  text-transform:uppercase;
  letter-spacing:0.3em;
  font-size:1.1em;
  margin-bottom:5px;
} 

@media and (max-width:480px){    
.hero__top-subtitle-static{
  text-transform:uppercase;
  letter-spacing:0.3em;
  font-size:1.1em;
  margin-bottom:5px;
} 
  }

.hero__title{
  display:block;
  margin-bottom:0;
}

 .slideshow__slide .hero__title {
  font-size: 40px;
}
           
.hero__subtext{
  margin-top:20px;
}

.hero__subtitle{
  font-size:1.3em;
  display:block;
  vertical-align:middle;
  margin-top:5px;
  margin-bottom:5px;
}

.hero__link{
  position:relative;
  display:block
}

.video-interactable .hero__link{
    pointer-events:auto
}

.hero__link .btn{
    margin:4px 3px 2px 0;
    margin-left:0px;
    padding: 12px 25px;
  }

@media only screen and (min-width:769px){

.hero__link .btn{
      margin-right:5px;
      margin-top:10px;
  }
    }

.hero__link .btn{
      margin-left:4px
  }

.hero__link .btn+.btn{
    margin-left:2px
  }

@media only screen and (min-width:769px){

.hero__link .btn+.btn{
      margin-left:10px
  }
    }

.hero__link .btn+.btn{
      margin-left:0px;
  }

.hero__link .btn .icon-play{
    position:relative;
    top:-2px;
    margin-right:5px;
  }

.hero__link .animation-cropper{
      padding-right:10px;
    }

.hero__text-content{
  display:table-cell
}

.hero__text-content .hero__link{
    margin-top:7.5px
  }

@media only screen and (min-width:769px){

.hero__text-content .hero__link{
      margin-top:15px
  }
    }

.hero__text-content.horizontal-left{
    text-align:left;
  }

.hero__text-content.horizontal-center{
    text-align:center;
  }

.hero__text-content.horizontal-right{
    text-align:right;
  }

.hero__text-content.vertical-top{
    vertical-align:top;
  }

.hero__text-content.vertical-center{
    vertical-align:middle;
  }

.hero__text-content.vertical-bottom{
    vertical-align:bottom;
  }

.overlaid-header .index-section--hero:first-child .hero__text-content.vertical-center{
  padding-top:50px
}

@media only screen and (min-width:769px){

.overlaid-header .index-section--hero:first-child .hero__text-content.vertical-center{
    padding-top:90px
}
  }

.hero--250px{
  height:162.5px;
}

.hero--350px{
  height:227.5px;
}

.hero--450px{
  height:292.5px;
}

.hero--550px{
  height:357.5px;
}

.hero--650px{
  height:422.5px;
}

.hero--750px{
  height:487.5px;
}

.hero--100vh{
  height:100vh;
}

@media only screen and (min-width:769px){
  .hero--natural[data-natural]{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }
  .hero--250px{
    height:250px;
  }
  .hero--350px{
    height:350px;
  }
  .hero--450px{
    height:450px;
  }
  .hero--550px{
    height:550px;
  }
  .hero--650px{
    height:650px;
  }
  .hero--750px{
    height:750px;
  }
}

@media only screen and (max-width:768px){
  .hero--mobile--auto[data-mobile-natural=true]{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:auto;
  }
  .hero--natural[data-mobile-natural=false]{
    height:500px;
  }
  .hero--mobile--150px[data-mobile-natural=false]{
    height:150px;
  }
  .hero--mobile--250px[data-mobile-natural=false]{
    height:250px;
  }
  .hero--mobile--300px[data-mobile-natural=false]{
    height:300px;
  }
  .hero--mobile--400px[data-mobile-natural=false]{
    height:400px;
  }
  .hero--mobile--500px[data-mobile-natural=false]{
    height:500px;
  }
  .hero--mobile--100vh[data-mobile-natural=false]{
    height:90vh;
  }
}

.slideshow__slide .animation-cropper.animation-cropper{
    opacity:1;
  }

.slideshow__slide .animation-contents.animation-contents{
    opacity:1;
    transform:translateY(15px);
    transition:none;
  }

.slideshow__slide:not(.animate-out) .hero__image, .hero__image{
    opacity:1;
    transition:none;
  }

.slideshow__slide .hero__link .btn.hero__link .btn{
    opacity:1;
    transition:none;
  }

.slideshow__slide .hero__image-wrapper.hero__image-wrapper{
    transform:translateX(0px);
    opacity:1;
    transition:none;
  }

 .slideshow__slide.is-selected .animation-cropper.animation-cropper{
    opacity:1;
  }

 .slideshow__slide.is-selected .animation-contents.animation-contents{
    transform:translateY(0px);
  }

 .slideshow__slide.is-selected .hero__title .animation-contents.hero__title .animation-contents{
    animation:0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
    animation-name:rise-up;
  }

 .slideshow__slide.is-selected .hero__subtitle .animation-contents, .slideshow__slide.is-selected .hero__top-subtitle .animation-contents.hero__subtitle .animation-contents.hero__top-subtitle .animation-contents{
    animation:1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.7s forwards;
    animation-name:rise-up;
  }

 .slideshow__slide.is-selected .hero__link .animation-contents.hero__link .animation-contents{
    opacity:1;
  }

 .slideshow__slide.is-selected .hero__link .btn.hero__link .btn{
    animation:fade-in 2s ease 1.3s forwards;
  }

 .slideshow__slide.is-selected .hero__link .btn:nth-child(2).hero__link .btn:nth-child(2){
    animation:fade-in 2s ease 1.6s forwards;
  }

 .slideshow__slide.is-selected .hero__image--svg, .slideshow__slide.is-selected .hero__image.laz, .slideshow__slide.is-selected .hero__media.hero__image--svg.hero__image.laz.hero__media{
    opacity:1;
    transition:none;
  }

 .slideshow__slide.is-selected .hero__image-wrapper.hero__image-wrapper{
    opacity:1;
    transform:translateX(0px);
    transition:transform 0.7s ease,opacity 0.7s ease;
  }

.hero__image-wrapper{
    transition:opacity 0.7s ease !important;
  }

.no-js .hero__image,.no-js .hero__image-wrapper{
    opacity:1 !important;
    transform:none;
  }

.slideshow__slide.animate-out .animation-cropper{
    opacity:1;
    transition:none;
  }

.slideshow__slide.animate-out .hero__image-wrapper{
    opacity:1;
    transform:translateX(-200px);
    transition:transform 0.5s ease-in 0.05s,opacity 0.5s ease-in 0.05s;
  }

.slideshow__slide.animate-out .hero__link{
    opacity:1;
    transition:none;
  }

/* lay */
.laz{
  opacity:1;
  transition:opacity 0.4s ease;
}   

.grid__image-ratio img.laz{
      opacity:1;
      animation:fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
      transition:none;
    }

.aos-animate .image-wrap .animate-me,.aos-animate .image-wrap .laz:not([role=presentation]),.aos-animate .image-wrap svg{
    animation:fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  }

 .slideshow__slide.is-selected .hero__image--svg, .slideshow__slide.is-selected .hero__image.laz, .slideshow__slide.is-selected .hero__media.hero__image--svg.hero__image.laz.hero__media{
    opacity:1;
    transition:none;
  }
 .collection-hero__image.laz{
    animation:zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition:none
  }

.collection-hero__image.laz{
      animation:none;
      opacity:1
  }
aos-animate .background-media-text__image.laz,aos-animate .background-media-text__image svg,aos-animate .background-media-text__video{
  animation:zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  transition:none
}
aos-animate .background-media-text__image.laz,aos-animate .background-media-text__image svg,aos-animate .background-media-text__video{
    animation:none
}
.promo-grid__bg-image.laz{
    animation:fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition:none;
  }
          
@media only screen and (max-width:768px){.small--show{display:block !important;}.small--hide{display:none !important;}.small--text-left{text-align:left !important;}.small--text-right{text-align:right !important;}.small--text-center{text-align:center !important;}}


@media only screen and (min-width:769px){.medium-up--show{display:block !important;}.medium-up--hide{display:none !important;}.medium-up--text-left{text-align:left !important;}.medium-up--text-right{text-align:right !important;}.medium-up--text-center{text-align:center !important;}}
         

  