body{
 
}

.form-all {
      font-family: Inter, sans-serif;
    }
    .form-all .form-submit-button,
    .form-all .form-submit-reset,
    .form-all .form-submit-print {
      font-family: Inter, sans-serif;
    }
    .form-all .form-pagebreak-back-container,
    .form-all .form-pagebreak-next-container {
      font-family: Inter, sans-serif;
    }
    .form-header-group {
      font-family: Inter, sans-serif;
    }
    .form-label {
      font-family: Inter, sans-serif;
    }
  
    .form-label.form-label-auto {
      
    display: block;
    float: none;
    text-align: left;
    width: 100%;
  
    }
  
    .form-line {
      margin-top: 12px;
      margin-bottom: 12px;
      color: #b8bdc9; 	
    }
  
    .form-all {
      max-width: 752px;
      width: 100%;
    }
  
    .form-label.form-label-left,
    .form-label.form-label-right,
    .form-label.form-label-left.form-label-auto,
    .form-label.form-label-right.form-label-auto {
      width: 230px;
    }
  
    .form-all {
      font-size: 16px
    }    
    .form-all .form-submit-button  .form-all {
      font-family: Inter, sans-serif;
    }
    .form-all .form-submit-button,
    .form-all .form-submit-reset,
    .form-all .form-submit-print {
      font-family: Inter, sans-serif;
    }
    .form-all .form-pagebreak-back-container,
    .form-all .form-pagebreak-next-container {
      font-family: Inter, sans-serif;
    }
    .form-header-group {
      font-family: Inter, sans-serif;
    }
    .form-label {
      font-family: Inter, sans-serif;
    }
  
    .form-label.form-label-auto {
      
    display: block;
    float: none;
    text-align: left;
    width: 100%;
  
    }
  
    .form-line {
      margin-top: 12px;
      margin-bottom: 12px;
      color: #b8bdc9; 	
    }
  
    .form-all {
      max-width: 752px;
      width: 100%;
    }
  
    .form-label.form-label-left,
    .form-label.form-label-right,
    .form-label.form-label-left.form-label-auto,
    .form-label.form-label-right.form-label-auto {
      width: 230px;
    }
  
    .form-all {
      font-size: 16px
    }
    .form-all .qq-upload-button,
    .form-all .qq-upload-button,
    .form-all .form-submit-button,
    .form-all .form-submit-reset,
    .form-all .form-submit-print {
      font-size: 16px
    }
    .form-all .form-pagebreak-back-container,
    .form-all .form-pagebreak-next-container {
      font-size: 16px
    }
  
    .supernova .form-all, .form-all {
      background-color: #fff;
    }
  
    .form-all {
      color: #2C3345;
    }
    .form-header-group .form-header {
      color: #2C3345;
    }
    .form-header-group .form-subHeader {
      color: #2C3345;
    }
    .form-label-top,
    .form-label-left,
    .form-label-right,
    .form-html,
    .form-checkbox-item label {
      color: #2C3345;
    }
  
    .supernova {
      background-color: #ecedf3;
    }
    .supernova body {
      background: transparent;
    }
  
    .form-textbox,
    .form-textarea,
    .form-checkbox-other-input,
    .form-captcha input,
    .form-spinner input {
      background-color: #fff;
    }
  
    .form-all {
      position: relative;
    }
    .form-all:before {
      content: "";
      display: inline-block;
      height: 140px;
      position: absolute;
      background-size: 736px 140px;
      background-repeat: no-repeat;
      width: 100%;
    }
    .form-all {
      margin-top: 160px !important;
    }
    .form-all:before {
      top: -150px;
      left: 0;
      background-position: top left;
    }
           
  .ie-8 .form-all:before { display: none; }
  .ie-8 {
    margin-top: auto;
    margin-top: initial;
  }
  
  /*PREFERENCES STYLE*/

img {
    max-width: 100%;
}
.form-all {
    display: flex;
    flex-direction: column;
    margin: 72px auto;
    width: 100%;
}
.form-line {
    padding: 12px 10px;
    margin: 12px 4px;
    border-radius: 3px;
    position: relative;
    width: 100%;
    color: #b8bdc9;
}
.form-line,
ul.page-section {
    flex-wrap: wrap;
}
ul.page-section {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0 38px;
    list-style: none;
}
.form-line-column {
    width: calc(50% - 8px);
}
.form-line-column.form-line-column-clear {
    width: calc(50% - 7px);
}
.form-input {
    width: calc(100% - 240px);
}
.form-label-top {
    width: 100%;
    margin-left: 2px;
    margin-bottom: 14px;
}
.form-input-wide {
    width: 100%;
}
li.form-line:not(.form-line-column) .form-input-wide[data-layout="half"] {
    width: calc(50% - 14px);
}
.fixed-width.form-line:not(.form-line-column) .form-input-wide[data-layout="half"] {
    width: 100%;
}
.form-textbox {
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid;
    display: block;
    min-width: 100%;
}
.fixed-width .form-textbox {
    max-width: 100%;
    min-width: unset;
}
.form-textbox {
    height: 2.5em;
}

.form-checkbox {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.form-checkbox + label,
.form-checkbox + span {
    padding-left: 30px;
    min-height: 20px;
    font-size: 0.9375em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    word-break: break-word;
}
.form-checkbox + label:before,
.form-checkbox + span:before {
    width: 20px;
    height: 20px;
    border: 1px solid;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.form-checkbox + label:after,
.form-checkbox + span:after {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s;
}
.form-multiple-column .form-checkbox-item,
.form-single-column .form-checkbox-item {
    float: left;
}
.form-multiple-column .form-checkbox-item:not(.formCheckboxOther):not(:last-child),
.form-single-column .form-checkbox-item:not(.formCheckboxOther):not(:last-child) {
    margin-bottom: 10px;
}
.formCheckboxOther {
    width: 100%;
}
.isSelected .formCheckboxOther {
    margin-top: 10px;
}
.form-checkbox + label,
.form-checkbox + span {
    display: inline-block;
}
.form-checkbox + label:before,
.form-checkbox + span:before,
.form-checkbox:checked + label:after,
.form-checkbox:checked + span:before {
    border-radius: 2px;
    transition: background-color 0.15s, border-color 0.15s;
    width: 20px;
    height: 20px;
}
.form-checkbox:checked + label:after,
.form-checkbox:checked + span:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.667 3L9 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.form-checkbox:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.other-input-container {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.other-input-container.is-none {
    display: none;
}
.page-section li[data-type="control_button"] {
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.opg-form-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    width: auto;
    min-width: 128px;
    color: #2c3345;
    font-size: 1em;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid;
    cursor: pointer;
    font-weight: 500;
}
.form-buttons-wrapper,
.form-submit-clear-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 0 -38px 10px;
    padding: 30px 52px;
    border-top: 1px solid;
}
.submit-button {
    width: auto;
    min-width: 180px;
}
.form-header {
    margin: 0;
    font-weight: 600;
    line-height: 1.45;
}
.header-text {
    flex-grow: 1;
}
.form-subHeader {
    font-weight: 500;
    line-height: 1.6;
}
.form-header-group {
    border-bottom: 1px solid;
    padding: 14px;
    margin-top: 1.25em;
    margin-bottom: 0.75em;
}
div.header-large {
    margin: 0 -38px;
    padding: 2.5em 52px;
}

.header-default .form-header {
    font-size: 1.25em;
    margin-bottom: 4px;
}
.header-default .form-subHeader {
    font-size: 0.875em;
    margin-bottom: 4px;
}
.header-small .form-header {
    font-size: 1.125em;
}
.header-small .form-subHeader {
    font-size: 0.75em;
}
body {
    font-family: Inter, sans-serif;
    font-size: 16px;
    background-color: #f3f3fe;
    color: #2c3345;
}
.form-all {
    border-radius: 3px;
    box-shadow: 0 4px 4px rgba(87, 100, 126, 0.21);
    background-color: #fff;
    max-width: 752px;
}
.form-line-active {
    background-color: #f1f5ff;
    color: #b8bdc9;
}
.form-line-error {
    background-color: #ffeded;
}
.form-required {
    color: #f23a3c;
}
.form-textarea,
.form-textbox,
.signature-wrapper {
    background-color: #fff;
    border-color: #b8bdc9;
    color: #2c3345;
}
.form-checkbox + label:before,
.form-checkbox + span:before {
    background-color: #fff;
    border-color: #b8bdc9;
}
.form-checkbox:hover + label:before,
.form-checkbox:hover + span:before {
    border-color: rgba(46, 105, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(46, 105, 255, 0.25);
}
.form-checkbox:checked + label:before,
.form-checkbox:checked + span:before,
.form-checkbox:checked + span label:before {
    border-color: #2e69ff;
    background-color: #2e69ff;
}
.formFooter-button,
.submit-button {
    background-color: #66cc00;
    color: #fff;
}
.formFooter-button:hover,
.submit-button:hover {
    background-color: #636466;
}
