.s-slides__container, .s-solicitacoes__container, .s-features__container, .s-solutions__container, .s-servicescomponent__container, .s-hcomponent__container, .c-form__container, .c-clients__container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-slides__container, .s-solicitacoes__container, .s-features__container, .s-solutions__container, .s-servicescomponent__container, .s-hcomponent__container, .c-form__container, .c-clients__container {
    padding: 0px 2.4rem;
  }
}

.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-hcomponent {
  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-hcomponent__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-hcomponent__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: 0px;
  max-width: 61.2rem;
  position: relative;
  z-index: 2;
}
.s-hcomponent__line {
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  background-color: #FED77F;
  border-radius: 0.2rem;
}
.s-hcomponent__breadcrumb {
  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.2rem;
  margin: 2.4rem 0 1.2rem;
}
.s-hcomponent__breadcrumb .separator {
  color: #949aa9;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
}
.s-hcomponent__breadcrumb span {
  color: #FFFBFA;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
}
.s-hcomponent__title {
  font-size: 4.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2.4rem;
}
.s-hcomponent__subtitle {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #f6f7f8;
  max-width: 59.3rem;
  margin-bottom: 3.2rem;
}
.s-hcomponent__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-hcomponent__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);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hcomponent__cta span {
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #3d4559;
}
.s-hcomponent__cta--primary {
  background-color: #62d4a3;
}
.s-hcomponent__cta--primary img {
  width: 3.2rem;
  height: 3.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-hcomponent__cta--primary:hover {
  background-color: #81ddb5;
}
.s-hcomponent__cta--secondary {
  background-color: #FED77F;
}
.s-hcomponent__cta--secondary:hover {
  background-color: rgb(253.6837209302, 202.3488372093, 86.5162790698);
}
.s-hcomponent__illustration {
  position: absolute;
  right: -36.4rem;
  top: -26.6rem;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .s-hcomponent__illustration {
    width: 35rem;
  }
}
@media (max-width: 900px) {
  .s-hcomponent__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .s-hcomponent__content {
    max-width: 100%;
  }
  .s-hcomponent__illustration {
    width: 100%;
    max-width: 40rem;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .s-hcomponent__title {
    font-size: 3.6rem;
  }
  .s-hcomponent__ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .s-hcomponent__cta {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-hcomponent__tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-hcomponent__tag {
    min-height: auto;
  }
}
@media (max-width: 600px) {
  .s-hcomponent__container {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
  .s-hcomponent__title {
    font-size: 3.2rem;
  }
  .s-hcomponent__subtitle {
    font-size: 1.6rem;
  }
}

.s-servicescomponent {
  position: relative;
  padding: 8.8rem 0 0;
  background: #FBFBFD;
}
.s-servicescomponent__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 67.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#4C566F), color-stop(73%, #5D758B));
  background: linear-gradient(180deg, #4C566F 0%, #5D758B 73%);
  z-index: 0;
  pointer-events: none;
}
.s-servicescomponent__image img {
  position: absolute;
  top: 0;
  width: 144rem;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s-servicescomponent__image .mobile {
  display: none;
}
.s-servicescomponent__container {
  position: relative;
  z-index: 1;
}
.s-servicescomponent__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: 0px;
  max-width: 52rem;
  position: relative;
  z-index: 2;
  margin-bottom: 8.8rem;
}
.s-servicescomponent__line {
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  background-color: #FED77F;
  border-radius: 0.2rem;
}
.s-servicescomponent__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin: 3.2rem 0 2.4rem;
}
.s-servicescomponent__subtitle {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #f6f7f8;
}
.s-servicescomponent__subtitle strong {
  font: inherit;
  font-weight: 600;
}
.s-servicescomponent__illustration {
  -webkit-filter: drop-shadow(0 0 0 rgba(148, 154, 169, 0.04)) drop-shadow(0 1px 1px rgba(148, 154, 169, 0.04)) drop-shadow(0 3px 3px rgba(148, 154, 169, 0.04)) drop-shadow(0 6px 6px rgba(148, 154, 169, 0.04)) drop-shadow(0 12px 12px rgba(148, 154, 169, 0.04)) drop-shadow(0 24px 24px rgba(148, 154, 169, 0.04));
  filter: drop-shadow(0 0 0 rgba(148, 154, 169, 0.04)) drop-shadow(0 1px 1px rgba(148, 154, 169, 0.04)) drop-shadow(0 3px 3px rgba(148, 154, 169, 0.04)) drop-shadow(0 6px 6px rgba(148, 154, 169, 0.04)) drop-shadow(0 12px 12px rgba(148, 154, 169, 0.04)) drop-shadow(0 24px 24px rgba(148, 154, 169, 0.04));
}
.s-servicescomponent__illustration .mobile {
  display: none;
}
@media (max-width: 1100px) {
  .s-servicescomponent__illustration {
    width: 35rem;
  }
}
@media (max-width: 900px) {
  .s-servicescomponent__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-servicescomponent__image {
    height: 115.8rem;
  }
  .s-servicescomponent__image .desktop {
    display: none;
  }
  .s-servicescomponent__image .mobile {
    top: initial;
    display: block;
    bottom: 15.4rem;
    height: 54.7rem;
  }
  .s-servicescomponent__content {
    max-width: 100%;
    margin-bottom: 32.2rem;
  }
  .s-servicescomponent__illustration {
    width: 100%;
    max-width: 40rem;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .s-servicescomponent__illustration .desktop {
    display: none;
  }
  .s-servicescomponent__illustration .mobile {
    display: block;
    width: 32.7rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .s-servicescomponent {
    padding-top: 6.4rem;
  }
  .s-servicescomponent__title {
    font-size: 2.8rem;
  }
  .s-servicescomponent__ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .s-servicescomponent__cta {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-servicescomponent__tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-servicescomponent__tag {
    min-height: auto;
  }
  .s-servicescomponent__illustration {
    height: 61.3rem;
  }
}

.s-solutions {
  position: relative;
  background: #fafbfd;
  padding: 8.8rem 0;
  overflow: hidden;
}
.s-solutions .bg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.s-solutions__container {
  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: 7.2rem;
}
.s-solutions__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
}
.s-solutions__content {
  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;
  position: relative;
}
.s-solutions__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: 1.6rem;
  width: 100%;
  max-width: 520px;
}
.s-solutions__item {
  width: 100%;
  text-align: left;
  background: rgba(220, 229, 248, 0.2);
  border: none;
  border-bottom: 1px solid #dce5f8;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(66, 101, 177, 0.03);
  box-shadow: 0px 1px 2px 0px rgba(66, 101, 177, 0.03);
  padding: 2rem 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.s-solutions__item-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: 1.2rem;
  width: 100%;
}
.s-solutions__item-icon {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-solutions__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-solutions__item-content {
  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: 0px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0.6rem;
}
.s-solutions__item-title {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #213258;
}
.s-solutions__item-illustration {
  display: none;
}
.s-solutions__item-toggle {
  width: 2.4rem;
  height: 2.4rem;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  -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-solutions__item-toggle svg rect, .s-solutions__item-toggle svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-solutions__item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
  opacity: 0;
  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: 0.8rem;
}
.s-solutions__item-desc {
  font-size: 1.4rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #70788c;
}
.s-solutions__item-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: 0.8rem;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #527edd;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-solutions__item-link:hover {
  opacity: 0.8;
}
.s-solutions__item:hover {
  background: rgba(220, 229, 248, 0.4);
}
.s-solutions__item--active {
  background: #ffffff;
}
.s-solutions__item--active .s-solutions__item-toggle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.s-solutions__item--active .s-solutions__item-toggle svg path {
  stroke: #527edd;
}
.s-solutions__item--active .s-solutions__item-content {
  gap: 1.6rem;
}
.s-solutions__item--active .s-solutions__item-body {
  opacity: 1;
  max-height: 100rem;
}
.s-solutions__images {
  width: 52.7rem;
  height: 46.5rem;
  z-index: 1;
  pointer-events: none;
}
.s-solutions__image {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s-solutions__image--active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.s-solutions__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .s-solutions__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-solutions__accordion {
    max-width: 100%;
  }
  .s-solutions__images {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 40rem;
    margin-top: 4rem;
    background-size: contain;
    background-position: center;
  }
  .s-solutions__image {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .s-solutions {
    background: #FAFBFD;
    padding: 6.4rem 0;
  }
  .s-solutions .bg {
    display: none;
  }
  .s-solutions__title {
    font-size: 2.8rem;
  }
  .s-solutions__item:hover {
    background: #fff;
  }
  .s-solutions__item-body {
    gap: 1.6rem;
  }
  .s-solutions__item-illustration {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding-top: 1.6rem;
    border-top: 1px solid #dce5f8;
  }
  .s-solutions__container {
    gap: 4rem;
  }
  .s-solutions__images {
    display: none;
  }
}

.s-features {
  padding: 10.5rem 0 8.5rem;
  background: #ffffff;
}
.s-features__container {
  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: 7.2rem;
}
.s-features__top {
  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: 4rem;
}
.s-features__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
  max-width: 42.4rem;
}
.s-features__banner {
  width: 100%;
  max-width: 51.2rem;
  background: #5B6B7C;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem 0 2.2rem 2.4rem;
  min-height: 9.5rem;
}
.s-features__banner-content {
  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-features__banner-icon {
  width: 4.8rem;
  height: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 8px;
  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;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.s-features__banner-icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-features__banner-title {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #ffffff;
  max-width: 23.5rem;
}
.s-features__banner-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.s-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
.s-features__card {
  background: #ffffff;
  border: 1px solid #F3F5F9;
  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: 2.4rem;
}
.s-features__card-icon {
  width: 4.8rem;
  height: 4.8rem;
  background: #FFF4F2;
  border-radius: 4px;
  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;
}
.s-features__card-icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-features__card-title {
  font-size: 2rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
}
.s-features__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  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: 1.6rem;
  width: 100%;
}
.s-features__card-list li {
  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: 1.2rem;
}
.s-features__card-list li svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.s-features__card-list li span {
  font-size: 1.4rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #4c566f;
}
@media (max-width: 1024px) {
  .s-features__top {
    -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;
  }
  .s-features__title {
    max-width: 100%;
  }
  .s-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .s-features {
    padding: 6.4rem 0;
  }
  .s-features__title {
    font-size: 2.8rem;
    max-width: 32.7rem;
  }
  .s-features__top, .s-features__container {
    gap: 3.2rem;
  }
  .s-features__banner-img {
    display: none;
  }
  .s-features__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .s-features__banner {
    max-width: 100%;
  }
  .s-features__banner-title {
    max-width: 23.1rem;
  }
  .s-features__banner-content {
    gap: 1.4rem;
  }
  .s-features__card-title {
    font-size: 2.2rem;
  }
}

.s-solicitacoes {
  position: relative;
  padding: 6.4rem 0 10rem;
  background: linear-gradient(359deg, #f8f9fc 16.48%, rgba(248, 249, 252, 0) 165.77%);
  overflow: hidden;
}
.s-solicitacoes__bg {
  position: absolute;
  width: 125.6094rem;
  height: 83.4001rem;
  left: 0.45rem;
  bottom: -19.4rem;
  pointer-events: none;
}
.s-solicitacoes__container {
  position: relative;
  z-index: 1;
}
.s-solicitacoes__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: 4rem;
  margin-bottom: 7rem;
}
.s-solicitacoes__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: 2.5rem;
  max-width: 60.2rem;
}
.s-solicitacoes__line {
  display: block;
  width: 2.4rem;
  height: 0.3rem;
  background-color: #ff7d5f;
  border-radius: 0.2rem;
}
.s-solicitacoes__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1e222c;
}
.s-solicitacoes__subtitle {
  max-width: 41.3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #4c566f;
  padding-top: 4.2rem;
}
.s-solicitacoes__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: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.7rem;
  position: relative;
  z-index: 1;
}
.s-solicitacoes__column {
  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: 0px;
  width: 28rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-solicitacoes__column--left {
  gap: 3.4rem;
}
.s-solicitacoes__column--right {
  gap: 5.4rem;
}
.s-solicitacoes__card {
  background-color: #ffffff;
  border: 1px solid #f1f2f4;
  padding: 0.1rem 2.4rem 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: 2.4rem;
}
.s-solicitacoes__card-header {
  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-solicitacoes__card-line {
  display: block;
  width: 2.4rem;
  height: 0.3rem;
  border-radius: 0.2rem;
  margin-top: -0.2rem;
}
.s-solicitacoes__card-title-row {
  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;
}
.s-solicitacoes__card-icon {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-solicitacoes__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-solicitacoes__card-title {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #1e222c;
}
.s-solicitacoes__card-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f1f2f4;
}
.s-solicitacoes__card-list {
  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: 2rem;
}
.s-solicitacoes__card-list.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.s-solicitacoes__card-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: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
}
.s-solicitacoes__card-item span:last-child {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #4c566f;
}
.s-solicitacoes__sufix {
  color: #4c566f;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
}
.s-solicitacoes__card-bullet {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1.1rem;
}
.s-solicitacoes__animation {
  position: relative;
  width: 58.2rem;
  height: 58.2rem;
  display: grid;
  place-items: center;
}
.s-solicitacoes__illustration {
  position: absolute;
}
@media (max-width: 1200px) {
  .s-solicitacoes__animation {
    width: 40rem;
    height: 40rem;
  }
  .s-solicitacoes__circle--outer {
    width: 40rem;
    height: 40rem;
  }
  .s-solicitacoes__circle--middle {
    width: 34rem;
    height: 34rem;
    top: 3rem;
  }
  .s-solicitacoes__circle--inner {
    width: 29rem;
    height: 29rem;
    top: 5.5rem;
  }
  .s-solicitacoes__illustration {
    width: 26rem;
    height: 26rem;
    top: 7rem;
    left: 7rem;
  }
  .s-solicitacoes__anim-icon {
    width: 6rem;
    height: 6rem;
  }
  .s-solicitacoes__anim-icon--top-left {
    top: 2rem;
    left: 2rem;
  }
  .s-solicitacoes__anim-icon--top-right {
    top: 2rem;
    right: 2rem;
  }
  .s-solicitacoes__anim-icon--bottom-left {
    bottom: 2rem;
    left: 2rem;
  }
  .s-solicitacoes__anim-icon--bottom-right {
    bottom: 2rem;
    right: 2rem;
  }
  .s-solicitacoes__anim-icon img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .s-solicitacoes__anim-icon-bg {
    width: 5rem;
    height: 5rem;
  }
  .s-solicitacoes__column {
    width: 24rem;
  }
}
@media (max-width: 1050px) {
  .s-solicitacoes__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  .s-solicitacoes__subtitle {
    padding-top: 0;
  }
  .s-solicitacoes__content {
    gap: 2.4rem;
  }
  .s-solicitacoes__column {
    width: 22rem;
  }
  .s-solicitacoes__animation {
    width: 34rem;
    height: 34rem;
  }
  .s-solicitacoes__circle--outer {
    width: 34rem;
    height: 34rem;
  }
  .s-solicitacoes__circle--middle {
    width: 28rem;
    height: 28rem;
    top: 3rem;
  }
  .s-solicitacoes__circle--inner {
    width: 24rem;
    height: 24rem;
    top: 5rem;
  }
  .s-solicitacoes__illustration {
    width: 22rem;
    height: 22rem;
    top: 6rem;
    left: 6rem;
  }
  .s-solicitacoes__anim-icon {
    width: 5rem;
    height: 5rem;
  }
  .s-solicitacoes__anim-icon--top-left {
    top: 1.5rem;
    left: 1.5rem;
  }
  .s-solicitacoes__anim-icon--top-right {
    top: 1.5rem;
    right: 1.5rem;
  }
  .s-solicitacoes__anim-icon--bottom-left {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  .s-solicitacoes__anim-icon--bottom-right {
    bottom: 1.5rem;
    right: 1.5rem;
  }
  .s-solicitacoes__anim-icon img {
    width: 2rem;
    height: 2rem;
  }
  .s-solicitacoes__anim-icon-bg {
    width: 4rem;
    height: 4rem;
  }
  .s-solicitacoes__card-title {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .s-solicitacoes {
    padding: 6rem 0 8rem;
  }
  .s-solicitacoes__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
  .s-solicitacoes__column {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
  .s-solicitacoes__column--left, .s-solicitacoes__column--right {
    gap: 2.4rem;
  }
  .s-solicitacoes__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1.2rem);
    flex: 1 1 calc(50% - 1.2rem);
    min-width: 26rem;
  }
  .s-solicitacoes__animation {
    width: 34rem;
    height: 34rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 600px) {
  .s-solicitacoes {
    padding: 6rem 0;
  }
  .s-solicitacoes__header {
    margin-bottom: 4rem;
  }
  .s-solicitacoes__title {
    font-size: 2.8rem;
  }
  .s-solicitacoes__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 100%;
  }
  .s-solicitacoes__animation {
    width: 28rem;
    height: 28rem;
  }
  .s-solicitacoes__circle--outer {
    width: 28rem;
    height: 28rem;
  }
  .s-solicitacoes__circle--middle {
    width: 22rem;
    height: 22rem;
    top: 3rem;
  }
  .s-solicitacoes__circle--inner {
    width: 18rem;
    height: 18rem;
    top: 5rem;
  }
  .s-solicitacoes__illustration {
    width: 32.7rem;
    height: 32.7rem;
    inset: 0;
  }
  .s-solicitacoes__animation {
    width: 32.7rem;
    height: 32.7rem;
  }
  .s-solicitacoes__anim-icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .s-solicitacoes__anim-icon--top-left {
    top: 1rem;
    left: 1rem;
  }
  .s-solicitacoes__anim-icon--top-right {
    top: 1rem;
    right: 1rem;
  }
  .s-solicitacoes__anim-icon--bottom-left {
    bottom: 1rem;
    left: 1rem;
  }
  .s-solicitacoes__anim-icon--bottom-right {
    bottom: 1rem;
    right: 1rem;
  }
  .s-solicitacoes__anim-icon img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .s-solicitacoes__anim-icon-bg {
    width: 3.6rem;
    height: 3.6rem;
  }
  .s-solicitacoes__card-item span:last-child {
    font-size: 1.6rem;
  }
}

.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;
  }
}