.elementor-27458 .elementor-element.elementor-element-3b709af2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27458 .elementor-element.elementor-element-344b3b39{--spacer-size:50px;}.elementor-27458 .elementor-element.elementor-element-1f0d76a{--display:flex;}.elementor-27458 .elementor-element.elementor-element-78a1e3af{text-align:center;}.elementor-27458 .elementor-element.elementor-element-78185d4e{--display:flex;}.elementor-27458 .elementor-element.elementor-element-1fcf3655 .gallery-item .gallery-caption{display:none;}.elementor-27458 .elementor-element.elementor-element-1fcf3655 .gallery-item{padding:0 15px 15px 0;}.elementor-27458 .elementor-element.elementor-element-1fcf3655 .gallery{margin:0 -15px -15px 0;}.elementor-27458 .elementor-element.elementor-element-5ff2a626{--display:flex;--min-height:80vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27458 .elementor-element.elementor-element-7dd8ae9 .elementor-wrapper{--video-aspect-ratio:1.77777;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-27458 .elementor-element.elementor-element-5ff2a626{--min-height:80vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for image-gallery, class: .elementor-element-1fcf3655 *//* Force exactly 2 rows for Elementor "Basic Gallery" (WP gallery markup) */
.two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;        /* column width; tweak 180px */
  gap: 12px;                                      /* spacing between items */
  overflow-x: auto;                               /* allows horizontal scroll when needed */
  -webkit-overflow-scrolling: touch;
}

/* Neutralize WP gallery default floats / widths so Grid can take over */
.two-rows-fixed .gallery-item {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Make thumbs cover their grid cell nicely */
.two-rows-fixed .gallery-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
 .two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr ; 
  gap: 10px;
}
}
@media only screen and (max-width: 767px) {
 .two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 0px;
}
}/* End custom CSS */