.article .article__content .getintouch-popup,
.getintouch-popup {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  overflow: auto;
  transition: 0.35s ease;
  opacity: 0;
  pointer-events: none;
}
.article .article__content .getintouch-popup.active,
.getintouch-popup.active {
  opacity: 1;
  pointer-events: painted;
}
.article .article__content .getintouch-popup.active .getintouch-popup__thanks.active,
.getintouch-popup.active .getintouch-popup__thanks.active {
  opacity: 1;
  pointer-events: painted;
}
.article .article__content .getintouch-popup__close,
.getintouch-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: none;
  background: center/contain no-repeat url("../img/popup-close-icon-white.svg");
  cursor: pointer;
  z-index: 10;
}
.article .article__content .getintouch-popup__area,
.getintouch-popup__area {
  position: absolute;
  inset: 0;
}
.article .article__content .getintouch-popup__body,
.getintouch-popup__body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article .article__content .getintouch-popup__content,
.getintouch-popup__content {
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 10;
}
.article .article__content .getintouch-popup__content form,
.getintouch-popup__content form {
  max-width: 100%;
}
.article .article__content .getintouch-popup__content form label,
.getintouch-popup__content form label {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
}
.article .article__content .getintouch-popup__content form label.textarea-label,
.getintouch-popup__content form label.textarea-label {
  display: flex;
}
.article .article__content .getintouch-popup__content form input, .article .article__content .getintouch-popup__content form textarea,
.getintouch-popup__content form input,
.getintouch-popup__content form textarea {
  border: 1px solid #9ba5b9;
  padding: 14px 20px;
  border-radius: 12px;
  font: 400 16px/24px "Figtree";
  color: #060028;
  transition: 0.3s;
}
.article .article__content .getintouch-popup__content form button[type=submit],
.article .article__content .getintouch-popup__content form input[type=submit],
.getintouch-popup__content form button[type=submit],
.getintouch-popup__content form input[type=submit] {
  padding: 16px;
  border-radius: 100px;
  background: #060028;
  color: #fff;
  font: 600 16px/20px "Figtree" !important;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
  position: static;
  top: auto;
  transform: none;
  right: auto;
  width: 100%;
  height: auto;
  font-size: 0;
  border: none;
}
.article .article__content .getintouch-popup__content form button[type=submit]:hover,
.article .article__content .getintouch-popup__content form input[type=submit]:hover,
.getintouch-popup__content form button[type=submit]:hover,
.getintouch-popup__content form input[type=submit]:hover {
  background: #5273ef !important;
  color: #fff !important;
}
.article .article__content .getintouch-popup__thanks,
.getintouch-popup__thanks {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #fff;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  transition: 0.35s ease;
  opacity: 0;
  pointer-events: none;
}
.article .article__content .getintouch-popup__thanks-img,
.getintouch-popup__thanks-img {
  width: 150px;
  margin: 0 auto;
}
.article .article__content .getintouch-popup__thanks-text,
.getintouch-popup__thanks-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .getintouch-popup__content {
    max-width: 100%;
    padding: 40px 16px;
    border-radius: 0;
  }
}

/*# sourceMappingURL=get-in-touch-popup.css.map */
