.nhp2 {
  padding-top: 48px;
}

.nhp2-welcome-wrap {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background: url(../images/nhp2-welcome-curve.svg) top right no-repeat;
}

.nhp2-welcome-title {
  font-size: 40px;
  font-family: Heebo;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.nhp2-welcome-desc {
  font-weight: 500;
  margin-bottom: 80px;
  font-size: 22px;
  text-align: center;
}

.nhp2-row1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.nhp2-row1 .mobile-ill {
  display: none;
}

.nhp2-services {
  width: 460px;
  flex-grow: 0;
  padding-right: 50px;
}

.nhp2-services-item {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 0 25px;
  height: 80px;
  width: 100%;
  background: #EEF1FF;
  border: 1px solid rgba(86, 118, 253, 0.2);
  box-shadow: 0px 6px 10px rgba(86, 118, 253, 0.16);
  border-radius: 40px;
  font-weight: 500;
  font-size: 20px;
  color: #060F31;
  gap: 22px;
  padding-left: 40px;
}

.nhp2-services-item:nth-child(2) {
  background: #EBFAF2;
  border: 1px solid rgba(86, 214, 150, 0.3);
  box-shadow: 0px 6px 10px rgba(86, 214, 150, 0.18);
}

.nhp2-services-item:nth-child(3) {
  background: #FFEFEF;
  border: 1px solid rgba(255, 94, 98, 0.2);
  box-shadow: 0px 6px 10px rgba(255, 94, 98, 0.12);
}

.nhp2-services-item:nth-child(4) {
  background: #FFF8E7;
  border: 1px solid rgba(255, 184, 17, 0.3);
  box-shadow: 0 6px 10px rgba(255, 184, 17, 0.14);
}

.nhp2-services-item:focus-visible,
.nhp2-services-item:hover {
  text-decoration: none;
  box-shadow: 0 15px 15px rgba(86, 118, 253, 0.18);
}

.nhp2-services-item:nth-child(2):hover {
  box-shadow: 0px 15px 15px rgba(86, 214, 150, 0.18);
}

.nhp2-services-item:nth-child(3):hover {
  box-shadow: 0px 15px 15px rgba(255, 94, 98, 0.13);
}

.nhp2-services-item:nth-child(4):hover {
  box-shadow: 0px 15px 15px rgba(255, 184, 17, 0.15);
}

.nhp2-top-reviews-wrap {
  padding: 50px 0;
  background: linear-gradient(105.95deg, #FFEFEF 0.53%, #ACE0F9 105.04%);
}

.nhp2 h2 {
  font-size: 40px;
  font-family: Heebo;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.nhp2-top-reviews-row1 {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.nhp2-top-reviews-row1 .item {
  width: 240px;
  height: 136px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px rgba(107, 164, 197, 0.32);
  border-radius: 8px;
}

.nhp2-top-reviews-row1 .item:hover,
.nhp2-top-reviews-row1 .item:focus-within {
  box-shadow: 0 0 8px rgba(12, 26, 85, 0.3);
}

.nhp2-top-reviews-row1 .item img {
  max-width: 166px;
  max-height: 100px;
}

.nhp2-top-reviews-row1 .item .lbl {
  border-radius: 20px;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 14px;
  font-family: "DM Sans";
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #5676FD;
  white-space: nowrap;
}

.nhp2-top-reviews-row1 .item .lbl.yellow {
  background: #FFD465;
  color: #000000;
}

.nhp2-top-reviews-row1 .item .lbl.blue {
  background: #5676FD;
}

.nhp2-top-reviews-row1 .item .lbl.green {
  background: #56D696;
}

.nhp2-top-reviews-row1 .item .lbl.red {
  background: #FF5E62;
}

.nhp2-top-reviews-row2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 52px;
}

.nhp2-top-reviews-row2 .item {
  width: 182px;
  color: #060F31;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.nhp2-top-reviews-row2 .item:hover {
  text-decoration: none;
}

.nhp2-top-reviews-row2 .item .img {
  height: 100px;
  margin-bottom: 40px;
}

.nhp2-top-reviews-row2 .item .img img {
  max-height: 100%;
}

.nhp2-guides-wrap {
  padding: 100px 0;
}

.nhp2-subtitle {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #626470;
  margin-bottom: 60px;
}

.nhp2-guides-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
}

.nhp2-guides-item {
  width: 370px;
}

.nhp2-guides-item .img {
  width: 370px;
  height: 261px;
}

.nhp2-guides-item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.nhp2-guides-item .info {
  width: 340px;
  margin: -45px auto 0;
  background: #FFFFFF;
  border: 1px solid #E5E5EA;
  box-shadow: 0 0 8px rgba(12, 26, 85, 0.1);
  border-radius: 8px;
  padding: 36px 15px 40px 35px;
  color: #060F31;
  position: relative;
  z-index: 1;
}

.nhp2-guides-item .info .name {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 25px;
}

.nhp2-guides-item .info a {
  color: #3F4043;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0 0 10px;
}

.nhp2-guides-item .info a span {
  white-space: nowrap;
}

.nhp2-guides-item .info a svg {
  margin-left: 12px;
}

.nhp2-guides-item .info a:focus-visible,
.nhp2-guides-item .info a:hover {
  color: #5676FD;
}

.nhp2-guides-item .info a:focus-visible svg path,
.nhp2-guides-item .info a:hover svg path {
  fill: #5676FD;
}

.nhp2-welcome-ill {
  flex-grow: 0;
  width: calc(100% - 460px);
}

@media only screen and (max-width: 1280px) {
  .nhp2-services {
    width: 450px;
    padding-right: 40px;
  }
  .nhp2-welcome-ill {
    width: calc(100% - 450px);
  }
  .nhp2-top-reviews-row1 .item {
    width: 230px;
  }
  .nhp2-guides-list {
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    flex-direction: column;
  }
  .nhp2-guides-item {
    width: 600px;
  }
  .nhp2-guides-item .img {
    width: 600px;
    height: 365px;
  }
  .nhp2-guides-item .info {
    width: 480px;
    padding: 30px 40px 35px;
    margin-top: -110px;
  }
}
@media only screen and (max-width: 1024px) {
  .nhp2-welcome-wrap {
    padding: 60px 0 55px;
  }
  .nhp2-welcome-title {
    font-size: 30px;
    max-width: 600px;
    margin: 0 auto 25px;
  }
  .nhp2-welcome-title br {
    display: none;
  }
  .nhp2-welcome-wrap {
    background: url(../images/nhp2-welcome-curve-tablet.svg) top right no-repeat;
  }
  .nhp2-welcome-desc {
    font-size: 20px;
    margin-bottom: 65px;
  }
  .nhp2-row1 {
    position: relative;
    display: block;
  }
  .nhp2-row1 .mobile-ill {
    display: block !important;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .nhp2-services {
    width: 460px;
    margin: 0 auto;
    padding: 0;
  }
  .nhp2 h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .nhp2-top-reviews-wrap {
    padding: 60px 0 70px;
  }
  .nhp2-top-reviews-row1 {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .nhp2-top-reviews-row1 .item {
    margin-bottom: 12px;
  }
  .nhp2-top-reviews-row2 .item {
    font-size: 18px;
  }
  .nhp2-top-reviews-row2 {
    gap: 30px;
  }
  .nhp2-top-reviews-row2 .item .img {
    height: 82px;
    margin-bottom: 20px;
  }
  .nhp2-subtitle {
    font-size: 20px;
  }
  .nhp2-welcome-ill {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .nhp2 {
    padding-top: 42px;
  }
  .nhp2-welcome-wrap {
    background: none;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .nhp2-welcome-desc {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .nhp2-services {
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
  }
  .nhp2-services-item {
    height: 70px;
    font-size: 16px;
    gap: 15px;
    margin-bottom: 20px;
  }
  .nhp2-top-reviews-wrap {
    padding: 30px 0 40px;
  }
  .nhp2-top-reviews-row1 {
    margin-top: 42px;
    margin-bottom: 40px;
    gap: 18px;
  }
  .nhp2-top-reviews-row1 .item {
    width: 150px;
    height: 148px;
    box-shadow: 0 0 8px rgba(12, 26, 85, 0.1);
    border-radius: 6px;
  }
  .nhp2-top-reviews-row1 .item img {
    max-width: 105px;
  }
  .nhp2-top-reviews-wrap .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nhp2-top-reviews-row2 {
    gap: 30px;
    flex-wrap: wrap;
  }
  .nhp2-top-reviews-row2 .item {
    width: 135px;
  }
  .nhp2-guides-wrap {
    padding: 35px 0 40px;
  }
  .nhp2-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .nhp2 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nhp2-guides-list {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .nhp2-guides-item {
    width: 100%;
  }
  .nhp2-guides-item .img {
    width: 600px;
    height: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
  .nhp2-guides-item .img img {
    border-radius: 0;
  }
  .nhp2-guides-item .info {
    width: calc(100% - 40px);
    padding: 20px 10px 25px 20px;
    margin-top: -120px;
  }
  .nhp2-guides-item .info .name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .nhp2-top-reviews-row1 .item .lbl {
    font-size: 13px;
    padding: 0 12px;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}