.form-map.reverse .wrapper {
  flex-direction: row-reverse; }
.form-map .wrapper {
  display: flex;
  flex-wrap: wrap; }
.form-map .text {
  flex: 1 1 50%; }
.form-map .form {
  flex: 1 1 50%;
  display: flex;
  align-items: center; }
  .form-map .form h3 {
    margin-top: 0; }
  .form-map .form .checkbox-label .checkbox-styled {
    background-color: var(--primary-bg);
    border-color: var(--dark-bg); }
    .form-map .form .checkbox-label .checkbox-styled span {
      font-size: 22px;
      font-weight: bold; }
.form-map .map {
  width: 100%;
  height: 100%; }
  .form-map .map iframe {
    width: 100%;
    height: 100%; }
.form-map input[type="number"], .form-map input[type="text"], .form-map input[type="tel"], .form-map input[type="email"], .form-map input[type="password"], .form-map input[type="datetime-local"], .form-map input[type="date"], .form-map select.form-control, .form-map textarea, .form-map textarea.form-control {
  border-width: var(--form-border-width);
  border-color: var(--form-border);
  border-radius: var(--form-border-radius);
  color: var(--form-text);
  background-color: var(--form-bg); }
  .form-map input[type="number"]:hover, .form-map input[type="text"]:hover, .form-map input[type="tel"]:hover, .form-map input[type="email"]:hover, .form-map input[type="password"]:hover, .form-map input[type="datetime-local"]:hover, .form-map input[type="date"]:hover, .form-map select.form-control:hover, .form-map textarea:hover, .form-map textarea.form-control:hover {
    border-color: var(--form-border-hover);
    color: var(--form-text-hover);
    background-color: var(--form-bg-hover); }
  .form-map input[type="number"]::placeholder, .form-map input[type="text"]::placeholder, .form-map input[type="tel"]::placeholder, .form-map input[type="email"]::placeholder, .form-map input[type="password"]::placeholder, .form-map input[type="datetime-local"]::placeholder, .form-map input[type="date"]::placeholder, .form-map select.form-control::placeholder, .form-map textarea::placeholder, .form-map textarea.form-control::placeholder {
    color: var(--form-placeholder); }

@media (max-width: 575.5px) {
  .form-map.reverse .wrapper {
    flex-direction: column-reverse; }
  .form-map .wrapper {
    flex-direction: column-reverse; }
  .form-map .text {
    flex: 1 1 100%; }
  .form-map .form {
    flex: 1 1 100%; }
  .form-map .map {
    min-height: 50vw; }
    .form-map .map iframe {
      height: revert-layer; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .form-map.reverse .wrapper {
    flex-direction: column-reverse; }
  .form-map .wrapper {
    flex-direction: column-reverse; }
  .form-map .text {
    flex: 1 1 100%; }
  .form-map .form {
    flex: 1 1 100%; }
  .form-map .map {
    min-height: 50vw; }
    .form-map .map iframe {
      height: revert-layer; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .form-map.reverse .wrapper {
    flex-direction: column-reverse; }
  .form-map .wrapper {
    flex-direction: column-reverse; }
  .form-map .text {
    flex: 1 1 100%; }
  .form-map .form {
    flex: 1 1 100%; }
  .form-map .map {
    min-height: 50vw; }
    .form-map .map iframe {
      height: revert-layer; }
  .form-map .container {
    max-width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .form-map .container {
    gap: 30px;
    flex-wrap: nowrap;
    max-width: 1140px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .form-map .container {
    gap: 30px;
    flex-wrap: nowrap;
    max-width: 1140px; } }
@media (min-width: 1580px) {
  .form-map .container {
    gap: 30px;
    flex-wrap: nowrap;
    max-width: 1140px; } }

/*# sourceMappingURL=form_map.css.map */
