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

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

.success-message {
  overflow: visible;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, .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, .69);
}

.submit-button.button {
  height: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: hsla(42.36734693877552, 96.84%, 49.61%, 1.00);
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button.button:hover {
  background-color: rgba(21, 124, 13, .69);
}

.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: hsla(0, 100%, 83%, .3);
}

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

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

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

.label-required {
  color: #da2323;
}

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

.receipt-button {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: hsla(42.36734693877552, 96.84%, 49.61%, 1.00);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.receipt-button:hover {
  background-color: rgba(15, 90, 9, .69);
  color: #fff;
}

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

.block-name {
  display: block;
}

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

.text-field {
  border-radius: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
}

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

.body {
  background-color: #93c167;
  font-family: 'Open Sans Condensed', sans-serif;
  color: hsla(223.63636363636363, 0.00%, 0.00%, 1.00);
}

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

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

.checkbox-label {
  margin-top: 2px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: hsla(223.63636363636363, 0.00%, 0.00%, 1.00);
}

.input-file {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: hidden;
  width: 400px;
  height: 50px;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
  opacity: 0.01;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  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%, .76);
}

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

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

.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-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(42.36734693877552, 96.84%, 49.61%, 1.00)), to(hsla(42.36734693877552, 96.84%, 49.61%, 1.00)));
  background-image: linear-gradient(180deg, hsla(42.36734693877552, 96.84%, 49.61%, 1.00), hsla(42.36734693877552, 96.84%, 49.61%, 1.00));
  color: #fff;
  font-weight: 700;
}

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

.block-salutation {
  display: block;
}

.select-field {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.block-address {
  display: block;
}

.logos {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  text-align: center;
}

.logo-leifert {
  height: 120px;
}

.logo-obi {
  height: 120px;
  padding-left: 15px;
}

.container {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.block-content {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
  border: 4px none #fff;
  border-radius: 24px;
  background-color: transparent;
  text-align: left;
}

.heading-3 {
  padding-top: 20px;
  font-family: Obi;
  color: hsla(27.631578947368418, 91.94%, 48.63%, 1.00);
  font-weight: 900;
  text-align: center;
}

.heading-3.heading-content {
  margin-bottom: 20px;
  font-family: 'Hello beautiful', sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 400;
}

.text-block-3 {
  position: relative;
  display: block;
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.row-steps {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 40px 40px 41px;
}

.column-3 {
  min-height: 250px;
  border-radius: 6px;
}

.div-block-5 {
  text-align: center;
}

.steps-headline {
  position: static;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  border-radius: 9px;
  font-family: 'Hello beautiful', sans-serif;
  color: hsla(223.63636363636363, 0.00%, 0.00%, 1.00);
  font-size: 50px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.steps-headline.title-faq {
  margin-bottom: 40px;
  line-height: 50px;
}

.steps-headline.steps-subheadline {
  height: 80px;
}

.steps-instruction {
  padding-right: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.block-steps {
  overflow: hidden;
  margin-top: -149px;
  padding-top: 10px;
  padding-bottom: 40px;
  border: 5px none #0e2050;
  border-radius: 24px;
  background-color: transparent;
}

.block-upload {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

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

.image-2 {
  overflow: hidden;
  padding: 85px 0px 20px;
}

.column-7 {
  padding-left: 30px;
}

.div-block-8 {
  margin-top: 14px;
  border-radius: 8px;
}

.text-block-4 {
  padding-bottom: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.text-block-4.form-intro-text {
  padding-bottom: 16px;
}

.heading-4 {
  font-family: 'Hello beautiful', sans-serif;
  color: hsla(223.63636363636363, 0.00%, 0.00%, 1.00);
  font-size: 36px;
  font-weight: 300;
}

.heading-4.subheading-form {
  padding-top: 15px;
}

.block-faq {
  margin-top: -5px;
  padding: 0px 40px 60px;
}

.block-footer {
  margin-top: -7px;
  padding-bottom: 30px;
  color: #818181;
  text-align: center;
}

.link-2 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.columns {
  margin-top: 20px;
}

.slide-base {
  background-color: #fff;
  background-image: url('../images/Slide-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-base.slide-1 {
  background-image: url('../images/Slide-0.jpg');
  background-size: contain;
}

.slider {
  height: 400px;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/Slide-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-icon {
  border: 10px none #000;
  background-image: url('../images/Element-8_1Element 8.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 45%, 0);
  font-weight: 700;
}

.slider-icon.slider-left {
  background-image: url('../images/Element-7_1Element 7.png');
  background-size: contain;
}

.slide-nav {
  color: #1d1d1d;
}

.slide-3 {
  background-image: url('../images/Slide-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Slide-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Slide-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-5 {
  width: 100%;
  font-family: 'PT Sans Narrow';
  font-weight: 700;
  text-align: center;
}

.heading-3-copy {
  padding-top: 20px;
  font-family: Obi;
  color: hsla(27.631578947368418, 91.94%, 48.63%, 1.00);
  font-weight: 900;
  text-align: center;
}

.italic-text {
  font-family: Slimbach;
}

.italic-text.intro-text {
  font-family: 'Crimson Text';
  color: hsla(223.63636363636363, 0.00%, 100.00%, 1.00);
  font-weight: 400;
}

.italic-text.blue-text {
  font-family: 'Hello beautiful', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.italic-text-2 {
  font-weight: 500;
}

.headline-faq {
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.block-faq-question {
  margin-bottom: 16px;
}

.text-span-3 {
  background-image: url('../images/Element-5-Blue.png');
  background-position: 0px 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-span-3.intro-text {
  background-image: none;
  font-size: 40px;
}

.text-span-3.blue-text {
  background-image: none;
  color: #0e2050;
}

.text-span-4 {
  background-image: url('../images/Element-6-Blue_1Element 6 Blue.png');
  background-position: 2px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-span-4.intro-text {
  background-image: none;
  font-size: 40px;
}

.text-span-4.blue-text {
  background-image: none;
  color: #0e2050;
}

.div-block-9 {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 5px dotted #0e2050;
  border-radius: 24px;
  background-color: #fff;
}

.image-packs {
  display: block;
  margin-right: auto;
  margin-bottom: -63px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.block-success {
  display: none;
  margin-top: 80px;
  padding: 40px;
}

.text-block-6 {
  display: block;
  width: 700px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-6 {
  background-image: url('../images/Slide-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Slide-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Slide-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Slide-8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/Slide-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/Slide-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/Slide-11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.text-block-7 {
  color: hsla(223.63636363636363, 0.00%, 0.00%, 1.00);
}

.text-block-7.required-field-block {
  padding-top: 16px;
}

.div-block-10 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-left: auto;
}

.image-4 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.block-image-header {
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  border: 4px none #fff;
  border-radius: 24px;
  background-color: transparent;
  text-align: center;
}

.image-6 {
  display: inline-block;
}

.section-header {
  padding-bottom: 40px;
  background-color: hsla(347.5, 77.42%, 87.84%, 1.00);
  font-weight: 300;
}

.section-form {
  padding-bottom: 144px;
  background-color: hsla(35.58139534883721, 91.49%, 81.57%, 1.00);
}

.section-faq {
  margin-top: 0px;
  padding-bottom: 59px;
  background-color: hsla(215.3846153846154, 58.21%, 86.86%, 1.00);
  font-weight: 300;
}

.text-faq {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

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

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

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

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

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

.bold-text {
  font-size: 18px;
}

.btn-terms-of-participation-close-2 {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
}

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

.image-7 {
  margin-top: -94px;
}

.image-8 {
  margin-top: -83px;
  margin-bottom: 117px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-11 {
  height: 20px;
  margin-top: -85px;
  background-color: hsla(90.00000000000001, 45.37%, 57.65%, 1.00);
}

.image-9 {
  height: auto;
  margin-top: 70px;
}

.container-2 {
  margin-top: -120px;
}

.image-10 {
  margin-top: -86px;
}

.link-5 {
  font-size: 16px;
  text-align: left;
}

.container-3 {
  padding-left: 39px;
  text-align: center;
}

@media (max-width: 991px) {
  .row-steps {
    padding: 20px 0px;
  }
  .steps-headline.steps-subheadline {
    height: 159px;
  }
  .steps-instruction {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-6 {
    display: block;
  }
  .image-2 {
    padding-top: 190px;
    padding-bottom: 185px;
  }
  .block-success {
    display: none;
  }
  .text-block-6 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .block-content {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-3 {
    width: 100%;
    text-align: center;
  }
  .row-steps {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-5 {
    margin-top: 20px;
  }
  .steps-headline {
    margin-bottom: 0px;
  }
  .steps-headline.steps-subheadline {
    height: 90px;
  }
  .column-4 {
    margin-bottom: 20px;
  }
  .column-5 {
    min-height: 210px;
  }
  .block-steps {
    margin-right: 10px;
    margin-left: 10px;
  }
  .block-upload {
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-6 {
    display: none;
  }
  .column-7 {
    padding-right: auto;
    padding-left: auto;
  }
  .block-faq {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slider {
    height: 300px;
  }
  .slide-2 {
    background-size: contain;
  }
  .slide-3 {
    background-size: contain;
  }
  .slide-4 {
    background-size: contain;
  }
  .slide-5 {
    background-size: contain;
  }
  .div-block-9 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slide-6 {
    background-size: contain;
  }
  .slide-7 {
    background-size: contain;
  }
  .slide-8 {
    background-size: contain;
  }
  .slide-9 {
    background-size: contain;
  }
  .slide-10 {
    background-size: contain;
  }
  .slide-11 {
    background-size: contain;
  }
  .slide-12 {
    background-size: contain;
  }
  .block-image-header {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-divider {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .input-file {
    display: block;
    width: 280px;
  }
  .block-terms-of-participation {
    display: none;
  }
  .select-field {
    border-radius: 5px;
  }
  .logos {
    padding-bottom: 10px;
  }
  .logo-leifert {
    height: 60px;
  }
  .logo-obi {
    height: 60px;
  }
  .container {
    margin-top: 0px;
  }
  .block-content {
    display: block;
    margin-top: 20px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-3 {
    display: block;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .text-block-3 {
    width: 100%;
    text-align: center;
  }
  .row-steps {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .column-3 {
    margin-bottom: 20px;
  }
  .steps-headline {
    margin-bottom: 0px;
  }
  .steps-headline.steps-subheadline {
    height: 100%;
  }
  .column-4 {
    margin-bottom: 20px;
    border-right-style: none;
    border-left-style: none;
  }
  .block-steps {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .block-upload {
    margin-top: 40px;
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .column-6 {
    display: none;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .block-faq {
    margin-top: 41px;
    padding: 20px 8px 40px;
  }
  .block-footer {
    margin-top: 40px;
  }
  .slider {
    height: 200px;
    margin-top: 40px;
  }
  .slide-2 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-3 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-4 {
    background-size: contain;
  }
  .slide-5 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .heading-3-copy {
    display: block;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .italic-text.blue-text {
    color: #0e2050;
  }
  .text-span-3 {
    background-image: none;
  }
  .text-span-3.blue-text {
    color: #0e2050;
  }
  .text-span-4.intro-text {
    padding-right: 0px;
    padding-left: 8px;
  }
  .text-span-4.blue-text {
    background-image: none;
    color: #0e2050;
  }
  .block-success {
    display: none;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 16px 40px;
  }
  .text-block-6 {
    width: 100%;
  }
  .slide-6 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-7 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-8 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-9 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-10 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-11 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-12 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .link-3 {
    overflow: visible;
    width: 100%;
  }
  .block-image-header {
    display: block;
    margin-top: 20px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .label-note-email {
    text-align: left;
  }
  .image-7 {
    margin-top: -41px;
  }
  .image-8 {
    margin-top: -27px;
  }
  .div-block-11 {
    display: none;
  }
  .image-9 {
    display: none;
  }
  .container-2 {
    margin-top: -60px;
  }
  .image-10 {
    margin-top: -124px;
  }
  .image-11 {
    display: none;
  }
}

@font-face {
  font-family: 'Hello beautiful';
  src: url('../fonts/Hello-Beautiful.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}