* {
  font-family: "Open Sans";
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

.section p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

#footer h4 {
  margin-bottom: 10px;
}

.section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1px;
  color: #121212;
  margin-bottom: 48px;
}

.accordion-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #393939;
  margin-right: 3rem;
}

.accordion-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.017em;
  color: #393939;
}

.accordion-wrapper {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding-inline: 2rem;
  transition: 300ms;
  cursor: pointer;
  margin-bottom: 3rem;
  width: 100%;
  padding-top: 15px;
}

.accordion-wrapper:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.1);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
  color: #393939;
}

.accordion-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #696969;
  padding-bottom: 15px !important;
}

.accordion-body {
  transition: 300ms;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  padding-top: 1.5rem;
}

.list-content {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
}

.icon-arrow-down {
  margin-bottom: -0.75rem;
}

.icon-arrow-up {
  margin-bottom: -0.75rem;
}

.wrapper-section-title-faq {
  margin-bottom: 20px;
}

.wrapper-faq-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.wrapper-faq-title h2 {
  width: 50%;
  margin-inline: auto;
}

.wrapper-faq-title p {
  width: 50%;
  margin-inline: auto;
}

.list-normal {
  display: block;
  list-style-type: decimal;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.list-normal li {
  padding-left: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  letter-spacing: 0.3px;

  /* Grayscale/Body */

  color: #616161;
}

.section-hero h1 {
  color: var(--color-grayscale-text-color-header, #121212);
  text-align: center;
  /* Desktop/48/Display Bold */
  font-family: Open Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 150% */
  letter-spacing: 0.75px;
  margin-bottom: 14px;
}

.section-hero h2 {
  color: var(--color-grayscale-text-color-description, #4b4b4b);
  text-align: center;

  /* Desktop/20/Sub Heading Regular */
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0.3px;
  max-width: 900px;
  margin-inline: auto;
}

.section-hero img {
  width: 100%;
  height: auto;
  margin-top: 48px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-prev {
  opacity: 1;
  color: #005e4e;
  transition: 0.5s;
  background: #fff;
  height: 40px;
  width: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}

.swiper-button-prev:hover {
  background: #43936c;
}

.swiper-button-prev:hover path {
  fill: white !important;
}

.swiper-button-next {
  opacity: 1;
  color: #005e4e;
  transition: 0.5s;
  background: #fff;
  height: 40px;
  width: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}

.swiper-button-next:hover {
  background: #43936c;
}

.swiper-button-next:hover path {
  fill: white !important;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #005e4e;
  border-radius: 7px;
  transition: 300ms;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #43936c;
  width: 40px;
}

.swiper-pagination {
  margin-bottom: -1rem;
}

.swiper {
  overflow: hidden;
}

.swiper-button-next-nilai {
  left: unset !important;
  top: 30px !important;
  right: 10px !important;
  border: 1px solid #c9c9c9;
  box-shadow: unset;
}

.swiper-button-prev-nilai {
  left: unset !important;
  top: 30px !important;
  right: 65px !important;
  border: 1px solid #c9c9c9;
  box-shadow: unset;
}

.img-nilai {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.card-nilai {
  position: relative;
}

.card-nilai .overlay {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  border-radius: var(--corner-radius-corner-s, 6px);
  background: rgba(18, 18, 18, 0.51);
  padding: 12px;
}

.card-nilai h3 {
  color: #fff;

  /* Desktop/24/Header Bold */
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  letter-spacing: 0.5px;
}

.card-nilai p {
  color: var(--color-grayscale-white-background, #fff);

  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
}

.card-nilai .overlay .scroll {
  height: 70px;
  overflow-y: auto;
}

/* width */
.card-nilai .overlay .scroll::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.card-nilai .overlay .scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 2px;
}

/* Handle */
.card-nilai .overlay .scroll::-webkit-scrollbar-thumb {
  background: #43936c;
  border-radius: 4px;
}

/* Handle on hover */
.card-nilai .overlay .scroll::-webkit-scrollbar-thumb:hover {
  background: #43936c;
}

.section-cta {
  background: var(--color-grayscale-color-disable, #f6f6f6);
  padding-block: 0;
  margin-bottom: 48px;
}

.wrapper-cta {
  display: flex;
  justify-content: space-between;
}

.cta-text {
  margin-block: auto;
}

.cta-text h2 {
  color: var(--color-grayscale-text-color-header, #121212);

  /* Desktop/48/Display Bold */
  font-family: Open Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 150% */
  letter-spacing: 0.75px;
  max-width: 750px;
  margin-bottom: 20px;
}

.img-cta {
  max-height: 400px;
  width: auto;
  margin-left: 48px;
}

.btn-green {
  background: #43936c;
  border-radius: 8px;
  font-weight: 600;
  color: #ffffff;
  padding-inline: 40px;
  padding-block: 14px;
  transition: 300ms ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #337c59;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.btn-outline-green {
  background: #ffffff;
  font-weight: 600;
  color: #018d58;
  padding-inline: 24px;
  padding-block: 14px;
  transition: 300ms ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  border: 1px solid #018d58;
  border-radius: 6px;
}

.btn-outline-green:hover,
.btn-outline-green:active,
.btn-outline-green:focus {
  background: #337c59;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.cta-text .btn {
  min-width: 200px;
  margin-right: 12px;
}
