/* stylelint-disable */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.home-introduction {
  position: relative;
  z-index: 1;
}
.home-introduction__container {
  background-color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 20px 50px 200px;
}
@media (min-width: 480px) {
  .home-introduction__container {
    padding: 37px 50px 365px;
  }
}
@media (min-width: 992px) {
  .home-introduction__container {
    padding-left: 300px;
  }
}
@media (min-width: 1200px) {
  .home-introduction__container {
    padding-left: 370px;
  }
}
@media (min-width: 1366px) {
  .home-introduction__container {
    flex-direction: row;
    gap: unset;
    padding: 0;
    min-height: 1080px;
  }
}
.home-introduction__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-introduction__bg img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-introduction__bg.bg-mobile .background {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) -1%, #000 100%), var(--intro-bg-mobile-image);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
}
@media (min-width: 480px) {
  .home-introduction__bg.bg-mobile .background {
    height: 50%;
  }
}
@media (min-width: 1366px) {
  .home-introduction__bg.bg-mobile {
    display: none;
  }
}
.home-introduction__bg.bg-desktop {
  display: none;
}
.home-introduction__bg.bg-desktop picture {
  width: 100%;
}
@media (min-width: 1366px) {
  .home-introduction__bg.bg-desktop {
    display: flex;
  }
}
.home-introduction__text {
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 1366px) {
  .home-introduction__text {
    margin-bottom: 49px;
  }
}
.home-introduction__text > * {
  color: currentColor;
}
.home-introduction__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1366px) {
  .home-introduction h1.home-introduction__title {
    letter-spacing: -1.45px;
    margin-bottom: 23px;
  }
}
.home-introduction__subtitle {
  color: #bc9979;
  letter-spacing: -1.05px;
}
@media (min-width: 1366px) {
  .home-introduction__subtitle.homepage {
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .home-introduction__link {
    text-align: right;
    padding-right: 19px;
  }
}
.home-introduction-content {
  color: #fff;
  z-index: 1;
}
@media (min-width: 1366px) {
  .home-introduction-content {
    background-color: rgba(0, 0, 0, 0.8784313725);
    width: 60%;
    padding: 90px 60px 90px 370px;
  }
}
@media (min-width: 1920px) {
  .home-introduction-content {
    width: 57%;
    padding: 200px 167px 113px 370px;
  }
}
@media (min-width: 2200px) {
  .home-introduction-content__wrapper {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
  }
}
.home-introduction-image {
  z-index: 1;
  position: relative;
}
@media (min-width: 1366px) {
  .home-introduction-image {
    width: 40%;
  }
}
@media (min-width: 1920px) {
  .home-introduction-image {
    width: 43%;
  }
}
.home-introduction-image img {
  max-width: 100%;
  width: unset;
  margin-bottom: -1px;
}
.home-introduction__image-wrapper {
  max-width: 820px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1366px) {
  .home-introduction__image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: -50px;
  }
}
@media (min-width: 1920px) {
  .home-introduction__image-wrapper {
    top: 52.4%;
    left: -95px;
  }
}
.home-introduction__image-wrapper picture {
  display: flex;
  overflow: hidden;
}
.home-introduction.interior {
  position: relative;
}
.home-introduction.interior .sidebar-bg::before {
  content: "";
  max-height: 700px;
  height: 100%;
  background: #a9a9a9;
  width: 1px;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.home-introduction.interior .home-introduction__container {
  background-color: #fff;
}
@media (min-width: 1366px) {
  .home-introduction.interior .home-introduction__container {
    min-height: 1020px;
  }
}
.home-introduction.interior .home-introduction__bg.bg-mobile .background {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) -1%, #fff 100%), var(--intro-bg-mobile-image);
  height: 25%;
}
.home-introduction.interior .home-introduction__text {
  color: #000;
}
@media (min-width: 1366px) {
  .home-introduction.interior .home-introduction__text {
    margin-bottom: 46px;
  }
}
.home-introduction.interior .home-introduction-content {
  color: #000;
  background-color: #fff;
}
@media (min-width: 1920px) {
  .home-introduction.interior .home-introduction-content {
    width: 58%;
    padding: 137px 167px 165px 370px;
  }
}
@media (min-width: 1920px) {
  .home-introduction.interior .home-introduction__image-wrapper {
    top: 51.5%;
    left: -98px;
  }
}
@media (min-width: 1366px) {
  .home-introduction.interior .home-introduction__subtitle {
    margin-bottom: 16px;
  }
}
