/** Shopify CDN: Minification failed

Line 18:22 Unexpected "{"
Line 18:31 Expected ":"
Line 18:38 Unexpected "{"
Line 19:18 Expected identifier but found whitespace
Line 19:20 Unexpected "{"
Line 19:29 Expected ":"
Line 19:68 Expected ":"
Line 20:21 Expected identifier but found whitespace
Line 20:23 Unexpected "{"
Line 20:32 Expected ":"
... and 60 more hidden warnings

**/
/* TOP */
  @media (max-width: 767px) {
    #shopify-section-{{ section.id }} {
      padding-top: {{ section.settings.padding_top | default: 0 }}px;
      padding-bottom: {{ section.settings.padding_bottom | default: 0 }}px;
    }
    .image-slider-container {
      height:auto;
    }
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} {
      padding-top: {{ section.settings.padding_top_on_desktop | default: 0 }}px;
      padding-bottom: {{ section.settings.padding_bottom_on_desktop | default: 0 }}px;
    }
    .image-slider-container {
      height:auto;
    }
  }

  .large-text.image_slider_sub_heading {
    font-family: LyonDisplay,sans-serif;
  }

  .image-banner-slider .button-tertiary {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: all .3s ease;
    color: var(--black);
    text-underline-offset: 5px;
    text-decoration: underline;
  }
  .image-banner-slider .button-tertiary-with-icon {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: all .3s ease;
    color: var(--black);
    text-underline-offset: 5px;
    text-decoration: underline;
  }
  .image-banner-slider .button-tertiary-with-icon .svg_default g path {
    stroke: {{ block.settings.button_text_color }} !important;
  }
  .image-banner-slider .button-tertiary-with-icon .svg_default g path:hover {
    stroke: {{ block.settings.button_text_color }} !important;
  }
/* TOP */

/* <!-- Initialize Swiper --> */
/* BOTTOM */
  @media (min-width: 1441px) {
    div.tp2-{{ section.id }}_{{ section.index }}.left_side_arrow .swiper_remove_show {
      position: relative;
      bottom: 60px;
      left: 17%;
    }
  }

  #t1 .swiper-button-next {
    top: 80%;
    width: 97%;
  }

  #t1 .swiper-button-prev {
    top: 80%;
    width: 97%;
  }

  #t3 .swiper-button-next {
    top: 80%;
    width: 97%;
  }

  #t3 .swiper-button-prev {
    top: 80%;
    width: 97%;
  }

  #t3-{{ section.id }}_{{ section.index }} .swiper-button-next {
    top: 80%;
    width: 97%;
  }

  #t3-{{ section.id }}_{{ section.index }} .swiper-button-prev {
    top: 80%;
    width: 97%;
  }

  #t2 .swiper-scrollbar-horizontal {
    left: 235px;
    position: relative;
    top: -40px
  }

  #t2 .swiper-button-next, .swiper-button-prev {
    top: -40px;
    width: 97%;
  }

  .template_style_2 .video_template_second.template2_image_div .video__video-container{
    top:0px !important;
    height: -webkit-fill-available;
  }
  
  @media (max-width: 1200px) {
    #t2 .swiper-scrollbar-horizontal {
        left: 192px;
    }
  }

  @media (max-width: 990px) {

    #t1 .swiper-button-next {
      top: 80%;
      width: 4.5%;
    }

    #t1 .swiper-button-prev {
      top: 80%;
      width: 4.5%;
    }

    #t3 .swiper-button-next {
      top: 80%;
      width: 4.5%;
    }

    #t3 .swiper-button-prev {
      top: 80%;
      width: 4.5%;
    }

    #t3-{{ section.id }}_{{ section.index }} .swiper-button-next {
      top: 80%;
      width: 4.5%;
    }

    #t3-{{ section.id }}_{{ section.index }} .swiper-button-prev {
      top: 80%;
      width: 4.5%;
    }

    #t2 .swiper-scrollbar-horizontal {
      left: 50%;
      position: absolute;
      top: -285px
    }

    #t2 .swiper-button-next, .swiper-button-prev {
      top: -285px;
      width: 2.5%;
    }

    .image-banner-slider.template_style_2 .video_template_second .order-1 {
      order: 2 !important;
  }

    .template_style_2 .video_template_second.template2_image_div .video__video-container{
      position: relative;
    }
  }

  .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
  }
  .swiper-pagination.disabled {
    display: none;
  }
/* BOTTOM */

/* AFTER SCHEMA */
  .swiper_remove_lockk.swiper-button-lock {
      display: block;
  }
    
  .swiper-scrollbar.swiper_remove_lockk.swiper-scrollbar-horizontal.swiper-scrollbar-lock {
      display: block !important;
  }
    .video__video-container{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 646px;    -o-object-fit: cover;
      object-fit: cover;
  }
    .image-banner-slider.template_style_2 .video__video-container {
      top: 18px !important;
  }
    .swiper-scrollbarr.swiper_remove_lockk.swiper-scrollbar-horizontal {
      border-radius: var(--swiper-scrollbar-border-radius, 10px);
      position: relative;
      touch-action: none;
      background: #A6AB9F;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: var(--swiper-scrollbar-bottom, 4px);
      top: var(--swiper-scrollbar-top, auto);
      z-index: 2;
      height: var(--swiper-scrollbar-size, 2px);
      width: 286px;
  }
  @media (max-width: 576px) {
    div.tp2-{{ section.id }}_{{ section.index }}.left_side_arrow .swiper_remove_show {
      position: relative;
      bottom: 400px;
      left: unset;
  }
    .image-banner-slider.template_style_2 .col-12.col-sm-12.col-lg-6.template2_image_div {
      {% comment %} height: 600px; {% endcomment %}
  }
    .image-banner-slider.template_style_2 .col-12.col-sm-12.col-lg-6.template2_image_div.video_template_second {
      height: auto;
  }
    body.index .image-banner-slider.template_style_2 .col-12.col-sm-12.col-lg-6.template2_image_div {
      height: auto;
  }
    .template_style_2 .swiper-slide.image-slider-container {
      height:100% !important;
    }
  img.template_2_image.mobile_image {
      display: block;
      height: 320px;
  }
    body.index div#t3>.row.py-4.swiper_remove_show{
        display:block;
    }
    body.index div#t3-{{ section.id }}_{{ section.index }}>.row.py-4.swiper_remove_show{
        display:block;
    }
  }
  @media only screen and (min-device-width : 577px) and (max-device-width : 768px) {
    img.template_2_image.mobile_image {
      display: block;
      height: 320px;
  }
  }
  @media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    div.tp2-{{ section.id }}_{{ section.index }}.left_side_arrow .swiper_remove_show {
      position: relative;
      bottom: 60px;
      left: 40%;
      width: 60%;
  }
  }
  @media only screen and (min-device-width : 1025px) and (max-device-width : 1440px) {
    div.tp2-{{ section.id }}_{{ section.index }}.left_side_arrow .swiper_remove_show {
      position: relative;
      bottom: 60px;
      left: 30%;
      width: 70%;
  }
  }
/* AFTER SCHEMA */