/* HibNET Home Trust Module */
.trust-section {
  width: 100%;
  min-height: 187px;
  background-color: #000033;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  margin-bottom: 20px;
  color: #d0b059;
}
.trust-section .wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}
.trust-section .badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 80px;
}
.trust-section .material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 20, "opsz" 36;
}
.trust-section .badge-text {
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 600px) {
  .trust-section .badge-text {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .trust-section .wrapper {
    flex-wrap: wrap;
  }
  .trust-section .badge {
    min-width: 120px;
  }
}
@media (min-width: 1024px) {
  .trust-section .wrapper {
    max-width: 1140px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .trust-section .badge {
    max-width: 285px;
  }
  .trust-section .badge .material-symbols-outlined {
    font-size: 60px;
  }
  .trust-section .badge-text {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}/*# sourceMappingURL=front.css.map */