.lead-block-widget {
  gap: 82px;
  padding: 84px 97px 96px 97px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.lead-block-title-wrapper,
.lead-block-subtitle-wrapper {
  position: relative;
  z-index: 1;
  word-break: break-all;
}

.lead-block-title-wrapper .lead-block-heading {
  font-family: Urbanist;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  letter-spacing: 0;
  text-align: left;
  vertical-align: bottom;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}

.lead-block-title-wrapper .lead-block-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: left;
  vertical-align: bottom;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  margin: 0;
}

.lead-block-widget .lead-block-subtitle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.lead-block-subtitle-wrapper .lead-block-subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: left;
  vertical-align: bottom;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  margin: 0;
}
.lead-block-absolute-image-wrapper {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 100%;
}
.lead-block-absolute-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.lead-block-image {
  position: absolute;
  z-index: 0;
  max-width: 50%;
  max-height: 100%;
}

.lead-block-widget .position-left-top {
  top: 0;
  left: 0;
  border-top-left-radius: 24px;
  transform: rotate(180deg);
}
.lead-block-widget .position-left-bottom {
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 24px;
  transform: rotate(0deg);
}
.lead-block-widget .position-right-top {
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  transform: rotate(180deg);
}
.lead-block-widget .position-right-bottom {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 24px;
  transform: rotate(0deg);
}

@media (max-width: 768px) {
  .lead-block-widget {
    gap: 48px;
    padding: 48px 24px 48px 24px;
  }
  .lead-block-title-wrapper .lead-block-title {
    font-size: 16px;
  }
  .lead-block-subtitle-wrapper .lead-block-subtitle {
    font-size: 16px;
  }
  .lead-block-absolute-image-wrapper {
    max-width: 100%;
  }

  .lead-block-absolute-image-wrapper img {
    object-fit: contain;
  }
  .lead-block-title-wrapper .lead-block-heading {
    font-size: 32px;
  }
  .lead-block-widget .position-left-top {
    border-top-left-radius: 16px;
  }
  .lead-block-widget .position-left-bottom {
    border-bottom-left-radius: 16px;
  }
  .lead-block-widget .position-right-top {
    border-top-right-radius: 16px;
  }
  .lead-block-widget .position-right-bottom {
    border-bottom-right-radius: 16px;
  }
}
