.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 {
  position: relative;
  float: left;
  width: 17px;
  height: 17px;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 5px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance:none;
  border-radius: 50% !important;
  border: 4px solid #272a6a;
  cursor: pointer;
}

.w-checkbox-input:checked {
  background-color: #272a6a;
} 

.w-checkbox-input:checked::after {
  position: absolute;
  left: 0;
  top: -1px;
  content: '\2713';
  color: #fff;
  font-size: 10px;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: 'Source Sans Pro';
  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;
}

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

.coupon-button.button {
  height: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
  background-color: #c10020;
  font-family: Grotesquemtstd;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.form-block {
  display: block;
  max-width: 550px;
  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 {
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 0px;
}

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

.label-required {
  color: #c10020;
}

.checkbox-terms {
  margin-top: 15px;
  margin-bottom: 20px;
}

.receipt-button {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #a5253c;
  font-family: Cronospro;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.receipt-button:hover {
  overflow: visible;
  background-color: #a5253c;
  color: #fff;
}

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

.block-name {
  display: block;
}

.checkbox-newsletter {
  display: block;
}

.text-field-3 {
  margin-bottom: 5px;
  padding-right: 12px;
  border: 1px solid #a2a09c;
  border-radius: 0px;
  background-color: #fff;
  font-family: Calibri;
  color: #464646;
  font-size: 18px;
  text-decoration: none;
}

.text-field-3::-webkit-input-placeholder {
  color: #464646;
}

.text-field-3:-ms-input-placeholder {
  color: #464646;
}

.text-field-3::-ms-input-placeholder {
  color: #464646;
}

.text-field-3::placeholder {
  color: #464646;
}

.body {
  display: block;
  margin-bottom: -5px;
  border: 1px solid transparent;
  background-color: transparent;
  font-family: Calibri;
  font-size: 18px;
  text-transform: uppercase;
}

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

.field-label {
  margin-top: 10px;
  font-family: 'Josefin Slab';
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label.regular {
  text-transform: none;
}

.link {
  text-decoration: none;
}

.checkbox-label {
  margin-top: 2px;
  font-family: Grotesquemtstd;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.input-file-2 {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 550px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 0px;
  clear: none;
  background-color: #c10020;
  opacity: 1;
  font-family: Grotesquemtstd;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  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);
}

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

.heading-2 {
  margin-top: 10px;
  font-family: Cronospro;
  color: #000;
  font-weight: 600;
}

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

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

.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;
  font-family: Cronospro;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: 'Josefin Slab';
  color: #000;
  font-weight: 300;
  text-transform: none;
}

.block-salutation {
  display: block;
  margin-bottom: 5px;
}

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

.block-birthday {
  display: block;
}

.block-street {
  display: block;
  margin-top: -9px;
  color: #fff;
}

.heading-3 {
  display: none;
  overflow: visible;
  margin-bottom: 20px;
  color: #b3b4b9;
  font-weight: 400;
  text-align: center;
}

.checkbox-field {
  margin-top: 20px;
}

.text-block-3 {
  font-family: Cronospro;
  color: #000;
  font-weight: 300;
  text-transform: none;
}

.checkbox-field-2 {
  margin-top: 10px;
}

.text-block-4 {
  font-size: 15px;
}

.text-block-5 {
  color: #000;
}

.heading-4 {
  font-size: 15px;
  line-height: 15px;
}

.field-label-2 {
  margin-top: 10px;
  font-family: Cronospro;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label-3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Grotesquemtstd;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-2 {
  border-radius: 5px;
  font-family: Cronospro;
  font-size: 16px;
}

.field-label-4 {
  margin-top: 10px;
  margin-right: 0px;
  font-family: Grotesquemtstd;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label-5 {
  margin-top: 10px;
  font-family: 'Josefin Slab';
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label-5.regular {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cronospro;
  color: #464646;
  text-transform: none;
}

.link-terms-of-participation {
  color: #464646;
  text-decoration: underline;
}

.link-data-policy {
  color: #464646;
  text-decoration: underline;
}

.html-embed {
  font-family: Cronospro;
}

.select-field-2 {
  margin-bottom: 5px;
  background-color: #fff;
  font-family: Calibri;
  color: #464646;
  font-size: 18px;
}

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

.checkbox-age {
  margin-bottom: 15px;
}

.div-block-2 {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-bank {
  margin-top: 0px;
  margin-bottom: 15px;
}

.block-city {
  margin-top: 0px;
}

.columns {
  margin-top: 0px;
}

.columns-2 {
  margin-top: 0px;
}

.label-required-2 {
  color: #da2323;
}

.block-adress {
  margin-top: 0px;
  margin-bottom: 0px;
}

.columns-3 {
  margin-top: 0px;
}

.columns-4 {
  margin-top: 10px;
}

.checkbox {
  border-top-left-radius: 0px;
}

.select-field-3 {
  margin-bottom: 15px;
  font-family: Calibri;
  color: #464646;
  font-size: 18px;
}

.select-field-4 {
  margin-bottom: 5px;
  border: 1px solid #a2a09c;
  background-color: #fff;
  font-family: Calibri;
}

.link-terms-of-use {
  font-family: Calibri;
  color: #464646;
  text-decoration: underline;
}

.input-file-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 550px;
  height: 50px;
  margin-top: 0px;
  padding-left: 0px;
  clear: none;
  border: 1px solid transparent;
  background-color: #a5253c;
  opacity: 0.01;
  font-family: Thegreatescape;
  font-size: 20px;
  line-height: 100%;
  cursor: pointer;
}

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

.receipt-button-2 {
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #c10020;
  font-family: Grotesquemtstd;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.receipt-button-2:hover {
  overflow: visible;
  background-color: #a5253c;
  color: #fff;
}

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

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

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

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

.link-terms-of-participation-2 {
  color: #272a6a;
  text-decoration: none;
}

.image-5 {
  display: block;
  width: auto;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.text-block-17 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  color: #272a6a;
  font-size: 15px;
  text-transform: none;
}

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

.html-embed-2 {
  color: #8f4e1e;
  font-size: 15px;
  font-weight: 400;
}

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

.text-field {
  position: static;
  height: 42px;
  max-height: 42px;
  margin-bottom: 20px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #272a6a;
  border-radius: 0px;
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
  font-size: 33px;
  line-height: 100%;
}

.text-field::-webkit-input-placeholder {
  background-color: #fff;
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
}

.text-field:-ms-input-placeholder {
  background-color: #fff;
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
}

.text-field::-ms-input-placeholder {
  background-color: #fff;
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
}

.text-field::placeholder {
  background-color: #fff;
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
}

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

.input-file {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  clear: none;
  border-radius: 0px;
  opacity: 0.01;
  font-family: 'Friz quadrata w04', sans-serif;
  font-size: 33px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

.recaptcha {
  margin-right: auto;
  margin-left: auto;
}

.section-redemption {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
}

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

.textarea {
  max-width: 120%;
  min-height: 250px;
  min-width: 0px;
  margin-bottom: 2px;
  border: 3px solid #272a6a;
  color: #272a6a;
  font-size: 33px;
}

.textarea::-webkit-input-placeholder {
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
  font-size: 33px;
}

.textarea:-ms-input-placeholder {
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
  font-size: 33px;
}

.textarea::-ms-input-placeholder {
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
  font-size: 33px;
}

.textarea::placeholder {
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
  font-size: 33px;
}

.checkbox-2 {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  font-size: 33px;
}

.heading-5 {
  color: #613419;
  font-size: 28px;
  font-weight: 300;
}

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

.block-receipt-3 {
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin: 30px auto 15px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.block-terms-of-participation-2 {
  display: none;
  width: 1000px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
}

.block-terms-of-participation p {
  text-transform: none;
  color: #272a6a;
}

.block-terms-of-participation h2, h3 {
  text-transform: none;
  color: #272a6a;
}

.block-terms-of-participation a {
  color: #272a6a;
}

.btn-terms-of-participation-close {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
  background-color: #ad1c23;
  color: #fff !important;
  text-transform: none;
}

.receipt-button {
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #272a6a;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/foto_1foto.png');
  background-position: 100% 70%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Friz quadrata w04', sans-serif;
  color: #272a6a;
  font-size: 33px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

.receipt-button:hover {
  background-color: transparent;
  color: #272a6a;
}

.select-field-5 {
  position: static;
  display: block;
  height: 44px;
  max-height: 42px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 3px 3px;
  border-color: #000 #000 #272a6a;
  border-radius: 0px;
  background-color: #fff;
  background-image: url(../images/down-arrow.png);
  background-position: 100% 70%;
  background-size: 25px auto;
  background-repeat: no-repeat;
  text-align: left;
  font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  color: #272a6a;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.column-13 {
  padding-left: 10px;
}

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

.checkbox-terms-2 {
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 0px;
}

.link-data-protection {
  color: #272a6a;
  text-decoration: none;
}

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

.div-block-3 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: none;
}

.redemption-columns {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.form-block-2 {
  display: block;
  margin: 15px auto 0px;
}

.btn-terms-of-participation-close-2 {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#371a0b), to(#371a0b));
  background-image: linear-gradient(180deg, #371a0b, #371a0b);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.form-description-text {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #272a6a;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
}

.link-terms-of-use-2 {
  color: #272a6a;
  text-decoration: none;
}

.link {
  text-decoration: underline;
}

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

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

.submit-button.button {
  position: static;
  display: block;
  width: auto;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 60px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #ad1c23;
  box-shadow: none;
  font-family: 'Friz quadrata w04', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

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

.checkbox-field-3 {
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  .columns-4 {
    margin-top: 2px;
  }

  .text-block-17 {
    width: 100%;
    max-width: 100%;
  }

  .text-field {
    margin-bottom: 15px;
  }

  .text-field::-webkit-input-placeholder {
    line-height: 36px;
  }

  .text-field:-ms-input-placeholder {
    line-height: 36px;
  }

  .text-field::-ms-input-placeholder {
    line-height: 36px;
  }

  .text-field::placeholder {
    line-height: 36px;
  }

  .input-file {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    text-align: left;
  }

  .textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    margin-top: 15px;
  }

  .block-receipt-3 {
    width: auto;
    min-width: auto;
  }

  .receipt-button-3 {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/foto_1foto.png');
    background-position: 100% 70%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: left;
  }

  .select-field-5 {
    height: 42px;
    max-height: none;
    padding-bottom: 0px;
    line-height: 36px;
  }

  .checkbox-terms-2 {
    width: auto;
    min-width: auto;
  }

  .redemption-columns {
    width: auto;
    max-width: none;
    min-width: auto;
  }

  .form-description-text {
    width: 100%;
    max-width: 100%;
    font-size: 26px;
  }

  .submit-button.button {
    height: 70px;
    background-image: none;
    font-size: 30px;
  }

  .block-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-5 {
    max-width: 100%;
    margin-bottom: 20px;
  }

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

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

  .input-file {
    width: 60%;
  }

  .textarea {
    max-width: 100%;
    min-width: 0px;
  }

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

  .receipt-button-3 {
    width: 100%;
    background-image: url('../images/foto_1foto.png');
    background-position: 100% 70%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .select-field-5 {
    margin-bottom: 15px;
    padding-right: 12px;
    font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
  }

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

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

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

  .submit-button.button {
    width: 60%;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }
}

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

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

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

  .input-file-2 {
    width: 100%;
    padding-left: 15px;
    text-align: center;
  }

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

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

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

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

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

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

  .columns-5 {
    display: block;
  }

  .columns-6 {
    display: block;
  }

  .text-field {
    height: auto;
    max-height: none;
    font-size: 22px;
  }

  .text-field.text-field-uppercase {
    height: auto;
    max-height: none;
  }

  .input-file {
    display: block;
    width: 100%;
    height: 42px;
    font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
    font-size: 22px;
    text-align: left;
  }

  .recaptcha {
    margin-bottom: 20px;
  }

  .section-redemption {
    padding-bottom: 20px;
  }

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

  .textarea {
    max-width: 100%;
    min-width: 0px;
  }

  .textarea::-webkit-input-placeholder {
    font-size: 25px;
  }

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

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

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

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

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

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

  .receipt-button-3 {
    display: block;
    width: 100%;
    height: 42px;
    background-image: none;
    font-family: 'Friz quadrata os 5870333951e7c', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
  }

  .select-field-5 {
    max-width: 300px;
    padding: 0px;
    border-radius: 0px;
    font-size: 22px;
  }

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

  .form-description-text {
    font-size: 20px;
    line-height: 25px;
  }

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

  .submit-button.button {
    width: 100%;
    height: 42px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    font-size: 16px;
  }

  .block-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Friz quadrata os 5870341205e0f';
  src: url('../fonts/friz-quadrata-bold-italic-os-5870341205e0f.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Friz quadrata os 5870333951e7c';
  src: url('../fonts/friz-quadrata-regular-os-5870333951e7c.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Friz quadrata w04';
  src: url('../fonts/Friz-Quadrata-W04-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}