.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-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

.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;
}

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

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

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

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

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

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

.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;
  border: 1px solid #37424b;
  border-radius: 10px;
  background-color: transparent;
  font-family: Helveticaneuelt, sans-serif;
  color: #37424b;
  font-size: 18px;
  font-weight: 600;
}

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

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

.error-message {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(255, 168, 168, 0.3);
}

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

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

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

.label-required {
  color: #da2323;
}

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

.receipt-button {
  width: 100%;
  height: 50px;
  border: 1px solid #37424b;
  border-radius: 10px;
  background-color: #fff;
  -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: #336ea2;
  color: #fff;
}

.receipt-button:active {
  color: #000;
}

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

.block-name {
  display: block;
}

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

.label-note {
  margin-top: 8px;
  font-family: Helveticaneuelt, sans-serif;
  color: #37424b;
  font-size: 15px;
  text-align: left;
}

.checkbox-newsletter {
  display: block;
}

.text-field {
  height: 30px;
  border: 0px none #000;
  border-radius: 5px;
  background-color: hsla(0, 0%, 92.2%, 0.41);
  font-family: Helveticaneuelt, sans-serif;
  font-size: 13px;
}

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

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

.body {
  display: block;
}

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

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

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

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

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

.field-label {
  font-family: Helveticaneuelt, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link {
  text-decoration: none;
}

.checkbox-label {
  margin-top: 2px;
  font-family: Helveticaneuelt, sans-serif;
  font-weight: 400;
}

.label-note-email {
  margin-top: 0px;
  font-family: Helveticaneuelt, sans-serif;
  color: #37424b;
  font-size: 15px;
  text-align: left;
}

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

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

.radio-button-label {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  font-family: Helveticaneuelt, sans-serif;
  color: #37424b;
  font-weight: 600;
}

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

.input-file {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 500px;
  height: 50px;
  clear: none;
  opacity: 0.01;
  cursor: pointer;
}

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

.loader {
  position: static;
  z-index: 9999;
  display: none;
  -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-color: hsla(0, 0%, 100%, 0.76);
}

.div-block-3 {
  position: absolute;
  z-index: 9999;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: 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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

.btn-data-policy-close {
  position: static;
  float: right;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

.btn-terms-of-use-close {
  position: static;
  display: block;
  float: right;
  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;
}

.text-block-2 {
  margin-bottom: 20px;
}

.block-salutation {
  display: block;
}

.select-field {
  font-size: 16px;
}

.block-birthday {
  display: block;
}

.block-address {
  display: block;
}

.text-span-3 {
  font-family: Helveticaneuelt, sans-serif;
  color: #2a2c35;
}

.text-span-3:hover {
  color: #fff;
}

.bold-text-2 {
  font-family: Helveticaneuemed, sans-serif;
}

@media screen and (max-width: 479px) {
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .label-note {
    text-align: left;
  }
  .form {
    padding-right: 10px;
    padding-left: 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;
  }
}

@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neu';
  src: url('../fonts/Helvetica-Neu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuebd';
  src: url('../fonts/HelveticaNeueBd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuemed';
  src: url('../fonts/HelveticaNeueMed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneueit';
  src: url('../fonts/HelveticaNeueIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuelt';
  src: url('../fonts/HelveticaNeueLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}