.elementor-728 .elementor-element.elementor-element-3870375{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-728 .elementor-element.elementor-element-21e2209d{text-align:center;font-family:"Arial", Sans-serif;font-size:1px;font-weight:700;}.elementor-728 .elementor-element.elementor-element-5056cbc{--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;--padding-top:050px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-728 .elementor-element.elementor-element-5056cbc.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-728 .elementor-element.elementor-element-94e959b{--display:flex;}.elementor-728 .elementor-element.elementor-element-16a184f .gallery-item .gallery-caption{display:none;}@media(min-width:768px){.elementor-728 .elementor-element.elementor-element-5056cbc{--width:99.591%;}}/* Start custom CSS for image-gallery, class: .elementor-element-16a184f *//* Masonry container */
#masonry-gallery {
  columns: 4;            /* Number of columns on desktop */
  column-gap: 0;         /* No gap between columns */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

/* Gallery items */
#masonry-gallery .gallery-item,
#masonry-gallery .gallery .gallery-item {
  break-inside: avoid;
  margin-bottom: 0;      /* No gap at the bottom */
  width: 100%;
  display: block;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

/* Images fill their container and have no border */
#masonry-gallery .gallery-item img,
#masonry-gallery .gallery .gallery-item img,
#masonry-gallery img {
  width: 100%;
  display: block;
  border-radius: 0 !important;   /* Remove border radius */
  border: none !important;       /* Remove border */
  box-shadow: none !important;   /* Remove any shadow */
  margin-bottom: 0;
  background: none !important;
}

/* Remove border from links wrapping images */
#masonry-gallery .gallery-item a,
#masonry-gallery .gallery .gallery-item a {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 0;
  margin: 0;
}

/* Responsive columns */
@media (max-width: 1200px) {
  #masonry-gallery { columns: 3; }
}
@media (max-width: 768px) {
  #masonry-gallery { columns: 2; }
}
@media (max-width: 480px) {
  #masonry-gallery { columns: 1; }
}/* End custom CSS */