/* Hide for everything except SRs */
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }
  
  html, body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scroll-behavior: smooth;
  width: 100vw;
  max-width: 100%; }
  
   .contact-form__header span {
  display: block;
  font-weight: 400; }

 .contact-form__instruction-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 1rem;
  padding: 0 1.25rem;
  width: 100%;
  max-width: 40rem;
  text-align: center; }
  @media screen and (min-width: 48rem) {
    .contact-form__instruction-text {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width:48rem){
    .contact-form__contact-image{
        position:absolute;
        bottom: auto;
        margin-top: 3rem;
    }
}
@media screen and (min-width:67.5rem){
    .contact-form__contact-image{
        width:25.625rem
    }
}
@media screen and (max-width:47.9375rem){
    .contact-form__contact-image{
        display:none
    }
}