@media only screen and (min-width:1400px) {}


@media only screen and (max-width:1200px) {}

@media only screen and (max-width:992px) {

.vs_split {
    flex-direction: column;
  }
  .vs_hero_col {
    position: relative;
    min-height: auto;
    height: auto;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 110px 6% 56px;
  }
  .vs_content_col {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 56px 6% 110px;
  }
  .vs_map_outline {
    display: none;
  }
  .vs_mobile_cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: var(--navy-deep);
    padding: 14px 16px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .vs_mobile_cta .btn-primary {
    width: 100%;
    justify-content: center;
  }
  .vs_form_card {
    max-width:100% ;
  }
}

@media only screen and (max-width:767px) {
  .vs_field_row {
    grid-template-columns: 1fr;
  }
  .vs_trust_grid {
    grid-template-columns: 1fr;
  }
  .vs_process {
    flex-wrap: wrap;
  }
  .vs_process_step {
    flex: 1 1 40%;
  }
  .vs_process::before {
    display: none;
  }
  .vs_form_card {
    padding: 26px 20px 22px;
  }
  .vs_wrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width:576px) {

  a,
  p {
    font-size: 13px;
  }


}


@media (max-width: 480px) {}

@media (max-width: 352px) {}

@media (max-width: 300px) {}