.c-lead-magnet-section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-lead-magnet-section {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-lead-magnet-section {
    margin-bottom: 96px;
  }
}
.c-lead-magnet-section__wrapper {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-lead-magnet-section__wrapper {
    padding: 30px;
  }
}
@media (min-width: 1023px) {
  .c-lead-magnet-section__wrapper {
    padding: 40px;
  }
}
.c-lead-magnet-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9;
}
@media (min-width: 1023px) {
  .c-lead-magnet-section__content {
    max-width: 701px;
    align-items: flex-start;
  }
}
@media (min-width: 1023px) {
  .c-lead-magnet-section__label {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-lead-magnet-section__headline {
  text-align: center;
}
@media (min-width: 1023px) {
  .c-lead-magnet-section__headline {
    text-align: left;
  }
}
.c-lead-magnet-section__btn {
  margin-top: 40px;
}
.c-lead-magnet-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  z-index: 0;
}
.c-lead-magnet-section__overlay {
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
.c-lead-magnet-section__overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
}
.c-lead-magnet-section__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 382px;
  max-width: 800px;
  width: 100%;
  height: auto;
  background-color: var(--color-grey);
  padding: 44px 40px 20px;
}
@media (min-width: 1023px) {
  .c-lead-magnet-section__modal {
    padding: 40px 35px;
  }
}
.c-lead-magnet-section__modal-headline {
  font-size: 26px;
  line-height: 1.38em;
  color: var(--color-orange);
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .c-lead-magnet-section__modal-headline {
    margin-bottom: 35px;
  }
}
.c-lead-magnet-section__modal-label {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
}
.c-lead-magnet-section__modal-link {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-lead-magnet-section__modal-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 5px;
}
@media (min-width: 1023px) {
  .c-lead-magnet-section__modal-list {
    gap: 20px;
    max-width: 600px;
  }
}
.c-lead-magnet-section__modal-item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 250px;
  width: 100px;
}
@media (min-width: 768px) {
  .c-lead-magnet-section__modal-item {
    width: calc(50% - 20px);
  }
}
.c-lead-magnet-section__modal-icon {
  display: grid;
  place-items: center;
  background: var(--color-white);
  min-width: 40px;
  height: 40px;
}
.c-lead-magnet-section__modal-icon img {
  width: 22px !important;
  height: 22px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1023px) {
  .c-lead-magnet-section__modal .wpcf7 {
    max-width: 470px;
  }
}
.c-lead-magnet-section__modal .wpcf7 input[type=email] {
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #000;
  outline: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: #000;
  padding: 16px 20px;
}
.c-lead-magnet-section__modal .wpcf7 input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 18px;
  height: 18px;
}
.c-lead-magnet-section__modal .wpcf7 input[type=checkbox]:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.c-lead-magnet-section__modal .wpcf7 input[type=checkbox]:checked::before {
  background: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.6L3.57143 7L10 1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 70%;
}
.c-lead-magnet-section__modal .wpcf7 input[type=submit] {
  border: none;
  outline: none;
  margin: 0 auto;
  cursor: pointer;
}
.c-lead-magnet-section__modal .wpcf7 .submit-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-lead-magnet-section__modal .wpcf7 .wpcf7-acceptance {
  display: inline-block;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
}
.c-lead-magnet-section__modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.c-lead-magnet-section__modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-lead-magnet-section__modal .wpcf7 .wpcf7-acceptance + .wpcf7-not-valid-tip {
  top: 100%;
  bottom: auto;
}
.c-lead-magnet-section__modal .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  bottom: -32px;
}
.c-lead-magnet-section__modal .wpcf7 .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-lead-magnet-section__modal .wpcf7 .wpcf7-response-output {
  background: var(--orange);
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  color: var(--color-white);
  border: none;
}
.c-lead-magnet-section__modal.step-1 {
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-lead-magnet-section__modal.step-1.hidden {
  opacity: 0;
  visibility: hidden;
}
.c-lead-magnet-section__modal.step-2 {
  display: flex;
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  flex-direction: column;
  align-items: center;
}
.c-lead-magnet-section__modal.step-2.hidden {
  opacity: 0;
  visibility: hidden;
}
.c-lead-magnet-section .js-close-btn {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 15M1 15L15 1' stroke='black'/%3E%3C/svg%3E%0A") no-repeat center;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
.c-lead-magnet-section .js-close-btn:hover {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 15M1 15L15 1' stroke='%23f07c21'/%3E%3C/svg%3E%0A") no-repeat center;
}