.success-message {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
  color: white;
}

.error-message {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 80px;
  padding: 15px;
  border-radius: 20px;
  background-color: rgba(185, 82, 82, 0.986);
  color: white;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

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

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

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

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

.btn-terms-of-participation-close {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
  background-color: #00579c;
}

.block-address {
  display: block;
}

.label-required {
  color: #da2323;
}

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

.submit-button.button {
  height: 50px;
  background-color: #00579c;
  font-size: 18px;
  font-weight: 600;
}

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

.receipt-button {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #00579c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

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

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

.text-block-3 {
  margin-bottom: 10px;
  padding-top: 15px;
}

.checkbox-label {
  margin-top: 2px;
}

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

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

.label-note {
  margin-top: 8px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.label-note.info-text {
  margin-top: 20px;
}

.container {
  max-width: 1080px;
}

.heading-2 {
  margin-top: 10px;
  font-weight: 600;
}

.lastname-text {
  border-radius: 5px;
}

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

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

.input-file {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 45px;
  margin-left: 40px;
  padding-right: 0px;
  clear: none;
  opacity: 0.01;
  -webkit-transform: translate(0px, 76px);
  -ms-transform: translate(0px, 76px);
  transform: translate(0px, 76px);
  cursor: pointer;
}

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

.checkbox-field {
  margin-bottom: 10px;
}

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

.div-block.receiptimageselectmobile {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.receipt-button-2 {
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px auto;
  padding-top: 15px;
  padding-bottom: 0px;
  border: 0px none #370288;
  border-radius: 5px;
  background-color: #00579c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.receipt-button-2:hover {
  border-style: none;
  background-color: #ce3066;
  color: #fff;
}

.receipt-button-2.receipt-button {
  position: static;
  padding-top: 8px;
  padding-bottom: 8px;
}

.input-file-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px auto 0px;
  padding-top: 17px;
  padding-bottom: 0px;
  clear: none;
  border-radius: 10px;
  opacity: 0.01;
  color: #b91a51;
  font-weight: 700;
  cursor: pointer;
}

.input-file-2:hover {
  background-color: #b91a51;
  color: #fff;
}

.input-file-2.input-file {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  height: 50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.input-file-2.input-file-copy {
  left: 0px;
  top: 0px;
  display: block;
}

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

.text-block-12.input-caption {
  padding-top: 0px;
  padding-bottom: 10px;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.radio-button-label {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  color: #00579c;
  font-weight: 600;
}

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

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

.column-left {
  left: auto;
  padding-right: 0px;
  padding-left: 10px;
}

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

.row-buttons {
  margin: 8px 10px;
  padding-right: 10px;
}

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

.radio-button-field {
  height: 44px;
  border: 2px solid #00579c;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 600;
  text-align: center;
}

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

.radio-button-field.radio-button-right-field {
  border-width: 2px;
  border-color: #00579c;
}

.text-field {
  height: auto;
  border: 1px none #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
}

.text-field.title {
  background-color: hsla(0, 0%, 100%, 0.41);
}

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

.row {
  position: relative;
  left: 10px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: 0px;
}

.paypal {
  border-radius: 6px;
}

.iban-field {
  border-radius: 6px;
}

.bic-field {
  border-radius: 6px;
}

.accountname-field {
  border-radius: 6px;
}

.columns {
  width: 100%;
  margin-right: 0px;
  margin-left: 10px;
}

.radio-button {
  border: 1px solid transparent;
}

.radio-button-2 {
  border-color: transparent;
}

.text-field-2 {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 52px;
  background-color: transparent;
}

.text-field-3 {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 50px;
  background-color: transparent;
}

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

.column-left-2 {
  padding-right: 10px;
  padding-left: 0px;
}

.text-field-4 {
  border-radius: 6px;
  font-size: 14px;
}

.radio-button-field-2 {
  height: 44px;
  min-width: auto;
  margin-right: 5px;
  margin-left: 10px;
  border: 2px solid #00579c;
  border-radius: 6px;
  background-color: #fff;
  color: #be8744;
  font-weight: 600;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.radio-button-field-2:hover {
  background-color: #00579c;
  color: #fff;
}

.radio-button-field-2.radio-button-right-field {
  margin-right: 0px;
  margin-left: 5px;
}

.radio-button-field-2.radio-button-right-field:hover {
  border-color: #00579c;
}

.row-buttons-2 {
  display: block;
  width: 101%;
  margin: 8px 0px;
}

.radio-button-label-3 {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  background-color: transparent;
  color: #00579c;
  font-weight: 600;
}

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

.radio-button-3 {
  border: 1px solid transparent;
  color: transparent;
}

.radio-button-4 {
  border: 1px solid transparent;
  color: transparent;
}

@media screen and (max-width: 991px) {
  .div-block.receiptimageselectmobile {
    display: block;
  }

  .receipt-button-2 {
    width: 100%;
    font-size: 15px;
  }

  .input-file-2 {
    display: block;
    width: 100%;
  }

  .radio-button-field-2.radio-button-right-field {
    margin-right: 0px;
  }
}

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

  .lastname-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block.receiptimageselectmobile {
    display: block;
    width: 100%;
  }

  .receipt-button-2 {
    width: 100%;
  }

  .input-file-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .row-buttons {
    padding-right: 0px;
  }

  .row {
    left: 0px;
  }

  .radio-button-field-2 {
    margin-left: 0px;
  }

  .radio-button-field-2.radio-button-right-field {
    margin-right: 5px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .block-terms-of-participation {
    display: none;
  }

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

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

  .div-block.receiptimageselectmobile {
    width: 100%;
  }

  .receipt-button-2 {
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    font-size: 14px;
  }

  .input-file-2 {
    display: block;
    width: 100%;
  }

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

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

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

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

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

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

  .radio-button-field-2 {
    width: 98%;
    margin-right: 0px;
    float: none;
  }

  .radio-button-field-2.radio-button-right-field {
    margin-right: 0px;
    margin-left: 0px;
    float: right;
  }
}