body {
  font-family: 'Barlow', sans-serif;
  overflow-x: clip;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-pagination .custom-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #e2e8f0;
  margin: 0 6px;
  transition: all 0.3s;
  cursor: pointer;
}

.swiper-pagination .custom-bullet-active {
  background: #f49414;
  width: 24px;
  border-radius: 5px;
}

.trustindex-widget {
  min-height: 400px;
}

.map-h-200 {
  height: 200px;
}

.map-h-300 {
  height: 300px;
}

.map-h-400 {
  height: 400px;
}

#contact-form {
  max-width: 100%;
  min-width: 0;
}

.ms-recaptcha-notice {
  text-align: center;
}

@media (max-width: 640px) {
  .grid > div {
    min-width: 0;
    max-width: 100%;
  }
}
