:root {
  --red: #da2323;
  --black: black;
  --white: white;
  --forest-green: rgba(26, 148, 16, .69);
  --dodger-blue: #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Source Sans Pro;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #3898ec;
  text-decoration: none;
}

.success-message {
  max-width: 800px;
  background-color: #abd0c6;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
}

.heading-message {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}

.text-message-success {
  color: #fff;
}

.heading {
  color: #fff;
  margin-top: 0;
  font-size: 31px;
  font-weight: 400;
}

.submit-button {
  width: 100%;
  height: 50px;
  background-color: rgba(26, 148, 16, .69);
  border-radius: 5px;
  margin-top: 20px;
}

.submit-button.button {
  height: 50px;
  letter-spacing: 0;
  text-transform: none;
  background-color: #abd0c6;
  border-radius: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.form-block {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.error-message {
  max-width: 720px;
  background-color: rgba(255, 168, 168, .3);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-family: Lato, sans-serif;
}

.column-left {
  padding-left: 0;
}

.column-right {
  padding-right: 0;
}

.row {
  width: 100%;
  display: inline-block;
}

.label-required {
  color: var(--red);
}

.checkbox-terms {
  margin-top: 10px;
}

.receipt-button {
  width: 100%;
  height: 45px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #abd0c6;
  border: 1px #000;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  transition: background-color .2s;
}

.receipt-button:hover {
  background-color: #afb800;
}

.block-receipt {
  margin-bottom: 15px;
}

.block-name {
  display: block;
}

.block-payout {
  margin-top: 10px;
}

.label-note {
  color: #666;
  text-align: left;
  margin-top: 8px;
}

.checkbox-newsletter {
  display: block;
}

.text-field {
  border-radius: 3px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-field.text-field-uppercase {
  text-transform: uppercase;
}

.body {
  margin-left: 0;
  font-family: Universltstd cn;
  display: block;
}

.form {
  width: 100%;
  text-align: left;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.span-receipt-date, .span-receipt-sum, .span-receipt-merchant {
  font-weight: 600;
}

.row-buttons {
  margin-top: 8px;
  margin-bottom: 8px;
}

.field-label {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.field-label.radiofield {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.link {
  color: #333;
  text-decoration: underline;
}

.checkbox-label {
  color: var(--black);
  margin-top: 2px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.label-note-email {
  color: #666;
  text-align: left;
  margin-top: 0;
}

.radio-button-field {
  height: 44px;
  text-align: center;
  border: 2px solid #f60;
  border-radius: 1px;
  font-weight: 600;
  transition: background-color .2s;
}

.radio-button-field:hover {
  color: #fff;
  background-color: #f60;
}

.radio-button-field.radio-button-right-field {
  background-color: #fff;
  border-color: #f60;
}

.radio-button-field.radio-button-right-field:hover {
  background-color: #f60;
}

.radio-button-label {
  width: 100%;
  height: 100%;
  color: #f60;
  padding-top: 10px;
  font-family: Universltstd cn;
  font-weight: 600;
}

.radio-button-label:hover {
  color: #fff;
}

.input-file {
  width: 100%;
  height: 45px;
  clear: none;
  opacity: .01;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Swiss721bt;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.div-block {
  font-family: Poppins;
  position: relative;
  overflow: hidden;
}

.loader {
  z-index: 9999;
  color: #abd0c6;
  background-color: rgba(255, 255, 255, .76);
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
}

.div-block-3 {
  z-index: 9999;
  width: 200px;
  height: 200px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.text-block {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-block-4 {
  flex: 1;
}

.image {
  margin-bottom: 0;
  position: static;
}

.block-data-policy {
  padding: 16px;
  display: none;
}

.heading-2 {
  max-width: 800px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.btn-data-policy-close {
  float: right;
  color: #fff;
  background-color: #f60;
  border-radius: 1px;
  position: static;
}

.column {
  margin-top: 10px;
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.bold-text {
  font-size: 24px;
  font-weight: 600;
}

.subheadline {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.recaptcha {
  margin: 20px auto 0;
  display: block;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.block-terms-of-use {
  padding: 16px;
  display: none;
}

.btn-terms-of-use-close {
  float: right;
  color: #fff;
  background-color: #f60;
  border-radius: 1px;
  display: block;
  position: static;
}

.block-terms-of-participation, .block-data-policy {
  padding: 16px 40px;
  font-family: Poppins;
  font-size: 14px;
  display: none;
}

.btn-terms-of-participation-close, .btn-data-policy-close {
  float: right;
  color: #fff;
  background-color: #abd0c6;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
  position: static;
}

.btn-terms-of-participation-close:hover {
  background-color: #47b497;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.block-information {
  margin-top: 20px;
  display: block;
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 14px;
}

.block-birthday, .block-address {
  display: block;
}

.text-field-2 {
  height: 25px;
  color: #2c2b2b;
  border: 1px solid #b91a51;
  border-radius: 0;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-field-2::-ms-input-placeholder {
  color: #b91a51;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
}

.text-field-2::placeholder {
  color: #b91a51;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
}

.textarea {
  max-height: 300px;
  max-width: 100%;
  min-height: 70px;
  min-width: 100%;
  font-family: Swiss721bt;
}

.textarea::-ms-input-placeholder {
  font-size: 12px;
}

.textarea::placeholder {
  font-size: 12px;
}

.text-block-12 {
  direction: ltr;
  color: #000;
  text-align: left;
  white-space: normal;
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text-block-12.input-caption {
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.checkbox-field {
  font-family: Dosis;
}

.select-field-2 {
  background-color: #fff;
  border-radius: 3px;
  font-family: Lato, sans-serif;
}

.text-block-13 {
  color: var(--black);
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.link-2 {
  color: #afb800;
}

.link-2.link-terms-of-participation, .link-3 {
  color: #abd0c6;
}

.column-3 {
  padding-left: 0;
}

.column-4, .column-5 {
  padding-left: 0;
  padding-right: 0;
}

.column-6 {
  padding-right: 0;
}

.radio-button-field-q1 {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.radio-button-field-3, .radio-button-field-4 {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.radio-button-label-q1 {
  font-size: 16px;
}

.radio-button-2 {
  color: var(--black);
  border: 1px solid #abd0c6;
}

.radio-button-q1 {
  width: 15px;
  height: 15px;
  border: 2px solid #abd0c6;
  display: block;
}

.radio-button-q1.w--redirected-checked {
  border-width: 8px;
  border-color: #abd0c6;
}

.radio-button-q1.w--redirected-focus {
  box-shadow: none;
}

.radio-button-4 {
  display: block;
}

.radio-button-label-q3, .radio-button-label-q4, .radio-button-label-q5 {
  font-size: 16px;
}

.radio-button-field-q2 {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.radio-button-q2 {
  width: 15px;
  height: 15px;
  border: 2px solid #abd0c6;
  display: block;
}

.radio-button-q2.w--redirected-checked {
  border-width: 8px;
  border-color: #abd0c6;
}

.radio-button-q2.w--redirected-focus {
  box-shadow: none;
}

.radio-button-label-q2 {
  font-size: 16px;
}

.radio-button-field-q3 {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.radio-button-q3 {
  width: 15px;
  height: 15px;
  border: 2px solid #abd0c6;
  display: block;
}

.radio-button-q3.w--redirected-checked {
  border-width: 8px;
  border-color: #abd0c6;
}

.radio-button-q3.w--redirected-focus {
  box-shadow: none;
}

.radio-button-field-q4 {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.radio-button-q4 {
  width: 15px;
  height: 15px;
  border: 2px solid #abd0c6;
  display: block;
}

.radio-button-q4.w--redirected-checked {
  border-width: 8px;
  border-color: #abd0c6;
}

.radio-button-q4.w--redirected-focus {
  box-shadow: none;
}

.radio-button-field-q5 {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.radio-button-q5 {
  width: 15px;
  height: 15px;
  border: 2px solid #abd0c6;
  display: block;
}

.radio-button-q5.w--redirected-checked {
  border-width: 8px;
  border-color: #abd0c6;
}

.radio-button-q5.w--redirected-focus {
  box-shadow: none;
}

.div-block-5 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .text-field-2 {
    max-width: 100%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .column-left, .column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .label-note {
    text-align: left;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .label-note-email {
    text-align: left;
  }

  .radio-button-field {
    width: 95%;
    float: none;
  }

  .radio-button-field.radio-button-right-field {
    float: right;
  }

  .block-terms-of-participation {
    display: none;
  }

  .select-field {
    border-radius: 5px;
  }

  .text-field-2 {
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}


