.page-intro {
  background: linear-gradient(127.31deg, rgba(0, 0, 0, 0.68) 44.53%, rgba(0, 0, 0, 0) 83.52%), url("/static/img/office.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts {
  padding-top: 100px;
}
.contacts .container .contacts-heading {
  padding-bottom: 24px;
}
.contacts .container .col {
  margin-top: 50px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 100px;
}
.contacts .container .col .row {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 50%;
}
.contacts .container .col .row .col-1 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contacts .container .col .row .col-1 .row-1 {
  background-color: #f6f9fe;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  border-radius: 2px;
}
.contacts .container .col .row .col-1 .row-1 .office {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.contacts .container .col .row .col-1 .row-1 .office .office-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contacts .container .col .row .col-1 .row-1 .office .office-title .icon {
  font-size: 28px;
  background-color: #f6f9fe;
  color: #2A2D7C;
}
.contacts .container .col .row .col-1 .row-1 .office .office-title h3 {
  text-transform: capitalize;
}
.contacts .container .col .row .form-container {
  width: 100%;
}
.contacts .container .col .row .form-container .form {
  display: grid;
  gap: 8px;
}
.contacts .container .col .row .form-container .form input,
.contacts .container .col .row .form-container .form textarea {
  width: 100%;
  border: 1px solid #3d3d3d;
  font-family: "Futura Book", sans-serif;
}
.contacts .container .col .row .form-container .form input::-moz-placeholder, .contacts .container .col .row .form-container .form textarea::-moz-placeholder {
  font-size: 16px;
}
.contacts .container .col .row .form-container .form input::placeholder,
.contacts .container .col .row .form-container .form textarea::placeholder {
  font-size: 16px;
}
.contacts .container .col .row .form-container .form input:focus,
.contacts .container .col .row .form-container .form textarea:focus {
  border: 1px solid #2A2D7C;
}
.contacts .container .col .row .form-container input[type=submit] {
  width: 200px;
  font-size: 18px;
  background-color: #2A2D7C;
  color: white;
  border: 1px solid #2A2D7C;
}
.contacts .container .col .row .form-container input[type=submit]:hover {
  background-color: white;
  color: #2A2D7C;
}
.contacts .container .col .row .form-container .submit-btn {
  border-radius: 2px;
  background-color: #2A2D7C;
  color: #f6f9fe;
  border: transparent;
  width: 201px;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contacts .container .col .row .form-container .submit-btn a {
  color: #f6f9fe;
  text-transform: capitalize;
}
.contacts .container .location {
  padding: 50px 0;
}

@media screen and (max-width: 540px) {
  .container {
    padding: 20px;
    width: 100%;
  }
  .page-intro {
    background-position: center;
  }
  .contacts .container .col {
    flex-direction: column;
  }
  .contacts .container .col .row {
    width: 100%;
  }
  .contacts .container .col .row .col-1 {
    flex-direction: column;
    width: 100%;
  }
  .contacts .container .col .row .col-1 .row-1 {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .contacts .container .col .row {
    width: 100%;
  }
  .contacts .container .location {
    flex-direction: column;
  }
  .contacts .container .location .row {
    width: 100%;
  }
  .contacts .container .location .row img {
    border-radius: 2px 2px 0 0;
  }
  .contacts .container .location .map {
    width: 100%;
    margin-top: 0;
  }
  .contacts .container .location .map iframe {
    border-radius: 0 0 2px 2px;
    width: 100%;
    top: 0;
  }
}/*# sourceMappingURL=contact.css.map */