.card-formset[data-style="1"] {
  margin-bottom: 0;
  background-color: #ffffff; }
  .card-formset[data-style="1"] input:not([type]),
  .card-formset[data-style="1"] input[type=text],
  .card-formset[data-style="1"] input[type=password],
  .card-formset[data-style="1"] input[type=email],
  .card-formset[data-style="1"] input[type=url],
  .card-formset[data-style="1"] input[type=time],
  .card-formset[data-style="1"] input[type=date],
  .card-formset[data-style="1"] input[type=datetime],
  .card-formset[data-style="1"] input[type=datetime-local],
  .card-formset[data-style="1"] input[type=tel],
  .card-formset[data-style="1"] input[type=number],
  .card-formset[data-style="1"] input[type=search],
  .card-formset[data-style="1"] input#captcha,
  .card-formset[data-style="1"] textarea {
    height: 42px; }
  .card-formset[data-style="1"] textarea {
    padding: 3.8rem 1rem 0.8rem 1rem; }
  .card-formset[data-style="1"] .article-title {
    padding-top: 36px;
    margin: 0px auto 26px;
    color: #000000;
    text-align: center;
    letter-spacing: 2.7px;
    font-size: 3.1rem;
    font-weight: 900; }
  .card-formset[data-style="1"] .article-content {
    max-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 580px) {
      .card-formset[data-style="1"] .article-content {
        max-width: 90%; } }
    .card-formset[data-style="1"] .article-content .top-banner {
      margin: 0 auto 30px;
      background: white; }
  .card-formset[data-style="1"] .forms .input-field {
    margin: 0; }
  .card-formset[data-style="1"] .forms .radio-box {
    margin-top: 10px; }
  .card-formset[data-style="1"] .forms .alert {
    color: white; }
  .card-formset[data-style="1"] .button-bar label {
    color: white; }
  .card-formset[data-style="1"] .button-bar a.btnSend {
    margin-bottom: 36px;
    padding: 10px 50px;
    border-width: 2px;
    border-radius: 50px;
    font-size: 1.8rem;
    letter-spacing: 2.24px; }
