:root {
  --color-grayscale-text-color-header: #121212;
  --color-grayscale-text-color-description: #4b4b4b;
  --margin-margin-l: 12px;
  --margin-margin-xl: 24px;
  --padding-padding-m: 14px;
  --padding-padding-xl: 24px;
  --color-secondary-secondary: #018d58;
  --corner-radius-corner-s: 6px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

.wrap-loader {
  display: none !important;
  visibility: hidden !important;
}

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

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

.swiper-pagination-bullet-active {
  color: #fff;
  background: #005e4e;
}

.swiper {
  overflow: hidden;
}

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

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

.swiper-partner .swiper-wrapper {
  margin-top: 48px;
}

.swiper-slide {
  height: auto;
}

.col-xs-12,
.col-xs-6,
.col-md-6 {
  padding-left: unset;
  padding-right: unset;
}

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

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

.section p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: var(--color-grayscale-text-color-description, #4b4b4b);
}

.section-hero {
  background-color: #f5f9f8;
}

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

.section-hero p {
  margin-bottom: var(--margin-margin-xl);
}

.section-hero .wrapper-button {
  margin-inline: 15%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  margin-bottom: 48px;
}

.btn-outline-green {
  color: var(--color-secondary-secondary);
  /* Desktop/16/Text Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;

  background: #ffffff;
  transition: 300ms ease-in-out;
  border-radius: var(--corner-radius-corner-s);
  border: 1px solid var(--color-secondary-secondary);
  padding: var(--padding-padding-m) var(--padding-padding-xl);
}

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

.section-hero .wrapper-svg {
}

.section-hero .wrapper-svg svg {
  margin-bottom: -200px;
}

.section-title {
  color: var(--color-grayscale-text-color-header);
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 150% */
  letter-spacing: 1px;
}

.section-peran {
  margin-top: 180px;
}

.section-peran .section-title {
  text-align: center;
  margin-bottom: var(--margin-margin-l);
}

.section-peran .section-subtitle {
  text-align: center;
}

.section-peran .wrapper-card-peran {
  display: flex;
  justify-content: space-between;
}

.section-peran .wrapper-card-peran svg {
  width: 180px;
  height: 180px;
}

.section-peran .wrapper-card-peran div {
  flex: 1;
  padding: 28px; /* add some padding ?*/
  text-align: center;
  border-right: 1px solid #d9d9d9;
}

.section-peran .wrapper-card-peran div:last-child {
  border: none; /* remove border ? */
}

.section-peran .wrapper-card-peran {
  margin-top: 48px;
}

.section-peran svg {
  margin-bottom: 48px;
}

.section-peran .btn-outline-green {
  padding-inline: 100px;
  margin-top: var(--margin-margin-xl);
}

.section-peran h3 {
  color: var(--color-grayscale-text-color-header);
  text-align: center;
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 150% */
  letter-spacing: 0.5px;
  margin-bottom: var(--margin-margin-l);
}

.section-program .section-subtitle {
  height: 100%;
  display: flex;
  align-items: center;
}

.section-program .wrapper-gif {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  margin-top: 48px;
}

.gif-program {
  width: 100%;
}

.section-partner .wrapper-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.link {
  color: var(--color-secondary-secondary);
}

.link:hover {
  color: var(--color-secondary-secondary);
  text-decoration: underline;
}

.section-partner .btn-outline-green {
  display: none;
}

.section-partner .swiper-sorted-partner {
  margin-top: 48px;
  padding-bottom: 48px;
}

.section-why-us .section-title {
  padding-right: 50px;
}

.section-why-us .wrapper-card-why-us {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 48px;
}

.card-why-us {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}

.card-why-us .card-body {
  padding: 28px;
  height: 205px;
}

.card-why-us .card-footer {
  padding: 28px;
  border-top: 1px solid #d9d9d9;
}

.card-why-us h3 {
  color: var(--color-grayscale-text-color-header);
  /* 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;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-why-us p {
  color: var(--color-grayscale-text-color-description);
  /* Desktop/14/Text Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.link-why-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-grayscale-text-color-header);
  /* Desktop/16/Text Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  transition: all 100ms ease-in-out;
}

.link-why-us:hover,
.link-why-us:active {
  cursor: pointer;
  color: var(--color-secondary-secondary);
}

.section-why-us .wrapper-subtitle {
  display: flex;
  height: 100%;
  align-items: center;
}

.card-why-us .card-body {
  min-height: max-content;
}

.modal-header {
  padding: unset;
  border: none;
}

.wrapper-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 24px;
}

.modal-leaving-dialog h5 {
  color: var(--color-grayscale-text-color-header);
  text-align: center;

  /* 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;
  margin-bottom: 12px;
}

.modal-leaving-dialog p {
  color: var(--color-grayscale-text-color-description);
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

.modal-leaving-dialog .wrapper-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 24px;
}

.modal-leaving-dialog .wrapper-button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.modal-leaving-dialog .wrapper-button .btn {
  display: block;
}

.btn-red {
  color: #fff;
  /* Desktop/16/Text Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;

  background: #ed4141;
  transition: 300ms ease-in-out;
  border-radius: var(--corner-radius-corner-s);
  border: 1px solid #ed4141;
  padding: var(--padding-padding-m) var(--padding-padding-xl);
}

.btn-red:hover {
  background: #ed4141;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.confirm-leaving-dialog:hover {
  cursor: pointer;
}

.modal-title {
  color: var(--color-grayscale-text-color-header);
  /* 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;
}

.button-close-modal {
  opacity: 0.8;
  margin-bottom: -100px;
}

.section-map .wrapper-title {
  width: 70%;
  margin-inline: auto;
}

.section-map .section-title {
  text-align: center;
}

.wrapper-map {
  margin-top: 48px;
  margin-bottom: 48px;
}

.wrapper-map img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wrapper-card-counter {
  background-color: #f5f9f8;
  padding: 28px;
  border-top: 2px solid #005e4e;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.card-counter {
  display: flex;
  align-items: center;
}

.card-counter .card-icon {
  margin-right: 18px;
  margin-top: 12px;
}

.card-counter h3 {
  color: var(--grayscale-header);
  /* Desktop/32/Header Regular */
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
  letter-spacing: 1px;
}

.card-penawaran {
  display: flex;
  background-color: #005e4e;
  border-radius: 12px;
  width: 100%;
  min-height: 420px;
}

.card-penawaran .card-body {
  padding: 48px;
}

.card-penawaran .wrapper-image {
  position: relative;
  min-width: 60%;
  height: auto;
}

.card-penawaran .wrapper-image img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.card-penawaran h2 {
  color: #fff;

  /* Desktop/36/Display Bold */
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 150% */
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.card-penawaran p {
  color: #fff;

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

.section-keterlibatan .section-title {
  margin-bottom: 12px;
}

.section-keterlibatan .section-subtitle {
  margin-bottom: 48px;
}

.wrapper-section-keterlibatan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.wrapper-tanam-mangrove {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrapper-tanam-pohon {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.wrapper-tanam-mangrove img {
  width: 100%;
  height: auto;
}

.wrapper-tanam-pohon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.section-video .section-title {
  padding-right: 20px;
}

.section-video .wrapper-subtitle {
  height: 100%;
  display: flex;
  align-items: center;
}

.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;
  border: 1px solid #43936c;
}

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

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

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

.swiper-youtube-detail {
  margin-top: 48px;
}

.card-youtube-detail h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: #121212;
  margin-bottom: 16px;
}

.wrapper-iframe-youtube {
  height: 500px;
  width: 100%;
  margin-bottom: 24px;
}

.card-youtube-detail iframe {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-radius: 24px;
}

.wrapper-play-video {
  position: relative;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
}

.wrapper-play-video img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
}

.wrapper-play-video p {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  text-decoration: underline;
  color: white;
}

.card-youtube-detail .wrapper-play-video:hover {
  cursor: pointer;
}

.wrapper-card-youtube-title {
  margin-top: 48px;
  margin-bottom: 24px;
}

.card-youtube {
  background: #ffffff;
  border-radius: 13px;
}

.swiper-youtube .swiper-wrapper {
  padding-bottom: 5px;
}

.swiper-youtube .swiper-slide-thumb-active .card-youtube {
  border: 1px solid var(--color-grayscale-text-color-header);
}

.card-youtube img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.card-youtube-body {
  padding: 12px;
}

.card-youtube:hover {
  cursor: pointer;
}

.card-youtube h3 {
  margin-top: 12px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #121212;

  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section-media .section-title {
  margin-bottom: 48px;
}

.swiper-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-media {
  padding-bottom: 48px;
}

.section-article .section-title {
  margin-bottom: 48px;
  text-align: center;
}

.section-article .wrapper-article {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.wrapper-main-article {
  grid-column: 1/4;
}

.wrapper-side-article {
  grid-column: 4/5;
}

.main-article img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 24px;
}

.main-article h3 {
  color: var(--color-grayscale-text-color-header);

  /* Desktop/28/Header Bold */
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 150% */
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.main-article p {
  color: var(--color-grayscale-text-color-description, #4b4b4b);
  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;

  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}

.link-article {
  display: flex;
  align-items: center;
  color: var(--color-grayscale-text-color-header);
  /* Desktop/16/Text Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  transition: all 100ms ease-in-out;
}

.link-article:hover,
.link-article:active {
  cursor: pointer;
  color: var(--color-secondary-secondary);
}

.side-article img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 12px;
}

.side-article h3 {
  color: var(--color-grayscale-text-color-header);

  /* Desktop/18/Sub Heading Bold */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.3px;

  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;

  transition: 300ms all ease-in-out;
}

.link-side-article:hover h3 {
  color: var(--color-secondary-secondary);
}

.side-article {
  margin-bottom: 18px;
}

.wrapper-side-article h2 {
  color: var(--color-grayscale-text-color-header);

  /* 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;
  margin-bottom: 18px;
}

.wrapper-side-article {
  display: block;
}

.wrapper-swiper-article {
  display: none;
}

.section-skema .wrapper-subtitle {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.wrapper-card-skema {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 48px;
}

.card-skema h3 {
  color: var(--color-grayscale-text-color-header);
  text-align: center;

  /* Desktop/20/Sub Heading Bold */
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 0.3px;

  padding-inline: 10%;
}

.card-skema img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  opacity: 1;
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.card-skema .wrapper-image {
  position: relative;
  width: 100%;
  border-radius: 12px;
}

.card-skema .overlay {
  position: absolute;
  transition: 0.5s ease;
  opacity: 0;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
}

.card-skema .overlay p {
  color: var(--color-grayscale-text-color-header);
  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
}

.card-skema:hover {
  cursor: pointer;
}

.card-skema:hover .wrapper-image {
  background-color: #000;
  border-radius: 14px;
}

.card-skema:hover img {
  opacity: 0.3;
}

.card-skema:hover .overlay {
  opacity: 1;
}

.section-narasi p {
  color: #616161;
  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.section-narasi p:last-child {
  margin-bottom: unset;
}

.section-narasi img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.section-narasi .col-md-6:first-child {
  padding-right: 20px;
}
.section-narasi .col-md-6:last-child {
  padding-left: 20px;
}

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

.accordion-title {
  color: var(--color-grayscale-text-color-header, #121212);
  /* Desktop/18/Sub Heading Bold */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.3px;
  margin-right: 3rem;
}

.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-content {
  color: var(--color-grayscale-text-color-description, #4b4b4b);
  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2em;
}

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

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

.wrapper-bottom-hero {
  background-color: #f5f9f8;
  padding: 48px;
  border-radius: 12px;
}

.section-bottom-hero .wrapper-button {
  margin-inline: 15%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  margin-bottom: 48px;
}

.section-bottom-hero h2 {
  color: var(--color-grayscale-text-color-header);
  text-align: center;
  /* Desktop/36/Display Bold */
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 150% */
  letter-spacing: 1px;
  margin-bottom: 12px;
  margin-inline: 15%;
}

.section-bottom-hero p {
  color: #4b4b4b;
  text-align: center;

  /* Text L/Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.176px;
  margin-bottom: 48px;
  margin-inline: 25%;
}

.wrapper-stepper-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content min-content;
  height: auto;
  width: 100%;
  grid-gap: 20px;
}

.wrapper-stepper {
  background-color: #f5f9f8;
  border-radius: 24px;
  padding: 48px;
}

.wrapper-form {
  overflow-y: auto;
  height: 0;
  min-height: 100%;
}

.wrapper-stepper h2 {
  color: var(--color-grayscale-text-color-header);
  /* Desktop/36/Display Bold */
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 150% */
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.wrapper-stepper p {
  color: var(--color-grayscale-text-color-description);
  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  margin-bottom: 48px;
}

.stepper h4 {
  color: var(--color-grayscale-text-color-header);
  /* 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;
  margin-bottom: 12px;
}

.step .text {
  padding-left: 20px;
}

.step {
  display: flex;
  flex-direction: row;
  padding: 10px;
}

.v-stepper {
  position: relative;
  top: 7px;
}

.step .line {
  top: 32px;
  left: 10px;
  height: 85%;
  position: absolute;
  border-left: 1px solid #d6e5e3;
}

.step .line.active {
  border-left: 1px solid #005e4e;
}

.wrapper-form .wrapper-icon {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid #d9d9d9;
  margin-bottom: 12px;
}

.wrapper-form h2 {
  color: var(--color-grayscale-text-color-header);
  /* Desktop/28/Header Bold */
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 150% */
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 48px;
}

.section-form label {
  color: var(--color-grayscale-text-color-header, #121212);
  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
}

.required-label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #ed4141;
}

.form-data-diri .col-md-6:nth-child(odd) {
  padding-left: 8px;
}

.form-data-diri .col-md-6:nth-child(even) {
  padding-right: 8px;
}

.form-skema .col-md-6:nth-child(even) {
  padding-left: 8px;
}

.form-skema .col-md-6:nth-child(odd) {
  padding-right: 8px;
}

.form-skema .col-md-3:nth-child(1) {
  padding-right: ;
}

.tab {
  display: none;
}

/* width */
.section-form .wrapper-form::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.section-form .wrapper-form::-webkit-scrollbar-track {
  background: #d6e5e3;
}

/* Handle */
.section-form .wrapper-form::-webkit-scrollbar-thumb {
  background: #005e4e;
}

/* Handle on hover */
.section-form .wrapper-form::-webkit-scrollbar-thumb:hover {
  background: #005e4e;
}

.wrapper-channel-option {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
  /* padding-top: 3px; */
  cursor: pointer;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #121212;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #aeaeae;
  border-radius: 4px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #ffffff;
}

.control input:checked ~ .control_indicator {
  background: #005e4e;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #005e4e;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #005e4e;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.form-group {
  min-height: 100px;
}

.invalid-feedback {
  color: #f43f5b;
}

label.error {
  font-weight: normal;
  font-size: 12px;
  color: #f43f5b;
}

.wrapper-next-button {
  display: flex;
  margin-top: 48px;
}

.form-group .iti {
  width: 100% !important;
}

.modal .form-group {
  min-height: 80px;
}

@media (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
  }

  .section-hero h1 {
    margin-inline: 0;
  }

  .section-title {
    margin-bottom: 8px;
  }

  .section-hero .wrapper-button {
    margin-inline: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

  .section-hero .wrapper-button {
    margin-inline: 0;
  }

  .section-hero .wrapper-button .btn-outline-green:last-child {
    grid-column: span 2;
  }

  .section-hero .wrapper-svg svg {
    display: none;
    margin-bottom: -200px;
  }

  .section-peran {
    margin-top: 0;
  }

  .section-hero h1 {
    color: var(--color-grayscale-text-color-header);
    text-align: center;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    letter-spacing: 0.75px;
  }

  .section-title {
    color: var(--color-grayscale-text-color-header);
    /* Mobile/24/Display Bold */
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    letter-spacing: 0.75px;
  }

  .section-peran h4 {
    color: var(--color-grayscale-text-color-header);
    text-align: center;
    /* Mobile/18/Header Bold */
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }

  .section-peran .wrapper-card-peran {
    display: block;
  }

  .section-peran .wrapper-card-peran div {
    flex: unset;
    padding: unset; /* add some padding ?*/
    text-align: center;
    border-right: unset;
  }

  .section-peran .section-title {
    text-align: start;
  }

  .section-peran .section-subtitle {
    text-align: start;
  }

  .section-peran .wrapper-card-peran {
    margin-top: 20px;
  }

  .section-peran svg {
    margin-bottom: 20px;
  }

  .section-peran .btn-outline-green {
    padding-inline: unset;
    width: 100%;
    margin-top: 18px;
  }

  .card-peran {
    margin-bottom: 32px;
  }

  .card-peran:last-child {
    margin-bottom: unset;
  }

  .section-program .wrapper-gif {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 16px;
  }

  .gif-program:last-child {
    grid-area: 3 / 2 / 4 / 3;
  }

  .wrapper-link .link {
    display: none;
  }

  .section-partner .btn-outline-green {
    display: block;
    margin-top: 20px;
  }

  .section-partner .swiper-sorted-partner {
    margin-top: 20px;
  }

  .section-why-us .section-title {
    padding-right: unset;
  }

  .section-why-us .wrapper-card-why-us {
    display: block;
    margin-top: 20px;
  }

  .card-why-us {
    margin-bottom: 16px;
  }

  .card-why-us:last-child {
    margin-bottom: unset;
  }

  .card-why-us h3 {
    color: var(--color-grayscale-text-color-header, #121212);
    /* Desktop/18/Sub Heading Bold */
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.3px;
    margin-bottom: 12px;
  }

  .card-why-us p {
    color: var(--color-grayscale-text-color-description);
    /* Desktop/12/Text Regular */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.3px;
  }

  .card-why-us .card-body {
    padding: 16px;
    height: auto;
  }

  .card-why-us .card-footer {
    padding: 16px;
    border-top: 1px solid #d9d9d9;
  }

  .modal-title {
    color: var(--color-grayscale-text-color-header);
    /* Desktop/24/Header Bold */
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.3px;
  }

  .section-map .wrapper-title {
    width: 100%;
    margin-inline: unset;
  }

  .wrapper-map {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wrapper-card-counter {
    background-color: #f5f9f8;
    padding: 28px;
    border-top: 2px solid #005e4e;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card-counter {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
  }

  .card-counter .card-icon {
    margin-right: unset;
    margin-top: unset;
  }

  .card-counter h3 {
    color: var(--grayscale-header);
    text-align: center;
    /* Mobile/24/Display Regular */
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    letter-spacing: 0.75px;
  }

  .card-counter p {
    color: var(--color-grayscale-text-color-description);
    /* Mobile/14/Text Regular */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    letter-spacing: 0.3px;
  }

  .card-penawaran {
    display: flex;
    flex-direction: column;
    background-color: #005e4e;
    border-radius: 12px;
    width: 100%;
    /* min-height: 420px; */
  }

  .card-penawaran .card-body {
    padding: 20px;
  }

  .card-penawaran .wrapper-image {
    position: relative;
    min-width: 100%;
    height: 200px;
  }

  .card-penawaran .wrapper-image img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .card-penawaran h3 {
    color: #fff;

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

  .card-penawaran p {
    color: #fff;

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

  .card-penawaran .btn-outline-green {
    display: block;
    width: 100%;
  }

  .section-keterlibatan .section-subtitle {
    margin-bottom: 20px;
  }

  .wrapper-section-keterlibatan {
    display: block;
  }

  .wrapper-tanam-pohon {
    display: none;
  }

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

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

  .swiper-youtube-detail {
    margin-top: 36px;
  }

  .card-youtube-detail h4 {
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.3px;
    margin-bottom: 16px;
  }

  .wrapper-iframe-youtube {
    height: 200px;
    width: 100%;
    margin-bottom: 16px;
  }

  .card-youtube-detail iframe {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 16px;
  }

  .wrapper-card-youtube-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-youtube {
    background: #ffffff;
    border-radius: 13px;
  }

  .swiper-youtube .swiper-wrapper {
    padding-bottom: 5px;
  }

  .wrapper-card-youtube-title .wrapper-swipper-button {
    display: none;
  }

  .swiper-youtube .swiper-slide-thumb-active .card-youtube {
    border: 1px solid var(--color-grayscale-text-color-header);
  }

  .card-youtube img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .card-youtube-body {
    padding: 12px;
  }

  .card-youtube-body p {
    color: var(--color-grayscale-text-color-header);
    /* Desktop/16/Text Bold */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.3px;
  }

  .card-youtube h6 {
    margin-top: 12px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #121212;

    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .section-article .section-title {
    margin-bottom: 20px;
    text-align: start;
  }

  .section-article .wrapper-article {
    display: block;
  }

  .wrapper-main-article {
    grid-column: unset;
    margin-bottom: 28px;
  }

  .wrapper-side-article {
    grid-column: unset;
  }

  .main-article img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .main-article h3 {
    color: var(--color-grayscale-text-color-header);

    /* Desktop/28/Header Bold */
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.5px;
    margin-bottom: 6px;
  }

  .main-article p {
    color: var(--color-grayscale-text-color-description, #4b4b4b);
    /* Desktop/16/Text Regular */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    letter-spacing: 0.3px;

    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
  }

  .link-article {
    display: flex;
    align-items: center;
    color: var(--color-grayscale-text-color-header);
    /* Desktop/16/Text Bold */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    letter-spacing: 0.3px;
    transition: all 100ms ease-in-out;
  }

  .link-article:hover,
  .link-article:active {
    cursor: pointer;
    color: var(--color-secondary-secondary);
  }

  .side-article img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .side-article h3 {
    color: var(--color-grayscale-text-color-header);

    /* Desktop/18/Sub Heading Bold */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.3px;

    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    transition: 300ms all ease-in-out;
  }

  .link-side-article:hover h3 {
    color: var(--color-secondary-secondary);
  }

  .side-article {
    margin-bottom: 18px;
  }

  .wrapper-side-article h2 {
    color: var(--color-grayscale-text-color-header);

    /* Desktop/24/Header Bold */
    font-family: Open Sans;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: 0.5px;
    margin-bottom: 16px;
  }

  .wrapper-swiper-article h3 {
    color: var(--color-grayscale-text-color-header);

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

  .wrapper-side-article {
    display: none;
  }

  .wrapper-swiper-article {
    display: block;
  }

  .section-skema .wrapper-subtitle {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: unset;
  }

  .wrapper-card-skema {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 20px;
  }

  .card-skema h3 {
    color: var(--color-grayscale-text-color-header);
    text-align: center;

    /* Desktop/20/Sub Heading Bold */
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: 0.3px;

    padding-inline: unset;
  }

  .card-skema img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 16px;
  }

  .section-narasi p {
    color: #616161;
    /* Desktop/16/Text Regular */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.3px;
    margin-bottom: 16px;
  }

  .section-narasi p:last-child {
    margin-bottom: 16px;
  }

  .section-narasi img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .section-narasi .col-md-6:first-child {
    padding-right: unset;
  }
  .section-narasi .col-md-6:last-child {
    padding-left: unset;
  }

  .accordion-title {
    color: var(--color-grayscale-text-color-header, #121212);
    /* Desktop/18/Sub Heading Bold */
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.3px;
    margin-right: 3rem;
  }

  .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-content {
    color: var(--color-grayscale-text-color-description, #4b4b4b);
    /* Desktop/16/Text Regular */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.3px;
    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-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
  }

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

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

  .wrapper-bottom-hero {
    background-color: #f5f9f8;
    padding: 48px 16px;
    border-radius: 12px;
  }

  .section-bottom-hero .wrapper-button {
    margin-inline: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

  .section-bottom-hero h2 {
    color: var(--color-grayscale-text-color-header);
    text-align: center;
    /* Desktop/36/Display Bold */
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    letter-spacing: 0.75px;
    margin-bottom: 12px;
    margin-inline: unset;
  }

  .section-bottom-hero p {
    color: #4b4b4b;
    text-align: center;

    /* Text L/Regular */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    letter-spacing: 0.3px;
    margin-bottom: 48px;
    margin-inline: unset;
  }

  .section-bottom-hero .wrapper-button .btn-outline-green:last-child {
    grid-column: span 2;
  }

  .card-skema .overlay p {
    color: var(--color-grayscale-text-color-header);
    /* Desktop/16/Text Regular */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 150% */
    letter-spacing: 0.3px;
  }

  .wrapper-stepper-form {
    all: unset;
    display: block;
    width: 100%;
  }

  .wrapper-stepper {
    background-color: #f5f9f8;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 36px;
  }

  .wrapper-form {
    overflow-y: unset;
    height: unset;
    min-height: unset;
  }

  .wrapper-stepper h2 {
    color: var(--color-grayscale-text-color-header);
    /* Desktop/36/Display Bold */
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    letter-spacing: 0.75px;
    margin-bottom: 12px;
  }

  .wrapper-stepper p {
    color: var(--color-grayscale-text-color-description);
    /* Desktop/16/Text Regular */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.3px;
    margin-bottom: 20px;
  }

  .stepper h4 {
    color: var(--color-grayscale-text-color-header);
    /* Desktop/24/Header Bold */
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }

  .step .text {
    padding-left: 10px;
  }

  .step .text p {
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.3px;
  }

  .step {
    display: flex;
    flex-direction: row;
    padding: 10px;
  }

  .v-stepper {
    position: relative;
    top: 3px;
  }

  .step .line {
    top: 27px;
    left: 10px;
    height: 85%;
    position: absolute;
    border-left: 1px solid #d6e5e3;
  }

  .step .line.active {
    border-left: 1px solid #005e4e;
  }

  .wrapper-form .wrapper-icon {
    width: fit-content;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid #d9d9d9;
    margin-bottom: 12px;
  }

  .wrapper-form h4 {
    color: var(--color-grayscale-text-color-header);
    /* Desktop/28/Header Bold */
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 150% */
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 20px;
  }

  .section-form label {
    color: var(--color-grayscale-text-color-header, #121212);
    /* Desktop/16/Text Regular */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.3px;
  }

  .required-label {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #ed4141;
  }

  .form-data-diri .col-md-6:nth-child(odd) {
    padding-left: unset;
  }

  .form-data-diri .col-md-6:nth-child(even) {
    padding-right: unset;
  }

  .form-skema .col-md-6:nth-child(even) {
    padding-left: unset;
  }

  .form-skema .col-md-6:nth-child(odd) {
    padding-right: unset;
  }

  .form-skema .col-md-3:nth-child(1) {
    padding-right: ;
  }

  .tab {
    display: none;
  }

  /* width */
  .section-form .wrapper-form::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  .section-form .wrapper-form::-webkit-scrollbar-track {
    background: #d6e5e3;
  }

  /* Handle */
  .section-form .wrapper-form::-webkit-scrollbar-thumb {
    background: #005e4e;
  }

  /* Handle on hover */
  .section-form .wrapper-form::-webkit-scrollbar-thumb:hover {
    background: #005e4e;
  }

  .wrapper-channel-option {
    all: unset;
    display: block;
  }

  .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 1rem;
    /* padding-top: 3px; */
    cursor: pointer;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #121212;
  }

  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #aeaeae;
    border-radius: 4px;
  }

  .control:hover input ~ .control_indicator,
  .control input:focus ~ .control_indicator {
    background: #ffffff;
  }

  .control input:checked ~ .control_indicator {
    background: #005e4e;
  }

  .control:hover input:not([disabled]):checked ~ .control_indicator,
  .control input:checked:focus ~ .control_indicator {
    background: #005e4e;
  }

  .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }

  .control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
  }

  .control input:checked ~ .control_indicator:after {
    display: block;
  }

  .control-checkbox .control_indicator:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }

  .control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
  }

  .control-checkbox .control_indicator::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #005e4e;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
  }

  .form-group {
    min-height: 80px;
  }

  .wrapper-next-button {
    display: flex;
    margin-top: 20px;
  }
}

@media (max-width: 575.9px) {
  .container-read {
    margin-inline: 16px;
  }

  .section {
    padding: 40px 0 40px 0;
  }
}
