@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  text-align: center;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

    .form-wrapper iframe {
        width: 100%;
        height: 2200px;
        border: 0;
        display: block;
    }