.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: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: 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-image: url('../images/acardo-desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.login__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section__404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  -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-image: url('../images/acardo-desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

._404__content {
  display: block;
  width: auto;
  height: auto;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._404__error {
  width: auto;
  max-width: 300px;
}

._404__heading {
  margin-top: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

._404__subhead {
  width: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 1.5;
}

.content__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content__link {
  margin-bottom: 40px;
}

.link__acardo {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: auto;
  padding: 5px;
}

.content__key {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.content__heading {
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.content__button {
  width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  color: #00afcc;
  font-weight: 600;
}

.content__button:hover {
  background-color: #fdbf00;
  color: #fff;
}

.body {
  font-family: Montserrat, sans-serif;
}

.content__subhead {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.content__password {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #00afcc;
  color: #fff;
}

.content__password:active {
  border-color: #fff;
}

.content__password:focus {
  border-color: #fff;
}

.content__password::-webkit-input-placeholder {
  color: #fff;
}

.content__password:-ms-input-placeholder {
  color: #fff;
}

.content__password::-ms-input-placeholder {
  color: #fff;
}

.content__password::placeholder {
  color: #fff;
}

.error__message {
  margin-top: 20px;
  border-radius: 20px;
  background-color: #cc1467;
  color: #fff;
}

.homepage {
  background-color: rgba(255, 255, 255, 0.34);
}

.section {
  width: auto;
  height: 100vh;
  background-color: #fff;
}

.navbar-resp {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.link-block-12 {
  display: inline-block;
  float: left;
}

.container-3 {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.navlink {
  display: inline-block;
  margin: 0px;
  color: #5b5b5b;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink:hover {
  color: #529a44;
}

.navlink:focus {
  color: #539b46;
  text-decoration: underline;
}

.navlink.w--current {
  margin: 0px;
  color: #519b46;
  font-size: 25px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.image-26 {
  display: inline-block;
  width: 250px;
  margin-top: 10px;
  padding-top: 0px;
  float: none;
  clear: none;
}

.div-block-13 {
  width: auto;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.column-3 {
  padding-top: 10px;
  padding-left: 69px;
}

.terms-of-use {
  color: #539b45;
  font-weight: 700;
  text-decoration: none;
}

.text-block-33 {
  margin-top: 30px;
  color: #539b45;
  font-size: 14px;
  font-weight: 300;
}

.text-block-3 {
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

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

.terms-of-participation {
  color: #539b45;
  font-weight: 700;
  text-decoration: none;
}

.terms-of-participation:hover {
  color: #539b45;
}

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

.text-span-36 {
  color: #e40a24;
  font-size: 30px;
}

.checkbox-label-2 {
  margin-left: 10px;
  color: #539b45;
  font-size: 14px;
  font-weight: 300;
}

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

.image-41 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.receipt-button:hover {
  background-color: #336ea2;
  color: #333;
}

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

.block-information {
  display: block;
}

.data-protection {
  color: #539b45;
  font-weight: 700;
  text-decoration: none;
}

.select-field-2 {
  margin-right: 0px;
  padding-right: 12px;
  border-radius: 0px;
  background-color: rgba(180, 208, 125, 0.06);
  color: #539b45;
  font-size: 14px;
  line-height: 10px;
  font-weight: 400;
}

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

.text-block {
  position: static;
  max-width: 1000px;
  margin: 20px auto 0px;
  padding: 0px 20px 30px;
  color: #539b45;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.bold-text-3 {
  font-weight: 700;
}

.success-message {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #539b45;
}

.field-label {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  color: #539b45;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.column-12 {
  color: #444;
  font-size: 14px;
  line-height: 14px;
}

.text-field {
  padding-left: 16px;
  border-radius: 0px;
  background-color: rgba(180, 208, 125, 0.06);
  color: #539b45;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: #539a45;
  font-size: 14px;
  font-weight: 300;
}

.text-field:-ms-input-placeholder {
  color: #539a45;
  font-size: 14px;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  color: #539a45;
  font-size: 14px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #539a45;
  font-size: 14px;
  font-weight: 300;
}

.section-form {
  display: block;
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  background-color: #fff;
  color: #e40a24;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.fieldcolums {
  display: block;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-11 {
  padding-top: 20px;
}

.text-message-error {
  font-size: 16px;
}

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

.submit-button.button {
  display: block;
  width: 300px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-radius: 0px;
  background-color: #e40a24;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

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

.submit-button.s-button {
  display: block;
  height: 42px;
  max-width: 200px;
  margin: 40px auto 20px;
  border-style: none;
  border-width: 1px;
  border-color: #dd051a;
  border-radius: 20px;
  background-color: #dd051a;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button.s-button:hover {
  border-style: none;
  border-width: 1px;
  border-color: #e30613;
  background-color: #fff;
  color: #000;
}

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

.checkbox-3 {
  background-color: rgba(9, 163, 228, 0.1);
}

.input-file {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: auto;
  clear: none;
  border-radius: 0px;
  opacity: 0.01;
  font-family: Helveticaneue;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  cursor: pointer;
}

.input-file:hover {
  color: #333;
}

.heading {
  max-width: 1200px;
  margin: 0px auto 30px;
  background-color: transparent;
  color: #b3d27f;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

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

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

.text-message-success {
  color: #fff;
  font-size: 16px;
}

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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 10px 8px;
  padding-right: 0px;
  border-radius: 50px;
  background-color: #fff;
}

.brand {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: Helveticaneue;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link-2 {
  margin-right: auto;
  margin-left: auto;
  clear: right;
  font-family: Helveticaneue;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link-3 {
  margin-right: auto;
  margin-left: auto;
  font-family: Helveticaneue;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.image-42 {
  width: 20%;
}

.container-4 {
  margin-right: auto;
  margin-left: auto;
}

.nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5em;
  padding-left: 5em;
  border-radius: 0px;
}

.nav__list__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav__link {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.nav__hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50px;
  background-color: #fff;
}

.body-2 {
  background-color: #1a3f23;
}

.brand-2 {
  position: static;
  display: block;
  max-width: 200px;
  -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;
}

.image-43 {
  display: block;
  width: auto;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column__nav__right {
  display: block;
}

.nav__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column__nav__mid {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.nav__list__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-faq {
  margin-top: 0px;
  padding: 0px 40px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
}

.steps-block {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

.checkbox-field-4 {
  padding-left: 89px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2.link-terms-of-participation {
  color: #fff;
  font-weight: 400;
}

.bold-text-7 {
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.steps-2 {
  background-color: transparent;
}

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

.block-name {
  display: block;
}

.page {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.section-faq {
  margin-top: 80px;
}

.step-block {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.columns {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.columns-2 {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.promotion-title-text-2 {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.promotion-title-text-2.form-title {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.form-description-text {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

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

.success-message-2.success-message {
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: rgba(48, 207, 35, 0.69);
}

.primary__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 0em 10px;
  -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;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #dc3642;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.primary__button:hover {
  border-style: solid;
  border-color: #dc3642;
  border-radius: 0.25em;
  background-color: #fff;
  color: #dc3642;
}

.primary__button.abschicken {
  margin-top: 20px;
  border-style: solid;
  border-color: #be0034;
}

.primary__button.abschicken.submit-button {
  padding-top: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 40px;
  background-color: #119cb4;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary__button.abschicken.submit-button:hover {
  border-radius: 50px;
  background-color: #005d6b;
  color: #fff;
}

.primary__button.receipt-button {
  margin-top: 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 60px;
  background-color: #4c8b2b;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary__button.receipt-button:hover {
  color: #fff;
}

.image-step {
  display: block;
  width: 200px;
  max-height: 350px;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.steps-headline {
  position: static;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  border-radius: 9px;
  color: #ff6d2a;
  font-size: 36px;
  line-height: 36px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.steps-headline.title-faq {
  overflow: visible;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #003d5e;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
  white-space: normal;
}

.image-48 {
  display: none;
  margin-top: 40px;
}

.section-steps {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  text-transform: none;
}

.heading-4.head2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #fff;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.kassenboninformation {
  margin-top: 14px;
  color: #fff;
  text-align: center;
}

.text-faq {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
  text-decoration: none;
}

.select-field-3 {
  position: static;
  display: block;
  height: 42px;
  max-height: 42px;
  padding-left: 10px;
  border-radius: 0px;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.54);
  font-size: 14px;
  font-weight: 300;
}

.image-45 {
  max-width: 25%;
  margin-top: 50px;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  max-width: 800px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -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;
}

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

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

.input-file-3 {
  position: absolute;
  left: auto;
  top: auto;
  display: block;
  overflow: visible;
  width: auto;
  height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0em;
  clear: none;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.01;
  font-weight: 700;
  cursor: pointer;
}

.input-file-3.input-file {
  display: block;
  width: 100%;
  height: 50px;
  max-width: 262px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: transparent;
  opacity: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.input-file-3.input-file {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 0px;
  letter-spacing: 0px;
}

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

.einleitungstext {
  margin-bottom: 0px;
  color: #24185c;
  font-weight: 600;
}

.container-5 {
  max-width: 1080px;
  margin-top: 60px;
}

.form-3 {
  display: block;
  margin: 16px 0px 0px;
  padding-bottom: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-form {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.bold-text-11 {
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 22px;
  font-weight: 400;
}

.text-block-34 {
  margin-bottom: 60px;
  color: #24185c;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}

.text-block-34.textblock2 {
  margin-bottom: 10px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-field-2 {
  position: static;
  height: 42px;
  max-height: 42px;
  padding-top: 11px;
  border-radius: 0px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}

.text-field-2.letztes {
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #fff;
}

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

.section__intro {
  max-width: 700px;
  margin: 80px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section__form {
  position: static;
  display: block;
  margin-top: 50px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.headline-faq {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #20286d;
  font-size: 18px;
  line-height: 23px;
  font-weight: 800;
  text-align: left;
}

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

.step-description-text {
  padding: 20px 10px 0px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
}

.logo__section {
  background-color: #fff;
}

.image-49 {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.headerbild-desktop {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  display: inline-block;
  width: 100%;
  background-color: #e40046;
}

.image-5.mobil {
  display: none;
}

.section__products {
  margin-top: 60px;
  margin-bottom: 20px;
}

.section__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button {
  display: block;
  width: auto;
  height: 50px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #3dbbd4;
  font-family: 'Hold on', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
}

.submit-button:hover {
  background-color: #fff;
  color: #3dbbd4;
}

.kassenbon-foto-auswaehlen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3dbbd4;
  font-family: 'Hold on', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
}

.kassenbon-foto-auswaehlen:hover {
  background-color: #fff;
  color: #3dbbd4;
}

.h2 {
  display: block;
  max-width: 600px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.h2.form {
  margin-top: 5px;
  font-size: 25px;
}

.h1 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.h1.faqs {
  line-height: 20px;
  text-align: center;
}

.stra-e {
  margin-top: 10px;
}

.plz {
  margin-top: 10px;
}

.text-field-3 {
  position: static;
  height: 42px;
  max-height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

.text-field-3:hover {
  border-style: solid;
  border-color: #dd051a;
  background-color: transparent;
  color: #dd051a;
}

.text-field-3:active {
  background-color: transparent;
  color: #fff;
}

.text-field-3:focus {
  border-color: #dd051a;
  background-color: transparent;
  color: #fff;
}

.text-field-3::-webkit-input-placeholder {
  background-color: transparent;
  color: #fff;
}

.text-field-3:-ms-input-placeholder {
  background-color: transparent;
  color: #fff;
}

.text-field-3::-ms-input-placeholder {
  background-color: transparent;
  color: #fff;
}

.text-field-3::placeholder {
  background-color: transparent;
  color: #fff;
}

.container-6 {
  max-width: 1200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-18 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.heading__h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #dd051a;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.form-description-text-2 {
  display: block;
  margin-bottom: 10px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.form-block {
  display: block;
  max-width: 1000px;
  margin: 15px auto 0px;
}

.heading__h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.form__section {
  padding-top: 40px;
}

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

.receipt-button-4 {
  width: 100%;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1.3em;
  border: 1px none #000;
  border-radius: 40px;
  background-color: #408d3c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 20px;
  line-height: 26%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.receipt-button-4:hover {
  border-style: solid;
  border-color: #dc3642;
  border-radius: 0.25em;
  background-color: #fff;
  color: #408d3c;
}

.receipt-button-4.receipt-button {
  height: 42px;
  margin-bottom: 0px;
  padding: 9px 15px;
  border-style: none;
  border-color: #dd051a;
  border-radius: 20px;
  background-color: #dd051a;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.receipt-button-4.receipt-button:hover {
  border-style: solid;
  border-color: #aac9e3;
  border-radius: 0px;
  background-color: #aac9e3;
  color: #fff;
}

.text__main-copy {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.text-message-error-3 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.link_main {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link_main:hover {
  text-decoration: underline;
}

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

.text-message-success-3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.form-4 {
  display: block;
  width: 100%;
  height: auto;
  margin: 16px auto 80px;
  padding-bottom: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.checkbox-terms-2 {
  margin-top: 30px;
}

.kassenboninformation-2 {
  max-width: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.text__main {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.text__main.left-align {
  margin-left: 0px;
  font-family: Neutra2display, sans-serif;
  font-size: 20px;
  text-align: left;
}

.select-field-4 {
  position: static;
  display: block;
  height: 42px;
  max-height: 42px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

option:not(:checked) {
  margin: 0;
  background-color: #1a3f23 !important;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
}

.select-field-4:hover {
  border-color: #dd051a;
  background-color: transparent;
}

.select-field-4:active {
  border-color: #dd051a;
}

.select-field-4:focus {
  border-color: #dd051a;
}

.select-field-4:focus-visible {
  color: #fff;
}

.select-field-4[data-wf-focus-visible] {
  color: #fff;
}

.div-block-17 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promotion-title {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.promotion-title.form-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

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

.number-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3dbbd4;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
}

.columns-3 {
  height: auto;
  padding-top: 0%;
  padding-right: 140px;
  padding-left: 140px;
}

.columns-4 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 25px;
  font-weight: 500;
  text-transform: none;
}

.h5.head2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #fff;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  margin: 40px auto 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fff;
  background-color: transparent;
  font-weight: 400;
}

.text-block-7 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.imprint-link {
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.link-4 {
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.bold-text-12 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.container-7 {
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  text-transform: none;
}

.heading-5.tnbs {
  margin-right: auto;
  margin-left: auto;
}

.text__tnb-main {
  max-width: 1000px;
  margin: 40px auto 10px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.text__tnb-content {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.body-3 {
  color: #1a3f23;
}

.page-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.text-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
}

.footer-text {
  display: inline-block;
  width: auto;
  padding-top: 5px;
}

.footer__text {
  width: auto;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-bottom: 0px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.link-9 {
  color: #fff;
  text-decoration: none;
}

.link-10 {
  color: #fff;
  text-decoration: none;
}

.link-11 {
  width: auto;
  color: #fff;
  text-decoration: none;
}

.c-faq-text {
  padding: 20px 20px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-faq-text:hover {
  color: #333;
}

.subheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  text-align: left;
}

.faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1.5px;
}

.headline.faq {
  margin-bottom: 15px;
  font-family: Neutra2display, sans-serif;
}

.text-span-38 {
  color: #fff;
}

.text-medium {
  margin-bottom: 0.5rem;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.link-28 {
  color: #fff;
}

.c-faq-icon {
  padding: 20px;
  color: #ffafaf;
}

._w-faq-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
}

.c-faq-item {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  cursor: pointer;
}

.c-faq-a {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0);
}

.faq-container {
  min-height: auto;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
}

.c-faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-faq-q:hover {
  color: #333;
}

.section-faq-2 {
  margin-top: 0px;
  padding: 60px 0px;
  background-color: transparent;
}

.text-span-37 {
  text-decoration: underline;
}

.c-faq-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.c-faq {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
}

.faq-divider {
  height: 0px;
  border: 1px none #000;
}

.c-faq-a-text {
  padding: 20px;
  color: #fff;
}

.text-block-8 {
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: none;
}

.text-block-8:hover {
  color: #fff;
}

.link-29 {
  color: #fff;
  text-decoration: none;
}

.link-30 {
  color: #fff;
  text-decoration: none;
}

.link-31 {
  color: #fff;
  text-decoration: none;
}

.link-32 {
  color: #fff;
  text-decoration: none;
}

.link-33 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.section__verlosung {
  display: none;
  width: 100%;
  max-width: 100%;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 50px;
  -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;
  background-color: #4c8b2b;
  color: #fff;
}

.text-block-36 {
  font-family: Neutra2display, sans-serif;
}

.button__verlosung {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1a3f23;
  font-family: 'Hold on', sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button__verlosung:hover {
  background-color: #fff;
  color: #1a3f23;
}

.heading-6 {
  color: #fff;
}

.text-block-37 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.text-block-38 {
  padding-top: 20px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.div-block-19 {
  width: 41%;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.div-block-20 {
  width: 350px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3dbbd4;
}

.text-block-39 {
  height: 50px;
  padding-top: 20px;
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 4px;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  font-family: Neutra2display, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 30px;
}

@media screen and (max-width: 991px) {
  .section__404 {
    max-width: none;
    background-image: none;
    background-size: cover;
  }

  ._404__content {
    width: auto;
    max-width: 400px;
    padding-top: 100px;
  }

  ._404__error {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  ._404__heading {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
  }

  ._404__subhead {
    width: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-weight: 500;
  }

  .content__key {
    max-width: 80%;
  }

  .content__heading {
    font-size: 25px;
  }

  .navbar-resp {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
    padding-left: 20px;
  }

  .menu-button-3 {
    height: auto;
    margin-top: 0px;
    padding: 0px;
  }

  .menu-button-3.w--open {
    z-index: 2;
    background-color: #fff;
  }

  .nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
    background-color: #fff;
    font-size: 35px;
    line-height: 35px;
  }

  .link-block-12 {
    padding: 10px 10px 0px;
  }

  .navlink {
    display: block;
    font-size: 30px;
  }

  .image-26 {
    display: block;
    margin-top: 0px;
  }

  .lottie-animation-3 {
    width: 80%;
  }

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

  .image-41 {
    max-width: 40%;
  }

  .text-block {
    margin-right: 60px;
    margin-bottom: 0px;
    margin-left: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 1.5em;
  }

  .section-form {
    margin-right: 20px;
    margin-left: 10px;
  }

  .submit-button.button {
    margin-right: 10px;
  }

  .heading {
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .steps-block {
    max-width: 100%;
  }

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

  .primary__button {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    font-weight: 900;
    text-align: center;
  }

  .primary__button.receipt-button {
    font-weight: 400;
  }

  .steps-headline.title-faq {
    font-size: 32px;
    line-height: 33px;
  }

  .heading-4 {
    font-size: 35px;
  }

  .select-field-3 {
    height: 42px;
    max-height: none;
    line-height: 16px;
  }

  .input-file-3 {
    width: auto;
    height: 42px;
    text-align: left;
  }

  .text-block-34 {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 28px;
  }

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

  .step-description-text {
    font-size: 20px;
  }

  .image-5.mobil {
    display: none;
  }

  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading__h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .receipt-button-4 {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    font-weight: 900;
    text-align: center;
  }

  .text__main-copy {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text__main {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .select-field-4 {
    height: 42px;
    max-height: none;
    line-height: 16px;
  }

  .columns-3 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .h5 {
    font-size: 35px;
  }

  .text-block-7 {
    font-size: 25px;
  }

  .heading-5 {
    font-size: 35px;
  }

  .text__tnb-main {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text__tnb-content {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer-text {
    max-width: 40%;
  }

  .text-medium {
    font-size: 1rem;
  }

  .c-faq-item {
    color: #fff;
  }

  .faq-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-faq-2 {
    margin-top: 40px;
  }

  .text-block-8 {
    color: #fff;
    font-size: 20px;
  }

  .div-block-19 {
    width: 80%;
    padding-left: 0px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  ._404__error {
    width: auto;
    max-width: 250px;
  }

  ._404__heading {
    margin-top: 60px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
  }

  ._404__subhead {
    margin-top: 20px;
    color: #fff;
  }

  .link__acardo {
    width: 100%;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

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

  .column-4 {
    display: none;
    height: 10px;
  }

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

  .text-block {
    margin-bottom: 10px;
  }

  .column-5 {
    display: none;
  }

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

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

  .column-11 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .checkbox-field-3 {
    margin-left: 10px;
  }

  .submit-button.button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .checkbox-3 {
    margin-top: 24px;
  }

  .block-faq {
    margin-right: 0px;
    margin-left: 0px;
  }

  .step-block {
    margin-bottom: 20px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .promotion-title-text-2 {
    font-size: 22px;
    line-height: 20px;
  }

  .promotion-title-text-2.form-title {
    font-size: 20px;
  }

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

  .success-message-2.success-message {
    margin-right: 0px;
    margin-left: 0px;
  }

  .primary__button {
    width: 100%;
  }

  .image-step {
    max-width: 180px;
  }

  .steps-headline {
    margin-bottom: 0px;
  }

  .steps-headline.title-faq {
    font-size: 32px;
  }

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

  .heading-4 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .text-faq {
    font-size: 14px;
    line-height: 18px;
  }

  .input-file-3 {
    width: 100%;
  }

  .input-file-3.input-file {
    font-size: 20px;
  }

  .text-block-34 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .section__intro {
    margin-top: 40px;
  }

  .step-description-text {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 22px;
  }

  .section__steps {
    padding-bottom: 20px;
  }

  .container-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading__h1 {
    font-size: 30px;
    line-height: 42px;
  }

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

  .heading__h2 {
    font-size: 20px;
  }

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

  .text__main-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .text__main {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .promotion-title {
    font-size: 22px;
    line-height: 20px;
  }

  .promotion-title.form-title {
    font-size: 20px;
  }

  .columns-3 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .h5 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .section-footer {
    height: auto;
    text-align: center;
  }

  .container-7 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-5 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .text__tnb-main {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .text__tnb-content {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .footer-text {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .link-9 {
    max-width: 100%;
  }

  .link-10 {
    max-width: 100%;
  }

  .text-medium {
    font-size: 1.125rem;
  }

  .text-block-8 {
    color: #fff;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

@media screen and (max-width: 479px) {
  .section__404 {
    background-size: cover;
  }

  ._404__content {
    width: auto;
    max-width: 90%;
    margin-top: 0px;
    padding: 0px;
  }

  ._404__error {
    width: auto;
    max-width: 60%;
  }

  ._404__heading {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
  }

  ._404__subhead {
    width: 90%;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
  }

  .content__link {
    margin-bottom: 40px;
  }

  .link__acardo {
    width: 100%;
    max-width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 15px;
    font-size: 20px;
  }

  .content__key {
    display: block;
    width: 150px;
    height: 150px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .content__heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .content__button {
    width: 180px;
    max-width: none;
  }

  .content__password {
    width: auto;
    max-width: 90%;
    min-width: 220px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-resp {
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button-3.w--open {
    background-color: #fff;
    color: #fff;
  }

  .nav-menu-2 {
    margin-top: 45px;
    padding-left: 20px;
  }

  .container-3 {
    margin-right: auto;
  }

  .navlink {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .navlink.w--current {
    font-size: 20px;
    line-height: 25px;
  }

  .image-26 {
    width: 180px;
    padding-top: 0px;
  }

  .lottie-animation-3 {
    width: auto;
    max-height: 45px;
    max-width: 45px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .text-block-33 {
    margin-top: 10px;
  }

  .checkbox-label-2 {
    margin-left: 0px;
    font-weight: 400;
  }

  .image-41 {
    max-width: 80%;
    margin: 0px auto 20px;
  }

  .receipt-button {
    font-size: 22px;
  }

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

  .text-block {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .field-label {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: left;
  }

  .field-label.receipt {
    text-align: center;
  }

  .section-form {
    margin-top: 40px;
    margin-right: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .checkbox-field-3 {
    padding-left: 0px;
  }

  .submit-button.button {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }

  .submit-button.s-button {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
  }

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

  .input-file {
    font-size: 22px;
  }

  .heading {
    width: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    font-size: 30px;
    line-height: 30px;
  }

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

  .block-faq {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 8px;
  }

  .checkbox-field-4 {
    padding-left: 33px;
  }

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

  .step-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promotion-title-text-2 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .form-description-text {
    font-size: 14px;
  }

  .primary__button {
    display: block;
    width: 100%;
    height: auto;
    background-color: #dc3642;
    background-image: none;
    color: #fff;
  }

  .primary__button.receipt-button {
    height: 45px;
    margin-top: 18px;
    padding-top: 10px;
    padding-bottom: 8px;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 15px;
  }

  .image-step {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 150px;
    padding-top: 20px;
  }

  .steps-headline {
    margin-bottom: 0px;
    font-size: 17px;
  }

  .steps-headline.title-faq {
    padding-top: 0px;
    font-size: 25px;
    line-height: 25px;
  }

  .image-48 {
    display: inline-block;
    max-width: 250px;
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 10px;
  }

  .section-steps {
    padding-bottom: 0px;
  }

  .heading-4 {
    margin-top: 0px;
    font-size: 30px;
  }

  .heading-4.head2 {
    margin-top: 0px;
    padding-top: 10px;
  }

  .text-faq {
    font-size: 15px;
    text-align: left;
  }

  .select-field-3 {
    padding: 0px 0px 0px 8px;
    border-radius: 5px;
  }

  .image-45 {
    display: none;
  }

  .input-file-3 {
    display: block;
    width: auto;
    height: 42px;
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
  }

  .input-file-3.input-file {
    margin-top: 0px;
    font-size: 19px;
  }

  .einleitungstext {
    margin-bottom: 20px;
  }

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

  .text-block-34 {
    font-size: 18px;
    line-height: 25px;
  }

  .section__intro {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section__form {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px 10px;
  }

  .headline-faq {
    line-height: 22px;
  }

  .step-description-text {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 25px;
  }

  .image-49 {
    max-width: 150px;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .headerbild-desktop {
    display: none;
  }

  .image-5.mobil {
    display: block;
  }

  .section__products {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section__steps {
    padding-bottom: 0px;
  }

  .h2 {
    line-height: 30px;
  }

  .h1 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 45px;
  }

  .h1.tnbs {
    font-size: 38px;
  }

  .container-6 {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
  }

  .heading__h1 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    white-space: normal;
  }

  .form-description-text-2 {
    font-size: 16px;
  }

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

  .heading__h2 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 1.3;
  }

  .form__section {
    border: 1px none #000;
  }

  .message-title-error-2 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  }

  .receipt-button-4 {
    display: block;
    width: 100%;
    height: auto;
    background-color: #dc3642;
    background-image: none;
    color: #fff;
  }

  .receipt-button-4.receipt-button {
    padding-top: 17px;
    padding-right: 0.25em;
    padding-left: 0.25em;
    background-color: #dd051a;
    font-size: 16px;
    line-height: 24%;
  }

  .text__main-copy {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .text-message-error-3 {
    font-size: 16px;
  }

  .message-title-success-2 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  }

  .text-message-success-3 {
    font-size: 16px;
  }

  .form-4 {
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
  }

  .kassenboninformation-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .text__main {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .text__main.left-align {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro__content-text {
    border: 1px none #000;
  }

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

  .promotion-title {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .promotion-title.form-title {
    font-size: 18px;
  }

  .error-message-2 {
    margin-top: 0px;
  }

  .columns-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .h5 {
    margin-top: 0px;
    font-size: 30px;
  }

  .h5.head2 {
    margin-top: 0px;
    padding-top: 10px;
  }

  .section-footer {
    height: auto;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    text-align: center;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .container-7 {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-5 {
    margin-top: 0px;
    font-size: 30px;
  }

  .heading-5.tnbs {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-5.tnbs {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .intro__section-2 {
    margin-top: 20px;
  }

  .text__tnb-main {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .text__tnb-content {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .footer-text {
    max-width: 100%;
  }

  .footer__text {
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
  }

  .link-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .c-faq-text {
    padding-right: 0px;
    padding-left: 20px;
  }

  .subheading {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .headline {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .text-medium {
    font-size: 18px;
    line-height: 1.4;
  }

  .c-faq-icon {
    padding: 10px 20px 10px 10px;
  }

  .faq-container {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-faq-2 {
    width: 100%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-8 {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
  }

  .link-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-5 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Hold on';
  src: url('../fonts/Hold-On.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra2display';
  src: url('../fonts/Neutra2Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra2display';
  src: url('../fonts/Neutra2Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra2display';
  src: url('../fonts/Neutra2Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}