.is-editing {
  position: static !important;
  display: block !important;
}
.is-editing .lead-magnets-overlay__wrapper {
  opacity: 1;
}
.is-editing .lead-magnets {
  opacity: 1;
  transform: scale(1);
}

.lead-magnets-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.lead-magnets-overlay__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: rgba(31, 36, 50, 0.2);
  transition: all 0.15s;
  opacity: 0;
}
.lead-magnets-overlay.open .lead-magnets-overlay__wrapper {
  opacity: 1;
}
.lead-magnets-overlay.open .lead-magnets {
  opacity: 1;
  transform: scale(1);
}

.lead-magnets {
  border-radius: 40px;
  width: 100%;
  max-width: 1035px;
  height: 630px;
  background-color: #fff;
  background-image: url(./../../../images/blocks/lead-magnets/lead-magnets-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  transition: all 0.3s ease 0.1s;
  opacity: 0;
  transform: scale(0.9);
}
.lead-magnets__container {
  padding-bottom: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.lead-magnets__content {
  display: flex;
  padding-left: 44px;
}
.lead-magnets__text {
  color: #1f2432;
  max-width: 550px;
  margin-right: -81px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  padding-bottom: 16px;
}
.lead-magnets__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 16px;
  text-align: left !important;
}
.lead-magnets__description {
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  opacity: 0.9;
  margin-bottom: 16px;
}
.lead-magnets__description b {
  font-weight: 600;
}
.lead-magnets__description ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
.lead-magnets__description ul li {
  padding-left: 28px;
  margin-bottom: 6px;
  position: relative;
}
.lead-magnets__description ul li:last-child {
  margin-bottom: unset;
}
.lead-magnets__description ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 12px;
  background-color: #1f2432;
}
.lead-magnets__button {
  border-radius: 10px;
  padding: 12px 32px;
  padding: 12px 32px;
  background: #25bb4d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 150ms;
}
.lead-magnets__button:hover {
  background-color: #30d05a;
}
.lead-magnets__button-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.lead-magnets__awards {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-left: 27px;
  padding-right: 53px;
  padding-bottom: 30px;
}
.lead-magnets__awards .new-clutch-awards {
  width: 306px;
  height: 92px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.03);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.lead-magnets__awards .new-clutch-awards__top {
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #051320;
}
.lead-magnets__awards .new-clutch-awards__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #051320;
}
.lead-magnets__awards-list {
  display: flex;
  align-items: center;
  gap: 28px;
}
.lead-magnets__awards-link {
  display: block;
  height: 52px;
  transition: all 150ms;
}
.lead-magnets__awards-link:hover {
  transform: translateY(-8px);
}
.lead-magnets__awards-link img {
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .lead-magnets__awards-link {
    height: 48px;
  }
}
.lead-magnets__close {
  position: absolute;
  top: 38px;
  right: 39px;
  cursor: pointer;
}
.lead-magnets__close path {
  transition: all 150ms;
}
.lead-magnets__close:hover path {
  stroke: #1f2432;
}/*# sourceMappingURL=style.min.css.map */