@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
#map {
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 8px;
  margin-top: clamp(32px, calc(-4.5714285714px + 4.7619047619vw), 64px);
  margin-bottom: clamp(32px, calc(-4.5714285714px + 4.7619047619vw), 64px);
}

.leaflet-popup-content {
  text-align: center !important;
}

.leaflet-popup {
  top: -75px !important;
}

.leaflet-marker-icon {
  top: -19px !important;
  left: -6px !important;
}

.withoutMapContainer {
  padding-left: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  padding-right: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  padding-bottom: clamp(32px, calc(-4.5714285714px + 4.7619047619vw), 64px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #fff;
}
.withoutMapContainer h1 {
  font-family: "Bold" !important;
  font-size: 1.562rem !important;
}
.withoutMapContainer h2 {
  font-family: "Bold" !important;
  font-size: 1.425rem !important;
}
.withoutMapContainer h4 {
  font-family: "Bold" !important;
  font-size: 1rem !important;
}
.withoutMapContainer p {
  font-family: "Regular" !important;
  font-size: 1rem !important;
}
.withoutMapContainer .topContactCard {
  flex-direction: column;
  align-items: center;
  gap: 30px;
  display: flex;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #dee3ed;
  background-color: #f8f9fb;
}
.withoutMapContainer .topContactCard h2 {
  text-align: center;
}
.withoutMapContainer .topContactCard .topPartWithoutTitle {
  display: flex;
  gap: 20px;
}
.withoutMapContainer .topContactCard .topPartWithoutTitle .officeCard {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 24px;
  gap: 15px;
  width: 50%;
}
.withoutMapContainer .topContactCard .topPartWithoutTitle .officeCard .email {
  text-decoration: none !important;
  font-family: "Regular" !important;
  font-size: 1rem !important;
  color: #049ead;
}
.withoutMapContainer .topContactCard .topPartWithoutTitle .officeCard h2 {
  font-family: "Bold" !important;
  font-size: 1.25rem !important;
}
.withoutMapContainer .topContactCard .topPartWithoutTitle .officeCard h3 {
  font-family: "Bold" !important;
  font-size: 1.25rem !important;
}
.withoutMapContainer .topContactCard .topPartWithoutTitle .officeCard h4 {
  font-family: "Bold" !important;
  font-size: 1rem !important;
}
.withoutMapContainer .officeContainer a {
  text-decoration: none !important;
  font-family: "Regular" !important;
  font-size: 1rem !important;
  color: #049ead;
}

@media (max-width: 768px) {
  #map {
    height: 350px !important;
    border-radius: 0px !important;
  }
  .withoutMapContainer .topContactCard h2 {
    text-align: left !important;
  }
  .withoutMapContainer .topContactCard .topPartWithoutTitle {
    flex-direction: column;
  }
  .withoutMapContainer .topContactCard .topPartWithoutTitle .officeCard {
    padding: 24px;
  }
  .topContactCard,
  .topPartWithoutTitle {
    gap: 15px !important;
    align-items: unset !important;
  }
}/*# sourceMappingURL=contact.css.map */