.hp-hero-block {
  padding: 5vh 0;
  padding-bottom: 8vh;
  z-index: 1;
  position: relative;
}
.hp-hero-block .category-count-con {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-weight: bold;
  color: #5AAA8E;
  font-size: 20px;
  padding-right: 4%;
}
@media only screen and (max-width: 1600px) {
  .hp-hero-block {
    padding-bottom: 15vh;
  }
}
@media only screen and (max-width: 700px) {
  .hp-hero-block {
    padding: 1vh 0;
  }
}
.hp-hero-block h1 {
  margin-bottom: 0px;
  margin-top: 0;
  color: #001A45;
}
.hp-hero-block::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: 0;
  background-image: url(../../images/hero-after.png);
  width: 500px;
  height: 400px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1600px) {
  .hp-hero-block::after {
    transform: scale(0.8);
    transform-origin: bottom right;
    bottom: -50px;
  }
}
@media only screen and (max-width: 700px) {
  .hp-hero-block::after {
    display: none;
  }
}
.hp-hero-block-btn {
  margin: auto;
  background: transparent linear-gradient(180deg, #89C7AE 0%, #25C082 100%) 0% 0% no-repeat padding-box;
  border: none;
  outline: none;
  border-radius: 17px;
  padding: 20px 0;
  width: 60%;
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.2;
  cursor: default;
  margin: 0 !important;
}
.hp-hero-block-btn svg {
  margin-left: 15px;
}
.hp-hero-block-btn:hover {
  background: transparent linear-gradient(180deg, #51a684 0%, #18a86e 100%) 0% 0% no-repeat padding-box;
}
.hp-hero-block-btn.btn-active {
  opacity: 1;
  cursor: pointer;
}
.hp-hero-block-btn.btn-active:hover {
  background-color: #50917a !important;
}
.hp-hero-block-btn:hover {
  background-color: #5AAA8E !important;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-btn {
    width: 100%;
  }
}
.hp-hero-block-btn-con {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding-right: 15px;
}
.hp-hero-block-con {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-con {
    flex-direction: column;
  }
}
.hp-hero-block-left {
  width: 60%;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-left {
    width: 100%;
  }
}
.hp-hero-block-left p, .hp-hero-block-left b {
  opacity: 0.72;
  color: #5D8CBC;
  font-size: 22px;
  margin: 6px 0;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-left p, .hp-hero-block-left b {
    font-size: 17px;
  }
}
.hp-hero-block-right {
  width: 35%;
  padding-top: 12px;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-right {
    display: none;
  }
}
.hp-hero-block-right b, .hp-hero-block-right strong {
  color: #5AAA8E;
  font-size: 25px;
}
.hp-hero-block-right ul li {
  list-style: none;
  position: relative;
  margin: 25px 0;
  color: #5D8CBC;
  font-size: 18px;
  font-weight: 500;
}
.hp-hero-block-right ul li::before {
  content: "";
  background-image: url(../../images/checkmark.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  background-position: center;
  position: absolute;
  left: -50px;
  top: -5px;
}
.hp-hero-block-categories {
  display: flex;
  flex-wrap: wrap;
}
.hp-hero-block-category {
  width: 90%;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 130px;
  border: 3px solid transparent;
  border: 3px solid #A6D1FD;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-category {
    margin: auto;
    height: 110px;
  }
}
.hp-hero-block-category * {
  pointer-events: none;
}
.hp-hero-block-category.selected {
  background-color: #E2F7EE;
}
@media only screen and (min-width: 1000px) {
  .hp-hero-block-category:hover {
    background-color: #E2F7EE;
    cursor: pointer;
  }
}
.hp-hero-block-category-img {
  height: 70px;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-category-img {
    height: 50px;
  }
}
.hp-hero-block-category-img img {
  max-height: 60px;
  object-fit: contain;
  height: 100%;
}
.hp-hero-block-category span {
  font-weight: bold;
  color: #5D8CBC;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-category span {
    text-align: center;
    font-size: 15px;
  }
}
.hp-hero-block-category-con {
  width: 33%;
  margin: 15px 0;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-category-con {
    width: 50%;
    margin: 5px 0;
  }
}

.step-component {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0px;
  color: #001A45;
  margin-bottom: 10px;
}
.step-component.blue-circle {
  background-color: #F3FAFE;
  border-radius: 70%;
  height: 200px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.step-component.white-circle {
  background-color: white;
  border-radius: 70%;
  height: 200px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.step-component img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 700px) {
  .step-component img {
    height: 90px;
  }
}
.step-component b {
  margin-top: 10px;
  height: 30px;
  font-size: 22px;
}
.step-component p {
  margin: 0;
  margin-top: 10px;
  text-align: center;
  width: 78%;
}
@media only screen and (max-width: 700px) {
  .step-component p {
    width: 70%;
  }
}

.static-slider-block {
  padding: 7vh 0;
  padding-top: 1vh;
}
.static-slider-block h2 {
  color: #5D8CBC;
  text-align: center;
  font-size: 34px;
}
.static-slider-block .splide__arrow {
  background-color: transparent;
}
.static-slider-block .splide__arrow--next {
  right: -0.5em;
}
.static-slider-block .splide__arrow--prev {
  left: -0.5em;
}
.static-slider-block .splide__arrow svg {
  fill: #001A45;
  width: 2em;
  height: 2em;
}

.cta-block {
  padding: 5vh 0;
}
.cta-block-image {
  width: 45%;
  margin-right: 5%;
}
.cta-block-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 700px) {
  .cta-block-image {
    display: none;
  }
}
.cta-block-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-block-con .cta-box {
  color: #001A45;
  width: 50%;
  background-color: #C9E4FD;
  border-radius: 55px;
  padding: 45px;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cta-block-con .cta-box {
    width: 100%;
  }
}
.cta-block-con .cta-box-btn {
  margin: auto;
  background: transparent linear-gradient(180deg, #89C7AE 0%, #25C082 100%) 0% 0% no-repeat padding-box;
  border: none;
  outline: none;
  border-radius: 17px;
  padding: 20px 0;
  width: 60%;
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cta-block-con .cta-box-btn svg {
  margin-left: 15px;
}
.cta-block-con .cta-box-btn:hover {
  background: transparent linear-gradient(180deg, #51a684 0%, #18a86e 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 700px) {
  .cta-block-con .cta-box-btn {
    width: 100%;
  }
}
.cta-block-con .cta-box::after {
  content: "";
  position: absolute;
  background-image: url("../../images/cta-bot-right.svg");
  width: 170px;
  height: 180px;
  bottom: -70px;
  right: 0;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .cta-block-con .cta-box::after {
    display: none;
  }
}
.cta-block-con .cta-box::before {
  content: "";
  position: absolute;
  background-image: url("../../images/cta-top-left.svg");
  width: 121px;
  height: 118px;
  top: -60px;
  left: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  .cta-block-con .cta-box::before {
    display: none;
  }
}

.text-image-slider-block {
  padding: 2vh 0;
}
.text-image-slider-block-headline {
  width: 50%;
  margin-left: 50%;
}
@media only screen and (max-width: 700px) {
  .text-image-slider-block-headline {
    width: 100%;
    margin: 0;
  }
}
.text-image-slider-block-headline h2 {
  color: #5D8CBC;
}
@media only screen and (max-width: 700px) {
  .text-image-slider-block-headline h2 {
    text-align: center;
    font-size: 32px;
  }
}
.text-image-slider-block-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .text-image-slider-block-con {
    flex-direction: column;
  }
}
.text-image-slider-block-left {
  width: 45%;
}
@media only screen and (max-width: 700px) {
  .text-image-slider-block-left {
    width: 100%;
  }
}
.text-image-slider-block-left .splide__arrow {
  height: 3em;
  width: 3em;
  background-color: transparent;
  opacity: 1;
}
.text-image-slider-block-left .splide__arrow--next {
  right: 1.2em;
}
.text-image-slider-block-left .splide__arrow--prev {
  left: 1.2em;
}
.text-image-slider-block-left .splide__arrow svg {
  fill: white;
  opacity: 1;
  height: 1.5em;
  width: 1.5em;
}
.text-image-slider-block-left .splide__slide {
  border-radius: 17px;
}
.text-image-slider-block-left .splide__slide img {
  border-radius: 17px;
  width: 94%;
  margin: auto;
  margin-left: 3%;
}
.text-image-slider-block-right {
  width: 50%;
  color: #001A45;
}
@media only screen and (max-width: 700px) {
  .text-image-slider-block-right {
    width: 100%;
  }
}

.review {
  width: 90%;
  margin: auto;
  background: transparent linear-gradient(180deg, #DDEDFE 0%, #F5FAFF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #A2CDF8;
  border-radius: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 240px;
  color: #001A45;
  position: relative;
  margin-bottom: 10px;
}
.review::before {
  position: absolute;
  content: "";
  left: 13%;
  top: 6%;
  width: 40px;
  height: 40px;
  background-image: url(../../images/quotation.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.review b {
  margin-top: 25px;
  margin-bottom: 15px;
  max-width: 80%;
  text-align: center;
}
.review span {
  margin-top: 0;
}

.article-card {
  width: 80%;
  margin: auto;
  box-shadow: 0px 3px 6px #D4ECFA;
  border-radius: 50px;
  background-color: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #001A45;
  margin-bottom: 25px;
  height: 250px;
  justify-content: space-between;
}
.article-card b {
  font-size: 22px;
  text-align: center;
}
.article-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 50px 50px 0 0;
}

.slider-block {
  padding: 7vh 0;
}
.slider-block h2 {
  color: #5D8CBC;
  text-align: center;
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 2em;
}
.slider-block .splide__arrow {
  background-color: transparent;
}
.slider-block .splide__arrow svg {
  fill: #001A45;
  width: 2em;
  height: 2em;
}
.slider-block .splide__arrow--next {
  right: -2em;
}
@media only screen and (max-width: 700px) {
  .slider-block .splide__arrow--next {
    right: -0.5em;
  }
}
.slider-block .splide__arrow--prev {
  left: -2em;
}
@media only screen and (max-width: 700px) {
  .slider-block .splide__arrow--prev {
    left: -0.5em;
  }
}

.faq-active .faq-box-question-arrow {
  transform: rotate(180deg);
  opacity: 0.6;
}
.faq-box {
  margin: 2vh auto;
  width: 70%;
}
.faq-box:nth-child(odd) .faq-box-question::before {
  background-color: #5AAA8E;
  opacity: 0.41;
}
.faq-box:nth-child(even) .faq-box-question::before {
  background-color: #C9E4FD;
  opacity: 0.5;
}
@media only screen and (max-width: 700px) {
  .faq-box {
    width: 100%;
  }
}
.faq-box-question {
  background-color: #F3FAFE;
  display: flex;
  margin: auto;
  align-items: center;
  padding: 10px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 43px;
  gap: 5%;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.faq-box-question:hover {
  cursor: pointer;
}
.faq-box-question:hover .hp-faqs-box-question-arrow {
  opacity: 1;
}
.faq-box-question::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: 8%;
  top: 5px;
  border-radius: 70%;
}
.faq-box-question span {
  width: 80%;
  color: #1D275F;
  font-weight: 700;
  font-size: 20px;
  margin-left: 10%;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 700px) {
  .faq-box-question span {
    width: 75%;
    font-size: 18px;
  }
}
.faq-box-question-arrow {
  width: 40px;
  height: 40px;
  margin-right: 2%;
  transition: 0.05s linear;
}
.faq-box-answer {
  background-color: #F3FAFE;
  border-radius: 25px;
  z-index: 0;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  margin-top: -60px;
  transition: 0.05s linear;
  visibility: hidden;
  padding-top: 85px;
  padding-left: 25px;
  padding-right: 25px;
}
.faq-box-answer a {
  width: 75%;
  text-decoration: none;
  color: #001A45;
  font-weight: 700;
  margin: 10px auto;
}
.faq-box-answer a:hover {
  text-decoration: underline;
}
.faq-box-answer-show {
  padding-bottom: 20px;
  transition: 0.05s linear;
  visibility: visible;
}

.faq-block h2 {
  color: #5D8CBC;
  text-align: center;
  font-size: 34px;
}
.faq-block-con {
  width: 80%;
  margin: auto;
}