
*,
*:after,
*:before {
  box-sizing: border-box;
}
.form-all {
  font-family: "Inter", sans-serif;
}
.main .jotform-form {
  width: 100%;
  padding: 0 3%;
}
.form-all {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 950px;
}
.form-line-active {
  background-color: #ffffe0;
}
.form-all {
  font-size: 16px;
}
li.form-line {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-line {
  padding: 7px 10px;
}
.form-section {
  padding: 0px 38px;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
}
.form-label {
  font-family: "Inter", sans-serif;
}
.form-line-column {
  width: calc(50% - 8px);
}
.form-checkbox-item label,
.form-checkbox-item span,
.form-radio-item label,
.form-radio-item span {
  color: #3a3737;
}
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}
.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 20px;
  height: 20px;
}
.submit-button {
  font-size: 16px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}
.submit-button {
  min-width: 180px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  min-width: 128px;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.header-large h1.form-header {
  font-size: 2em;
}
.header-large h2.form-header {
  font-size: 1.5em;
}
.header-large h3.form-header {
  font-size: 1.17em;
}
.header-large h1 + .form-subHeader {
  font-size: 1em;
}
.header-large h2 + .form-subHeader {
  font-size: .875em;
}
.header-large h3 + .form-subHeader {
  font-size: .75em;
}
.header-default h1.form-header {
  font-size: 2em;
}
.header-default h2.form-header {
  font-size: 1.5em;
}
.header-default h3.form-header {
  font-size: 1.17em;
}
.header-default h1 + .form-subHeader {
  font-size: 1em;
}
.header-default h2 + .form-subHeader {
  font-size: .875em;
}
.header-default h3 + .form-subHeader {
  font-size: .75em;
}
.header-small h1.form-header {
  font-size: 2em;
}
.header-small h2.form-header {
  font-size: 1.5em;
}
.header-small h3.form-header {
  font-size: 1.17em;
}
.header-small h1 + .form-subHeader {
  font-size: 1em;
}
.header-small h2 + .form-subHeader {
  font-size: .875em;
}
.header-small h3 + .form-subHeader {
  font-size: .75em;
}
.form-header-group {
  text-align: left;
}
.form-header-group {
  font-family: "Inter", sans-serif;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  margin: 0px -38px;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  padding: 0px 50px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: 0;
}
.form-header-group {
  border-bottom: none;
}
.form-line-error {
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #fff4f4;
}
.form-line-error .form-error-message {
  background-color: #f23a3c;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #f23a3c;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #f23a3c;
  box-shadow: 0 0 3px #f23a3c;
}
.supernova {
  background-color: rgba(255, 255, 255, 0);
  background-color: #faf5ef;
}
.supernova body {
  background-color: transparent;
}
.supernova .form-all,
.form-all {
  background-color: rgba(255, 255, 255, 0);
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
}
.form-matrix-table tr {
  border-color: rgba(230, 230, 230, 0);
}
.form-matrix-table tr:nth-child(2n) {
  background-color: rgba(242, 242, 242, 0);
}
.form-all {
  color: #201e1e;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #201e1e;
}
.form-line-error {
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #fff4f4;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: 0;
}

/*__INSPECT_SEPERATOR__*/
.form-label.form-label-right {
    display : inline-block;
    float : left;
    text-align : left !important;
}

.form-subHeader {
    font-weight : 300 !important;
    color : #201e1e !important;
}

.form-label.form-label-right {
    display : inline-block;
    float : left;
    text-align : left !important;
}

.form-label.form-label-auto {
    display : inline-block;
    float : left;
    text-align : left;
}

.form-submit-button-simple_white.submit-button {
    font-family : "Manrope", Sans-serif !important;
    font-size : 15px;
    font-weight : 700;
    text-transform : capitalize;
    font-style : normal;
    line-height : 1em;
    fill : #013042 !important;
    color : #013042 !important;
    background : #ffd600 !important;
    border-style : solid !important;
    border-width : 2px 2px 2px 2px !important;
    border-color : #ffd600 !important;
    border-radius : 4px 4px 4px 4px;
    padding : 9px 16px 9px 16px;
}

.form-submit-button-simple_white.submit-button {
    font-family : "Manrope", Sans-serif !important;
    font-size : 15px;
    font-weight : 700;
    text-transform : capitalize;
    font-style : normal;
    line-height : 1em;
    fill : #013042 !important;
    color : #013042 !important;
    background : #ffd600 !important;
    border-style : solid !important;
    border-width : 2px 2px 2px 2px !important;
    border-color : #ffd600 !important;
    border-radius : 4px 4px 4px 4px;
    padding : 9px 16px 9px 16px;
}

.form-subHeader {
    font-weight : 300 !important;
    color : #201e1e !important;
}

.form-label.form-label-right {
    display : inline-block;
    float : left;
    text-align : left !important;
}

.form-label.form-label-auto {
    display : inline-block;
    float : left;
    text-align : left;
}

.form-submit-button-simple_white.submit-button {
    font-family : "Manrope", Sans-serif !important;
    font-size : 15px;
    font-weight : 700;
    text-transform : capitalize;
    font-style : normal;
    line-height : 1em;
    fill : #013042 !important;
    color : #013042 !important;
    background : #ffd600 !important;
    border-style : solid !important;
    border-width : 2px 2px 2px 2px !important;
    border-color : #ffd600 !important;
    border-radius : 4px 4px 4px 4px;
    padding : 9px 16px 9px 16px;
}

.form-subHeader {
    font-weight : 300 !important;
    color : #201e1e !important;
}

.form-label.form-label-auto {
    display : inline-block;
    float : left;
    text-align : left;
}

.form-submit-button-simple_white.submit-button {
    font-family : "Manrope", Sans-serif !important;
    font-size : 15px;
    font-weight : 700;
    text-transform : capitalize;
    font-style : normal;
    line-height : 1em;
    fill : #013042 !important;
    color : #013042 !important;
    background : #ffd600 !important;
    border-style : solid !important;
    border-width : 2px 2px 2px 2px !important;
    border-color : #ffd600 !important;
    border-radius : 4px 4px 4px 4px;
    padding : 9px 16px 9px 16px;
}

#input_31 {

}

.form-label.form-label-right {
    display : inline-block;
    float : left;
    text-align : left !important;
}

.form-subHeader {
    font-weight : 300 !important;
    color : #201e1e !important;
}

.form-label.form-label-right {
    display : inline-block;
    float : left;
    text-align : left !important;
}

.form-label.form-label-auto {
    display : inline-block;
    float : left;
    text-align : left;
}

.form-submit-button-simple_white.submit-button {
    font-family : "Manrope", Sans-serif !important;
    font-size : 15px;
    font-weight : 700;
    text-transform : capitalize;
    font-style : normal;
    line-height : 1em;
    fill : #013042 !important;
    color : #013042 !important;
    background : #ffd600 !important;
    border-style : solid !important;
    border-width : 2px 2px 2px 2px !important;
    border-color : #ffd600 !important;
    border-radius : 4px 4px 4px 4px;
    padding : 9px 16px 9px 16px;
}

.form-subHeader {
    font-weight : 300 !important;
    color : #201e1e !important;
}

@media screen and (min-width: 768px){
    .jotform-form {
        padding : 0px 0 !important;
    }

    .form-subHeader {
        font-weight : 300 !important;
        color : #201e1e !important;
    }

    .form-sub-label {
        font-size : 1em !important;
    }

    .form-label {
        font-size : 18px !important;
        font-weight : 600 !important;
    }

    .supernova .form-all {
        border : none !important;
        box-shadow : none !important;
    }

    .form-label:not(.form-label-top) {
        width : 185px !important;
    }

    .form-input {
        width : calc(100% - 200px) !important;
    }

}

.form-label.form-label-auto {
    display : inline-block;
    float : left;
    text-align : left;
}

.form-submit-button-simple_white.submit-button {
    font-family : "Manrope", Sans-serif !important;
    font-size : 15px;
    font-weight : 700;
    text-transform : capitalize;
    font-style : normal;
    line-height : 1em;
    fill : #013042 !important;
    color : #013042 !important;
    background : #ffd600 !important;
    border-style : solid !important;
    border-width : 2px 2px 2px 2px !important;
    border-color : #ffd600 !important;
    border-radius : 4px 4px 4px 4px;
    padding : 9px 16px 9px 16px;
}

