/*-------------------------
newsletters_get_in_touch
--------------------------*/
.wp-block.newsletters_get_in_touch {
  background: #fff;
}
.wp-block.newsletters_get_in_touch .container {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block.newsletters_get_in_touch .container {
    flex-direction: row;
  }
}
.wp-block.newsletters_get_in_touch .container .leftside {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block.newsletters_get_in_touch .container .leftside {
    max-width: 595px;
  }
}
.wp-block.newsletters_get_in_touch .container .rightside {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block.newsletters_get_in_touch .container .rightside {
    max-width: 495px;
  }
}
.wp-block.newsletters_get_in_touch .form-wrapper {
  background: #edf4f5;
  padding: 32px;
}
.wp-block.newsletters_get_in_touch .form-wrapper label {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
}
.wp-block.newsletters_get_in_touch .form-wrapper label input {
  margin-top: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #aeb5bd;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 100%;
}
.wp-block.newsletters_get_in_touch .form-wrapper label textarea {
  margin-top: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #aeb5bd;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 100%;
}
.wp-block.newsletters_get_in_touch .form-wrapper input[type=submit] {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 16px 24px;
  background: #c5af67;
  border-radius: 4px;
  cursor: pointer;
  transition: background 300ms ease;
}
.wp-block.newsletters_get_in_touch .form-wrapper input[type=submit]:hover {
  background: rgb(187.14, 161.4, 77.16);
  transition: background 300ms ease;
}
.wp-block.newsletters_get_in_touch .form-wrapper .wpcf7-spinner {
  display: none !important;
}
.wp-block.newsletters_get_in_touch .form-wrapper .wpcf7-response-output {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 13px;
}
.wp-block.newsletters_get_in_touch p {
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
.wp-block.newsletters_get_in_touch p:last-child {
  margin-bottom: 0;
}
.wp-block.newsletters_get_in_touch a {
  text-decoration: underline;
  color: #c5af67;
  text-decoration: underline;
}