.pg-about-us {
  overflow-x: hidden;
}

.pg-au-hero {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.25rem;
  background: linear-gradient(90deg, #2e7336 0%, #1a4d21 100%);
}
@media (min-width: 768px) {
  .pg-au-hero {
    height: 440px;
    padding: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .pg-au-hero {
    height: 600px;
    padding: 2.5rem;
  }
}
.pg-au-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.pg-au-hero__card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 310px;
  background: linear-gradient(90deg, #2e7336 0%, #1a4d21 100%);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 103px;
}
@media (min-width: 768px) {
  .pg-au-hero__card {
    max-width: 440px;
    padding: 1.5rem 2rem;
    min-height: 145px;
  }
}
@media (min-width: 1024px) {
  .pg-au-hero__card {
    max-width: 680px;
    padding: 2rem 2.5rem;
    margin-bottom: 1rem;
    min-height: 225px;
  }
}
.pg-au-hero__title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .pg-au-hero__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .pg-au-hero__title {
    font-size: 48px;
  }
}

.pg-au-mission,
.pg-au-story {
  padding: 3rem 1.25rem;
}
@media (min-width: 768px) {
  .pg-au-mission,
  .pg-au-story {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1024px) {
  .pg-au-mission,
  .pg-au-story {
    padding: 5rem 3rem;
  }
}
.pg-au-mission__inner,
.pg-au-story__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .pg-au-mission__inner,
  .pg-au-story__inner {
    align-items: center;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .pg-au-mission__inner,
  .pg-au-story__inner {
    gap: 5rem;
  }
}
.pg-au-mission__figure,
.pg-au-story__figure {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1.52px 4.56px 0 rgba(223, 223, 197, 0.74);
}
@media (min-width: 1024px) {
  .pg-au-mission__figure,
  .pg-au-story__figure {
    padding: 16px;
  }
}
.pg-au-mission__photo,
.pg-au-story__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pg-au-mission__heading,
.pg-au-story__heading {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .pg-au-mission__heading,
  .pg-au-story__heading {
    font-size: 32px;
  }
}
.pg-au-mission__body,
.pg-au-story__body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #707070;
}
@media (min-width: 1024px) {
  .pg-au-mission__body,
  .pg-au-story__body {
    font-size: 16px;
  }
}
.pg-au-mission__body strong,
.pg-au-story__body strong {
  color: #68bb5a;
}
.pg-au-mission__body ul,
.pg-au-story__body ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 768px) {
  .pg-au-mission__body ul,
  .pg-au-story__body ul {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .pg-au-mission__body ul,
  .pg-au-story__body ul {
    gap: 1.5rem;
  }
}
.pg-au-mission__body ul li,
.pg-au-story__body ul li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 0.4em;
}
.pg-au-mission__body ul li::before,
.pg-au-story__body ul li::before {
  content: "";
  background-color: var(--pg-orange-deep);
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 0.35em;
  border-radius: 50%;
}

.pg-au-mission {
  background-image: url("../../images/white-paper-cardboard-texture-with-black-spot-background 5.webp");
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .pg-au-mission__inner {
    grid-template-columns: 45% 1fr;
  }
}
@media (min-width: 1024px) {
  .pg-au-mission__inner {
    grid-template-columns: 42% 1fr;
  }
}
.pg-au-mission__figure {
  transform: rotate(0.2deg);
}
@media (min-width: 768px) {
  .pg-au-mission__figure {
    transform: rotate(0.652deg);
  }
}
.pg-au-mission__heading {
  color: var(--pg-green);
}
.pg-au-mission__heading::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 256px;
  height: 11px;
  margin-top: 0.65rem;
  background: url("../../img/svg/title-underline-green.svg") no-repeat left center/contain;
}

@media (min-width: 768px) {
  .pg-au-story__inner {
    grid-template-columns: 1fr 45%;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .pg-au-story__inner {
    grid-template-columns: 1fr 42%;
  }
}
.pg-au-story__content {
  order: 1;
}
@media (min-width: 768px) {
  .pg-au-story__content {
    order: 0;
  }
}
.pg-au-story__images {
  display: flex;
  order: 0;
}
@media (min-width: 768px) {
  .pg-au-story__images {
    flex-direction: column;
    gap: 0.75rem;
    order: 1;
  }
}
.pg-au-story__figure:first-child {
  transform: rotate(-2.852deg);
}
.pg-au-story__figure:nth-child(2) {
  height: max-content;
  transform: rotate(4.419deg);
}
.pg-au-story__figure:last-child {
  display: none;
}
@media (min-width: 768px) {
  .pg-au-story__figure:first-child {
    width: 264.672px;
    height: 169.798px;
    transform: rotate(-2.852deg);
  }
  .pg-au-story__figure:nth-child(2) {
    width: 258.576px;
    height: 173.226px;
    transform: rotate(4.419deg);
  }
  .pg-au-story__figure:last-child {
    display: block;
    width: 249.126px;
    height: 167.734px;
    transform: rotate(-5.232deg);
  }
}
@media (min-width: 1024px) {
  .pg-au-story__figure:first-child {
    width: 318.115px;
    height: 204.084px;
    transform: rotate(-2.852deg);
  }
  .pg-au-story__figure:nth-child(2) {
    width: 331.753px;
    height: 222.25px;
    transform: rotate(4.419deg);
  }
  .pg-au-story__figure:last-child {
    width: 325.358px;
    height: 219.06px;
    transform: rotate(-5.232deg);
  }
}
.pg-au-story__heading {
  color: var(--pg-orange-deep);
}
.pg-au-story__heading::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 256px;
  height: 11px;
  margin-top: 0.65rem;
  background: url("../../img/svg/title-underline-yellow.svg") no-repeat left center/contain;
}

.pg-au-diy {
  position: relative;
  padding: 3.5rem 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .pg-au-diy {
    padding: 5rem 3rem;
  }
}
@media (min-width: 1024px) {
  .pg-au-diy {
    padding: 6rem 4rem;
  }
}
.pg-au-diy__bg {
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 10px);
  background-image: url("../../images/white-paper-cardboard-texture-with-black-spot-background 5.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media (min-width: 768px) {
  .pg-au-diy__bg {
    width: 85%;
    max-width: 813px;
  }
}
.pg-au-diy__content {
  position: relative;
  z-index: 1;
  width: 298px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #707070;
  text-align: center;
}
@media (min-width: 768px) {
  .pg-au-diy__content {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .pg-au-diy__content {
    width: 672px;
    font-size: 16px;
  }
}

.pg-au-timeline {
  padding: 4rem 1.25rem;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 768px) {
  .pg-au-timeline {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .pg-au-timeline {
    padding: 6rem 3rem;
  }
}
.pg-au-timeline__intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.pg-au-timeline__heading {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--pg-green);
  margin: 0 0 0.75rem;
}
@media (min-width: 1024px) {
  .pg-au-timeline__heading {
    font-size: 34px;
  }
}
.pg-au-timeline__sub {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--pg-gray);
  margin: 0;
  line-height: 1.6;
}
.pg-au-timeline__track-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 410px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pg-au-timeline__track-wrap {
    max-width: 1260px;
    min-height: 340px;
    display: flex;
    align-items: center;
  }
}
.pg-au-timeline__rail {
  position: absolute;
  background-color: #68C453;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: calc(100% - 45px);
}
@media (min-width: 768px) {
  .pg-au-timeline__rail {
    left: 0;
    right: 0;
    top: 50%;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 5px;
  }
}
@media (min-width: 1024px) {
  .pg-au-timeline__rail {
    height: 4px;
  }
}
.pg-au-timeline__track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .pg-au-timeline__track {
    padding-left: 0;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .pg-au-timeline__track {
    gap: 1.5rem;
  }
}
.pg-au-timeline__item {
  position: relative;
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
  flex: 1;
  border: 1px solid var(--item-color, var(--pg-green));
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
}
@media (min-width: 768px) {
  .pg-au-timeline__item {
    position: absolute;
    width: calc(20% - 0.6rem);
  }
  .pg-au-timeline__item:nth-child(2n+1) {
    transform: translateY(calc(-100% - 18px));
  }
  .pg-au-timeline__item:nth-child(even) .pg-au-timeline__item-dot {
    bottom: calc(100% + 0.5rem);
    top: initial;
  }
  .pg-au-timeline__item:nth-child(even) {
    transform: translateY(20px);
    margin-top: auto;
  }
  .pg-au-timeline__item:nth-child(1) {
    left: 0;
  }
  .pg-au-timeline__item:nth-child(2) {
    left: 33%;
    right: auto;
    transform: translateX(-50%) translateY(20px);
  }
  .pg-au-timeline__item:nth-child(3) {
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% - 18px));
  }
  .pg-au-timeline__item:nth-child(4) {
    left: 66%;
    transform: translateX(-50%) translateY(20px);
  }
  .pg-au-timeline__item:nth-child(5) {
    right: 0;
  }
}
.pg-au-timeline__item-inner {
  position: relative;
}
.pg-au-timeline__item-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--pg-white);
  background: var(--item-color, var(--pg-green));
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .pg-au-timeline__item-dot {
    transform: translateX(-50%);
    left: 50%;
    top: calc(100% + 0.5rem);
  }
}
.pg-au-timeline__item-year {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--item-color, var(--pg-green));
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .pg-au-timeline__item-year {
    font-size: 16px;
  }
}
.pg-au-timeline__item-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  margin: 0 0 0.4rem;
}
.pg-au-timeline__item-desc {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: var(--pg-gray);
  line-height: 1.5;
}

.pg-au-team {
  padding: 4rem 1.25rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .pg-au-team {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .pg-au-team {
    padding: 6rem 3rem;
  }
}
.pg-au-team__heading {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--pg-green);
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2.5rem;
}
.pg-au-team__heading::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 225px;
  height: 11px;
  margin-top: 0.65rem;
  margin-left: auto;
  margin-right: auto;
  background: url("../../img/svg/title-underline-orange.svg") no-repeat center center/contain;
}
@media (min-width: 1024px) {
  .pg-au-team__heading {
    font-size: 36px;
  }
}
.pg-au-team__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.pg-au-team__grid > * {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .pg-au-team__grid > * {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media (min-width: 1024px) {
  .pg-au-team__grid > * {
    width: calc((100% - 3rem) / 3);
  }
}
.pg-au-team__cta {
  text-align: center;
  margin-top: 3rem;
}

.pg-au-team-card {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pg-au-team-card--green {
  border: 1px solid rgba(104, 187, 90, 0.25);
}
.pg-au-team-card--green .pg-au-team-card__media {
  background: linear-gradient(90deg, #D9EDC7 0%, #1F6D24 100%);
}
.pg-au-team-card--green .pg-au-team-card__badge {
  color: var(--pg-green);
}
.pg-au-team-card--green .pg-au-team-card__position {
  color: var(--pg-green);
}
.pg-au-team-card--green .pg-au-team-card__divider {
  background-image: url("../../img/svg/title-underline-green.svg");
}
.pg-au-team-card--orange {
  border: 1px solid rgba(255, 171, 55, 0.25);
}
.pg-au-team-card--orange .pg-au-team-card__media {
  background: linear-gradient(90deg, rgba(248, 208, 75, 0.5) 0%, #FFAB37 100%);
}
.pg-au-team-card--orange .pg-au-team-card__badge {
  color: var(--pg-orange-deep);
}
.pg-au-team-card--orange .pg-au-team-card__position {
  color: var(--pg-orange-deep);
}
.pg-au-team-card--orange .pg-au-team-card__divider {
  background-image: url("../../img/svg/title-underline-orange.svg");
}
.pg-au-team-card--orange .pg-au-team-card__toggle {
  color: var(--pg-orange-deep);
}
.pg-au-team-card__media {
  position: relative;
  height: 230px;
  overflow: hidden;
  flex-shrink: 0;
}
.pg-au-team-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.pg-au-team-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  border-radius: 20px;
  padding: 3px 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.pg-au-team-card__info {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pg-au-team-card__name {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #222;
  margin: 0 0 0.25rem;
}
.pg-au-team-card__position {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 0.75rem;
}
.pg-au-team-card__divider {
  width: 100%;
  height: 11px;
  margin-bottom: 0.75rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.pg-au-team-card__body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #606060;
  line-height: 1.6;
  flex: 1;
  overflow: hidden;
}
.pg-au-team-card__toggle {
  display: none;
  margin-top: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--pg-green);
  padding: 0;
  text-decoration: underline;
  align-self: flex-end;
}