/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/dark-hero/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.dark-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.dark-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.dark-hero__wrapper {
  z-index: 2;
  position: relative;
  padding-top: 150px;
}
@media (min-width: 1024px) {
  .dark-hero__wrapper {
    padding-top: 227px;
  }
}
.dark-hero__wrapper-breadcrumb {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  color: var(--Neutral-White, #FFF);
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .dark-hero__wrapper-breadcrumb {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .dark-hero__wrapper-breadcrumb {
    font-size: 18px;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .dark-hero__wrapper-breadcrumb {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.dark-hero__wrapper-breadcrumb .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.dark-hero__wrapper-breadcrumb .breadcrumbs__separator {
  padding: 0 12px;
}
.dark-hero__wrapper-breadcrumb .breadcrumbs__item a {
  color: #fff;
}
.dark-hero__wrapper-breadcrumb .breadcrumbs__item a:hover {
  color: #B12428;
}
.dark-hero__wrapper-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .dark-hero__wrapper-middle {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .dark-hero__wrapper-middle {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.dark-hero__wrapper-middle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1110px;
  width: 100%;
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0.4;
  height: 448px;
  display: none;
}
@media (min-width: 768px) {
  .dark-hero__wrapper-middle::after {
    display: block;
  }
}
.dark-hero__wrapper-middle-title {
  max-width: 100%;
  flex: 0 0 100%;
  color: #FFF;
  font-size: 26px;
  line-height: 36px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 35px;
  order: 2;
}
@media (min-width: 768px) {
  .dark-hero__wrapper-middle-title {
    font-size: 36px;
    line-height: 46px;
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    order: 1;
  }
}
@media (min-width: 1024px) {
  .dark-hero__wrapper-middle-title {
    font-size: 48px;
    line-height: 87px;
  }
}
.dark-hero__wrapper-middle-image {
  max-width: 100%;
  flex: 0 0 100%;
  height: 350px;
  position: relative;
  border-radius: 250px 250px 0px 0px;
  overflow: hidden;
  order: 1;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 575px) {
  .dark-hero__wrapper-middle-image {
    height: 570px;
    border-radius: 450px 450px 0px 0px;
  }
}
@media (min-width: 768px) {
  .dark-hero__wrapper-middle-image {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    margin-top: -20px;
    order: 2;
    margin-bottom: 0px;
  }
}
.dark-hero__wrapper-middle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.dark-hero__wrapper-content {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 50px 0 50px 35px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 575px) {
  .dark-hero__wrapper-content {
    padding: 100px 0 100px 50px;
    border-radius: 1000px;
  }
}
@media (min-width: 1024px) {
  .dark-hero__wrapper-content {
    padding: 113px 0 188px 95px;
    margin-bottom: 95px;
  }
}
.dark-hero__wrapper-content-big-title {
  color: var(--White, #FFF);
  font-family: "Manrope";
  font-size: 24px;
  line-height: 34px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 575px) {
  .dark-hero__wrapper-content-big-title {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (min-width: 768px) {
  .dark-hero__wrapper-content-big-title {
    font-size: 44px;
    line-height: 67px;
  }
}
@media (min-width: 1024px) {
  .dark-hero__wrapper-content-big-title {
    font-size: 64px;
    line-height: 87px;
  }
}
.dark-hero__wrapper-content-title {
  color: var(--White, #FFF);
  font-family: "Manrope";
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 24px;
}
@media (min-width: 575px) {
  .dark-hero__wrapper-content-title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .dark-hero__wrapper-content-title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .dark-hero__wrapper-content-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.dark-hero__wrapper-content-description {
  color: var(--White, #FFF);
  font-family: "Manrope";
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 575px) {
  .dark-hero__wrapper-content-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .dark-hero__wrapper-content-description {
    font-size: 18px;
    line-height: 24px;
  }
}
.dark-hero__wrapper-content-next-section {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background-color: #B12428;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 575px) {
  .dark-hero__wrapper-content-next-section {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 768px) {
  .dark-hero__wrapper-content-next-section {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .dark-hero__wrapper-content-next-section {
    width: 174px;
    height: 174px;
  }
}
.dark-hero__wrapper-content-shape {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 96px;
  height: 48px;
}
.dark-hero__wrapper-bottom {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1440px) {
  .dark-hero__wrapper-bottom {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.dark-hero__wrapper-bottom-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
  padding-bottom: 28px;
}
.dark-hero__wrapper-bottom-socials-title {
  color: var(--White, #FFF);
  font-family: "Manrope";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding-right: 96px;
  position: relative;
}
.dark-hero__wrapper-bottom-socials-title::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #999;
  height: 1px;
  width: 80px;
}
.dark-hero__wrapper-bottom-socials-title::before {
  width: 6px;
  height: 6px;
  background-color: #B12428;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
  content: "";
}
.dark-hero__wrapper-bottom-socials-items {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.dark-hero__wrapper-bottom-socials-items-item {
  color: var(--color-4, #999);
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: 0.3s all ease-in-out;
}
.dark-hero__wrapper-bottom-socials-items-item:hover {
  color: #B12428;
}

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