/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.hero {
  padding: 150px 15px 0 15px;
}
@media (min-width: 768px) {
  .hero {
    padding: 212px 15px 0 15px;
  }
}
.hero__wrapper {
  margin-top: 90px;
  max-width: 920px;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .hero__wrapper {
    margin: 0 auto 50px auto;
  }
}
@media (min-width: 1024px) {
  .hero__wrapper {
    margin: 0 auto 74px auto;
  }
}
.hero__wrapper-title {
  color: var(--Black, #000);
  font-family: "Manrope";
  font-size: 26px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 575px) {
  .hero__wrapper-title {
    font-size: 32px;
    line-height: 31px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .hero__wrapper-title {
    font-size: 48px;
    line-height: 47px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .hero__wrapper-title {
    font-size: 64px;
    line-height: 63px;
  }
}
.hero__wrapper-bottom {
  position: relative;
}
.hero__wrapper-bottom-image {
  width: 100%;
  height: 250px;
  position: relative;
}
@media (min-width: 575px) {
  .hero__wrapper-bottom-image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .hero__wrapper-bottom-image {
    height: 366px;
  }
}
.hero__wrapper-bottom-image::after {
  content: "";
  position: absolute;
  right: calc(100% - 125px);
  top: 0;
  height: 366px;
  width: 183px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: #fff;
  z-index: -1;
  display: none;
}
@media (min-width: 575px) {
  .hero__wrapper-bottom-image::after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hero__wrapper-bottom-image::after {
    right: 100%;
  }
}
.hero__wrapper-bottom-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
@media (min-width: 575px) {
  .hero__wrapper-bottom-image img {
    border-radius: 150px;
  }
}
@media (min-width: 1024px) {
  .hero__wrapper-bottom-image img {
    border-radius: 1000px;
  }
}
.hero__wrapper-bottom-image-lines {
  position: absolute;
  bottom: calc(100% - 13px);
  right: 0;
  pointer-events: none;
  display: none;
}
@media (min-width: 768px) {
  .hero__wrapper-bottom-image-lines {
    display: block;
  }
}
.hero__wrapper-bottom-next-section {
  width: 100px;
  height: 50px;
  background-color: #B12428;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(100% - 100px);
  bottom: -15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hero__wrapper-bottom-next-section {
    width: 150px;
    height: 85px;
    left: calc(100% - 150px);
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hero__wrapper-bottom-next-section {
    left: calc(100% - 29px);
  }
}
@media (min-width: 1320px) {
  .hero__wrapper-bottom-next-section {
    width: 210px;
    height: 105px;
    left: calc(100% - 18px);
  }
}
.hero__wrapper-bottom-next-section svg {
  max-height: 70%;
}
@media (min-width: 768px) {
  .hero__wrapper-bottom-next-section svg {
    max-height: auto;
  }
}

/*# sourceMappingURL=style-index.css.map*/