html, body {
  background: #F8F9F7; }

p {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #2F3E46;
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    p {
      font-size: 14px; } }
  p a {
    text-decoration: underline; }

.lx-container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  padding: 0 20px; }

.lx-wrapper {
  width: 100%;
  height: auto; }

.lx-section {
  position: relative;
  padding: 40px 0;
  overflow: hidden; }
  .lx-section--outside {
    z-index: 10; }
  .lx-section--custom {
    background: #F8F9F7;
    z-index: 3; }

@media screen and (max-width: 1024px) {
  .lx-deforestation {
    background: #AAD3E0; } }

.lx-parallax {
  position: relative;
  min-height: 428px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .lx-parallax.parallax-1 {
    background-image: url("../../images/background/petak-bahandang.jpg"); }
  .lx-parallax.parallax-2 {
    background-image: url("../../images/background/orang-utan.jpg"); }

/* iOS: matiin fixed */
@supports (-webkit-touch-callout: none) {
  .lx-parallax {
    background-attachment: scroll;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: background-position; } }
@media screen and (max-width: 1024px) {
  .lx-photo {
    width: 80%;
    margin: 0 auto; } }
.lx-photo__source {
  width: 100%;
  height: auto; }
.lx-photo__caption {
  margin-top: 10px;
  display: block;
  color: #2F3E46;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  .lx-photo__caption--right {
    text-align: right; }
  .lx-photo__caption--left {
    text-align: left; }

.lx-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 25%);
  padding: 10px 10px 10px 90px;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  text-align: right; }
  .lx-credit span {
    display: block; }

.lx-article--dark {
  background: #2F3E46; }
  .lx-article--dark p {
    color: #FFFFFF; }
  .lx-article--dark .lx-photo__caption {
    color: #FFFFFF; }
.lx-article--light p {
  color: #2F3E46; }

.lx-content {
  width: 700px;
  max-width: 100%;
  margin: 0 auto; }
  .lx-content .lx-image {
    margin-bottom: 30px; }
  .lx-content .lx-grid {
    margin-bottom: 30px; }

.lx-legend {
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  transition: opacity .8s ease-in-out;
  max-width: 260px; }
  .lx-legend--right {
    left: auto;
    right: 20px;
    max-width: 230px; }
  @media screen and (max-width: 1024px) {
    .lx-legend {
      width: 250px;
      right: 50%;
      transform: translateX(50%);
      left: auto;
      bottom: 100px; } }
  .lx-legend.is-active {
    opacity: 1; }

.lx-source {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #292929;
  text-align: right;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.lx-image--desktop {
  display: none; }
  @media screen and (min-width: 901px) {
    .lx-image--desktop {
      display: block; } }
.lx-image--mobile {
  display: none; }
  @media screen and (max-width: 900px) {
    .lx-image--mobile {
      display: block; } }
.lx-image--outline {
  border: 1px solid #2F3E46;
  border-radius: 15px; }
  .lx-image--outline img {
    margin-bottom: 0 !important; }
.lx-image__source {
  width: 100%;
  max-width: 100%;
  height: auto; }
.lx-image__credit {
  margin-top: 4px;
  display: block;
  text-align: right;
  color: #000000;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
.lx-image__caption {
  display: block;
  margin-top: 10px;
  color: #000000;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 18.2px */ }

.lx-noise {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  opacity: .66;
  pointer-events: none; }
  .lx-noise img {
    width: 100%;
    height: 100%; }

.lx-header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 25px 0; }

.lx-nav {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.lx-logo img {
  width: 230px; }

.lx-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none; }
  .lx-share-btn img {
    width: 30px;
    height: auto; }

.lx-hero {
  padding-top: 100px; }
  @media screen and (max-width: 1024px) {
    .lx-hero {
      padding-top: 80px; } }
  .lx-hero-texts {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }
  .lx-hero-title {
    font-family: "Plus Jakarta Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #2F3E46;
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .lx-hero-title {
        font-size: 28px;
        margin-bottom: 10px; } }
  .lx-hero-subtitle {
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #52796F;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .lx-hero-subtitle {
        font-size: 18px; } }
  .lx-hero-writer, .lx-hero-date {
    display: block;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #2F3E46;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .lx-hero-writer, .lx-hero-date {
        font-size: 14px; } }
  .lx-hero-description {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    color: #2F3E46;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 20px; }
    @media screen and (max-width: 1024px) {
      .lx-hero-description {
        margin-top: 30px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400; } }

.lx-foreground {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  .lx-foreground--desktop {
    display: none; }
    @media screen and (min-width: 901px) {
      .lx-foreground--desktop {
        display: block; } }
  .lx-foreground--mobile {
    display: none; }
    @media screen and (max-width: 900px) {
      .lx-foreground--mobile {
        display: block; } }
  .lx-foreground-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0; }
    .lx-foreground-img.active {
      position: relative;
      opacity: 1; }

.lx-paragraph--desktop {
  display: none; }
  @media screen and (min-width: 901px) {
    .lx-paragraph--desktop {
      display: block; } }
.lx-paragraph--mobile {
  display: none; }
  @media screen and (max-width: 900px) {
    .lx-paragraph--mobile {
      display: block; } }

.lx-grid {
  display: grid; }
  .lx-grid-4-6 {
    grid-template-columns: 40% 1fr;
    gap: 50px; }
    @media screen and (max-width: 1024px) {
      .lx-grid-4-6 {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .lx-grid-6-4 {
    grid-template-columns: 1fr 40%;
    gap: 50px; }
    @media screen and (max-width: 1024px) {
      .lx-grid-6-4 {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .lx-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px; }
    @media screen and (max-width: 1024px) {
      .lx-grid-2 {
        grid-template-columns: 1fr;
        gap: 30px; } }

.lx-title {
  font-family: "PT Sans Narrow";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #52796F;
  margin-bottom: 20px; }
  .lx-title--light {
    color: #FFFFFF; }

.lx-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .lx-background-item {
    position: relative;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: 1;
    transition: opacity .5s; }
    .lx-background-item.active {
      opacity: 1;
      z-index: 2; }
    .lx-background-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (max-width: 1024px) {
        .lx-background-item img {
          object-position: 60%; } }
  .lx-background.active {
    position: fixed; }
    .lx-background.active .lx-background-item {
      position: fixed; }

.lx-scene {
  position: relative;
  height: 100vh;
  width: initial;
  max-width: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  z-index: 10; }
  .lx-scene--left {
    align-items: start; }
  .lx-scene-box {
    position: relative; }
    .lx-scene-box--image {
      width: 780px;
      height: auto;
      margin: 0 auto;
      padding: 40px 80px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 25px;
      background: white; }
      @media screen and (max-width: 1024px) {
        .lx-scene-box--image {
          width: 100%;
          min-height: 525px;
          padding: 20px 40px; } }
      .lx-scene-box--image p:last-child {
        margin-bottom: 0; }
    .lx-scene-box--solid {
      width: 650px;
      height: auto;
      padding: 32px 59px 32px 60px;
      background: #DAF2F3;
      text-align: left;
      border-radius: 15px;
      opacity: 0.93; }
      @media screen and (max-width: 1024px) {
        .lx-scene-box--solid {
          width: 100%;
          padding: 20px; } }
  @media screen and (max-width: 1024px) {
    .lx-scene:nth-child(1) .lx-scene-box--image, .lx-scene:nth-child(4) .lx-scene-box--image, .lx-scene:nth-child(5) .lx-scene-box--image {
      min-height: 450px; } }
  @media screen and (max-width: 1024px) {
    .lx-scene:nth-child(1) .lx-scene-box--image::after, .lx-scene:nth-child(4) .lx-scene-box--image::after, .lx-scene:nth-child(5) .lx-scene-box--image::after {
      background-image: url("../../images/background/scene-box-mobile-compact.png"); } }

.lx-iframe {
  margin: 40px 0; }
  .lx-iframe iframe {
    width: 100%;
    height: 650px; }
    @media screen and (max-width: 1024px) {
      .lx-iframe iframe {
        height: 210px; } }

.lx-video {
  background: #2F3E46; }

.lx-maps {
  width: 100%;
  transition: all 1s ease-in-out;
  transform: none; }
  @media screen and (max-width: 1024px) {
    .lx-maps {
      transform: scale(2.4) translate(-22%, 20%); } }
  .lx-maps.active {
    transform: scale(3) translate(-15%, 30%); }
    @media screen and (max-width: 1024px) {
      .lx-maps.active {
        transform: scale(4) translate(-15%, 35%); } }
  .lx-maps-item {
    display: none; }
    .lx-maps-item.active {
      display: block; }
    .lx-maps-item--custom {
      display: block;
      opacity: 0;
      transition: opacity 0.8s ease-in-out; }
      .lx-maps-item--custom.active {
        opacity: 1; }

.lx-zone {
  margin-bottom: 20px; }
  .lx-zone-title {
    color: #776899;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 22.4px */ }
    @media screen and (max-width: 1024px) {
      .lx-zone-title {
        font-size: 14px; } }
    .lx-zone-title--core {
      color: #D8686E; }
    .lx-zone-title--utilize {
      color: #92A860; }
    .lx-zone-title--traditional {
      color: #66404A; }
    .lx-zone-title--rehab {
      color: #72ABAF; }
    .lx-zone-title--culture {
      color: #776899; }
    .lx-zone-title--special {
      color: #949494; }
    .lx-zone-title--wild {
      color: #EAD26E;
      -webkit-text-stroke-width: 0.3px;
      -webkit-text-stroke-color: #000; }
  .lx-zone-description {
    margin-top: 8px;
    color: #2F3E46;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media screen and (max-width: 1024px) {
      .lx-zone-description {
        font-size: 14px; } }

.lx-footer {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  z-index: 999999; }
  @media screen and (max-height: 650px) {
    .lx-footer {
      min-height: calc(100vh + 100px); } }

.lx-partnership {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-height: 650px) {
    .lx-partnership {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .lx-partnership-txt {
    color: #FFF;
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */ }
  .lx-partnership-img {
    max-height: 50px; }

.lx-disclaimer {
  padding-top: 20px;
  color: #FFF;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  text-align: center; }

.lx-people {
  width: 500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 60px 0; }
  @media screen and (max-width: 1024px) {
    .lx-people {
      width: 100%;
      gap: 20px;
      padding: 30px 0; } }
  @media screen and (max-height: 650px) {
    .lx-people {
      padding: 40px 0; } }
  .lx-people-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 25px; }
    @media screen and (max-width: 1024px) {
      .lx-people-item {
        gap: 10px; } }

.lx-person-title {
  color: #70AA9B;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0; }
  @media screen and (max-width: 1024px) {
    .lx-person-title {
      font-size: 13px; } }
.lx-person-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; }
.lx-person-item {
  color: #FFF;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin: 0; }
  @media screen and (max-width: 1024px) {
    .lx-person-item {
      font-size: 13px; } }

.lx-backvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1; }
  .lx-backvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .lx-backvideo::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5; }

.lx-btp {
  position: fixed;
  bottom: -100%;
  right: 32px;
  z-index: 99999999;
  transition: all .5s ease; }
  .lx-btp.active {
    bottom: 32px; }
  .lx-btp__btn {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #2F3E46;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .lx-btp__btn i, .lx-btp__btn svg {
      color: #fff;
      font-size: 16px; }
    .lx-btp__btn:hover {
      background: #435965; }

/*# sourceMappingURL=page.css.map */
