* {
  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 p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #616161;
}

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

.section-hero {
  background-color: #f5f9f8;
  padding-top: 80px;
  overflow: hidden;
  margin-bottom: 120px;
}

.hero-title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  letter-spacing: 0.75px;
  color: #121212;
  margin-bottom: 48px;
}

.wrapper-hero {
  display: flex;
  flex-direction: column;
}

.wrapper-btn-csr {
  margin-inline: auto;
}

.wrapper-icon-csr {
  margin-inline: auto;
}

.hero-icon-csr {
  max-width: 850px;
  width: 100%;
  height: 280px;
}

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

.section-partner {
  margin-bottom: 120px;
}

.section-goal {
  background-color: #f8f9f9;
  padding-block: 120px;
  margin-bottom: 120px;
}

.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: -5rem;
}

.swiper {
  overflow: hidden;
}

.swiper-partner {
  overflow: hidden;
  margin-inline: 0;
  margin-bottom: 5rem;
}

.wrapper-icon-manfaat {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f8f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 12px;
}

.icon-manfaat {
}

.section-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: #121212;
  margin-bottom: 12px;
}

.counter-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 90px;
  color: #090909;
  text-align: center;
}

.counter-info {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #616161;
  text-align: center;
}

.section-info {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #404040;
  width: 60%;
  margin-inline: auto !important;
  margin-bottom: 48px !important;
}

.col-xs-4:has(.card-contribution) {
  margin-bottom: 30px;
}

.card-contribution {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding-inline: 27px;
  padding-block: 30px;
  height: 100%;
  cursor: pointer;
}

.card-contribution:hover > .wrapper-icon-contribution {
  background-color: #018d58;
}

.card-contribution:hover path {
  transition: 300ms;
  filter: invert(1);
}

.wrapper-icon-contribution {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #f8f9f9;
  margin-bottom: 15px;
  transition: all 300ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-location {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}

.img-location {
  width: 100%;
  height: 200px;
  min-height: 200px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: cover;
  object-position: center;
}

.card-location-body {
  padding: 24px 16px;
}

.location-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #393939;
  margin-bottom: 5px;
  min-height: 3em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.location-info {
  min-height: 1em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 24px !important;
}

.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;
  display: block;
}

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

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

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

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

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

.card-tree {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}

.img-tree {
  width: 100%;
  height: 280px;
  min-height: 280px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: cover;
  object-position: center;
}

.card-tree-body {
  padding: 24px 16px;
}

.tree-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #393939;
  margin-bottom: 5px;
  min-height: 3em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.tree-info {
  min-height: 3em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 24px !important;
}

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

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

.card-article {
  background: #ffffff;
  border-radius: 12px;
  transition: 300ms;
  cursor: pointer;
}

.card-article:hover {
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
}

.card-article:hover svg {
  display: block;
  transition: 300ms ease-in-out;
}

.card-header {
  border-radius: 12px 12px 0 0;
}

.img-card {
  border-radius: 12px 12px 0 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  height: 202px;
  margin-top: -1px;
  object-fit: cover;
}

.img-card-article {
  /* border-radius: 12px 12px 0 0; */
  width: 100%;
  height: 222px;
  object-fit: contain;
  object-position: center;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
  color: #393939;
  margin-top: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 2.8em;
}

.card-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #696969;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-subtitle-article {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #696969;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 10.8em;
  margin-bottom: 1.5rem;
}

.link-readmore {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  color: #43936c;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.link-readmore:hover {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-decoration-line: underline;
  color: #43936c;
  display: flex;
  align-items: center;
}

.card-testimoni {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 40px 24px;
}

.card-testimoni-header {
  display: flex;
  margin-bottom: 20px;
}

.wrapper-img-testimoni {
  margin-right: 15px;
}

.img-testimoni {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.testimoni-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #121212;
  margin-bottom: 5px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 1em;
}

.testimoni-subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #616161;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 1em;
}

.testimoni-content {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #616161;

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

input:checked + h4.testimoni-content {
  -webkit-line-clamp: unset !important;
}

input:checked ~ label,
h4.testimoni-content:not(.truncated) ~ label {
  display: none !important;
}

.swiper-testimoni {
  margin-inline: 70px;
}

.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-form {
  background: unset;
  margin-bottom: unset;
}

.wrapper-stepper-form {
  position: relative;
  height: 100%;
  border-left: 2px solid #d6e5e3;
  padding-left: 48px;
}

.green-line-1 {
  position: absolute;
  top: 0;
  left: -2px;
  border-left: 2px solid #005e4e;
  height: 34%;
}

.green-line-2 {
  position: absolute;
  top: 33%;
  left: -2px;
  border-left: 2px solid #005e4e;
  height: 34%;
}

.green-line-3 {
  position: absolute;
  top: 66%;
  left: -2px;
  border-left: 2px solid #005e4e;
  height: 34%;
}

.wrapper-button-step-1 {
  display: flex;
  justify-content: end;
  margin-top: 15px;
}

.wrapper-button-step-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.wrapper-button-step-3 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.section-map {
  margin-bottom: 80px;
}

.section-location {
  margin-bottom: 40px;
}

.section-tree {
  margin-bottom: 100px;
}

form label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  letter-spacing: 0.3px;

  /* Grayscale/Header */

  color: #121212;
}

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

.wrapper-stepper-form .row,
.wrapper-stepper-form .col-xs-12 {
  padding: 0;
}

.link-readmore-location {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  color: #43936c;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  /* box-shadow: 0px -6px 10px -6px rgba(0, 0, 0, 0.1); */
}

.link-readmore-location:hover,
.link-readmore-location:focus {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  color: #43936c;
  display: flex;
  align-items: center;
}

.modal-title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.021em;
  color: #393939;
  margin-top: 0;
  padding-inline: 20px;
}

.modal-body-location {
  padding-inline: 3rem;
  padding-bottom: 3rem;
}

.modal-header {
  border: none;
}

.modal-location-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #393939;
  margin-bottom: 24px;
}

.button-close-modal {
  position: absolute;
  top: 4rem;
  right: 3rem;
}

.modal-description-wrapper {
  max-height: 7em;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  margin-bottom: 10px;
}

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

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

.section-sdgs .section-title {
  text-align: start;
  margin-top: 0;
  margin-bottom: 0;
}

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

.gif-komitmen {
  width: 100%;
  height: auto;
}

.section-sdgs .section-subtitle {
  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;
}

.icon-skema {
  border-radius: var(--corner-radius-corner-xl, 24px);
  border: 1px solid var(--color-grayscale-color-stroke, #d9d9d9);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: 16px;
}

.wrapper-icon-title-skema {
  display: flex;
  align-items: center;
}

.modal-skema .modal-header {
  padding-left: 0;
}

.modal-skema .modal-title {
  padding: 0;
}

.img-skema-modal {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
}

.skema-quote {
  border-left: 2px solid var(--color-primary-primary, #005e4e);
  background: var(--color-primary-primary-background-strong, #d6e5e3);
  padding: 12px;
  color: var(--color-primary-primary, #005e4e);
  font-family: Open Sans;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.skema-description {
  width: 100%;
  height: 170px;
  overflow-y: auto;
  padding-right: 5px;
}

.skema-description 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;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}

.skema-description a {
  color: #005e4e;
  transition: all ease-in-out 300ms;
}

.skema-description a:hover {
  text-decoration: underline;
}

/* width */
.skema-description::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.skema-description::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 2px;
}

/* Handle */
.skema-description::-webkit-scrollbar-thumb {
  background: #005e4e;
  border-radius: 4px;
}

/* Handle on hover */
.skema-description::-webkit-scrollbar-thumb:hover {
  background: #005e4e;
}

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

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

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

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

.section-video .section-title {
  padding-right: 20px;
  text-align: start;
  margin: 0;
  /* Desktop/36/Display Bold */
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 150% */
  letter-spacing: 1px;
}

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

.section-video .section-subtitle {
  color: var(--color-grayscale-text-color-description, #4b4b4b);
  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 150% */
  letter-spacing: 0.5px;

  margin: 0;
}

.section-video .section-subinfo {
  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;
}

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

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

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

.card-youtube-detail h4 {
  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-mitra .swiper-wrapper {
  padding-bottom: 5px;
}

.swiper-youtube-mitra .swiper-slide-thumb-active .card-youtube {
  border: 1px solid #018d58;
}

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

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

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

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

.bottom-hero-wrapper {
  background: #f6f7f7;
  border-radius: 24px;
  padding: 5rem;
}

.bottom-hero-wrapper .btn-green {
  width: 280px;
  max-width: 280px;
}

/* Modal Leaving Page */

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

.modal-leaving-dialog .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;
}

.modal-leaving-dialog .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: 6px;
  border: 1px solid #ed4141;
  padding: 14px 24px;
}

.modal-leaving-dialog .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-leaving-dialog .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;
}

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

.modal-leaving-dialog .btn-outline-green {
  color: #018d58;
  /* 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: 6px;
  border: 1px solid #018d58;
  padding: 14px 24px;
}

.modal-leaving-dialog .btn-outline-green:hover {
  background: #018d58;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}
/* Modal Leaving Page */

/* new card testimoni */
.new-card-testimoni {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  border-radius: var(--Corner-Radius-corner-l, 12px);
  border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  background: var(--Color-Grayscale-white-background, #fff);
}

.new-card-testimoni .card-header {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.new-card-testimoni .img-avatar {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 50%;
  background: #f1f1f1;
}

.new-card-testimoni .wrapper-name {
  flex-grow: 1;
}

.new-card-testimoni .img-perusahaan {
  width: 100px;
  height: 68px;
  object-fit: cover;
  background: #f1f1f1;
}

.new-card-testimoni .card-header h3 {
  color: var(--Color-Grayscale-text-color-header, #121212);
  /* Desktop/24/Header Bold */
  font-family: var(--font-family-title, "Open Sans");
  font-size: var(--font-size-Header-s, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-36, 36px); /* 150% */
  letter-spacing: 0.5px;

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

.new-card-testimoni .card-header p {
  overflow: hidden;
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);
  text-overflow: ellipsis;
  /* Desktop/16/Text Regular */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-Body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-24, 24px); /* 150% */
  letter-spacing: 0.3px;

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

.new-card-testimoni .scroll {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/16/Text Regular */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-Body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-24, 24px); /* 150% */
  letter-spacing: 0.3px;
  overflow-y: auto;
  max-height: 100px;
  min-height: 100px;
}

/* width */
.new-card-testimoni .scroll::-webkit-scrollbar {
  width: 3px;
  padding-right: 10px;
}

/* Track */
.new-card-testimoni .scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}

/* Handle */
.new-card-testimoni .scroll::-webkit-scrollbar-thumb {
  background: #337c59;
  border-radius: 10px;
}

/* Handle on hover */
.new-card-testimoni .scroll::-webkit-scrollbar-thumb:hover {
  background: #337c59;
}

.section-form .section-title {
  margin-bottom: 24px;
  text-align: start;
}

.section-form label {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Regular/Body/Text-default */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 27px); /* 150% */
  letter-spacing: 0.3px;
}

.section-form .wrapper-scrolling-form {
  overflow-y: auto;
  aspect-ratio: 10/8.44;
  padding-right: 5px;
}

.section-form .wrapper-scrolling-form::-webkit-scrollbar {
  width: 3px;
  padding-right: 10px;
}

/* Track */
.section-form .wrapper-scrolling-form::-webkit-scrollbar-track {
  background: var(--Color-Primary-primary-background-weak, #f5f9f8);
  border-radius: 10px;
}

/* Handle */
.section-form .wrapper-scrolling-form::-webkit-scrollbar-thumb {
  background: #018d58;
  border-radius: 10px;
}

/* Handle on hover */
.section-form .wrapper-scrolling-form::-webkit-scrollbar-thumb:hover {
  background: #018d58;
  border-radius: 50%;
}

.show-in-mobile {
  display: none;
}

.invalid-feedback {
  color: #f43f5b;
}

.wrapper-form-image {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 16px;
}

.wrapper-form-image img {
  width: 100%;
  /* aspect-ratio: 1/1; */
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.wrapper-form .col-xs-12 {
  padding: 0;
}

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

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

/* CUSTOM DROPDOWN */
.select-menu {
  max-width: 100%;
  position: relative;

  color: var(--Color-Grayscale-text-color-header, #121212);
  text-overflow: ellipsis;
  /* Regular/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

.select-menu .select-btn {
  display: flex;
  height: 46px;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
  border: 1px solid #ccc;
}

.select-menu.active .select-btn {
  border-color: #045f50;
}

.select-menu .options {
  position: absolute;
  left: 0;
  right: 0;
  /* width: 100%; */
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: both;

  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  z-index: -1;
}

.select-menu .options .control {
  margin-bottom: 3px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}

.select-menu .options .option {
  display: flex;
  height: auto;
  align-items: center;
  cursor: pointer;
  padding: 4px 0;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}

.select-menu .options .option:hover {
  /* background: #f2f2f2; */
}
.select-menu .options .option i {
  font-size: 18px;
  margin-right: 12px;
}

.select-menu .options .option .option-text {
  font-size: 14px;
  color: #333;
}

.select-menu label {
  font-size: 12px;
}

.select-btn i {
  transition: 0.3s;
  transform: rotate(-180deg);
}

.select-menu.active .select-btn i {
  transform: rotate(0deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.select-menu.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
/* CUSTOM DROPDOWN */

@media (max-width: 575.9px) {
  .new-card-testimoni {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: var(--Corner-Radius-corner-l, 6px);
    border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
    background: var(--Color-Grayscale-white-background, #fff);
  }

  .new-card-testimoni .card-header {
    display: flex;
    gap: 12px;
    justify-content: space-between;
  }

  .new-card-testimoni .img-avatar {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
    background: #f1f1f1;
  }

  .new-card-testimoni .wrapper-name {
    flex-grow: 1;
  }

  .new-card-testimoni .img-perusahaan {
    width: 80px;
    height: 46px;
    object-fit: cover;
    background: #f1f1f1;
  }

  .new-card-testimoni .card-header h3 {
    color: var(--Color-Grayscale-text-color-header, #121212);
    /* Desktop/24/Header Bold */
    font-family: var(--font-family-title, "Open Sans");
    font-size: var(--font-size-Header-s, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-36, 36px); /* 150% */
    letter-spacing: 0.5px;

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

  .new-card-testimoni .card-header p {
    overflow: hidden;
    color: var(--Color-Grayscale-text-color-description, #4b4b4b);
    text-overflow: ellipsis;
    /* Mobile/10/Text Regular */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-Caption-l, 10px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-15, 15px); /* 150% */
    letter-spacing: 0.3px;

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

  .new-card-testimoni .scroll {
    color: var(--Color-Grayscale-text-color-header, #121212);

    /* Desktop/16/Text Regular */
    font-family: var(--font-family-body, "Open Sans");
    font-size: var(--font-size-Body-md, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-24, 20px); /* 150% */
    letter-spacing: 0.3px;
    overflow-y: auto;
    max-height: 100px;
    min-height: 100px;
  }
}

/* end new card testimoni */
