﻿@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-300.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-400.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-500.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-700.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-900.woff2") format("woff2");
  font-weight: 900;
}
section.get-in-touch-block .form-container {
  box-sizing: border-box;
  padding: 0 50px;
}
section.get-in-touch-block .form-container .form-item {
  margin-bottom: 20px;
}
section.get-in-touch-block .form-container .form-item .form-label, section.get-in-touch-block .form-container .form-item .form-error {
  font-size: 14px;
  font-weight: 600;
}
section.get-in-touch-block .form-container .form-item .form-error {
  display: none;
  color: red;
}
section.get-in-touch-block .form-container .form-item.submit {
  margin-top: 30px;
}

.modal .modal-content .modal-header {
  background-color: #5E31B8;
  color: #fff;
}
.modal .modal-content .modal-body, .modal .modal-content .modal-footer {
  background-color: #f2f0f8;
}

@media screen and (max-width: 768px) {
  section.get-in-touch-block .form-container {
    padding: 0;
  }
  section .form-item {
    margin-bottom: 20px;
  }
  section .form-item.submit {
    margin-top: 10px !important;
    text-align: center;
  }
}
