.c4y-hh {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 5rem 0 6rem;
  background: linear-gradient(135deg, #ffffff 0%, rgba(241, 245, 249, 0.30) 60%, rgba(104, 200, 81, 0.05) 100%);
}

.c4y-hh__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.c4y-hh__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 1;
}

.c4y-hh__blob--left {
  width: 16rem;
  height: 16rem;
  left: 2.5rem;
  top: 5rem;
  background: rgba(104, 200, 81, .10);
}

.c4y-hh__blob--right {
  width: 24rem;
  height: 24rem;
  right: 5rem;
  bottom: 2.5rem;
  background: rgba(41, 54, 101, .05);
}

.c4y-hh__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 3rem, var(--global-content-width, 1200px));
  margin: 0 auto;
  text-align: center;
}

.c4y-hh__content {
  max-width: 980px;
  margin: 0 auto;
}

.c4y-hh__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  border-radius: 9999px;
  background: rgba(104, 200, 81, .12);
  color: rgb(104, 200, 81);
  margin: 0 0 1.5rem;
}

.c4y-hh__badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.c4y-hh__badge span {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.c4y-hh__title {
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  color: rgb(20, 31, 56) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 40px !important;
}

.c4y-hh__accent {
  color: rgb(104, 200, 81);
}

.c4y-hh__desc {
  margin: 0 auto 2rem !important;
  max-width: 760px;
  color: rgb(107, 114, 128) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.c4y-hh__btn-wrap {
  display: inline-block;
}

.c4y-hh__btn,
.c4y-hh__btn:link,
.c4y-hh__btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .5rem !important;
  min-width: 296px;
  min-height: 50px;
  padding: 0 28px !important;
  border-radius: 12px !important;
  background: rgb(41, 54, 101) !important;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  box-shadow: 0 10px 40px -10px rgba(104, 200, 81, .4);
  transform: scale(1);
  transition: transform .2s cubic-bezier(.22, .61, .36, 1), box-shadow .2s ease, background-color .2s ease !important;
  will-change: transform;
}

.c4y-hh__btn:hover {
  background: rgb(33, 46, 90) !important;
  transform: scale(1.05);
  box-shadow: 0 15px 50px -10px rgba(104, 200, 81, .5);
}

.c4y-hh__btn:active {
  transform: scale(.98);
}

.c4y-hh__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.c4y-hh__anim {
  opacity: 0;
  transform: translateY(20px);
}

.c4y-hh.c4y-hh-visible .c4y-hh__anim {
  transition: opacity .6s ease, transform .6s ease;
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .c4y-hh__title {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

@media (min-width: 1024px) {
  .c4y-hh {
    padding: 8rem 0;
  }

  .c4y-hh__title {
    font-size: 60px !important;
    line-height: 60px !important;
  }
}

@media (max-width: 767px) {
  .c4y-hh {
    padding: 4.5rem 0 5rem;
  }

  .c4y-hh__inner {
    width: min(100% - 2rem, var(--global-content-width, 1200px));
  }

  .c4y-hh__title {
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    font-style: normal !important;
  }

  .c4y-hh__desc {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: rgb(107, 114, 128) !important;
  }

  .c4y-hh__btn,
  .c4y-hh__btn:link,
  .c4y-hh__btn:visited {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 0 20px !important;
  }

  .c4y-hh__btn-wrap {
    display: block;
    width: 100%;
  }
}
