/* ==============================================================================
# mobileFont
============================================================================== */
.pmlab-whitepaperModal__form {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
}
.pmlab-whitepaperModal__form .wpcf7 {
  margin: 0;
}
.pmlab-whitepaperModal__form .wpcf7 form {
  margin: 0;
  display: grid;
  gap: 18px;
}
.pmlab-whitepaperModal__form br {
  display: none;
}
.pmlab-whitepaperModal__form p {
  margin: 0;
}
.pmlab-whitepaperModal__form .form-label {
  display: inline-flex;
  align-items: center;
  font-size: inherit;
}
.pmlab-whitepaperModal__form label.is-required .form-label::after {
  content: "*";
  color: #e83c5c;
  margin-left: 4px;
  font-weight: 700;
}
.pmlab-whitepaperModal__form label {
  display: block;
  font-size: 14px;
}
.pmlab-whitepaperModal__form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
.pmlab-whitepaperModal__form input[type=text],
.pmlab-whitepaperModal__form input[type=email],
.pmlab-whitepaperModal__form input[type=tel],
.pmlab-whitepaperModal__form select,
.pmlab-whitepaperModal__form textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}
.pmlab-whitepaperModal__form textarea {
  height: 60px;
  resize: vertical;
}
.pmlab-whitepaperModal__form .form-row--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .pmlab-whitepaperModal__form .form-row--2col {
    grid-template-columns: 1fr;
  }
}
.pmlab-whitepaperModal__form .form-acceptance {
  font-size: 13px;
  line-height: 1.6;
}
.pmlab-whitepaperModal__form .form-acceptance a,
.pmlab-whitepaperModal__form .form-acceptance span {
  font-size: inherit;
}
.pmlab-whitepaperModal__form .form-acceptance .wpcf7-form-control-wrap {
  margin-top: 0;
  font-size: 14px;
}
.pmlab-whitepaperModal__form .form-acceptance .wpcf7-form-control-wrap.privacy-consent .wpcf7-list-item-label::after,
.pmlab-whitepaperModal__form .form-acceptance .wpcf7-form-control-wrap[data-name=privacy-consent] .wpcf7-list-item-label::after {
  content: "*";
  color: #e83c5c;
  margin-left: 4px;
  font-weight: 700;
  display: inline-block;
}
.pmlab-whitepaperModal__form .form-acceptance-note {
  font-size: 12px;
}
.pmlab-whitepaperModal__form .form-acceptance .wpcf7-list-item {
  margin: 0;
}
.pmlab-whitepaperModal__form .form-acceptance .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.pmlab-whitepaperModal__form .form-acceptance input[type=checkbox] {
  margin-top: 3px;
}
.pmlab-whitepaperModal__form .form-acceptance a {
  color: #0066cc;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .pmlab-whitepaperModal__form .form-acceptance a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .pmlab-whitepaperModal__form .form-acceptance a:active {
    opacity: 0.7;
  }
}
.pmlab-whitepaperModal__form .form-submit {
  position: relative;
  display: block;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
.pmlab-whitepaperModal__form .form-submit__icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.pmlab-whitepaperModal__form input.wpcf7-submit {
  width: 100%;
  height: 52px;
  border: 0;
  background-color: #e83c5c;
  padding: 0 18px;
  padding-right: 52px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}
.pmlab-whitepaperModal__form .wpcf7-spinner {
  display: none;
}
.pmlab-whitepaperModal__form .wpcf7-not-valid {
  border-color: #e83c5c !important;
}
.pmlab-whitepaperModal__form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #e83c5c;
  font-weight: 700;
}
.pmlab-whitepaperModal__form .wpcf7-response-output {
  margin: 14px 0 0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
}/*# sourceMappingURL=pmlab-contact.css.map */