.s-banner__container, .s-numbers__container, .s-features__container, .s-steps__container, .s-blog__container, .s-midia__container, .s-slides__container, .c-form__container, .c-clients__container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-banner__container, .s-numbers__container, .s-features__container, .s-steps__container, .s-blog__container, .s-midia__container, .s-slides__container, .c-form__container, .c-clients__container {
    padding: 0px 2.4rem;
  }
}

.s-features__rocket-icon, .s-features__cta, .s-steps__card-icon, .s-blog__cta, .s-blog__card-arrow, .s-midia__chevron, .s-midia__external, .s-slides__nav-btn, .s-slides__card-illustration, .c-form__privacy-icon, .c-form__submit, .c-form__modal-icon, .c-form__modal-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-clients {
  padding: 9.8rem 0 7.3rem;
  border-top: 1px solid #dbdde2;
  border-bottom: 1px solid #dbdde2;
  background-color: #ffffff;
}
@media (max-width: 600px) {
  .c-clients {
    padding: 5.6rem 0;
    border: none;
    position: relative;
  }
  .c-clients::after {
    content: "";
    position: absolute;
    width: calc(100% - 4.8rem);
    height: 1px;
    background-color: #dbdde2;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-clients__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .c-clients__container {
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-clients__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.8rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-clients__title {
  font-size: 2.2rem;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #1e222c;
  line-height: 1.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 28.6rem;
}
@media (max-width: 768px) {
  .c-clients__title {
    max-width: 100%;
    text-align: center;
  }
}
.c-clients__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
}
.c-clients__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .c-clients__arrow {
    display: none;
  }
}
.c-clients__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4.8rem;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .c-clients__logos {
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .c-clients__logos {
    gap: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-clients__logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-clients__logo-img {
  display: block;
  max-height: 5rem;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: saturate(0) opacity(0.65);
  filter: saturate(0) opacity(0.65);
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
.c-clients__logo-img:hover {
  -webkit-filter: saturate(1) opacity(1);
  filter: saturate(1) opacity(1);
}
@media (max-width: 768px) {
  .c-clients__logo-img {
    max-height: 3.6rem;
  }
}

.c-form {
  width: 100%;
}
.c-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8rem;
  width: 100%;
  padding-bottom: 5.6rem;
  margin-bottom: 5.6rem;
  border-bottom: 1px solid rgba(148, 154, 169, 0.5);
  padding: 0;
  padding-bottom: 8rem;
}
@media (max-width: 1024px) {
  .c-form__container {
    gap: 5.6rem;
  }
}
@media (max-width: 768px) {
  .c-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    padding: 0;
    padding-bottom: 14.2rem;
    position: relative;
    margin-bottom: 4rem;
  }
}
.c-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 47.1rem;
}
@media (max-width: 768px) {
  .c-form__content {
    min-height: auto;
    gap: 3.2rem;
  }
}
.c-form__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.c-form__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #ffffff;
  max-width: 46rem;
}
@media (max-width: 768px) {
  .c-form__title {
    font-size: 2.4rem;
  }
}
.c-form__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ffffff;
  max-width: 46rem;
  opacity: 0.9;
}
.c-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .c-form__privacy {
    position: absolute;
    left: 0;
    bottom: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-form__privacy-icon {
  color: #ffffff;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-form__privacy-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.c-form__privacy-text {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  opacity: 0.85;
  max-width: 36.5rem;
}
.c-form__form-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 59.2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .c-form__form-wrap {
    max-width: 100%;
  }
}
.c-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.c-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  margin-bottom: 3.2rem;
}
.c-form__field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.c-form__label {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  opacity: 0.75;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-form__input {
  width: 100%;
  height: 4.8rem;
  padding: 1.2rem 2.2rem;
  border-radius: 0.6rem;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input:focus {
  outline: none;
  border-color: #62d4a3;
  background-color: transparent;
}
.c-form__input:not(:-moz-placeholder):valid {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-form__input:not(:-ms-input-placeholder):valid {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-form__input:not(:placeholder-shown):valid {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-form__input--textarea {
  height: 12.4rem;
  resize: none;
  padding-top: 1.4rem;
}
.c-form__submit {
  text-align: center;
  gap: 1.6rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 60rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 4.8rem;
  padding: 0 2.4rem;
  background-color: #81ddb5;
  border-color: #81ddb5;
  color: #213258;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.c-form__submit:hover {
  background-color: #62d4a3;
  border-color: #62d4a3;
}
.c-form__submit:focus-visible {
  outline: 2px solid #62d4a3;
  outline-offset: 3px;
}
@media (max-width: 768px) {
  .c-form__submit {
    width: 100%;
  }
}
.c-form__modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.c-form__modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-form__modal-box {
  background-color: #526078;
  border-radius: 1.6rem;
  padding: 4.8rem;
  width: 100%;
  max-width: 59.2rem;
  min-height: 59.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
  text-align: center;
}
@media (max-width: 600px) {
  .c-form__modal-box {
    padding: 3.2rem 2.4rem;
    min-height: 0;
    gap: 3.2rem;
  }
}
.c-form__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 30.5rem;
}
.c-form__modal-icon {
  width: 4.8rem;
  height: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-form__modal-icon svg {
  width: 100%;
  height: 100%;
}
.c-form__modal-icon--success {
  color: #4eaa82;
}
.c-form__modal-icon--error {
  color: #ff7d5f;
}
.c-form__modal-title {
  font-size: 2.8rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-weight: 700;
  color: #ffffff;
}
.c-form__modal-description {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ffffff;
}
.c-form__modal-button {
  text-align: center;
  gap: 1.6rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 60rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 6.4rem;
  padding: 0 4.8rem;
  background-color: #81ddb5;
  border-color: #81ddb5;
  color: #353a49;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 700;
  cursor: pointer;
}
.c-form__modal-button:hover {
  background-color: #62d4a3;
  border-color: #62d4a3;
}
.c-form__modal-button:focus-visible {
  outline: 2px solid #62d4a3;
  outline-offset: 3px;
}
@media (max-width: 600px) {
  .c-form__modal-button {
    width: 100%;
  }
}

.s-slides {
  padding: 7.2rem 0;
  background-color: #ffffff;
  overflow: hidden;
}
.s-slides__container {
  position: relative;
  padding-bottom: 11rem;
}
.s-slides__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 900px) {
  .s-slides__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
.s-slides__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
  max-width: 63rem;
}
.s-slides__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
}
.s-slides__nav-btn {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-color: #62d4a3;
  border: none;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, opacity 0.25s ease;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
.s-slides__nav-btn:hover {
  background-color: #4eaa82;
}
.s-slides__nav-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.s-slides__nav-btn svg {
  width: 2.6rem;
  height: 2.6rem;
}
.s-slides__swiper {
  overflow: visible;
}
.s-slides__swiper .swiper-slide {
  height: auto;
}
.s-slides__pagination {
  top: initial !important;
  bottom: 0;
  background: #dce5f8;
}
.s-slides__pagination .swiper-pagination-progressbar-fill {
  background-color: #62d4a3;
}
@media (max-width: 600px) {
  .s-slides__pagination {
    display: none;
  }
}
.s-slides__card {
  position: relative;
  height: 42.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c566f), color-stop(73%, #5d758b));
  background: linear-gradient(to bottom, #4c566f 0%, #5d758b 73%);
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}
.s-slides__card::before {
  content: "";
  position: absolute;
  width: 28.1rem;
  height: 28.1rem;
  left: -10.9rem;
  bottom: -18.7rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#62D4A3), to(rgba(98, 212, 163, 0)));
  background: linear-gradient(180deg, #62D4A3 0%, rgba(98, 212, 163, 0) 100%);
  -webkit-filter: blur(9.1rem);
  filter: blur(9.1rem);
  pointer-events: none;
}
.s-slides__card::after {
  position: absolute;
  content: "";
  bottom: -7.2rem;
  right: -11.7rem;
  width: 23.5rem;
  height: 23.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#61FFBB), to(rgba(254, 215, 127, 0)));
  background: linear-gradient(180deg, #61FFBB 0%, rgba(254, 215, 127, 0) 100%);
  opacity: 0.5;
  -webkit-filter: blur(8.2rem);
  filter: blur(8.2rem);
  pointer-events: none;
}
.s-slides__card-header {
  position: relative;
  z-index: 2;
  padding: 4rem 4rem 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.s-slides__card-icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease, margin-bottom 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease, margin-bottom 0.3s ease;
}
.s-slides__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.s-slides__card-title {
  font-size: 2.2rem;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.s-slides__card-title-line {
  display: block;
  line-height: 1.2;
}
.s-slides__card-desc {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #dbdde2;
  position: absolute;
  top: 10rem;
  left: 4rem;
  right: 4rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  line-height: 1.5;
}
.s-slides__card-illustration {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.7rem;
  width: 100%;
  max-width: 31.7rem;
  height: auto;
  z-index: 1;
}
.s-slides__card-illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-slides__card:hover .s-slides__card-icon {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}
.s-slides__card:hover .s-slides__card-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 600px) {
  .s-slides {
    padding: 5.6rem 0 6.4rem;
  }
  .s-slides__container {
    position: relative;
    padding-bottom: 0;
  }
  .s-slides__title {
    font-size: 2.4rem;
    max-width: 32.7rem;
  }
  .s-slides__card-desc {
    position: initial;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 1.4rem;
  }
  .s-slides__nav {
    position: absolute;
    bottom: 19.4rem;
    z-index: 2;
    width: 100%;
    left: 0.8rem;
    max-width: 35.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s-slides__nav-btn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .s-slides__nav-btn.swiper-button-disabled {
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .s-slides__card {
    padding: 2.4rem;
    height: auto;
    min-height: 46rem;
  }
  .s-slides__card-illustration {
    position: initial;
    max-width: 25rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto;
  }
  .s-slides__card-header {
    padding: 0;
  }
  .s-slides__header {
    margin-bottom: 4.4rem;
  }
  .s-slides__card-icon, .s-slides__card-title {
    margin-bottom: 1.6rem;
  }
  .s-slides__card:hover .s-slides__card-icon {
    opacity: 1;
    height: auto;
    margin-bottom: 1.6rem;
  }
}

.s-banner {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c566f), color-stop(73%, #5d758b));
  background: linear-gradient(180deg, #4c566f 0%, #5d758b 73%);
  overflow: hidden;
}
.s-banner__slides {
  position: relative;
}
.s-banner__slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.s-banner__slide--active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.s-banner__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4rem;
  padding-top: 14.6rem;
  padding-bottom: 12rem;
  z-index: 1;
}
.s-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 61.2rem;
  position: relative;
  z-index: 2;
}
.s-banner__line {
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  background-color: #FED77F;
  border-radius: 0.2rem;
}
.s-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.s-banner__title {
  font-size: 4.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.s-banner__subtitle {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #f6f7f8;
  max-width: 52.1rem;
}
.s-banner__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.s-banner__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  height: 5.6rem;
  padding: 1.4rem 2.8rem;
  border-radius: 60rem;
  border: 4px solid rgba(255, 252, 252, 0.2);
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #3d4559;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-banner__cta--primary {
  background-color: #75ffc4;
}
.s-banner__cta--primary img {
  width: 3.2rem;
  height: 3.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-banner__cta--primary:hover {
  background-color: #62d4a3;
}
.s-banner__cta--secondary {
  background-color: #FED77F;
}
.s-banner__cta--secondary:hover {
  background-color: rgb(253.6837209302, 202.3488372093, 86.5162790698);
}
.s-banner__illustration {
  position: absolute;
  right: -36.4rem;
  top: -28.6rem;
  z-index: 1;
}
.s-banner__illustration-image img {
  max-width: 139rem;
}
.s-banner__illustration-image--mobile {
  display: none;
}
.s-banner__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.s-banner__tag {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  padding: 2.4rem;
  background-color: #4c566f;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.s-banner__tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #FED77F;
}
.s-banner__tag:hover:not(.s-banner__tag--active) {
  background-color: rgb(86.3636363636, 97.7272727273, 126.1363636364);
}
.s-banner__tag--active {
  background-color: #3d4559;
  height: 10rem;
  cursor: default;
}
.s-banner__tag--active::before {
  -webkit-animation: bannerProgress 5s linear forwards;
  animation: bannerProgress 5s linear forwards;
}
.s-banner--paused .s-banner__tag--active::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.s-banner__tag--active .s-banner__tag-number {
  color: #FED77F;
}
.s-banner__tag--active .s-banner__tag-separator {
  background-color: #FED77F;
}
.s-banner__tag-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-banner__tag-number {
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.s-banner__tag-separator {
  display: block;
  width: 1rem;
  height: 1.5px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.s-banner__tag-text {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #ffffff;
  max-width: 27.6rem;
  text-align: left;
}
@media (max-width: 1100px) {
  .s-banner__illustration {
    width: 35rem;
  }
}
@media (max-width: 900px) {
  .s-banner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .s-banner__content {
    max-width: 100%;
  }
  .s-banner__illustration {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 40rem;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .s-banner__container {
    padding-top: 11.3rem;
    padding-bottom: 35rem;
    gap: 0;
  }
  .s-banner__content {
    gap: 3.2rem;
  }
  .s-banner__text {
    gap: 2.4rem;
  }
  .s-banner__title {
    font-size: 3.2rem;
    line-height: 120%;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
  }
  .s-banner__subtitle {
    font-size: 1.6rem;
  }
  .s-banner__ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .s-banner__cta {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.8rem;
  }
  .s-banner__illustration {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -17rem;
  }
  .s-banner__illustration-image--desktop {
    display: none;
  }
  .s-banner__illustration-image--mobile {
    max-width: 51.3rem;
    display: block;
  }
  .s-banner__tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .s-banner__tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 2rem 2.4rem;
    min-height: auto;
    border-top: 1.5px solid #70788c;
  }
  .s-banner__tag--active {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 12.3rem;
    padding: 2rem 0.8rem 1.6rem 2.4rem;
  }
  .s-banner__tag--active .s-banner__tag-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-banner__tag--active .s-banner__tag-text {
    max-width: 18.5rem;
  }
  .s-banner__tag:not(.s-banner__tag--active) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 10.9rem;
  }
  .s-banner__tag:not(.s-banner__tag--active) .s-banner__tag-text {
    display: none;
  }
  .s-banner__tag:not(.s-banner__tag--active) .s-banner__tag-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@-webkit-keyframes bannerProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes bannerProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.s-numbers {
  padding: 7.2rem 0;
  position: relative;
}
.s-numbers::after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 121.7rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: #DCE5F8;
  height: 1px;
}
.s-numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  list-style: none;
}
.s-numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.s-numbers__line {
  display: block;
  width: 2.4rem;
  height: 0.3rem;
  background-color: #81ddb5;
  border-radius: 2px;
}
.s-numbers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.s-numbers__title {
  font-size: 3.2rem;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #1e222c;
}
.s-numbers__description {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #70788c;
}
@media (max-width: 600px) {
  .s-numbers {
    padding: 5.6rem 0;
  }
  .s-numbers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
  }
  .s-numbers__item, .s-numbers__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-numbers__title, .s-numbers__description {
    text-align: center;
  }
}

.s-features {
  padding: 7.2rem 0 0;
  background-color: #ffffff;
}
.s-features__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 900px) {
  .s-features__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.s-features__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
  max-width: 34rem;
}
@media (max-width: 900px) {
  .s-features__header-right {
    max-width: 100%;
  }
}
.s-features__rocket-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5.9rem;
  height: 5.9rem;
  background-color: rgba(255, 229, 223, 0.5);
}
.s-features__rocket-icon svg {
  width: 2.8rem;
  height: 2.8rem;
}
.s-features__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .s-features__title {
    white-space: normal;
  }
}
.s-features__subtitle {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #4c566f;
  line-height: 1.5;
}
.s-features__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  border-bottom: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.s-features__tabs::-webkit-scrollbar {
  display: none;
}
.s-features__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  width: 20rem;
  min-width: 16rem;
  height: 12.8rem;
  padding: 1.4rem 1.6rem;
  border: none;
  border-bottom: 2px solid #dbdde2;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7ebf1), to(#ffffff));
  background: linear-gradient(to top, #e7ebf1 0%, #ffffff 100%);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .s-features__tab {
    min-width: 14rem;
    height: 10rem;
  }
}
.s-features__tab:hover:not(.s-features__tab--active) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(108.6818181818, 121.8636363636, 154.8181818182)), to(rgb(134.2737068966, 155.1185344828, 174.2262931034)));
  background: linear-gradient(to bottom, rgb(108.6818181818, 121.8636363636, 154.8181818182), rgb(134.2737068966, 155.1185344828, 174.2262931034));
  border-bottom-color: #62d4a3;
}
.s-features__tab:hover:not(.s-features__tab--active) .s-features__tab-label,
.s-features__tab:hover:not(.s-features__tab--active) .s-features__tab-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  color: #ffffff;
}
.s-features__tab:hover:not(.s-features__tab--active) .s-features__tab-label {
  color: #ffffff;
}
.s-features__tab--active {
  background: -webkit-gradient(linear, left top, left bottom, from(#4c566f), color-stop(73%, #5d758b));
  background: linear-gradient(to bottom, #4c566f 0%, #5d758b 73%);
  border-bottom: 4px solid #62d4a3;
  pointer-events: none;
}
.s-features__tab--active .s-features__tab-label {
  color: #ffffff;
}
.s-features__tab--active .s-features__tab-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.s-features__tab-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-features__tab-icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
.s-features__tab-label {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 700;
  color: #4c566f;
  text-align: center;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.s-features__panels {
  padding: 6.4rem 0;
}
.s-features__panel {
  display: none;
}
.s-features__panel--active {
  display: block;
}
.s-features__panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 13.8rem;
}
@media (max-width: 1100px) {
  .s-features__panel-content {
    gap: 6rem;
  }
}
@media (max-width: 900px) {
  .s-features__panel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
}
.s-features__panel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 59.2rem;
}
.s-features__panel-title {
  font-size: 2.8rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-weight: 600;
  color: #1e222c;
}
.s-features__panel-desc {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #4c566f;
  line-height: 1.5;
}
.s-features__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.s-features__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  padding: 3.6rem 2.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-features__highlight-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2.4rem;
  height: 2.4rem;
}
.s-features__highlight-label {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 700;
  color: #1e222c;
  max-width: 14rem;
}
.s-features__cta {
  text-align: center;
  gap: 1.6rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 60rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.8rem 2.8rem;
  background-color: #81ddb5;
  border: none;
  color: #3d4559;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.s-features__cta:hover {
  background-color: #62d4a3;
  color: #ffffff;
}
.s-features__panel-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48.8rem;
  height: 46.5rem;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .s-features__panel-image {
    width: 36rem;
    height: auto;
  }
}
@media (max-width: 900px) {
  .s-features__panel-image {
    width: 100%;
    height: auto;
  }
}
.s-features__panel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-features__accordion {
  display: none;
}
@media (max-width: 768px) {
  .s-features {
    padding: 5.6rem 0 6.4rem;
    background: linear-gradient(359deg, #EAECEE 16.48%, rgba(243, 245, 248, 0) 165.77%);
  }
  .s-features__header {
    margin-bottom: 3.2rem;
  }
  .s-features__title {
    font-size: 2.8rem;
    line-height: 140%;
    font-family: "Manrope", sans-serif;
    line-height: 120%;
    font-weight: 700;
    white-space: normal;
  }
  .s-features__header-right {
    gap: 2.4rem;
  }
  .s-features__tabs, .s-features__panels {
    display: none;
  }
  .s-features__accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
  .s-features__accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0px;
    width: 100%;
    padding: 1.2rem 2.4rem;
    border: none;
    border-bottom: 2px solid #dbdde2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-76.56%, #E7EBF1), color-stop(192.19%, #FFF));
    background: linear-gradient(0deg, #E7EBF1 -76.56%, #FFF 192.19%);
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .s-features__accordion-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.1rem;
  }
  .s-features__accordion-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-features__accordion-icon img {
    width: 2.4rem;
    height: 2.4rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-filter 0.25s ease;
    transition: -webkit-filter 0.25s ease;
    transition: filter 0.25s ease;
    transition: filter 0.25s ease, -webkit-filter 0.25s ease;
  }
  .s-features__accordion-label {
    font-size: 1.8rem;
    line-height: 150%;
    font-family: "Manrope", sans-serif;
    line-height: 140%;
    font-weight: 600;
    color: #4c566f;
    text-align: left;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
  .s-features__accordion-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    color: #70788c;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  }
  .s-features__accordion-item--active .s-features__accordion-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#4c566f), color-stop(73%, #5d758b));
    background: linear-gradient(to bottom, #4c566f 0%, #5d758b 73%);
    border-bottom: 4px solid #62d4a3;
    padding: 1.4rem 2.4rem;
  }
  .s-features__accordion-item--active .s-features__accordion-label {
    color: #ffffff;
  }
  .s-features__accordion-item--active .s-features__accordion-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .s-features__accordion-item--active .s-features__accordion-arrow {
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .s-features__accordion-body {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    padding: 2.4rem;
  }
  .s-features__accordion-item--active .s-features__accordion-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-features__accordion-desc {
    font-size: 1.6rem;
    line-height: 150%;
    font-family: "Manrope", sans-serif;
    font-family: "Manrope", sans-serif;
    color: #4c566f;
    line-height: 1.5;
  }
  .s-features__accordion-highlights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
    list-style: none;
    width: 100%;
  }
  .s-features__accordion-highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.6rem;
    padding: 1.2rem 0;
    width: 100%;
  }
  .s-features__accordion-highlight-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.6rem;
    height: 1.8rem;
  }
  .s-features__accordion-highlight-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .s-features__accordion-highlight-label {
    font-size: 1.4rem;
    line-height: 140%;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #1e222c;
  }
  .s-features__accordion-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0px;
    width: 100%;
    height: 4.8rem;
    padding: 1.8rem 2.8rem;
    background-color: #81ddb5;
    border: 4px solid rgba(255, 252, 252, 0.2);
    border-radius: 60rem;
    font-size: 1.8rem;
    line-height: 150%;
    font-family: "Manrope", sans-serif;
    line-height: 140%;
    font-weight: 600;
    color: #3d4559;
    text-decoration: none;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  .s-features__accordion-cta:hover {
    background-color: #62d4a3;
  }
  .s-features__accordion-image {
    width: 100%;
    overflow: hidden;
  }
  .s-features__accordion-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}

.s-steps {
  position: relative;
  padding: 7.2rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c566f), color-stop(73%, #5d758b));
  background: linear-gradient(180deg, #4c566f 0%, #5d758b 73%);
  overflow: hidden;
}
.s-steps__deco {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 22rem;
  height: 22rem;
  background: linear-gradient(135deg, #4eaa82 0%, #62d4a3 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.55;
}
.s-steps__container {
  position: relative;
  z-index: 1;
}
.s-steps__container .bg {
  position: absolute;
  top: -8.3rem;
  right: -13.3rem;
  z-index: -1;
}
.s-steps__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .s-steps__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
  }
}
.s-steps__header-left {
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
  max-width: 62rem;
  position: relative;
}
.s-steps__header-left::after {
  position: absolute;
  inset: 0;
  width: 2.4rem;
  height: 0.3rem;
  background: #FED77F;
  border-radius: 0.2rem;
  content: "";
}
.s-steps__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.s-steps__subtitle {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}
.s-steps__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
}
.s-steps .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.6245rem;
  height: 5.6245rem;
  display: grid;
  place-items: center;
  background: #ffffff;
}
.s-steps__avatar img {
  margin-top: -1.8rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-steps__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.7rem;
  list-style: none;
}
@media (max-width: 900px) {
  .s-steps__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.s-steps__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
  background-color: #ffffff;
  padding: 3.2rem;
  min-height: 44.7rem;
  width: 100%;
}
.s-steps__card-icon {
  width: 5.9rem;
  height: 5.9rem;
  background-color: rgba(255, 229, 223, 0.5);
}
.s-steps__card-icon img {
  width: 3.2rem;
  height: 3.2rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.s-steps__card-title {
  font-size: 2.2rem;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #1e222c;
  margin: 3.2rem 0 2.4rem;
}
.s-steps__card-desc {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #4c566f;
  max-width: 31.7rem;
}
@media (max-width: 600px) {
  .s-steps__avatar {
    max-width: 12.8rem;
  }
  .s-steps__title {
    font-size: 2.8rem;
  }
  .s-steps__subtitle {
    max-width: 32.7rem;
  }
  .s-steps__header {
    gap: 4.5rem;
  }
  .s-steps__card {
    min-height: auto;
  }
  .s-steps__card-title {
    font-size: 2rem;
    margin: 1.6rem 0;
  }
  .s-steps__container .bg {
    right: 1rem;
    top: 14.9rem;
  }
  .s-steps__container .bg img {
    max-width: 65.3rem;
  }
}

.s-blog {
  padding: 7.2rem 0;
  background: linear-gradient(359deg, #EAECEE 16.48%, rgba(243, 245, 248, 0) 165.77%);
}
.s-blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .s-blog__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.s-blog__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
.s-blog__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
}
.s-blog__subtitle {
  font-size: 2rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #4c566f;
}
.s-blog__cta {
  text-align: center;
  gap: 1.6rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 60rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #4eaa82;
  color: #213258;
}
.s-blog__cta:hover {
  color: #ffffff;
  background-color: #4eaa82;
}
.s-blog__cta {
  padding: 1.2rem 3.2rem;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
  list-style: none;
}
@media (max-width: 1024px) {
  .s-blog__list {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .s-blog__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.s-blog__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.s-blog__card:hover, .s-blog__card:focus-visible {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  outline: none;
}
.s-blog__card-thumb {
  width: 100%;
  aspect-ratio: 385/226;
  overflow: hidden;
  background-color: #dbdde2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-blog__card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.s-blog__card:hover .s-blog__card-thumb img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.s-blog__card-body {
  padding: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-blog__card-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-blog__card-cat {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #4265b1;
}
.s-blog__card-sep {
  display: inline-block;
  width: 1px;
  height: 1.8rem;
  background-color: #b7bbc5;
}
.s-blog__card-title {
  font-size: 2rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
  height: 8.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.s-blog__card-divider {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #dbdde2;
  margin: 0;
  position: relative;
}
.s-blog__card-divider::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #62d4a3;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.s-blog__card:hover .s-blog__card-divider::after {
  width: 100%;
}
.s-blog__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  width: 100%;
  margin-top: auto;
}
.s-blog__card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
}
.s-blog__card-avatar {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-blog__card-author-name {
  font-size: 1.4rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #4c566f;
}
.s-blog__card-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #70788c;
  width: 2rem;
  height: 2rem;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.s-blog__card-arrow svg {
  width: 2rem;
  height: 2rem;
}
.s-blog__card:hover .s-blog__card-arrow {
  color: #62d4a3;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 600px) {
  .s-blog {
    padding: 6.4rem 0;
  }
  .s-blog__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
  .s-blog__header {
    margin-bottom: 3.2rem;
  }
  .s-blog__cta {
    width: 100%;
  }
}

.s-midia {
  padding: 7.2rem 0;
}
.s-midia__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.4rem;
}
.s-midia__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
}
.s-midia__list {
  list-style: none;
  width: 100%;
}
.s-midia__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
  padding: 3.2rem 0;
  text-decoration: none;
  position: relative;
}
.s-midia__link::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #62d4a3;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.s-midia__link:hover::after, .s-midia__link:focus-visible::after {
  width: 100%;
}
.s-midia__link:hover, .s-midia__link:focus-visible {
  outline: none;
}
.s-midia__link:hover .s-midia__item-title, .s-midia__link:focus-visible .s-midia__item-title {
  color: #353a49;
}
.s-midia__link:hover .s-midia__external svg path, .s-midia__link:focus-visible .s-midia__external svg path {
  stroke: #62d4a3;
}
.s-midia__link:hover .s-midia__chevron, .s-midia__link:focus-visible .s-midia__chevron {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 2rem;
  color: #1e222c;
}
.s-midia__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14rem;
  height: 3rem;
}
.s-midia__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  opacity: 0.6;
  display: block;
}
.s-midia__chevron {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #949aa9;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.s-midia__chevron svg {
  width: 1.6rem;
  height: 1.6rem;
}
.s-midia__item-title {
  font-size: 2.2rem;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #4c566f;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.s-midia__external {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #949aa9;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.s-midia__external svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 600px) {
  .s-midia {
    padding: 0 0 5.6rem;
  }
  .s-midia__container {
    gap: 4.8rem;
  }
  .s-midia__link {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.6rem;
    border-bottom: 1px solid #62d4a3;
    padding: 0;
    padding-bottom: 2.4rem;
  }
  .s-midia__list {
    gap: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-midia__chevron {
    display: none;
  }
  .s-midia__external svg {
    width: 3.4rem;
    height: 3.4rem;
  }
  .s-midia__external svg path {
    stroke: #62D4A3;
  }
  .s-midia__item-title {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 1.8rem;
  }
  .s-midia__title {
    font-size: 2.4rem;
    max-width: 32.7rem;
    font-weight: 700;
  }
}