.contact-info {
  margin: 90px 0;
}
@media (max-width: 900px) {
  .contact-info {
    margin: 60px 0;
  }
}
.contact-info h1, .contact-info h2, .contact-info h3, .contact-info h4 {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}
.contact-info h1 {
  font-size: 45px;
}
@media (max-width: 900px) {
  .contact-info h1 {
    font-size: 32px;
  }
}
.contact-info h2 {
  font-size: 36px;
}
@media (max-width: 900px) {
  .contact-info h2 {
    font-size: 28px;
  }
}
.contact-info h3 {
  font-size: 28px;
}
@media (max-width: 900px) {
  .contact-info h3 {
    font-size: 22px;
  }
}
.contact-info h4 {
  font-size: 22px;
}
.contact-info__head {
  margin-bottom: 40px;
}
.contact-info__head .section-eyebrow {
  margin-bottom: 12px;
}
.contact-info__title {
  margin: 0;
}
.contact-info__grid {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  grid-gap: 48px;
  gap: 48px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .contact-info__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.contact-info__grid--no-map {
  grid-template-columns: 1fr;
}
.contact-info__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info__company {
  margin: 0;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #1a1a1a;
}
.contact-info__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-info__label {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #0f1b3d;
}
.contact-info__value {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #4a5673;
}
.contact-info__emails {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-info__email-item {
  display: flex;
  flex-direction: column;
}
.contact-info__email-label {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #8892a6;
}
.contact-info__phone, .contact-info__email {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #ff8c00;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-info__phone:hover, .contact-info__email:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.contact-info__map {
  height: 100%;
  min-height: 380px;
  border-radius: 12px;
  overflow: hidden;
}
.contact-info__map iframe,
.contact-info__map img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-info__map img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .contact-info__map {
    height: auto;
    min-height: 0;
  }
  .contact-info__map iframe {
    min-height: 300px;
  }
  .contact-info__map img {
    height: auto;
  }
}
/*# sourceMappingURL=styles.css.map */
