.s-getintouch__container, .s-hero__container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-getintouch__container, .s-hero__container {
    padding: 0px 2.4rem;
  }
}

.s-hero {
  position: relative;
  background-color: #203C47;
  overflow: hidden;
  min-height: 86.2rem;
}
.s-hero__overlay {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.s-hero__overlay--green {
  width: 57.8rem;
  height: 57.8rem;
  background: rgba(46, 160, 129, 0.1);
  -webkit-filter: blur(60px);
  filter: blur(60px);
  top: -5.7rem;
  right: -12.8rem;
}
.s-hero__overlay--blue {
  width: 84.5rem;
  height: 84.5rem;
  background: rgba(59, 130, 246, 0.1);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  bottom: 0;
  left: -36.8rem;
}
.s-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 14rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
}
.s-hero__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: 4rem;
  padding-top: 10rem;
}
.s-hero__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 0.9rem 1.7rem;
}
.s-hero__badge-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;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-hero__badge-icon picture,
.s-hero__badge-icon img,
.s-hero__badge-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.s-hero__badge-text {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.s-hero__title {
  font-size: 5.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 6rem;
  color: #fff;
  margin: 0;
}
.s-hero__text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.s-hero__form-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: 2.4rem;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1.6rem;
  padding: 3.3rem;
  -webkit-box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.s-hero__form-title {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #0f172a;
  margin: 0;
}
.s-hero__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: 1.6rem;
  width: 100%;
}
.s-hero__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  width: 100%;
}
.s-hero__form-field {
  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.6rem;
  width: 100%;
}
.s-hero__form-label {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #334155;
  display: block;
}
.s-hero__form-input {
  width: 100%;
  background: #f6f8f7;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  padding: 1.5rem 1.7rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  color: #0f172a;
  -webkit-transition: outline 0.15s ease;
  transition: outline 0.15s ease;
}
.s-hero__form-input::-webkit-input-placeholder {
  color: #64748B;
}
.s-hero__form-input::-moz-placeholder {
  color: #64748B;
}
.s-hero__form-input:-ms-input-placeholder {
  color: #64748B;
}
.s-hero__form-input::-ms-input-placeholder {
  color: #64748B;
}
.s-hero__form-input::placeholder {
  color: #64748B;
}
.s-hero__form-input:focus {
  outline: 2px solid #2CB67D;
  outline-offset: -1px;
}
.s-hero__form-select-wrap {
  position: relative;
  width: 100%;
}
.s-hero__form-select {
  width: 100%;
  background: #F8FAFC;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  padding: 1.3rem 4rem 1.3rem 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  color: #0f172a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: outline 0.15s ease;
  transition: outline 0.15s ease;
}
.s-hero__form-select:focus {
  outline: 2px solid #2CB67D;
  outline-offset: -1px;
}
.s-hero__form-select-icon {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  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: 0.96rem;
  height: 0.48rem;
}
.s-hero__form-select-icon picture,
.s-hero__form-select-icon img,
.s-hero__form-select-icon svg {
  width: 100%;
  height: 100%;
}
.s-hero__form-textarea {
  width: 100%;
  background: #f6f8f7;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  padding: 1.3rem 1.7rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  color: #0f172a;
  resize: vertical;
  min-height: 12rem;
  -webkit-transition: outline 0.15s ease;
  transition: outline 0.15s ease;
  resize: none;
}
.s-hero__form-textarea::-webkit-input-placeholder {
  color: #64748B;
}
.s-hero__form-textarea::-moz-placeholder {
  color: #64748B;
}
.s-hero__form-textarea:-ms-input-placeholder {
  color: #64748B;
}
.s-hero__form-textarea::-ms-input-placeholder {
  color: #64748B;
}
.s-hero__form-textarea::placeholder {
  color: #64748B;
}
.s-hero__form-textarea:focus {
  outline: 2px solid #2CB67D;
  outline-offset: -1px;
}
.s-hero__form-actions {
  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.2rem;
  padding-top: 0.8rem;
  width: 100%;
}
.s-hero__form-status {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #2CB67D;
  min-height: 2rem;
}
.s-hero__form-status--error {
  color: #e53e3e;
}
.s-hero__form-btn {
  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;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 3.2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2CB67D;
}
.s-hero__form-btn:hover {
  background: #217C57;
}
.s-hero__form-btn span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.s-hero__form-btn {
  width: 100%;
  padding: 1.2rem 2.4rem;
  gap: 0.8rem;
}
.s-hero__form-btn span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  color: #fff;
}
.s-hero__form-btn picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.4rem;
  height: 1.2rem;
}
.s-hero__form-btn picture img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .s-hero {
    min-height: auto;
  }
  .s-hero__container {
    grid-template-columns: 1fr;
    padding-top: 16rem;
    padding-bottom: 6rem;
  }
  .s-hero__content {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .s-hero__container {
    padding-top: 12rem;
    gap: 4rem;
  }
  .s-hero__title {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  .s-hero__form-row {
    grid-template-columns: 1fr;
  }
  .s-hero__form-card {
    padding: 2.4rem;
  }
}
@media (max-width: 480px) {
  .s-hero__title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.s-getintouch {
  background-color: #F8FAFC;
  padding: 11.2rem 0;
}
.s-getintouch__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: 4.8rem;
}
.s-getintouch__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: 1.6rem;
  width: 100%;
}
.s-getintouch__title {
  font-size: 3.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.9px;
  color: #0f172a;
  margin: 0;
}
.s-getintouch__subtitle {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
  color: #64748B;
  margin: 0;
  max-width: 49.8rem;
}
.s-getintouch__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  width: 100%;
}
.s-getintouch__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.2rem;
  padding: 2.5rem;
  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;
}
.s-getintouch__card--whatsapp {
  background: #EBF7F0;
  border-color: rgba(19, 236, 109, 0.3);
}
.s-getintouch__card-icon {
  padding-bottom: 1.6rem;
}
.s-getintouch__card-icon-circle {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 9999px;
  background: rgba(19, 236, 109, 0.2);
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-getintouch__card-icon-circle svg {
  display: block;
}
.s-getintouch__card-body {
  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;
  padding-bottom: 2.4rem;
}
.s-getintouch__card-name {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 2.8rem;
  color: #0f172a;
  margin: 0 0 0.8rem 0;
}
.s-getintouch__card-desc {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #64748B;
  margin: 0;
}
.s-getintouch__card-cta {
  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;
}
.s-getintouch__card-cta span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  color: #0fb854;
}
.s-getintouch__card-cta svg {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-getintouch__card-cta:hover span {
  text-decoration: underline;
}
.s-getintouch__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: 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;
  width: 100%;
  padding-bottom: 1.6rem;
}
.s-getintouch__card-info {
  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;
}
.s-getintouch__card-role {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #13ec6d;
}
.s-getintouch__card-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background: #f1f5f9;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-getintouch__card-avatar svg {
  display: block;
}
.s-getintouch__card-links {
  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-top: auto;
  padding-top: 4rem;
}
.s-getintouch__card-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: 1.2rem;
  text-decoration: none;
  width: 100%;
}
.s-getintouch__card-link:hover .s-getintouch__card-link-text {
  text-decoration: underline;
}
.s-getintouch__card-link-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.s-getintouch__card-link-icon svg {
  display: block;
}
.s-getintouch__card-link-text {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #64748B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .s-getintouch__cards {
    grid-template-columns: 1fr 1fr;
  }
  .s-getintouch__card--whatsapp {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .s-getintouch {
    padding: 8rem 0;
  }
  .s-getintouch__cards {
    grid-template-columns: 1fr;
  }
  .s-getintouch__card--whatsapp {
    grid-column: auto;
  }
  .s-getintouch__card-links {
    padding-top: 2.4rem;
  }
}
@media (max-width: 480px) {
  .s-getintouch {
    padding: 6rem 0;
  }
  .s-getintouch__title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}