@font-face {
  font-family: "BlsPrW-XBd";
  src: url("../bliss-fonts/BlsPrW-XBd/blsprw-xbd.eot");
  src: url("../bliss-fonts/BlsPrW-XBd/blsprw-xbd.eot?#iefix") format("embedded-opentype"), url("../bliss-fonts/BlsPrW-XBd/blsprw-xbd.woff2") format("woff2"), url("../bliss-fonts/BlsPrW-XBd/blsprw-xbd.woff") format("woff"), url("../bliss-fonts/BlsPrW-XBd/blsprw-xbd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.landing-hero {
  padding: 0 0 56px;
}
@media (max-width: 782px) {
  .landing-hero {
    padding: 0 0 27px;
  }
}
.landing-hero__inner {
  width: 100%;
  height: 660px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  mask-image: url("../../images/hero-shape.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center bottom;
}
@media (max-width: 782px) {
  .landing-hero__inner {
    height: 350px;
    mask-image: url("../../images/hero-shape-mobile.svg");
    mask-size: cover;
  }
}
.landing-hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 185px;
  position: relative;
  z-index: 2;
}
@media (max-width: 782px) {
  .landing-hero__content {
    padding-top: 95px;
  }
}
@media (max-width: 500px) {
  .landing-hero__content {
    padding-top: 80px;
  }
}
.landing-hero__logo {
  max-width: 100%;
}
@media (max-width: 782px) {
  .landing-hero__logo {
    max-width: 310px;
  }
}
.landing-hero__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing-hero__text {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 782px) {
  .landing-hero__text {
    gap: 22px;
  }
}
.landing-hero__title {
  font-family: "gelica", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 84px;
  color: #FFF;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 782px) {
  .landing-hero__title {
    font-size: 40px;
    line-height: 44px;
  }
}
.landing-hero__title br {
  display: none;
}
@media (max-width: 782px) {
  .landing-hero__title br {
    display: block;
  }
}
.landing-hero__subtitle {
  font-family: "gelica", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 1;
  color: #FFF;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 782px) {
  .landing-hero__subtitle {
    font-size: 26px;
  }
}
.landing-hero__arrow {
  display: block;
  width: 48px;
  height: 24px;
  background: url("../../images/down-scrol-arrow-icon.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 65px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
@media (max-width: 782px) {
  .landing-hero__arrow {
    width: 30px;
    height: 15px;
    bottom: 33px;
  }
}
.landing-hero.landing-hero--text {
  padding: 0 0 114px;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--text {
    padding: 0 0 35px;
  }
}
.landing-hero.landing-hero--text .landing-hero__inner {
  height: 670px;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--text .landing-hero__inner {
    height: 380px;
    padding-bottom: 35px;
  }
}
.landing-hero.landing-hero--text .landing-hero__content {
  padding-top: 235px;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--text .landing-hero__content {
    padding-top: 95px;
  }
}
@media (max-width: 500px) {
  .landing-hero.landing-hero--text .landing-hero__content {
    padding-top: 90px;
  }
}
.landing-hero.landing-hero--text .landing-hero__arrow {
  bottom: 40px;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--text .landing-hero__arrow {
    display: none;
  }
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--image-top .landing-hero__inner {
    height: 790px;
  }
}
.landing-hero.landing-hero--image-top .landing-hero__inner:after {
  display: none;
}
.landing-hero.landing-hero--image-top .landing-hero__logo {
  width: 395px;
  height: 320px;
  padding: 80px 40px 30px;
  background: url("../../images/left-hero-bg.png") bottom center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--image-top .landing-hero__logo {
    width: 350px;
    height: 260px;
    padding: 70px 20px 25px;
    top: -10px;
  }
}
@media (max-width: 500px) {
  .landing-hero.landing-hero--image-top .landing-hero__logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.landing-hero.landing-hero--image-top .landing-hero__logo img {
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--image-top .landing-hero__arrow {
    display: none;
  }
}
.landing-hero.landing-hero--default .landing-hero__default-text {
  display: flex;
  flex-direction: column;
  gap: 38px;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--default .landing-hero__default-text {
    max-width: 100%;
    gap: 24px;
  }
}
.landing-hero.landing-hero--default .landing-hero__subtitle {
  font-family: "BlsPrW-XBd", sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 32px;
  letter-spacing: 0.2em;
  color: #fff;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--default .landing-hero__subtitle {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 576px) {
  .landing-hero.landing-hero--default .landing-hero__subtitle {
    font-size: 24px;
  }
}
.landing-hero.landing-hero--default .landing-hero__title {
  font-family: "gelica", sans-serif;
  font-weight: 400;
  font-size: 82px;
  line-height: 86px;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--default .landing-hero__title {
    font-size: 50px !important;
    line-height: 56px !important;
  }
}
@media (max-width: 576px) {
  .landing-hero.landing-hero--default .landing-hero__title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
.landing-hero.landing-hero--default .landing-hero__title br {
  display: block;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--default .landing-hero__title br {
    display: none;
  }
}
.landing-hero.landing-hero--default .kg-decoration {
  width: 276px;
  height: 54px;
}
@media (max-width: 782px) {
  .landing-hero.landing-hero--default .kg-decoration {
    width: 144px;
    height: 30px;
  }
}