@font-face {
  font-family: Courgette Regular;
  src: url('../fonts/Courgette-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-sea-green: #7cb65d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  opacity: .9;
  color: var(--dark-sea-green);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.navbar-logo-left {
  z-index: 100;
  background-color: #000;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 3rem;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 3%;
}

.container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  max-height: 100px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px 5px 5px;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--dark-sea-green);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #ffffffbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1fcc;
  border: 2px solid #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #00685c;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.cta {
  background-color: var(--dark-sea-green);
  border-color: #000;
  font-size: 1.4rem;
  line-height: 1;
}

.button-primary.cta:hover {
  background-color: #558046;
}

.button-primary.cta.footer {
  background-color: var(--dark-sea-green);
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1rem;
}

.button-primary.nav {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  line-height: 1;
}

.nav-block-two-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.hero-heading-left {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(#0003, #0003), url('../images/website-main-page-top.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  min-height: 75svh;
  padding-top: 0;
  padding-left: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-heading-left.no-padding {
  background-image: linear-gradient(#0006, #0006), url('../images/website-main-page-top.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-left: 0;
}

.hero-heading-left.no-padding.contact-bk {
  background-image: linear-gradient(#00000080, #00000080), url('../images/contact-leafs.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-heading-left.no-padding.gallery {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/p2p-contact-large-tree.webp');
  background-size: auto, cover;
  min-height: 170vh;
}

.section-primary {
  padding: 4rem 3rem;
}

.section-primary.bk-black {
  background-color: #000;
}

.section-primary.bk-black.no-top-bot-padding {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.section-primary.bk-green {
  background-color: var(--dark-sea-green);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-primary.bk-car {
  background-image: url('../images/Pine-to-PalM-QUOTING-CAR.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-primary.bk-car.min-h-60 {
  min-height: 60svh;
}

.section-primary.bk-car.min-h-60.center {
  background-image: url('../images/Pine-to-PalM-QUOTING-CAR-v2.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-primary.bk-car.min-h-60.center.no-min-w {
  background-color: var(--dark-sea-green);
  background-image: none;
  padding: .25rem 0 0;
  position: relative;
}

.section-primary.bk-wood {
  background-image: linear-gradient(#00000080, #00000080), url('../images/woodgrain3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-3 {
  background-color: var(--dark-sea-green);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 1rem;
  display: flex;
  position: relative;
}

.p-primary {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block {
  max-width: 810px;
}

.div-block.max-w-900 {
  max-width: 900px;
}

.h2-primary {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.5;
}

.h2-primary.green {
  color: var(--dark-sea-green);
}

.h2-primary.green.centered {
  text-align: center;
  margin-right: auto;
}

.container-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.quick-stack {
  padding-top: 0;
  padding-bottom: 4rem;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-info-two {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-author-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  font-size: 10px;
  position: static;
}

.container-7 {
  color: #fff;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  display: none;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two.nav {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
}

.footer-title {
  color: #6fc052;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.footer-title.hidden {
  display: none;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.heading-2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Courgette Regular, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
}

.our-services-cell {
  text-align: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  padding: 0;
}

.div-block-2 {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.html-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.container-10 {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.cert-cell {
  justify-content: center;
  align-items: center;
}

.container-11 {
  color: #fff;
  max-width: 1400px;
  padding-top: 4rem;
}

.container-12 {
  max-width: 1400px;
}

.image {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: "." minmax(auto, 66%)
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 60%;
}

.div-block-4 {
  z-index: 2;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-6 {
  width: 100%;
  height: 100%;
  min-height: 550px;
  position: relative;
}

.image-2 {
  object-fit: contain;
  height: 68px;
}

.hidden {
  display: none;
}

.video {
  width: 100%;
  height: 100%;
}

.list-item {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.nav-link-icon {
  height: 20px;
}

.container-20 {
  z-index: 15;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1vh 2vw;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.container-20.careers {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-question-block {
  padding-bottom: 1rem;
}

.gallery-lightbox {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-img {
  object-fit: cover;
  height: 100%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.gallery-grid-cell {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 5px #0003;
}

.gallery-grid-cell.instagram-grid {
  justify-content: center;
  height: auto;
  min-height: 560px;
  padding-top: 5px;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.heading-4 {
  text-align: center;
  margin-top: 4rem;
}

.instagram-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: 100%;
}

.div-block-7 {
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  height: 550px;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.mask-2 {
  height: auto;
  padding-bottom: 2rem;
}

.slide {
  max-width: 400px;
  height: auto;
  margin-left: .5rem;
  margin-right: .5rem;
}

.left-arrow {
  color: var(--dark-sea-green);
  height: 25px;
  inset: auto auto 0% 0%;
}

.right-arrow {
  color: var(--dark-sea-green);
  height: 25px;
  inset: auto 0% 0% auto;
}

.slide-nav-2 {
  position: static;
}

.mask-3 {
  width: 100%;
  height: 100vw;
}

.slider-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-arrow-2 {
  display: none;
}

.slide-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/p2p-home-main-scroller-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.bg-image-slide-1 {
  background-image: linear-gradient(#0003, #0003), url('../images/website-main-page-top.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 100vw;
  height: 100vw;
  transform: rotate(-90deg);
}

.slider-3 {
  width: 75vh;
  height: 100vw;
  position: relative;
  transform: rotate(90deg);
}

.bg-image-slide-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pine_to_palm-kid_helping-d-v1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 57%;
  width: 100vw;
  height: 100%;
  transform: rotate(-90deg);
}

.right-arrow-2 {
  display: none;
}

.slide-nav-3 {
  z-index: 999;
  font-size: 15px;
  top: 1%;
  bottom: auto;
  left: 0%;
}

.bg-image-slide-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/website-ash-tree-main-page-rotating-pictures-V2.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 100vw;
  height: 100%;
  transform: rotate(-90deg);
}

.bg-image-slide-3.original-bucket {
  display: none;
}

.bg-image-slide-4 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/website-climber-main-page-rotating-picture-V1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 100vw;
  height: 100%;
  transform: rotate(-90deg);
}

.image-3 {
  height: 40px;
}

.div-block-8 {
  z-index: 999;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.slide-1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/p2p-home-main-scroller-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/p2p-home-main-scroller-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/p2p-home-main-scroller-4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.richtext {
  padding-bottom: 2rem;
}

.richtext p {
  font-size: 1rem;
}

.richtext ul {
  font-size: 1rem;
  line-height: 1.5;
}

.richtext h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.25;
}

.heading-5 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
}

.heading-5.centered {
  text-align: center;
}

.career-hero {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(#0000000d, #4d4d4d26), linear-gradient(#13180a99, #13180a99), url('../images/164bc75e-668c-4b7e-823e-7e8d240cd996.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.career-hero.no-padding {
  background-image: linear-gradient(#0006, #0006), url('../images/website-main-page-top.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-left: 0;
}

.career-hero.no-padding.contact-bk {
  background-image: linear-gradient(#00000080, #00000080), url('../images/contact-leafs.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.career-hero.no-padding.gallery {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/p2p-contact-large-tree.webp');
  background-size: auto, cover;
  min-height: 170vh;
}

.div-block-10 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-10.center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  padding: 6rem 3% 2rem;
  position: relative;
}

.list {
  margin-bottom: 0;
  padding-left: 1rem;
  line-height: 1.75;
}

.p-max-900px {
  max-width: 900px;
}

.job-item-p {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
  line-height: 1.5;
}

.div-block-12 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff6;
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-flow: column;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: hidden;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-13 {
  max-width: 1200px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.div-block-11-copy {
  justify-content: space-around;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-15.left {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-16 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-4 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.div-block-17 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  z-index: -1;
  opacity: .1;
  background-image: url('../images/woodgrain3.webp');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.text-color-green {
  color: var(--dark-sea-green);
}

.button {
  border: 1px solid var(--dark-sea-green);
  background-color: var(--dark-sea-green);
  color: #fff;
  padding: 4px 16px;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background-color: #0000;
  border-color: #000;
}

.button.hero {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
}

.button.hero:hover {
  color: #fff;
  background-color: #00000080;
  border-color: #fff;
}

.button.hero-ghost {
  color: var(--dark-sea-green);
  background-color: #0003;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
}

.div-block-19 {
  margin-top: 1rem;
  padding-left: 2rem;
}

.text-color-white {
  color: #fff;
}

.hero-p {
  max-width: 900px;
  font-size: 1.25rem;
}

.div-block-20 {
  position: relative;
}

.hero-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

.job-item-list {
  margin-bottom: 0;
  padding-left: 1rem;
  font-size: .9rem;
}

.text-block {
  padding-bottom: .25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block-23 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  cursor: pointer;
  background-color: #94cc764d;
  border-bottom: 1px solid #0000000d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.div-block-24 {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-25 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.faq6_accordion {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-brand {
    max-height: 90px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #0f0f0f;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding: 10px 5px;
    display: block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-margin-top-10.nav {
    flex-direction: column;
    min-width: 50%;
    display: flex;
  }

  .button-primary.cta {
    font-size: 1.2rem;
  }

  .menu-button {
    color: #6fc052;
    padding: 0;
    font-size: 3rem;
    line-height: 1;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #3a3a3a;
  }

  .nav-block-two-row {
    flex-direction: row;
    display: none;
  }

  .hero-heading-left {
    min-height: 70svh;
  }

  .section-primary {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-primary.bk-car.min-h-60.center.no-min-w {
    min-height: 25vh;
  }

  .p-primary {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .testimonial-slider-two {
    height: auto;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-block-two.nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-6 {
    min-height: 450px;
  }

  .image-2 {
    height: 64px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .html-embed-2 {
    height: 530px;
  }

  .slide-2 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/p2p-home-main-scroller-2.webp');
    background-position: 0 0, 0 100%;
  }

  .bg-image-slide-1 {
    background-image: linear-gradient(#0000, #0000), url('../images/website-main-page-top.webp');
    background-position: 0 0, 50%;
    background-size: auto, contain;
    width: 100vh;
    height: 100vh;
  }

  .slider-3 {
    width: 70vh;
  }

  .bg-image-slide-2 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/pine_to_palm-kid_helping-m-v4.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    width: 100vh;
    height: 100vh;
  }

  .bg-image-slide-3 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/website-ash-tree-main-page-rotating-pictures-V2.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    width: 100vh;
    height: 100vh;
  }

  .bg-image-slide-4 {
    background-image: linear-gradient(#0006, #0006), url('../images/website-climber-main-page-rotating-picture-V1.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    width: 100vh;
    height: 100vh;
  }

  .div-block-8 {
    display: none;
  }

  .slide-4 {
    width: 70vh;
  }

  .heading-5 {
    font-size: 3.25rem;
  }

  .career-hero {
    background-image: linear-gradient(180deg, #0000000d, #4d4d4d26), linear-gradient(to bottom, null, null), url('../images/website-ash-tree-main-page-rotating-pictures-V2.webp');
    background-position: 0 0, 0 0, 50%;
    padding-top: 4rem;
  }

  .div-block-10 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-11 {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .list {
    padding-left: 20px;
  }

  .job-item-p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-15 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-16 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    padding-left: 1.5rem;
  }

  .hero-p {
    font-size: 1.1rem;
  }

  .div-block-22, .div-block-23, .div-block-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .hero-heading-left {
    min-height: 60svh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-left.no-padding {
    padding-left: 15px;
  }

  .section-primary {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-primary.bk-car.min-h-60.center.no-min-w {
    min-height: 18vh;
  }

  .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-primary {
    font-size: 2.3rem;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-two.nav {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .quick-stack-2 {
    grid-row-gap: 3rem;
  }

  .image-2 {
    max-height: 100px;
  }

  .faq-question-block {
    padding-bottom: .25rem;
  }

  .heading-3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .mask-3 {
    width: auto;
  }

  .slide-2 {
    width: 100%;
  }

  .bg-image-slide-1 {
    object-fit: cover;
    background-image: linear-gradient(#0006, #0006), url('../images/website-main-page-top.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100vh;
  }

  .slider-3 {
    width: 60vh;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-image-slide-2 {
    background-image: linear-gradient(#0006, #0006), url('../images/pine_to_palm-kid_helping-m-v4.webp');
    background-position: 0 0, 100% 100%;
    background-size: auto, contain;
  }

  .slide-nav-3 {
    inset: 0% -100px 0% auto;
    transform: rotate(-90deg);
  }

  .bg-image-slide-3 {
    background-image: linear-gradient(#0006, #0006), url('../images/website-ash-tree-main-page-rotating-pictures-V2.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .bg-image-slide-4 {
    background-image: linear-gradient(#0006, #0006), url('../images/website-climber-main-page-rotating-picture-Mobile-V3.webp');
    background-position: 0 0, 100%;
    background-size: auto, contain;
  }

  .slide-4 {
    width: 70vh;
  }

  .heading-5.centered {
    font-size: 3rem;
  }

  .career-hero.no-padding {
    padding-left: 15px;
  }

  .job-item-p {
    font-size: 12px;
  }

  .div-block-14 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .div-block-16 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-p {
    font-size: 1rem;
  }

  .div-block-22 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-margin-top-10.nav {
    min-width: 80%;
  }

  .hero-heading-left {
    min-height: 60svh;
  }

  .hero-heading-left.no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-left.no-padding.contact-bk {
    height: 100%;
    min-height: auto;
  }

  .section-primary.bk-black.no-top-bot-padding {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .section-primary.bk-car.min-h-60.center.no-min-w {
    min-height: 10vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-primary {
    font-size: .9rem;
  }

  .h2-primary {
    font-size: 1.3rem;
  }

  .container-8 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-2 {
    font-size: 2.8rem;
  }

  .container-20 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .grid, .instagram-grid {
    grid-template-columns: 1fr;
  }

  .slide {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-wrapper {
    height: 60svh;
  }

  .slide-2 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/p2p-home-main-scroller-2-m1.webp');
    background-position: 0 0, 50%;
  }

  .bg-image-slide-1 {
    background-image: linear-gradient(#0006, #0006), url('../images/website-main-page-top.webp');
    background-position: 0 0, 0%;
  }

  .bg-image-slide-2 {
    background-image: linear-gradient(#0006, #0006), url('../images/pine_to_palm-kid_helping-m-v5.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 48% 100%;
  }

  .bg-image-slide-3 {
    background-image: linear-gradient(#0006, #0006), url('../images/website-ash-tree-main-page-rotating-pictures-mobile-V10.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .bg-image-slide-4 {
    background-image: linear-gradient(#0006, #0006), url('../images/website-climber-main-page-rotating-picture-Mobile-V21.webp');
    background-position: 0 0, 100%;
    background-size: auto, contain;
  }

  .career-hero.no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .career-hero.no-padding.contact-bk {
    height: 100%;
    min-height: auto;
  }

  .div-block-10 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-c98d6a2b-0901-22eb-58ce-c6b4629b9f84-d40b096a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3dd86e64-7742-0331-135d-c65c1e0f9638-d40b096a, #w-node-_0266e67a-27cb-cc8f-661a-3b3fcbf22b92-d40b096a, #w-node-c7377b33-8c2e-a04b-ba57-e5620f82858c-d40b096a, #w-node-d0e87890-4800-5f1a-5c87-81b00dc51b74-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60e7b96c-c1b7-a556-c8f3-1616dcfa0da8-d40b096a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7c068aad-672f-99d0-a55e-74f3323c05f9-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35a68933-74dd-bfb6-472a-0cc12d642b15-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-baded365-0f06-9097-77a0-9b80fab5dad7-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0ba56d7-f56c-263d-7314-75097f376f28-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_8585caa5-dec9-cbe7-9332-05a1977a1ec5-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf51d94-fb45-d77b-2e23-ab1b03129dbe-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_8d25dcd9-dbad-5e00-56c1-92318ccb63fc-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e70dc65-9b83-4c8f-261d-08b160d80786-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_52c12538-f5bf-ac78-24b6-22f57b875b82-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8042881c-af1a-5fc6-d110-db1b3927eae7-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-c6c448cb-ccef-9514-a74d-009b0cf2e0a4-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_176c28d1-fd83-951b-9b19-4dcff4c05cc2-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7ea41600-de24-463c-5ead-284c923117af-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00cc8222-560c-49c6-f62b-5bd93bb595c3-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_97885c57-c5c8-cc67-617e-eea282c7968b-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_326ae4ef-86c0-dadc-9592-960b47ad7ec0-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-a94bff8a-3003-0085-4d7e-51b8d8541999-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e67f79da-8a1e-2e15-c7fe-0e58915e9273-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_07b47f61-e34c-1c5a-3908-f198b3ba15d2-d40b096a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a272155a-11bb-66b8-aa47-490f60b11aff-d40b096a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ac544d32-d518-4c09-f4ea-a6462b8c6590-9eb1f6e0 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60e7b96c-c1b7-a556-c8f3-1616dcfa0da8-d40b096a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c068aad-672f-99d0-a55e-74f3323c05f9-d40b096a, #w-node-baded365-0f06-9097-77a0-9b80fab5dad7-d40b096a, #w-node-_8585caa5-dec9-cbe7-9332-05a1977a1ec5-d40b096a, #w-node-_8d25dcd9-dbad-5e00-56c1-92318ccb63fc-d40b096a, #w-node-_52c12538-f5bf-ac78-24b6-22f57b875b82-d40b096a, #w-node-c6c448cb-ccef-9514-a74d-009b0cf2e0a4-d40b096a, #w-node-_7ea41600-de24-463c-5ead-284c923117af-d40b096a, #w-node-_97885c57-c5c8-cc67-617e-eea282c7968b-d40b096a, #w-node-a94bff8a-3003-0085-4d7e-51b8d8541999-d40b096a, #w-node-_07b47f61-e34c-1c5a-3908-f198b3ba15d2-d40b096a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c98d6a2b-0901-22eb-58ce-c6b4629b9f84-d40b096a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3dd86e64-7742-0331-135d-c65c1e0f9638-d40b096a, #w-node-_0266e67a-27cb-cc8f-661a-3b3fcbf22b92-d40b096a, #w-node-c7377b33-8c2e-a04b-ba57-e5620f82858c-d40b096a, #w-node-d0e87890-4800-5f1a-5c87-81b00dc51b74-d40b096a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Courgette Regular';
  src: url('../fonts/Courgette-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}