@charset "UTF-8";
.projects-hero {
  height: 987.7px;
  max-height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 48px;
}
.projects-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 21, 0, 0)), color-stop(57.94%, rgba(72, 21, 0, 0.4)), to(rgba(35, 9, 2, 0.4)));
  background: linear-gradient(180deg, rgba(72, 21, 0, 0) 0%, rgba(72, 21, 0, 0.4) 57.94%, rgba(35, 9, 2, 0.4) 100%);
}
.projects-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 104px;
  padding-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.projects-hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 84px;
  line-height: 76px;
  letter-spacing: -2.54px;
  color: #e6e6e6;
  margin-bottom: 155px;
}
.projects-hero__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 34.21%;
  padding-right: 10.89%;
}
.projects-hero__text {
  width: 100%;
  color: #ebebea;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2px;
}

.map .map-svg {
  position: relative;
}
.map .map-svg svg {
  width: 100%;
  height: auto;
}
.map .map-svg svg [data-popup] {
  cursor: pointer;
}
.map .map-svg .map-modal {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EBEBEA;
  -webkit-box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  display: none;
  z-index: 100;
}
.map .map-svg .map-modal.active {
  display: block;
}
.map .map-svg .map-modal .modal-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid #D6D6D5;
  padding-right: 30px;
}
.map .map-svg .map-modal .modal-box__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #1D1E1B;
  margin-right: 12px;
}
.map .map-svg .map-modal .modal-box__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 4px 10px;
  height: 26px;
  background: #EEF1F5;
  border-radius: 99999px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #555554;
}
.map .map-svg .map-modal .modal-box__close {
  width: 20px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.map .map-svg .map-modal .modal-box__close svg {
  width: 100%;
  height: auto;
}
.map .map-svg .map-modal .modal-box__content {
  max-height: 590px;
  overflow-y: auto;
}
.map .map-svg .map-modal .modal-box__content .plant-list {
  padding-top: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px 21px;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item {
  min-width: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 13px;
  border-bottom: 1px solid #F5F5F5;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item:nth-last-child(-n+2) {
  border-bottom: none;
  padding-bottom: 0;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item .counter {
  width: 20px;
  min-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #ABABAA;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item .info__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #1D1E1B;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item .info__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: #555554;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item .info__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: #555554;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item .info__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item .info__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  min-width: 54px;
  height: 22px;
  background: #FFD500;
  border-radius: 104px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #1D1E1B;
  text-align: center;
}
.map .map-svg .map-modal .modal-box__content .plant-list__item .info__label-multi {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #555554;
}

.lifecycle .box {
  width: 100%;
  padding: 80px 40px 120px;
  background-color: #f3f3f3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lifecycle .title-section {
  margin-bottom: 24px;
}
.lifecycle .description {
  width: 35.61%;
  margin-bottom: 74px;
}
.lifecycle .description p {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: -0.23px;
  font-weight: 400;
  margin: 24px 0;
}
.lifecycle .description p:first-child {
  margin-top: 0;
}
.lifecycle .description p:last-child {
  margin-bottom: 0;
}
.lifecycle .timeline-wrapper {
  width: 100%;
}
.lifecycle .timeline-wrapper .timeline-top {
  width: 100%;
  margin-bottom: 34px;
}
.lifecycle .timeline-wrapper .timeline-top-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.lifecycle .timeline-wrapper .timeline-top-text p {
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.66px;
  color: rgba(0, 0, 0, 0.3);
}
.lifecycle .timeline-wrapper .timeline-top .timeline-top-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.lifecycle .timeline-wrapper .timeline-top .timeline-top-items.disabled .item:not(.active) .item-color {
  background-color: rgba(0, 0, 0, 0.7) !important;
  opacity: 0.5;
}
.lifecycle .timeline-wrapper .timeline-top .timeline-top-items .item {
  width: 100%;
  cursor: pointer;
}
.lifecycle .timeline-wrapper .timeline-top .timeline-top-items .item.active .item-title {
  color: rgba(0, 0, 0, 0.5);
}
.lifecycle .timeline-wrapper .timeline-top .timeline-top-items .item .item-color {
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.lifecycle .timeline-wrapper .timeline-top .timeline-top-items .item .item-title {
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-align: center;
}
.lifecycle .timeline-wrapper .timeline-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.lifecycle .timeline-wrapper .timeline-content-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.lifecycle .timeline-wrapper .timeline-content-item.active {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top.active .col-right svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-left .item-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-left .item-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-left .item-title {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.15px;
  color: #1a1a1a;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-left .item-steps-weeks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-left .item-steps-weeks p {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-left .item-steps-weeks p:after {
  content: "·";
  margin: 0 5px;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-left .item-steps-weeks p:last-child:after {
  display: none;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-right p {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.22px;
  color: rgba(0, 0, 0, 0.3);
}
.lifecycle .timeline-wrapper .timeline-content-item .item-top .col-right svg {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom {
  display: none;
  padding: 10px 28px 10px 24px;
  position: relative;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 24px;
  width: calc(100% - 48px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item:first-child {
  border-top: none;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 21px;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.35);
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item .title {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item .steps-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2px;
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item .steps-box .step {
  width: 22px;
  height: 6px;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.07);
}
.lifecycle .timeline-wrapper .timeline-content-item .item-bottom .bottom-list__item .week {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.28);
  text-align: right;
}
