.hero-block {
  margin-top: 1.3125rem;
  margin-bottom: 2.25rem;
}

.hero-block__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.hero-block__info {
  /*width: calc(40.6% - 0.625rem);*/
  width: calc(50% - 0.625rem);
}

.hero-block__info .hero-block__title {
  margin: 0 0 1.875rem;
  max-width: 100%;
}

.hero-block__info .hero-block__subtitle {
  margin: 0 0 2rem;
  max-width: 100%;
  line-height: 120%;
}

.hero-block__info .hero__title {
  max-width: 100%;
}

.hero-block__info .hero__title span {
  color: var(--c-brand-orange);
}

.hero-block__info p:last-child {
  margin-bottom: 0;
}

.hero-block__image {
  /*min-width: calc(57% - 0.625rem);*/
  width: 100%;
  /*max-width: calc(57% - 0.625rem);*/
  max-width: calc(50% - 0.625rem);
  position: relative;
  border-radius: 0.938rem;
  min-height: 30.375rem;
}

.hero-block__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.938rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-block__preload-image {
  display: none;
}

.hero-block__stamp-element {
  width: 7.3rem;
  height: 7.3rem;
  position: absolute;
  top: 0.875rem;
  left: -4.1rem;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-block__animate-figure {
  width: 16.5rem;
  height: 27.5rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 8.25rem);
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media screen and (max-width: 1199.98px) {
  .hero-block__info .hero__title {
    font-size: 3.8rem;
  }

  .hero-block__info .text-l p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023.98px) {
  .hero-block {
    margin: 1.25rem 0 0.625rem;
  }

  .hero-block__inner {
    gap: 0;
  }

  .hero-block__info {
    width: 100%;
  }

  .hero-block__info .hero-block__title {
    margin: 1.25rem 0;
  }

  .hero-block__info .hero-block__subtitle {
    margin: 0 0 1.563rem;
  }

  .hero-block__info .hero-block__desktop-button {
    margin: 0 0 1.563rem;
  }

  .hero-block__image {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
  }

  .hero-block__stamp-element {
    display: none;
  }

  .hero-block__animate-figure {
    width: 50%;
    height: 90%;
    left: 25%;
  }
}

@media screen and (max-width: 479.98px) {
  .hero-block__image {
    min-height: 13.75rem;
  }
  .hero-block__info .hero__title {
    font-size: 2.25rem;
  }

  .hero-block__info .hero__title br {
    display: block;
  }

  .hero-block__info .text-l p {
    font-size: 1.125rem;
    font-weight: 500;
  }

  .hero-block__info .hero-block__subtitle {
    margin: 0 0 1.875rem;
  }

  .hero-block__subtitle br {
    display: none;
  }

  .hero-block__info .hero-block__desktop-button {
    margin: 0 0 1.875rem;
  }
}

@media screen and (max-width: 479.98px) {
  .hero-block__info .text-l p {
    font-size: 1.125rem;
  }
}
