.elementor-658 .elementor-element.elementor-element-7ed79d0{--display:flex;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-658 .elementor-element.elementor-element-7ed79d0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-658 .elementor-element.elementor-element-bae9e56.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-658 .elementor-element.elementor-element-bae9e56 .elementor-swiper-button{font-size:20px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-658 .elementor-element.elementor-element-7ed79d0{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-658 .elementor-element.elementor-element-bae9e56.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-658 .elementor-element.elementor-element-bae9e56.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS for container, class: .elementor-element-7ed79d0 *//* Hide sidebar on mobile, keep it on desktop */
@media (max-width: 767px){
  #secondary,
  .widget-area,
  .sidebar,
  aside.sidebar,
  .site-sidebar{
    display: none !important;
  }

  /* Make content full width */
  #primary,
  .content-area,
  .site-main{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media (max-width: 767px){
  .elementor-location-single .site-content .container{
    display: block !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* Keep the slide sized by ratio */
body.elementor-page-658 .swiper-slide{
  aspect-ratio: 1280 / 600;
}

/* Make sure the swiper itself has height (mobile can collapse otherwise) */
body.elementor-page-658 .swiper,
body.elementor-page-658 .swiper-wrapper{
  height: auto !important;
}

/* Force a visible height on small screens */
@media (max-width: 767px){
  body.elementor-page-658 .swiper{
    min-height: 180px; /* adjust if you want taller */
  }
  body.elementor-page-658 .swiper-slide{
    min-height: 180px; /* match the swiper */
  }
}

/* Image behavior */
body.elementor-page-658 img{
  width: 100%;
  height: 100%;
  object-fit: contain; /* no cropping */
  display: block;
}/* End custom CSS */