@charset "UTF-8";
.s-contact__container, .s-packages__container, .s-process__container, .s-advantages__container, .s-pev-hero__container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-contact__container, .s-packages__container, .s-process__container, .s-advantages__container, .s-pev-hero__container {
    padding: 0px 2.4rem;
  }
}

.s-pev-hero {
  position: relative;
  background: #203C47;
  overflow: hidden;
}
.s-pev-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.s-pev-hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: overlay;
  opacity: 0.8;
  display: block;
}
.s-pev-hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 150% 130% at 105% 110%, rgba(32, 60, 71, 0) 0%, rgba(32, 60, 71, 0.5) 45%, rgb(32, 60, 71) 73%);
}
.s-pev-hero__container {
  position: relative;
  z-index: 1;
  min-height: 48rem;
  padding-top: 17.4rem;
  padding-bottom: 9.6rem;
}
@media (max-width: 1280px) {
  .s-pev-hero__container {
    padding-left: 3.2rem;
  }
}
@media (max-width: 768px) {
  .s-pev-hero__container {
    padding-top: 12rem;
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 480px) {
  .s-pev-hero__container {
    padding-top: 10rem;
    padding-bottom: 4.8rem;
  }
}
.s-pev-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;
}
.s-pev-hero__heading {
  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;
  max-width: 90rem;
}
.s-pev-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-pev-hero__badge-icon {
  width: 2rem;
  height: 2rem;
  -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: 0;
  overflow: hidden;
}
.s-pev-hero__badge-icon img,
.s-pev-hero__badge-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-pev-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-pev-hero__title {
  font-size: 5.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 6rem;
  color: #fff;
  margin: 0;
  max-width: 61rem;
}
.s-pev-hero__title span {
  color: #2CB67D;
  font: inherit;
}
@media (max-width: 768px) {
  .s-pev-hero__title {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media (max-width: 480px) {
  .s-pev-hero__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
.s-pev-hero__description {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
  color: #e5e7eb;
  margin: 0;
  max-width: 62.8rem;
}
.s-pev-hero__actions {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-pev-hero__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-pev-hero__btn:hover {
  background: #217C57;
}
.s-pev-hero__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-pev-hero__btn--primary {
  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-pev-hero__btn--primary:hover {
  background: #217C57;
}
.s-pev-hero__btn--primary 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-pev-hero__btn--secondary {
  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-pev-hero__btn--secondary:hover {
  background: #217C57;
}
.s-pev-hero__btn--secondary 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-pev-hero__btn--secondary {
  border: 1px solid rgba(248, 250, 252, 0.2);
  background: rgba(248, 250, 252, 0.1);
}
.s-pev-hero__btn--secondary:hover {
  background: #2CB67D;
}

.s-advantages {
  background: #203C47;
  padding: 14rem 0;
}
@media (max-width: 1024px) {
  .s-advantages {
    padding: 10rem 0;
  }
}
@media (max-width: 768px) {
  .s-advantages {
    padding: 7.2rem 0;
  }
}
@media (max-width: 480px) {
  .s-advantages {
    padding: 5.6rem 0;
  }
}
.s-advantages__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: 10rem;
}
@media (max-width: 768px) {
  .s-advantages__container {
    gap: 6rem;
  }
}
.s-advantages__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;
  width: 100%;
}
@media (max-width: 1024px) {
  .s-advantages__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
}
.s-advantages__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.4rem;
  max-width: 46.9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-advantages__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  background: #2CB67D;
  border-radius: 9999px;
}
.s-advantages__badge span {
  font-size: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.6rem;
  color: #203C47;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.s-advantages__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
  color: #F8FAFC;
  margin: 0;
}
.s-advantages__right {
  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;
  max-width: 53.9rem;
}
@media (max-width: 1024px) {
  .s-advantages__right {
    max-width: 100%;
    width: 100%;
  }
}
.s-advantages__description {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
  color: #F8FAFC;
  opacity: 0.8;
  margin: 0;
}
.s-advantages__stat {
  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;
  background: rgba(248, 250, 252, 0.1);
  border: 1px solid #F8FAFC;
  border-radius: 1.6rem;
  padding: 1.7rem;
  width: 100%;
}
.s-advantages__stat-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;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 9999px;
  background: #2CB67D;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.s-advantages__stat-icon img,
.s-advantages__stat-icon svg {
  display: block;
  width: 2rem;
  height: auto;
}
.s-advantages__stat-text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
  margin: 0;
}
.s-advantages__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: 2.4rem;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .s-advantages__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .s-advantages__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.s-advantages__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: 3.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 0;
  background: #F8FAFC;
  border-radius: 2.4rem;
  padding: 3.2rem;
  min-height: 26rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .s-advantages__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 1.2rem);
    flex: 1 0 calc(50% - 1.2rem);
  }
}
@media (max-width: 480px) {
  .s-advantages__card {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}
.s-advantages__card-icon {
  width: 4.8rem;
  height: 4.8rem;
  background: #EBF7F0;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
}
.s-advantages__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.8rem;
  width: 100%;
}
.s-advantages__card-title {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #203C47;
  margin: 0;
}
.s-advantages__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-process {
  background: #fff;
  padding: 11rem 0;
}
@media (max-width: 768px) {
  .s-process {
    padding: 7.2rem 0;
  }
}
@media (max-width: 480px) {
  .s-process {
    padding: 5.6rem 0;
  }
}
.s-process__container {
  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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 768px) {
  .s-process__container {
    gap: 6rem;
  }
}
.s-process__header {
  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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  text-align: center;
}
.s-process__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  background: rgba(32, 60, 71, 0.1);
  border: 1px solid rgba(32, 60, 71, 0.05);
  border-radius: 9999px;
}
.s-process__badge span {
  font-size: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.6rem;
  color: #203C47;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.s-process__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
  color: #203C47;
  margin: 0;
  text-align: center;
}
.s-process__description {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
  color: #203C47;
  margin: 0;
  text-align: center;
  max-width: 70rem;
}
.s-process__steps {
  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: 0;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-process__steps::before {
  content: "";
  position: absolute;
  top: 4.8rem;
  left: 16.6666666667%;
  width: 66.6666666667%;
  border-top: 2px dashed rgba(100, 116, 139, 0.4);
  pointer-events: none;
}
@media (max-width: 768px) {
  .s-process__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.8rem;
  }
  .s-process__steps::before {
    display: none;
  }
}
.s-process__step {
  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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .s-process__step {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 36rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.s-process__circle {
  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;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 9999px;
  border: 4px solid #2CB67D;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-process__circle-number {
  font-size: 3.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.9px;
  color: #203C47;
}
.s-process__step-title {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: #203C47;
  margin: 0;
  text-align: center;
}
.s-process__step-desc {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
  margin: 0;
  text-align: center;
}

.s-packages {
  background: #F8FAFC;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media (max-width: 768px) {
  .s-packages {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
@media (max-width: 480px) {
  .s-packages {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.s-packages__container {
  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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
}
.s-packages__heading {
  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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  text-align: center;
}
.s-packages__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
  color: #203C47;
  margin: 0;
}
.s-packages__subtitle {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
  color: #64748B;
  margin: 0;
}
.s-packages__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -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.2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .s-packages__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.s-packages__card {
  background: #fff;
  border-radius: 2.4rem;
  padding: 3.3rem;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .s-packages__card {
    width: 100%;
    max-width: 42rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.s-packages__card-image {
  background: #EBF7F0;
  height: 14.8rem;
  border-radius: 0.8rem;
  width: 100%;
  -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: 0;
  overflow: visible;
}
.s-packages__card-img {
  display: block;
  width: auto;
  max-height: 20rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}
.s-packages__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: 3.2rem;
  width: 100%;
}
.s-packages__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: 0.8rem;
  width: 100%;
}
.s-packages__card-name {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #203C47;
  margin: 0;
}
.s-packages__card-desc {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #64748B;
  margin: 0;
}
.s-packages__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  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.4rem;
}
.s-packages__spec {
  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-packages__spec-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  width: 1.5rem;
}
.s-packages__spec-icon svg,
.s-packages__spec-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.s-packages__spec > span:last-child {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #64748B;
}

.s-contact {
  background: #fff;
  padding: 11rem 0;
}
.s-contact__container {
  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;
}
.s-contact__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: 10rem;
  max-width: 50rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-contact__heading {
  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;
  width: 100%;
}
.s-contact__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
  color: #203C47;
}
.s-contact__description {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
}
.s-contact__description strong {
  font-weight: 700;
}
.s-contact__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: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-contact__list-item {
  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-contact__list-icon {
  width: 1.6rem;
  height: 1.6rem;
  -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-contact__list-icon svg {
  width: 100%;
  height: 100%;
}
.s-contact__list-text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #203C47;
}
.s-contact__form-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1.6rem;
  padding: 3.3rem 3.3rem 4.9rem;
  width: 64rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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-contact__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: 2.4rem;
}
.s-contact__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%;
}
.s-contact__form-row {
  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.6rem;
  width: 100%;
}
.s-contact__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-contact__field--grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 0;
}
.s-contact__field--bairro {
  width: 22.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-contact__field--uf {
  width: 8.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-contact__field--volume {
  width: 100%;
}
.s-contact__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;
}
.s-contact__input {
  background: #f6f8f7;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  padding: 1.5rem 1.7rem;
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
  width: 100%;
  outline: none;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.s-contact__input::-webkit-input-placeholder {
  color: #64748B;
}
.s-contact__input::-moz-placeholder {
  color: #64748B;
}
.s-contact__input:-ms-input-placeholder {
  color: #64748B;
}
.s-contact__input::-ms-input-placeholder {
  color: #64748B;
}
.s-contact__input::placeholder {
  color: #64748B;
}
.s-contact__input:focus {
  border-color: #2CB67D;
}
.s-contact__select {
  background: #F8FAFC;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  padding: 1.3rem 4rem 1.3rem 1.6rem;
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #0f172a;
  width: 100%;
  height: 5rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 2.4rem;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.s-contact__select:focus {
  border-color: #2CB67D;
}
.s-contact__submit-wrapper {
  padding-top: 0.8rem;
  width: 100%;
}
.s-contact__submit {
  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-contact__submit:hover {
  background: #217C57;
}
.s-contact__submit 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-contact__submit {
  width: 100%;
}
.s-contact__submit span {
  font-weight: 700;
}
.s-contact__agreement {
  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.4rem;
}
.s-contact__agreement-checkbox {
  width: 1.8rem;
  height: 1.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  accent-color: #2CB67D;
  cursor: pointer;
}
.s-contact__agreement-text {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #475569;
  cursor: pointer;
}
.s-contact__signature-wrapper {
  position: relative;
  width: 100%;
  background: #f6f8f7;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.s-contact__signature-canvas {
  display: block;
  width: 100%;
  height: 14rem;
  -ms-touch-action: none;
  touch-action: none;
  cursor: crosshair;
}
.s-contact__signature-clear {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: transparent;
  border: 1px solid #cbd5e1;
  border-radius: 0.4rem;
  padding: 0.3rem 0.8rem;
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #64748b;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.s-contact__signature-clear:hover {
  border-color: #203C47;
  color: #203C47;
}
.s-contact__signature-hint {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #94a3b8;
  margin: 0;
}
.s-contact__error-msg {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #ef4444;
}
.s-contact__field {
  position: relative;
}
.s-contact__field--error .s-contact__input,
.s-contact__field--error .s-contact__select,
.s-contact__field--error .s-contact__signature-wrapper {
  border-color: #ef4444;
}
.s-contact__field--loading .s-contact__input {
  padding-right: 4.4rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23e2e8f0' stroke-width='3' fill='none'/%3E%3Cpath d='M12 2 a10 10 0 0 1 10 10' stroke='%232CB67D' stroke-width='3' stroke-linecap='round' fill='none'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='0.9s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 2rem;
}
.s-contact__field--loading::after {
  content: "Buscando endereço...";
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #2CB67D;
}
.s-contact__agreement-checkbox {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.s-contact__agreement--error .s-contact__agreement-text {
  color: #ef4444;
}
.s-contact__feedback {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
}
.s-contact__feedback--success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}
.s-contact__feedback--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}
.s-contact__submit--loading {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 768px) {
  .s-contact {
    padding: 6rem 0;
  }
  .s-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .s-contact__content {
    max-width: 100%;
    gap: 4rem;
  }
  .s-contact__form-card {
    width: 100%;
    padding: 2.4rem;
  }
  .s-contact__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-contact__field--bairro, .s-contact__field--uf {
    width: 100%;
  }
}

.c-sig-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6rem;
}
.c-sig-modal--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sig-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(3px);
}
.c-sig-modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  width: 95vw;
  height: 92vh;
  max-width: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.c-sig-modal__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;
  padding: 2rem 2.4rem;
  border-bottom: 1px solid #f1f5f9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-sig-modal__title {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  font-weight: 600;
  color: #203C47;
}
.c-sig-modal__close {
  background: transparent;
  border: none;
  padding: 0.4rem;
  cursor: pointer;
  color: #94a3b8;
  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;
  border-radius: 0.4rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.c-sig-modal__close:hover {
  color: #203C47;
}
.c-sig-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}
.c-sig-modal__pane-label {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #64748b;
  margin-bottom: 1.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-sig-modal__preview-pane {
  width: 55%;
  border-right: 1px solid #f1f5f9;
  padding: 2rem 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f8fafc;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.c-sig-modal__iframe-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-bottom: none;
}
.c-sig-modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.c-sig-modal__iframe-loading {
  position: absolute;
  inset: 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;
  background: #f8fafc;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-sig-modal__iframe-loading.c-sig-modal__iframe-loading--hidden {
  opacity: 0;
  pointer-events: none;
}
.c-sig-modal__spinner {
  -webkit-animation: sig-spin 0.9s linear infinite;
  animation: sig-spin 0.9s linear infinite;
}
.c-sig-modal__sig-pane {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  min-width: 0;
}
.c-sig-modal__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -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: 0px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-sig-modal__tab {
  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.5rem;
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.8rem 1.4rem;
  margin-bottom: -1px;
  cursor: pointer;
  color: #64748b;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.c-sig-modal__tab:hover {
  color: #203C47;
}
.c-sig-modal__tab--active {
  color: #203C47;
  border-bottom-color: #203C47;
}
.c-sig-modal__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 1.2rem;
}
.c-sig-modal__panel--hidden {
  display: none;
}
.c-sig-modal__text-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;
}
.c-sig-modal__text-input {
  background: #f6f8f7;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
  width: 100%;
  outline: none;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.c-sig-modal__text-input::-webkit-input-placeholder {
  color: #94a3b8;
}
.c-sig-modal__text-input::-moz-placeholder {
  color: #94a3b8;
}
.c-sig-modal__text-input:-ms-input-placeholder {
  color: #94a3b8;
}
.c-sig-modal__text-input::-ms-input-placeholder {
  color: #94a3b8;
}
.c-sig-modal__text-input::placeholder {
  color: #94a3b8;
}
.c-sig-modal__text-input:focus {
  border-color: #2CB67D;
}
.c-sig-modal__text-canvas {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 11rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  background: #f6f8f7;
}
.c-sig-modal__colors {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-sig-modal__colors-label {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #64748b;
}
.c-sig-modal__color-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.c-sig-modal__color-btn:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.c-sig-modal__color-btn--active {
  outline: 2.5px solid #334155;
  outline-offset: 2px;
}
.c-sig-modal__draw-canvas {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 14rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  background: #f6f8f7;
  cursor: crosshair;
  -ms-touch-action: none;
  touch-action: none;
}
.c-sig-modal__clear-btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: transparent;
  border: 1px solid #cbd5e1;
  border-radius: 0.6rem;
  padding: 0.5rem 1.4rem;
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #64748b;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.c-sig-modal__clear-btn:hover {
  border-color: #203C47;
  color: #203C47;
}
.c-sig-modal__footer {
  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;
  padding: 1.6rem 2.4rem;
  border-top: 1px solid #f1f5f9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-sig-modal__cancel-btn {
  background: transparent;
  border: 1px solid #cbd5e1;
  border-radius: 0.8rem;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748b;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.c-sig-modal__cancel-btn:hover {
  border-color: #203C47;
  color: #203C47;
}
.c-sig-modal__apply-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;
}
.c-sig-modal__apply-btn:hover {
  background: #217C57;
}
.c-sig-modal__apply-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;
}
.c-sig-modal__apply-btn {
  padding: 1.2rem 2.4rem;
}
@media (max-width: 768px) {
  .c-sig-modal {
    padding: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c-sig-modal__dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 1.6rem 1.6rem 0 0;
  }
  .c-sig-modal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-sig-modal__preview-pane {
    display: none;
  }
  .c-sig-modal__sig-pane {
    padding: 1.6rem;
  }
}

@-webkit-keyframes sig-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sig-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}