.hero {width: 100%;position: relative;z-index: 9;margin-bottom: -5px;}.hero::after {content: "";position: absolute;inset-inline: 0;width: 100%;height: 12.5vw;background-size: 110%;background-repeat: no-repeat;pointer-events: none;bottom: -8vw;background-image: url('../../images/shape-top.png');background-position: bottom center;}.hero__wrapper {position: relative;z-index: 1;width: 100%;}.hero .hero__image {width: 100%;height: auto;margin-inline: auto;display: block;}.hero__elips {position: absolute;height: auto;width: 16.7%;}.hero__elips--one {inset-inline-start: 0;inset-block-start: 33%;}.hero__elips--two {inset-inline-start: 50%;transform: translateX(-50%);inset-block-end: 3%;}.hero__elips--three {inset-inline-end: 0;inset-block-start: 48%;}@media screen and (min-width: 768px) {.hero {margin-top: -1.875rem;}}