.subform-div {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: 50px;
  padding: 0px;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 99px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px -11px #bbb;
}

.form-input-field {
  width: 300px;
  height: 100%;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #f0f4f7;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
}

.form-input-field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #00b2ee;
}

.header-div {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 30px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1.4px solid #dde2e7;
}

.inner-form-div-personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 700;
}

.field-label {
  position: static;
  width: auto;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.field-label-2 {
  position: static;
  float: left;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5c5c5c;
  font-weight: 300;
  text-align: left;
}

.tooltip {
  position: relative;
  z-index: auto;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  float: right;
  clear: none;
  border-style: solid;
  border-width: 3px;
  border-color: #e7ecf0;
  border-radius: 20px;
  background-image: url('../images/qmark.png');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-align: center;
}

.tooltip:hover {
  background-image: url('../images/next.png');
  background-position: 50% 50%;
  background-size: contain;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  height: 100%;
}

._100pc-width {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-nav {
  width: 100%;
  margin-top: 100px;
}

.form-brand {
  margin-top: 25px;
}

._50pc-width {
  display: block;
  width: 50%;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block {
  text-align: center;
}

.success-message {
  display: none;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #7ed371;
}

.form-heading {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #38220f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.form-lang-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-1 {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  display: block;
  margin: 60px auto;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #967259;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #f0f4f7;
  color: #000;
}

.text-block-6 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.form-nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.separator {
  width: 1.5px;
  height: 100%;
  background-color: #d1d2d4;
}

.debug-text {
  padding-left: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.error-message {
  background-color: #e5ffde;
}

.form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  margin-bottom: 0px;
  margin-left: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, #000, #967259);
}

.form {
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  text-align: center;
}

.tooltip-2 {
  position: relative;
  z-index: auto;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  float: right;
  clear: none;
  border-style: solid;
  border-width: 3px;
  border-color: #e7ecf0;
  border-radius: 20px;
  background-image: url('../images/qmark.png');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-filter: contrast(73%) grayscale(100%);
  filter: contrast(73%) grayscale(100%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-align: center;
}

.tooltip-2:hover {
  background-image: url('../images/next.png');
  background-position: 50% 50%;
  background-size: contain;
}

.debug-container {
  margin-right: 50px;
  margin-left: 50px;
}

.auto-width {
  display: block;
  width: auto;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.upload-message {
  display: none;
  color: #fff;
  font-size: 12px;
}

.subform-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.header {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.text-input {
  height: 30px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 2px;
  background-color: #f0f4f7;
  font-size: 12px;
}

.text-input:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #634832;
}

.subform {
  position: relative;
  display: block;
  width: 550px;
  height: auto;
  margin: 25px 50px;
  padding: 0px;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 99px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px -9px #000;
  text-align: center;
}

.subform.hide {
  display: none;
}

.tooltip-arrow {
  width: 100%;
  height: 100%;
}

.tooltip-3 {
  position: relative;
  z-index: auto;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  float: right;
  clear: none;
  border-style: solid;
  border-width: 3px;
  border-color: #e7ecf0;
  border-radius: 20px;
  background-image: url('../images/qmark.png');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-filter: contrast(73%) grayscale(100%);
  filter: contrast(73%) grayscale(100%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-align: center;
}

.tooltip-3:hover {
  background-image: url('../images/next.png');
  background-position: 50% 50%;
  background-size: contain;
}

.field-label-1 {
  position: static;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.subform-header {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 30px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1.4px solid #dde2e7;
}

.field-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.lang-link {
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.lang-link.inactive {
  font-family: 'Source Sans Pro', sans-serif;
}

.lang-link.active {
  color: #000;
}

.form-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-decoration: none;
}

.form-nav-link:hover {
  background-color: #f5f5f5;
}

.form-nav-link:active {
  background-color: transparent;
}

.form-nav-link.hide {
  display: none;
}

.link-to-tab {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-status-check {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #967259;
  border-radius: 20px;
  background-color: transparent;
}

.form-nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.poweredby-text {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 9px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.webbrew-logo {
  width: 75px;
  height: 20px;
  background-image: url('../images/Logo-Variant4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.privacy-policy {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #38220f;
  font-size: 9px;
  line-height: 15px;
  font-weight: 400;
}

.gpp-link-2 {
  color: #967259;
  text-decoration: none;
}

.upbtn {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #634832;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.upbtn.hide {
  display: none;
}

@media screen and (min-width: 1280px) {
  .field-container-1 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    font-size: 18px;
  }

  .text-input {
    font-size: 14px;
  }

  .field-label-1 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .form-1 {
    display: block;
  }

  .form-nav-menu {
    width: 15%;
  }

  .form-grid {
    width: 85%;
    margin-left: 15%;
  }

  .header {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .form-nav {
    display: none;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-brand {
    width: 60px;
    margin-top: 0px;
    margin-left: 35px;
  }

  .form-heading {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }

  .form-lang-links {
    margin-top: 0px;
    margin-right: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-1 {
    z-index: 9999;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    box-shadow: 0 0 20px -9px #000;
  }

  .submit-button {
    z-index: 999;
  }

  .form-nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fff;
  }

  .form-grid {
    position: static;
    width: 100%;
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .link-to-tab {
    font-size: 10px;
  }

  .tab-status-check {
    display: inline-block;
  }

  .form-nav-footer {
    display: none;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .subform-div {
    width: 500px;
  }

  .field-container {
    width: 450px;
  }

  .form-1 {
    box-shadow: 0 0 20px -12px #000;
  }

  .text-block-6 {
    width: 420px;
  }

  .subform {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .field-container-1 {
    width: 450px;
  }

  .form-nav-link {
    width: 25%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .subform-div {
    width: 100%;
    margin: 0px;
  }

  .form-input-field {
    width: 100%;
  }

  .form-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-brand {
    display: block;
  }

  .field-container {
    width: 100%;
  }

  .form-heading {
    font-size: 12px;
  }

  .form-1 {
    height: 100%;
    box-shadow: 0 0 20px -12px #000;
  }

  .text-block-6 {
    width: 230px;
  }

  .form-grid {
    width: auto;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .form {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .auto-width {
    width: 100%;
  }

  .html-embed {
    width: 100%;
  }

  .text-input {
    width: 100%;
  }

  .subform {
    width: 100%;
    margin: 0px 0px 25px;
  }

  .field-container-1 {
    width: 100%;
  }

  .form-nav-link {
    width: 100%;
  }
}

#w-node-_530fbbf2-5634-e62b-f697-5b503c94ee3d-56abef35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_76d55d37-c68d-e138-9a2b-2b3a441c7fad-56abef35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_530fbbf2-5634-e62b-f697-5b503c94ee3d-3350c65f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_76d55d37-c68d-e138-9a2b-2b3a441c7fad-3350c65f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}