.hero-title {
  margin-top: 0;
  padding-top: 0;
}

.hero-figure {
  position: relative;
  overflow: visible;
  padding: 0;
}

.hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  position: relative;
}

.hero-svg {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.hero-svg-top-right {
  top: -60px;
  right: -60px;
}

.hero-svg-bottom-left {
  bottom: -69px;
  left: -83px;
}

.hero-block .button_section {
  padding-top: 6rem;
}

.btn-hero {
  position: relative;
  display: inline-block;
  padding: 3rem 4.75rem;
  text-decoration: none;
  z-index: 0;
}

.btn-hero h2 {
  position: relative;
  z-index: 1;
  margin: 0;
}

.btn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 100% 150%;
  z-index: -1;
}

.btn-hero--0::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 416 122'><path d='M25.5307 0L0 32.4512V94.4781L73.0879 110.498L126.652 122L403.986 110.498L416 58.7407L358.431 0H146.676H25.5307Z' fill='%23ffffff'/></svg>");
}

.btn-hero--1::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 413 109'><path d='M389.034 10.5336L299.067 -4.07467e-06L81.2976 -1.1863e-05L22.3362 10.5336L-2.05323e-06 38.432L13.5769 93.9158L206.768 109L413 93.9158L413 38.432L389.034 10.5336Z' fill='%23ffffff'/></svg>");
}

.btn-hero--2::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 418 109'><path d='M394.546 10.5336L302.589 -4.12754e-06L80.0011 -1.20881e-05L22.5115 19.1504L-3.24005e-06 60.6466L22.5115 105.852L208.247 109L394.546 98.3459L418 65.5639L394.546 10.5336Z' fill='%23ffffff'/></svg>");
}

@media (max-width: 992px) {
  .hero-block .button_section {
    padding-top: 3rem;
  }

  .btn-hero {
    position: relative;
    display: inline-block;
    padding: 0.75rem 2rem;
    text-decoration: none;
    z-index: 0;
  }
}
