.hero-banner {
  background-color: #212121;
  color: #ffffff;
  position: relative;
}

.hero-banner:before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) -10.22%,
    rgba(0, 0, 0, 0) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform: rotate(180deg);
}

.hero-banner-img {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-banner-img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-banner-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 245px;
  padding-top: 200px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-banner-logo {
  display: block;
  margin: 0 auto 35px;
}

.hero-banner-logo.ready {
  --logoPosition: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform-origin: center top;
  transform: translate(-50%, var(--logoPosition)) scale(1);
}

.hero-banner-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display",sens-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  width: 100%;
}

.hero-banner-title.ready {
  --titlePosition: 0;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: var(--titlePosition);
  transform: translateX(-50%);
}

.hero-banner-title small {
  display: block;
  font-family: "DM Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hero-banner-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 29px;
  width: 100%;
}

.hero-banner-buttons .button {
  margin: 20px 10px 0;
}

.hero-banner-animation {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 61px 40px 40px;
}

.hero-banner-animation-contain {
  position: relative;
  overflow: hidden;
}

.hero-banner-animation h2 {
  font-family: "Adobe Jenson Pro";
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 13px;
  transform: translateY(100px);
  opacity: 0;
}

.hero-banner-animation p {
  font-family: "Adobe Jenson Pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  transform: translateY(100px);
  opacity: 0;
}

.hero-banner-animation img {
  max-width: 54px;
  margin: 0 auto;
  transform: translateY(100px);
  opacity: 0;
}

.animate_banner .hero-banner-logo.ready {
  top: 27px;
  transform: translate(-50%, 0) scale(0.45);
  transition: transform 0.6s ease-out, scale 0.6s ease-out;
}

.animate_banner .hero-banner-title.ready {
  opacity: 0;
  transform: translate(-50%, -50px);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.second_animate_banner .hero-banner-animation h2 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s ease-out;
}

.second_animate_banner .hero-banner-animation p {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s ease-out;
}

.second_animate_banner .hero-banner-animation img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s ease-out;
}

.hero_banner-image:before,
.hero_banner-slide_image:before,
.hero_banner-video:before {
  background-color: rgba(0, 0, 0, 0.45);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero_banner-image,
.hero_banner-swiper.swiper,
.hero_banner-video {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero_banner-slide,
.hero_banner-slide_image {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.hero_banner-slide {
  background-color: #000000;
}

.hero_banner-image img,
.hero_banner-slide_image img,
.hero_banner-video video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-banner-content {
    padding-bottom: 200px;
    padding-top: 223px;
  }

  .hero-banner-title {
    font-size: 64px;
    line-height: 77px;
  }

  .hero-banner-title small 
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
  }

  .hero-banner-animation h2 {
    font-size: 22px;
    line-height: 150%;
  }

  .hero-banner-animation p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .animate_banner #hs_cos_wrapper_header_button_mobile {
    display: none;
  }

  .hero-banner-content {
    padding-bottom: 200px;
    padding-top: 200px;
  }

  .hero-banner-logo.ready {
    max-width: 157px !important;
    width: 92% !important;
    width: calc(100% - 40px) !important;
  }

  .animate_banner .hero-banner-logo.ready {
    top: 21px;
  }

  .hero-banner-title {
    font-size: 48px;
    line-height: 67px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-banner-title small {
    margin-left: -14px;
    margin-right: -14px;
  }

  .hero-banner-animation {
    padding: 41px 20px 20px;
  }
}
