/* Inizio Swiper Lazy */

.swiper-slide .swiper-lazy-preloader {
  --swiper-preloader-color: #000;
}

.swiper-slide {
  height: auto;
}

/* Fine Swiper Lazy */

/* INIZIO image-block */

.image-block .image {
  position: relative;
  z-index: 1;
}

.image-block .image::after {
  content: "";
  width: 95%;
  height: 95%;

  opacity: 0.27;
  position: absolute;
  top: 11px;
  left: 9px;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 0;
}

.image-block .image .text {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  text-align: center;
}

.image-block .image .text span {
  font-size: 26px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .image-block .image::after {
    left: 5px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .image-block .image::after {
    left: 5px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .image-block .image::after {
    left: 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .image-block .image::after {
    left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .image-block .image::after {
    left: 5px;
    top: 8px;
  }
  .image-block .image .text {
    top: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .image-block .image::after {
    left: 5px;
    top: 6px;
  }
  .image-block .image .text span {
    font-size: 18px;
    line-height: 32px;
  }
  .image-block .image .text {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .image-block .image .text span {
    font-size: 22px;
    line-height: 42px;
  }
  .image-block .image .text {
    top: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .image-block .image::after {
    top: 6px;
    left: 5px;
  }
}

@media (max-width: 575px) {
  .image-block .image .text span {
    font-size: 15px;
    line-height: 24px;
  }
  .image-block .image .text {
    top: 30px;
  }

  .image-block .image::after {
    top: 5px;
    left: 4px;
  }
}

/* FINE image-block */

.image-block-imageGroup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-block .image-block-imageGroup {
  margin-bottom: 18px;
}

@media (max-width: 575px) {
	.image-block .image-block-imageGroup {
    margin-bottom: 12px;
  }
}



.f14 .logo img{
	min-width: 0;
	width: 100%;
	display: block;
}