/*	HERO SECTION
-------------------------------------------- */
.hero-section {
  position: relative;
  background: #2c2e35;
  overflow: hidden;
  height: clamp(900px, 100vh, 1128px);
}
@media (max-width: 767.98px) {
  .hero-section {
    height: 90vh;
    padding-top: 40px;
  }
}
.hero-section__overlay {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .hero-section__overlay {
    height: 70vh;
  }
}
.hero-section__overlay-svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .hero-section__overlay-svg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
  }
}
.hero-section__content {
  position: relative;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.hero-section__container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 16px;
}
@media (max-width: 575.98px) {
  .hero-section__container {
    gap: 20px;
  }
}
.hero-section__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29.917px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .hero-section__line {
    margin-bottom: 0;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-section__line {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .hero-section__line {
    flex-direction: column;
    gap: 20px;
  }
}
.hero-section__text {
  flex: 1;
  display: flex;
  align-items: center;
}
.hero-section__heading {
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .hero-section__heading {
    font-size: 64px;
  }
}
@media (max-width: 991.98px) {
  .hero-section__heading {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .hero-section__heading {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  .hero-section__heading {
    font-size: 44px !important;
    white-space: normal;
    line-height: 35.93px;
  }
}
.hero-section__image {
  flex: 1 1 auto;
  height: 104px;
}
@media (max-width: 1199.98px) {
  .hero-section__image {
    height: 94px;
  }
}
@media (max-width: 991.98px) {
  .hero-section__image {
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .hero-section__image {
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .hero-section__image {
    display: none;
  }
}
.hero-section__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 93.4906px;
}
@media (max-width: 767.98px) {
  .hero-section__img {
    border-radius: 70px;
  }
}
.hero-section__button {
  flex: 1 1 auto;
}
@media (max-width: 575.98px) {
  .hero-section__button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.hero-section__cta {
  background-color: #18b1b5;
  height: 97.23px;
  color: #ffffff;
  padding: 14.958px 2px;
  border-radius: 48px;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 11.959px;
  box-shadow: 4px 4px 2px 0 #56F0F4 inset, 8px 8px 32px 0 rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
}
.hero-section__cta:hover {
  transform: translateY(-2px);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .hero-section__cta {
    height: 70px;
    padding: 0;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .hero-section__cta {
    height: 60px;
    font-size: 18px;
    padding: 12px 20px;
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .hero-section__cta {
    font-size: 16px;
    padding: 5.528px 11.057px;
    border-radius: 40px;
    max-width: 295px;
    height: 40px;
    gap: 0.5rem;
  }
}
.hero-section__arrow {
  width: 33.657px;
  height: 23.373px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .hero-section__arrow {
    width: 20px;
    height: 16px;
  }
}
@media (max-width: 767.98px) {
  .hero-section__arrow {
    width: 16px;
    height: 14px;
  }
}
.hero-section__description {
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  margin-bottom: 40px;
}
.hero-section__description p {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767.98px) {
  .hero-section__description p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 575.98px) {
  .hero-section__description p {
    font-size: 20px;
    line-height: 28px;
  }
}
.hero-section__description p strong {
  font-weight: 700;
}