.bg-pre-footer {
  background-color: var(--color-background);
  position: relative;
  overflow-x: clip;
}

.block--pre-footer {
  position: relative; 
}

.pre-footer {
  background-image: url('../../images/prefooter/background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.pre-footer__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.pre-footer__title {
  color: var(--color-primary--2);
  font-family: var(--font-bungee);
  font-size: 2.5rem;
  line-height: 150%;
}

.pre-footer__text {
  color: var(--color-white);
  max-width: 640px;
}

.pre-footer__text p {
  font-size: var(--content-size-m);
  line-height: 170%;
  margin-top: 0;
}

.pre-footer__link a {
  display: inline-flex;
  padding: 14px 24px;
  background: transparent;
  color: var(--color-white);
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--color-primary--2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 16px;
  transition: all 0.25s ease;
  font-size: var(--content-size-m);
}

.pre-footer__link a:hover {
  border: 2px solid var(--color-white);
  background: var(--color-primary--1);
  text-decoration: none;
}

@media all and (min-width: 1000px) {
  .pre-footer {
    min-height: 700px;
    border-top-right-radius: 360px;
  }
  .pre-footer__shape {
    position: absolute;
    bottom: -482px;
    left: -690px;
    width: 1310px;
    height: 1037px;
    background-image: url(../../images/prefooter/blue-orange-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
  }
  .pre-footer__shape {
    bottom: -482px;
    left: -590px;
    width: 1400px;
    height: 1077px;
  }
  .pre-footer__shape-orange {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 572px;
  height: 540px;
  background-image: url(../../images/methodology/orange-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: 1;
  pointer-events: none;
}
  .pre-footer__shape-orange {
    display: block;
  }

  .pre-footer__link {
    text-align: right;
    margin-right: 7rem;
  }
}

@media all and (min-width: 1200px) {
  .pre-footer__title {
    font-size: 3.125rem;
    min-width: 740px;
  }
}

@media (min-width: 1500px) {
  .pre-footer {
    min-height: 824px;
  }
}
