.heading1 {
  margin: 0 0 26px;
  color: var(--treeapp-dark-grey);
  font-weight: var(--treeapp-semibold);
  font-size: 35px;
  line-height: 48px;
  }
.heading1 span {
  display: block;
  color: var(--treeapp-primary);
}
.heading1-about {
  font-weight: var(--treeapp-semibold);
  font-size: 23px;
  line-height: 32px;
  text-align: center;
    color: var(--treeapp-dark-grey);
}
@media (min-width: 768px) {
  .heading1-about {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1270px) {
  .heading1-about {
    font-size: 35px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .heading2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: var(--treeapp-semibold);
    font-size: 35px;
    line-height: 48px;
  }
}

.heading2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: var(--treeapp-semibold);
}

.section--business .heading2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: var(--treeapp-semibold);
}

@media (min-width: 768px) {
  .section--business .heading2 {
    font-size: 35px;
    line-height: 48px;
    font-weight: var(--treeapp-semibold);
  }
}

@media (min-width: 1024px) {
  .heading2 {
    font-size: 35px;
    line-height: 48px;
  }
}

.heading3 {
  margin-bottom: 16px;
  font-weight: var(--treeapp-semibold);
  font-size: 36px;
  line-height: 40px;
  }
@media (min-width: 1025px) {
  .heading3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.heading4 {
  margin-bottom: 16px;
  font-weight: var(--treeapp-semibold);
  font-size: 24px;
  line-height: 32px;
}

.heading4--secondary {
  margin-bottom: 32px;
  font-size: 23px;
  line-height: 40px;
  }
@media (min-width: 768px) {
  .heading4--secondary {
    font-size: 28px;
  }
}
.heading4--secondary .heading4--secondary__country {
  color: var(--treeapp-primary);
}

.heading5 {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
}

.heading5--secondary {
  font-weight: var(--treeapp-semibold);
  font-size: 19px;
  line-height: 26px;
  }

.heading6 {
  margin-bottom: 33px;
  font-weight: var(--treeapp-semibold);
  font-size: 21px;
  line-height: 30px;
  }
.heading6 span {
  color: #f9d03b;
}

@media (max-width: 767px) {
  .text-left {
    text-align: center !important;
  }
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

.button {
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  font: 500 11px/16px "Work Sans", sans-serif;
  text-align: center;
  border: none;
}
@media (min-width: 480px) {
  .button {
    padding: 12px 16px;
    font-weight: var(--treeapp-semibold);
    font-size: 14px;
  }
}
.button:hover, .button:active, .button:focus {
  outline: none;
}

.button.button--big {
  padding-top: 13px !important;
  min-height: 41px;
}
.button.button--primary {
  background: var(--treeapp-primary);
  color: var(--treeapp-white) !important;
  }
.button.button--dark {
  background: #00740C;
  color: var(--treeapp-white) !important;
  }
.button.button--white {
  background: var(--treeapp-white);
  font-weight: 500;
    text-transform: uppercase;
  color: var(--treeapp-orange);
}
.button.button--white:active {
  background: rgba(255, 255, 255, 0.85);
}
.button.button--orange {
  background: var(--treeapp-orange);
  font-weight: 500;
    text-transform: uppercase;
  color: var(--treeapp-white);
}
.button.button--orange:hover, .button.button--orange:active, .button.button--orange:focus {
  background: rgba(245, 126, 0, 0.85);
}
.button.button--simple {
  background: #FBFBFB;
  color: var(--treeapp-dark-grey);
}
.button.button--rounded {
  padding: 11px 32px;
  min-width: 155px;
  height: 36px;
  border-radius: 44px;
  font-weight: 500;
  text-align: center;
    text-transform: uppercase;
}
.buttons-set .button {
  margin-bottom: 21px !important;
}
@media (min-width: 640px) {
  .buttons-set .button:not(:last-child) {
    margin-right: 30px;
  }
}

.floating-button {
  position: fixed;
  bottom: 50px;
  text-align: center;
  width: 100%;
  z-index: 1030;
}
@media (min-width: 768px) {
  .floating-button {
    display: none;
  }
}
.floating-button .button {
  padding: 13px;
  width: 300px;
  height: 42px;
  background: var(--treeapp-primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 44px;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: var(--treeapp-white);
}

.hero {
  flex: 1;
  padding: 24px 5% 92px;
  text-align: center;
}
@media (max-width: 479px) {
  .hero {
    padding: 64px 5% 64px;
  }
}
.hero:before {
  content: "";
  display: block;
  margin: 0 auto 24px;
  width: 224px;
  height: 144px;
  background: url(/assets/images/icons/line-of-trees-with-sunset.svg) no-repeat;
  background-size: 100% auto;
}
.hero .heading1 {
  margin: 0 auto;
  max-width: 500px;
}
.hero.hero--graphic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 131px 16px 155px;
  min-height: 504px;
  color: var(--treeapp-white);
  background: url(/assets/images/stock-images/img8.jpg) no-repeat right bottom;
  background-size: cover;
}
@media (min-width: 1025px) {
  .hero.hero--graphic {
    padding: 136px 0 160px;
  }
}
.hero.hero--blog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  min-height: 100px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 720px) {
  .hero.hero--blog {
    min-height: 300px;
  }
}
@media (min-width: 1280px) {
  .hero.hero--blog {
    min-height: 500px;
  }
}
.hero.hero--graphic:before {
  display: none;
}
.hero.hero--graphic .heading1 {
  margin-bottom: 56px;
  max-width: none;
  color: inherit;
}
@media (max-width: 1024px) {
  .hero.hero--graphic .heading1 {
    margin-bottom: 49px;
    font-size: 32px;
    line-height: 40px;
  }
}
.hero.hero--graphic p {
  font-weight: var(--treeapp-semibold);
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1025px) {
  .hero.hero--graphic p {
    font-size: 30px;
    line-height: 40px;
      }
}
.hero.hero--graphic + .info-page {
  padding-top: 50px;
}
@media (min-width: 1025px) {
  .hero.hero--graphic + .info-page {
    padding-top: 96px;
  }
}

.hero.hero--careers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 124px;
  padding: 72px 5% 0;
}
.hero.hero--careers:before {
  display: block;
  margin: 73px auto 27px;
  width: 80px;
  height: 94px;
  background: url(/assets/images/icons/plant.svg) no-repeat;
}
.hero.hero--careers .heading1 {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .hero.hero--careers .heading1 {
    margin-bottom: 48px;
    font-size: 45px;
  }
}
.hero.hero--careers .heading1:after {
  display: none;
}
.hero.hero--careers p {
  font-weight: var(--treeapp-semibold);
  font-size: 24px;
  line-height: 32px;
}
.hero.hero--careers p small {
  display: block;
  margin: 0 auto;
  max-width: 680px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
.hero.hero--contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 5% 82px;
}
.hero.hero--contact:before {
  display: none;
}
.hero.hero--contact .heading1 {
  margin-bottom: 48px;
}
@media (min-width: 480px) {
  .hero.hero--contact .heading1 {
    margin-bottom: 76px;
  }
}
.hero.hero--contact .heading4 {
  margin-bottom: 24px;
  }
.hero .hero__inner {
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 480px) {
  .hero .hero__inner {
    max-width: 944px;
  }
}

.hero-primary {
  background: var(--treeapp-white);
}
.hero-primary .hero-primary__wrapper {
  margin: 0 auto;
  max-width: 1280px;
  min-height: 400px;
  text-align: center;
}

@media (min-width: 640px) {
  .hero-primary .hero-primary__wrapper {
    padding: 53px 81px 53px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .hero-primary .hero-primary__wrapper {
    padding: 63px 0 54px 50px;
    min-height: 440px;
  }
}
@media (min-width: 1024px) {
  .hero-primary .hero-primary__wrapper {
    padding: 67px 0 68px 110px;
  }
}
@media (min-width: 1270px) {
  .hero-primary .hero-primary__wrapper {
    padding: 116px 0 116px 111px;
  }
}
@media (min-width: 1440px) {
  .hero-primary .hero-primary__wrapper {
    position: relative;
    padding: 75px 0 70px 111px;
  }
}
@media (min-width: 1920px) {
  .hero-primary .hero-primary__wrapper {
    padding: 110px 0 110px 111px;
  }
}

.hero-primary .heading1 {
  font-weight: var(--treeapp-semibold);
  font-style: normal;
  font-size: 35px;
  line-height: 41px;
}

@media (min-width: 768px) {
  .hero-primary .heading1 {
    font-weight: var(--treeapp-semibold);
    font-style: normal;
    font-size: 45px;
    line-height: 56px;
  }
}

.hero-primary .heading1 span {
  display: inline;
}
.hero-primary .heading1:after {
  display: none;
}
.hero-primary .card,
.section--business .card {
  background: var(--treeapp-white);
  border: 0.4px solid #F3F3F3;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
.hero-primary .card:hover,
.section--business .card:hover {
  background: linear-gradient(100.48deg, #0D6B00 11.21%, var(--treeapp-primary) 98.15%);
  color: var(--treeapp-white);
  border: 0.4px solid transparent;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
}
.hero-primary .card:hover svg path,
.section--business .card:hover svg path {
  fill: var(--treeapp-white);
  color: var(--treeapp-white);
}
.hero-primary .card-title h3,
.section--business .card-title h3 {
  font-style: normal;
  font-weight: var(--treeapp-semibold);
  font-size: 18px;
  line-height: 24px;
}

.section--homepage-cover {
  background-color: var(--treeapp-white);
}

@media (min-width: 1024px) {
  .section--homepage-cover {
    background-clip: border-box;
    background: #FFFFFF url('/assets/images/map-with-pins-desktop.png') no-repeat right -170px top 20px;
    background-size: 70% auto;
  }
}

@media (min-width: 1600px) {
  .section--homepage-cover {
    background: #FFFFFF url('/assets/images/map-with-pins-desktop.png') no-repeat right 240px top 100px;
    background-size: 40% auto;
  }
}

.section--business p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.section--business .card p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}

.section--business-row {
  text-align: center;
  display: grid;
  grid-template-areas:
          "text"
          "image";
  align-items: center;
  margin-bottom: unset;
  grid-row-gap: 5rem;
}
.section--business-row > img {
  grid-area: image;
}
.section--business-row > div {
  grid-area: text;
}

@media (min-width: 720px) {
  .section--business-row {
    grid-template-areas: "text";
    margin-bottom: 3rem;
  }

  .section--business-row > img {
    display: none;
  }
}

@media (min-width: 992px) {
  .section--business-row {
    text-align: left;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "image text";
  }

  .section--business-row > img {
    display: inline-block;
  }
}

.hero-secondary {
  padding: 104px 18px;
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
              #FFFFFF url(/assets/images/peru-background.jpg) no-repeat center center;
  background-size: cover;
  color: var(--treeapp-white);
  text-align: center;
  height: 515px;
}

@media (min-width: 720px) {
  .hero-secondary {
    background-size: cover;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .hero-secondary {
  }
}
@media (min-width: 1280px) {
  .hero-secondary {
    height: 400px;
    padding-top: 120px;
    padding-bottom: 100px;
    background-size: 100%;
  }
}
@media (min-width: 1440px) {
  .hero-secondary {
  }
}
@media (min-width: 1920px) {
  .hero-secondary {
  }
}
.hero-secondary .hero-secondary__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 720px) {
  .hero-secondary .hero-secondary__inner {
    gap: 22px;
  }
}
@media (min-width: 1920px) {
  .hero-secondary .hero-secondary__inner {
  }
}
.hero-secondary .hero-secondary__inner .heading1 {
  color: inherit;
  font-weight: var(--treeapp-semibold);
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 0;
  width: 224px;
}

@media (min-width: 720px) {
  .hero-secondary .hero-secondary__inner .heading1 {
    font-size: 45px;
    line-height: 56px;
    width: auto;
  }
}

.hero-secondary .hero-secondary__inner .heading1:after {
  display: none;
}
.hero-secondary .hero-secondary__inner .button.button--rounded {
  padding: 8px 32px;
  height: 32px;
  margin: 0;
}

.hero-secondary .hero-secondary__inner .heading4 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 720px) {
  .hero-secondary .hero-secondary__inner .heading4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0
  }
  .hero-secondary .hero-secondary__inner .button.button--rounded {
    margin-top: 26px;
  }
}
.section {
  text-align: center;
}

.section--application:after {
  content: "";
  background: url('/assets/images/Treeapp app interfaces.png') no-repeat right;
  background-size: contain;
  display: block;
  position: relative;
  top: -100px;
  right: 0;
  width: 370px;
  height: 300px;
}

@media (min-width: 768px) {
  .section--application:after {
    content: "";
    background: url('/assets/images/Treeapp app interfaces.png') no-repeat right;
    background-size: contain;
    display: block;
    position: relative;
    top: -250px;
    width: 50%;
    height: 400px;
    right: 0;
    left: 50%;
  }
}

@media (min-width: 992px) {
  .section--application:after {
    content: "";
    background: url('/assets/images/Treeapp app interfaces.png') no-repeat right;
    background-size: contain;
    display: block;
    position: relative;
    top: -500px;
    width: 50%;
    height: 540px;
    right: 0;
    left: 50%;
  }
}

.section.section--application {
  background: #FBFBFB url('/assets/images/backgrounds/Mangroves on Treeapp Indonesia site.png') no-repeat bottom;
  background-size: 100%;
  text-align: left;
}
.section--application-row > * {
  z-index: 10;
}

.section.section--application {
  max-height: 700px;
}

@media (min-width: 992px) {
  .section.section--application {
    min-height: 830px;
  }
}

@media (min-width: 640px) {
  .section.section--application {
    padding: 30px 0 23px;
  }
}

.section.section--info {
  padding: 56px 16px 72px;
}
@media (min-width: 768px) {
  .section.section--info {
    padding: 10px 40px 111px;
  }
}
.section.section--info .section__inner {
  max-width: 1056px;
}
.section.section--info .section--info__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section.section--info .section--info__content {
    flex-direction: column;
  }
  .section.section--info .section--info__content .section--info__content__inner {
    padding: 0 !important;
  }
  .section.section--info .section--info__content .figure__image {
    width: auto;
    flex: 0 0 100%;
  }
  .section.section--info .section--info__content .figure__image.mobile-hidden {
    display: none;
  }
}
@media (max-width: 479px) {
  .section.section--info .section--info__content .figure__image {
    height: 286px;
  }
  .section.section--info .section--info__content .figure__image.mobile-hidden {
    display: none;
  }
}
@media (max-width: 479px) {
  .section.section--info .section--info__content .heading3 {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  .section.section--info .section--info__content:first-of-type {
    margin-bottom: 56px;
  }
  .section.section--info .section--info__content:first-of-type .section--info__content__inner {
    margin-bottom: 56px;
  }
}
@media (max-width: 479px) {
  .section.section--info .section--info__content:first-of-type .heading3 {
    margin-bottom: 16px;
    font-size: 45px;
    line-height: 56px;
      }
}
.section.section--info .section--info__content:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .section.section--info .section--info__content:last-of-type {
    margin-bottom: 32px;
  }
}
.section.section--info .section--info__content.align-left {
  text-align: left;
}
.section.section--info2 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section.section--info2 {
    padding-bottom: 60px;
  }
}
.section.section--info2 .section__inner {
  max-width: 328px;
  width: 98%;
}
@media (min-width: 768px) {
  .section.section--info2 .section__inner {
    max-width: 614px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .section.section--info2 .section__inner {
    max-width: 842px;
  }
}
@media (min-width: 1270px) {
  .section.section--info2 .section__inner {
    max-width: 1056px;
  }
}
.section.section--info2 .section--info__content {
  flex-direction: column;
}
@media (min-width: 768px) {
  .section.section--info2 .section--info__content {
    flex-direction: row;
  }
}
@media (min-width: 1270px) {
  .section.section--info2 .section--info__content {
    margin-bottom: 25px;
  }
}
.section.section--info2 .section--info__content .figure__image {
  flex: 0 0 100%;
  margin: 0 0 40px;
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .section.section--info2 .section--info__content .figure__image {
    flex: 0 0 301px;
    margin-bottom: 35px;
    width: 301px;
    height: 301px;
  }
}
@media (min-width: 1024px) {
  .section.section--info2 .section--info__content .figure__image {
    flex: 0 0 407px;
    width: 407px;
    height: 407px;
  }
}
@media (min-width: 1270px) {
  .section.section--info2 .section--info__content .figure__image {
    flex: 0 0 537px;
    width: 537px;
    height: 537px;
  }
}
.section.section--info2 .section--info__content .figure__figcaption {
  margin: 0 auto !important;
  max-width: 270px;
}
@media (min-width: 768px) {
  .section.section--info2 .section--info__content .figure__figcaption {
    margin: 0 0 0 40px !important;
  }
}
@media (min-width: 1024px) {
  .section.section--info2 .section--info__content .figure__figcaption {
    margin: 0 !important;
    max-width: 350px;
  }
}
@media (min-width: 1270px) {
  .section.section--info2 .section--info__content .figure__figcaption {
    max-width: 450px;
  }
}
.section.section--info2 .section--info__content .figure__figcaption .heading3 {
  font-size: 17px !important;
  line-height: 24px !important;
}
@media (min-width: 768px) {
  .section.section--info2 .section--info__content .figure__figcaption .heading3 {
    margin-bottom: 29px;
    font-size: 21px !important;
    line-height: 30px !important;
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .section.section--info2 .section--info__content .figure__figcaption .heading3 {
    margin-bottom: 39px;
    font-size: 28px !important;
    line-height: 40px !important;
  }
}
.section.section--info2 .section--info__content .figure__figcaption .about-us-text {
  margin-bottom: 40px;
  font-weight: 200;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .section.section--info2 .section--info__content .figure__figcaption .about-us-text {
    font-size: 11px;
    line-height: 16px;
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .section.section--info2 .section--info__content .figure__figcaption .about-us-text {
    font-size: 15px;
    line-height: 24px;
  }
}
.section.section--info2 .section--info__content.figure--reverse .figure__figcaption {
  order: 2;
}
@media (min-width: 768px) {
  .section.section--info2 .section--info__content.figure--reverse .figure__figcaption {
    order: -1;
    margin: 0 40px 0 0 !important;
  }
}
.section.section--info--secondary {
  padding: 60px 16px;
  background: var(--treeapp-white);
}
@media (min-width: 640px) {
  .section.section--info--secondary {
    padding: 60px 0 30px 0;
  }
}
@media (min-width: 768px) {
  .section.section--info--secondary {
    padding: 76px 0;
  }
}
@media (min-width: 1024px) {
  .section.section--info--secondary {
    padding: 60px 0;
    max-width: none;
  }
}
@media (min-width: 640px) {
  .section.section--info--secondary .section__inner {
    max-width: 76%;
  }
}
@media (min-width: 768px) {
  .section.section--info--secondary .section__inner {
    max-width: 651px;
  }
}
@media (min-width: 992px) {
  .section.section--info--secondary .section__inner {
    max-width: 830px;
  }
}
@media (min-width: 1024px) {
  .section.section--info--secondary .section__inner {
    max-width: 810px;
  }
}
@media (min-width: 1025px) {
  .section.section--info--secondary .section__inner {
    max-width: 830px;
  }
}
@media (min-width: 1270px) {
  .section.section--info--secondary .section__inner {
    max-width: 1058px;
  }
}
.section.section--info--secondary .figure__figcaption {
  max-width: 275px;
  text-align: center;
}
@media (min-width: 640px) {
  .section.section--info--secondary .figure__figcaption {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .section.section--info--secondary .figure__figcaption {
    max-width: 450px;
  }
}
.section.section--info--secondary .figure {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 640px) {
  .section.section--info--secondary .figure {
    flex-direction: row;
  }
}
.section.section--info--secondary .figure .heading2 {
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 30px;
}
@media (min-width: 640px) {
  .section.section--info--secondary .figure .heading2 {
    margin-bottom: 30px;
    font-size: 29px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .section.section--info--secondary .figure .heading2 {
    margin-bottom: 27px;
    font-size: 35px;
    line-height: 48px;
  }
}
.section.section--info--secondary .figure p {
  margin-bottom: 30px;
  max-width: 330px;
  font-size: 13px;
  line-height: 20px;
  color: var(--treeapp-dark-grey);
}
@media (min-width: 1025px) {
  .section.section--info--secondary .figure p {
    max-width: 418px;
    font-size: 19px;
    line-height: 26px;
      }
}
.section.section--info--secondary .figure .glide-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .section.section--info--secondary .figure .glide-wrapper {
    margin-left: 32px;
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .section.section--info--secondary .figure .glide-wrapper {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .section.section--info--secondary .figure .glide-wrapper {
    margin-bottom: 64px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--info--secondary .figure .glide-wrapper {
    margin: 0 33px 64px;
    max-width: 233px;
  }
}
@media (min-width: 1025px) {
  .section.section--info--secondary .figure .glide-wrapper {
    margin-bottom: 64px;
    max-width: 300px;
  }
}
@media (min-width: 1270px) {
  .section.section--info--secondary .figure .glide-wrapper {
    margin: 0 30px 64px;
  }
}
.section.section--info--secondary .figure .figure__image {
  margin-bottom: 30px;
  flex: 0 0 100%;
  width: 100%;
  height: 298px;
  border-radius: 15px;
}
@media (min-width: 640px) {
  .section.section--info--secondary .figure .figure__image {
    margin-bottom: 0;
    flex: 0 0 271px;
    margin-left: 10px;
    width: 271px;
    height: 271px;
  }
}
@media (min-width: 992px) {
  .section.section--info--secondary .figure .figure__image {
    flex: 0 0 391px;
    width: 391px;
    height: 390px;
  }
}
@media (min-width: 1024px) {
  .section.section--info--secondary .figure .figure__image {
    flex: 0 0 391px;
    width: 391px;
    height: 390px;
  }
}
@media (min-width: 1270px) {
  .section.section--info--secondary .figure .figure__image {
    flex: 0 0 506px;
    width: 506px;
    height: 484px;
  }
}
.section.section--info--secondary .figure .figure__image img {
  height: 100%;
  object-fit: cover;
}
.section.section--info--secondary .figure .figure__image figcaption {
  color: var(--treeapp-white);
  position: relative;
  top: -66px;
  left: 20px;
}
@media (min-width: 640px) {
  .section.section--info--secondary .figure .b-n {
    display: none;
  }
}
@media (min-width: 768px) {
  .section.section--info--secondary .figure .b-n {
    display: inline-block;
  }
}
.section.section--info--secondary .figure .b-m {
  display: none;
}
@media (min-width: 640px) {
  .section.section--info--secondary .figure .b-m {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .section.section--info--secondary .figure .b-m {
    display: none;
  }
}
.section.section--text {
  padding: 60px 120px;
  background: var(--treeapp-primary);
  color: var(--treeapp-white);
}
@media (max-width: 479px) {
  .section.section--text {
    padding: 96px 16px 48px;
  }
  .section.section--text .heading2 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 40px;
  }
  .section.section--text p {
    font-weight: var(--treeapp-semibold);
    font-size: 24px;
    line-height: 32px;
  }
}
.section.section--action {
  padding: 153px 0 60px;
  background: var(--treeapp-white) url(/assets/images/icons/tree-row.svg) no-repeat center 60px;
  background-size: 184px auto;
}
.section.section--action .section__inner {
  max-width: 600px;
}
.section.section--action p {
  margin-bottom: 0;
  font-weight: var(--treeapp-semibold);
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .section.section--action {
    padding: 166px 16px 56px;
  }
  .section.section--action .heading3 {
    font-size: 24px;
    line-height: 32px;

  }
}
@media (max-width: 639px) {
  .section.section--action {
    padding-right: 37px;
    padding-left: 37px;
  }
  .section.section--action .heading4 {
    padding: 0 20px;
    line-height: 32px;
  }
}

.section.section--goals {
  padding: 60px 0;
  background: #F6F6F6;
}
.section.section--goals .section--goals__list {
  display: flex;
  justify-content: space-between;
}
.section.section--goals .section--goals__list li {
  width: 33%;
}
.section.section--goals .section--goals__list li:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 256px;
  height: 136px;
  background-position: center;
}
.section.section--goals .section--goals__list li.section--goals__list_trees:before {
  background-image: url("/assets/images/icons/list__image-trees-planted.svg");
  background-repeat: no-repeat;
}
.section.section--goals .section--goals__list li.section--goals__list__days:before {
  background-image: url("/assets/images/icons/list__image-days.svg");
  background-repeat: no-repeat;
}
.section.section--goals .section--goals__list li.section--goals__list__countries:before {
  background-image: url("/assets/images/icons/list__image-countries.svg");
  background-repeat: no-repeat;
}
.section.section--goals .section--goals__list li .section--goals__list__title {
  font-weight: var(--treeapp-semibold);
  font-size: 36px;
  line-height: 48px;
  }
@media (min-width: 640px) {
  .section.section--goals .section--goals__list li .section--goals__list__title {
    font-size: 45px;
    line-height: 56px;
  }
}
.section.section--goals .section--goals__list li p {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .section.section--goals .section--goals__list {
    flex-direction: column;
    align-items: center;
  }
  .section.section--goals .section--goals__list li {
    width: 100%;
  }
  .section.section--goals .section--goals__list li:not(:last-child) {
    margin-bottom: 56px;
  }
}
@media (max-width: 1024px) {
  .section.section--goals {
    padding: 60px 16px;
  }
  .section.section--goals .heading2 {
    font-size: 29px;
    line-height: 40px;
  }
}
.section.section--register {
  padding: 60px 0;
}

.section.section--register .section--register__form ::-webkit-input-placeholder {
  color: var(--treeapp-orange);
}
.section.section--register .section--register__form :-moz-placeholder {
  color: var(--treeapp-orange);
}
.section.section--register .section--register__form ::-moz-placeholder {
  color: var(--treeapp-orange);
}
.section.section--register .section--register__form :-ms-input-placeholder {
  color: var(--treeapp-orange);
}

.section.section--register .section--register__form .invalid-feedback {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--treeapp-dark-grey);
}

.section.section--register .section--register__form.was-validated .invalid-feedback {
  margin: 0 0 16px;
}

@media (max-width: 1024px) {
  .section.section--register {
    padding: 56px 14px 88px;
  }
  .section.section--register .heading2 {
    margin-bottom: 55px;
    font-size: 36px;
    line-height: 40px;
  }

  .section.section--register .section--register__form .button {
    height: 48px;
  }
}

.section.section--slider {
  padding: 70px 0 58px;
}
.section.section--slider .section__inner {
  max-width: 76%;
}
@media (min-width: 768px) {
  .section.section--slider .section__inner {
    max-width: 662px;
  }
}
@media (min-width: 900px) {
  .section.section--slider .section__inner {
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .section.section--slider .section__inner {
    max-width: 780px;
  }
}
@media (min-width: 1024px) {
  .section.section--slider .section__inner {
    max-width: 750px;
  }
}
@media (min-width: 1025px) {
  .section.section--slider .section__inner {
    max-width: 780px;
  }
}
@media (min-width: 1270px) {
  .section.section--slider .section__inner {
    max-width: 998px;
  }
}
.section.section--slider .heading2 {
  margin-top: 0;
  font-size: 23px;
  line-height: 32px;
}
@media (min-width: 640px) {
  .section.section--slider .heading2 {
    font-size: 29px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .section.section--slider .heading2 {
    font-size: 35px;
    line-height: 48px;
  }
}
.section.section--border {
  padding: 60px 0;
  background: #FBFBFB;
}
.section.section--single-slider {
  display: flex;
  align-items: center;
  background: url(/assets/images/stock-images/single-slider.jpg) no-repeat center;
  background-size: cover;
  box-shadow: inset 20000px 0 0 0 rgba(61, 61, 61, 0.54);
  color: var(--treeapp-white);
}
.section.section--single-slider .section__inner {
  padding: 80px 0;
  max-width: 239px;
}
@media (min-width: 640px) {
  .section.section--single-slider .section__inner {
    max-width: 394px;
  }
}
@media (min-width: 768px) {
  .section.section--single-slider .section__inner {
    max-width: 662px;
  }
}
@media (min-width: 900px) {
  .section.section--single-slider .section__inner {
    max-width: 798px;
  }
}
@media (min-width: 992px) {
  .section.section--single-slider .section__inner {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .section.section--single-slider .section__inner {
    max-width: 800px;
  }
}
@media (min-width: 1025px) {
  .section.section--single-slider .section__inner {
    max-width: 830px;
  }
}
@media (min-width: 1270px) {
  .section.section--single-slider .section__inner {
    max-width: 1058px;
  }
}
.section.section--single-slider .heading2 {
  margin-bottom: 30px;
  font-weight: var(--treeapp-semibold);
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  }
@media (min-width: 640px) {
  .section.section--single-slider .heading2 {
    font-size: 29px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .section.section--single-slider .heading2 {
    font-size: 35px;
    line-height: 48px;
  }
}
.section.section--single-slider p {
  color: inherit;
}
.section.section--single-slider .carousel-inner {
  min-height: 180px;
}
.section.section--single-slider .carousel-control-prev,
.section.section--single-slider .carousel-control-next {
  top: 64px;
  width: 8px;
  height: 12px;
  background: url(/assets/images/icons/arrow-white.svg) no-repeat;
  background-size: contain;
  border: none;
  opacity: 1;
}
@media (min-width: 640px) {
  .section.section--single-slider .carousel-control-prev,
.section.section--single-slider .carousel-control-next {
    top: 22px;
    width: 18px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .section.section--single-slider .carousel-control-prev {
    left: -25px;
  }
}
.section.section--single-slider .carousel-control-next {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .section.section--single-slider .carousel-control-next {
    right: -25px;
  }
}
.section.section--gray {
  background: #F6F6F6;
}
.section.section--news {
  padding: 67px 0 58px;
}
.section.section--news .section__inner {
  max-width: 566px;
}
@media (min-width: 768px) {
  .section.section--news .section__inner {
    max-width: 682px;
  }
}
@media (min-width: 900px) {
  .section.section--news .section__inner {
    max-width: 798px;
  }
}
@media (min-width: 992px) {
  .section.section--news .section__inner {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .section.section--news .section__inner {
    max-width: 820px;
  }
}
@media (min-width: 1025px) {
  .section.section--news .section__inner {
    max-width: 860px;
  }
}
@media (min-width: 1270px) {
  .section.section--news .section__inner {
    max-width: 1082px;
  }
}
.section.section--news .section__inner .heading4 {
  margin-bottom: 30px;
  font-size: 29px;
}
@media (min-width: 992px) {
  .section.section--news .section__inner .heading4 {
    font-size: 35px;
  }
}
.section.section--join {
  padding: 70px 0 60px;
}
.section.section--join .section__inner {
  max-width: 474px;
}
@media (min-width: 640px) {
  .section.section--join .section__inner {
    max-width: 674px;
  }
}
@media (min-width: 769px) {
  .section.section--join .section__inner {
    max-width: 842px;
  }
}

.section.section--join .section--join__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section.section--services {
  padding: 60px 56px;
}
@media (min-width: 1025px) {
  .section.section--services {
    padding: 70px 0;
  }
}

.section.section--map-wrapper {
  padding: 40px 0 0;
  background: var(--treeapp-white);
}
@media (min-width: 640px) {
  .section.section--map-wrapper {
    padding: 60px 81px 0;
  }
}
@media (min-width: 1024px) {
  .section.section--map-wrapper {
    padding: 60px 90px;
  }
}
@media (min-width: 1270px) {
  .section.section--map-wrapper {
    padding: 89px 0;
  }
}
.section.section--map-wrapper .heading2 {
  padding: 0 38px;
  margin-bottom: 60px;
  font-weight: var(--treeapp-semibold);
  font-size: 29px;
  line-height: 40px;
  text-align: center;
    color: var(--treeapp-dark-grey);
}
@media (min-width: 640px) {
  .section.section--map-wrapper .heading2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--map-wrapper .heading2 {
    margin-bottom: 60px;
    font-size: 35px;
    line-height: 48px;
  }
}
@media (min-width: 1270px) {
  .section.section--map-wrapper .heading2 {
    margin-bottom: 10px;
  }
}
.section.section--experts {
  padding: 25px 0 18px;
  background: var(--treeapp-white);
  text-align: left;
}
@media (min-width: 720px) {
  .section.section--experts {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  .section.section--experts {
    padding: 60px 0;
  }
}
.section.section--experts .section__inner {
  max-width: 268px;
}
@media (min-width: 640px) {
  .section.section--experts .section__inner {
    max-width: 554px;
  }
}
@media (min-width: 1024px) {
  .section.section--experts .section__inner {
    max-width: 844px;
  }
}
@media (min-width: 1270px) {
  .section.section--experts .section__inner {
    max-width: 1022px;
  }
}
@media (max-width: 639px) {
  .section.section--experts .section--experts__header {
    margin: 0 auto;
    max-width: 256px;
  }
}
@media (min-width: 640px) {
  .section.section--experts .section--experts__header {
    display: flex;
    align-items: center;
    margin: 0 auto 60px;
    max-width: 770px;
  }
}
@media (min-width: 1270px) {
  .section.section--experts .section--experts__header {
    max-width: 1006px;
  }
}
.section.section--experts .section--experts__header .section--experts__header__image {
  margin: 0 auto 39px;
  width: 240px;
  height: 240px;
  flex: 0 0 240px;
  border-radius: 10px;
  overflow: hidden;
}
@media(min-width: 720px) {
  .section.section--experts .section--experts__header .section--experts__header__image {
    width: 220px;
    height: 220px;
    flex: 0 0 220px;
    margin: 0 auto 0;
  }
}

@media(min-width: 1280px) {
  .section.section--experts .section--experts__header .section--experts__header__image {
    width: 330px;
    height: 330px;
  }
}

@media (min-width: 1024px) {
  .section.section--experts .section--experts__header .section--experts__header__image {
    flex: 0 0 272px;
    margin: 0;
    width: 272px;
    height: 272px;
  }
}
@media (min-width: 1270px) {
  .section.section--experts .section--experts__header .section--experts__header__image {
    flex: 0 0 340px;
    margin: 0;
    width: 340px;
    height: 340px;
  }
}
@media (min-width: 640px) {
  .section.section--experts .section--experts__header .section--experts__header__content {
    padding-left: 56px;
  }
}
@media (min-width: 1024px) {
  .section.section--experts .section--experts__header .section--experts__header__content {
    padding-left: 75px;
  }
}
@media (max-width: 1024px) {
  .section.section--experts .section--experts__header .section--experts__header__content .heading4--secondary {
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 30px;
  }
  .section.section--experts .section--experts__header .section--experts__header__content > p {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  .section.section--experts .section--experts__header .section--experts__header__content > p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .section.section--experts .section--experts__header .section--experts__header__content .heading4--secondary {
    margin-bottom: 43px;
    font-weight: var(--treeapp-semibold);
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }
  .section.section--experts .section--experts__header .section--experts__header__content > p {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section.section--experts .section--experts__header .section--experts__header__content .heading4--secondary {
    font-weight: var(--treeapp-semibold);
    font-size: 28px;
    line-height: 40px;
      }
  .section.section--experts .section--experts__header .section--experts__header__content p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 1270px) {
  .section.section--experts .section--experts__header .section--experts__header__content {
    padding-left: 105px;
  }
  .section.section--experts .section--experts__header .section--experts__header__content .heading4--secondary {
    margin-bottom: 24px;
  }
}
.section.section--experts .list-experts {
  margin: 0;
}
.section.section--experts .list-experts .glide__arrow--prev {
  left: -25px;
}
.section.section--experts .list-experts .glide__arrow--next {
  right: -25px;
}
.section.section--experts .list-experts ul {
  padding: 0;
}
@media (min-width: 768px) {
  .section.section--experts .list-experts {
    padding: 20px 0;
  }
  .section.section--experts .list-experts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .section.section--experts .list-experts ul {
    gap: 30px;
  }
}

@media (min-width: 769px) {
  .section.section--experts .list-experts .glide__arrows {
    display: none;
  }
}
.section.section--experts .list-experts li {
  display: flex;
  padding: 20px 12px;
  height: auto;
  background: #F6F6F6;
  border-radius: 8px;
  align-items: flex-start;
}
.collapse-button .active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
}

.collapse-button.collapsed .active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
}

.collapse-button:focus, .collapse-button:active {
  outline: none !important;
  box-shadow: none;
}

.pin:focus, .pin:active {
  outline: none !important;
  box-shadow: none;
}

@media (min-width: 769px) {
  .section.section--experts .list-experts li {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 1024px) {
  .section.section--experts .list-experts li {
    flex: 0 0 calc(33.3333333333% - 15px);
  }
}
@media (min-width: 1270px) {
  .section.section--experts .list-experts li {
    flex: 0 0 calc(33.3333333333% - 42px);
  }
}

.section.section--experts .list-experts li .list-experts__image {
  overflow: hidden;
  flex: 0 0 63px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.section.section--experts .list-experts li .list-experts__content .heading6 {
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: var(--treeapp-dark-grey);
}
.section.section--experts .list-experts li .list-experts__content p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
  color: var(--treeapp-dark-grey);
}
@media (min-width: 768px) {
  .section.section--experts .list-experts .slick-slide {
    margin: 0 14px;
  }
  .section.section--experts .list-experts .slick-list {
    margin: 0 -14px;
  }
}
.section.section--experts .list-experts .slick-arrow {
  margin-top: -6px;
  background: url(/assets/images/icons/arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-indent: -9000%;
  overflow: hidden;
}
.section.section--experts .list-experts .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.section.section--careers {
  margin-bottom: 71px;
  text-align: left;
}
.section.section--careers .heading4--secondary {
  margin-bottom: 30px;
  font-weight: var(--treeapp-semibold);
}
@media (max-width: 1269px) {
  .section.section--careers .section__inner {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .section.section--careers .section__inner {
    max-width: 804px;
  }
}
@media (max-width: 991px) {
  .section.section--careers .section__inner {
    max-width: 558px;
  }
}
@media (max-width: 479px) {
  .section.section--careers .section__inner {
    margin-right: 33px;
    margin-left: 33px;
  }
}
.section.section--contribute {
  padding-bottom: 148px;
}
@media (max-width: 479px) {
  .section.section--contribute {
    padding-bottom: 140px;
  }
  .section.section--contribute .section__inner {
    max-width: 293px;
  }
  .section.section--contribute .section__inner h2 {
    font-weight: var(--treeapp-semibold);
    font-size: 23px;
    line-height: 32px;
      }
  .section.section--contribute .section__inner p {
    font-size: 15px;
  }
}
.section.section--contribute .heading6 {
  margin-bottom: 8px;
}
.section.section--chat {
  padding: 50px 16px;
  background: var(--treeapp-white);
  text-align: center;
}
@media (min-width: 1025px) {
  .section.section--chat {
    padding: 120px 16px;
  }
}
.section.section--chat .heading2 {
  margin-bottom: 8px;
  font-weight: var(--treeapp-semibold);
  font-size: 21px;
  line-height: 30px;
  }
.section.section--chat p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
.section.section--white {
  background: var(--treeapp-white);
}
.section.section--business {
  padding: 60px 0 1rem;
  background: var(--treeapp-white) url(/assets/images/backgrounds/business-section-background.png) no-repeat bottom;
  background-size: 100%;
  text-align: left;
}
.section--business .card {
  text-align: center;
}
@media (min-width: 640px) {
  .section.section--business {
    padding: 60px 0;
  }
  .section.section--business .section__inner {
    max-width: 588px;
  }
}
@media (min-width: 1024px) {
  .section.section--business {
    background-position-y: calc(100% + 3.75rem);
  }
  .section.section--business .section__inner {
    max-width: 804px;
  }
}
.section.section--business .section--business__header {
  margin: 0 auto 50px;
  max-width: 245px;
  text-align: center;
}
@media (min-width: 640px) {
  .section.section--business .section--business__header {
    max-width: none;
  }
}
.section.section--business .section--business__header .heading2 {
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 40px;
}
@media (min-width: 640px) {
  .section.section--business .section--business__header .heading2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section.section--business .section--business__header .heading2 {
    margin-bottom: 21px;
    font-size: 35px;
    line-height: 48px;
  }
}
.section.section--business .section--business__header p {
  font-weight: var(--treeapp-semibold);
  font-size: 15px;
  line-height: 20px;
    color: var(--treeapp-dark-grey);
}
@media (min-width: 768px) {
  .section.section--business .section--business__header p {
    font-size: 19px;
    line-height: 26px;
  }
}
.section.section--business .section--business__header p span {
  display: block;
  color: var(--treeapp-primary);
}
.section.section--business .section--business__list li {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 640px) {
  .section.section--business .section--business__list li {
    text-align: left;
  }
}
.section.section--business .section--business__list li .button {
  white-space: nowrap;
}
.section.section--business .section--business__list li:before {
  content: "";
  position: absolute;
  top: 27px;
  left: 50%;
  display: block;
  margin-left: -111px;
  width: 223px;
  height: 112px;
  background: url(/assets/images/icons/icon-bit.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .section.section--business .section--business__list li:before {
    top: 49px;
    right: 0;
    left: auto;
    margin: 0;
    width: 212px;
    height: 112px;
  }
}
@media (min-width: 992px) {
  .section.section--business .section--business__list li:before {
    width: 301px;
    height: 159px;
  }
}
.section.section--business .section--business__list li .section--business__list__inner {
  padding: 170px 31px 27px;
  background: #F6F6F6;
  border-radius: 20px;
}
@media (min-width: 640px) {
  .section.section--business .section--business__list li .section--business__list__inner {
    padding: 40px 82px 40px 60px;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .section.section--business .section--business__list li .section--business__list__inner {
    padding: 40px 100px 40px 60px;
    max-width: 637px;
  }
}
.section.section--business .section--business__list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .section.section--business .section--business__list li:last-child {
    text-align: right;
  }
}
.section.section--business .section--business__list li:last-child:before {
  margin-left: -34px;
  width: 68px;
  height: 85px;
  background: url(/assets/images/icons/icon-app.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .section.section--business .section--business__list li:last-child:before {
    top: 65px;
    right: auto;
    left: 108px;
    margin: 0;
    width: 77px;
    height: 97px;
  }
}
@media (min-width: 768px) {
  .section.section--business .section--business__list li:last-child:before {
    left: 141px;
  }
}
.section.section--business .section--business__list li:last-child .section--business__list__inner {
  padding: 142px 31px 27px;
}
@media (min-width: 640px) {
  .section.section--business .section--business__list li:last-child .section--business__list__inner {
    margin-left: 130px;
    max-width: 358px;
    padding: 40px 60px;
  }
}
@media (min-width: 768px) {
  .section.section--business .section--business__list li:last-child .section--business__list__inner {
    margin-left: 169px;
    max-width: 496px;
  }
}
.section.section--business .section--business__list li .heading6 {
  margin-bottom: 20px;
}
.section.section--business .section--business__list li p {
  font-size: 15px;
  line-height: 24px;
}
.section.section--business-solutions {
  background: var(--treeapp-white);
}
.section.section--business-solutions .card {
  background: #FBFBFB;
  border-radius: 8px;
  border-color: transparent;
}
.section.section--business-solutions .card h3 {
  font-style: normal;
  font-weight: var(--treeapp-semibold);
  font-size: 26px;
  line-height: 43px;
}
.section.section--business-solutions .card p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
.section.section--business-solutions .card .link {
  text-decoration: underline;
}
.dpd-bg-img {
  max-width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: cover;
}

#dpd-5-trees-section::before {
  background: url(/assets/images/icons/icon-plant.svg) no-repeat;
  width: 100px;
  right: 100px;
}

#dpd-20-trees-section::before {
  background: url(/assets/images/icons/trees-aboutUs.svg) no-repeat;
  width: 200px;
  left: 50px;
}

.section--graphic-wrapper {
  padding: 60px 0 0;
  background: var(--treeapp-white);
}

.section-sponsors {
  padding: 56px 0;
  background: #F6F6F6;
  text-align: center;
}
@media (min-width: 640px) {
  .section-sponsors {
    padding: 80px 0;
  }
}
.section-sponsors .section__inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 496px;
}
@media (min-width: 640px) {
  .section-sponsors .section__inner {
    padding: 0;
  }
}
.section-sponsors h2 {
  margin-bottom: 16px;
  font-weight: var(--treeapp-semibold);
  font-size: 29px;
  line-height: 40px;
  }
@media (min-width: 640px) {
  .section-sponsors h2 {
    font-size: 35px;
    line-height: 48px;
  }
}
.section-sponsors p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 639px) {
  .section.section--text.ambassador {
    padding: 60px 16px;
  }
  .section.section--text.ambassador h2 {
    margin-bottom: 16px;
    font-size: 23px;
    line-height: 32px;
  }
  .section.section--text.ambassador h6 {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 640px) {
  .section--graphic {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section--graphic {
    margin-bottom: 60px;
  }
}
.section--graphic .section--graphic__inner {
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 375px) {
  .section--graphic .section--graphic__inner {
    padding: 0 28px;
  }
}
@media (min-width: 1270px) {
  .section--graphic .section--graphic__inner {
    padding: 0;
    max-width: 1016px;
  }
}
.section--graphic .section--graphic__figure {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
}
@media (min-width: 992px) {
  .section--graphic .section--graphic__figure {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.section--graphic h2 {
  margin-bottom: 16px;
  font-weight: var(--treeapp-semibold);
  font-size: 29px;
  line-height: 40px;
    color: var(--treeapp-dark-grey);
}
@media (min-width: 375px) {
  .section--graphic h2 {
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 48px;
  }
}
.section--graphic h4 {
  margin-bottom: 0;
  font-weight: var(--treeapp-semibold);
  font-size: 17px;
  line-height: 24px;
    color: var(--treeapp-dark-grey);
}
@media (min-width: 375px) {
  .section--graphic h4 {
    font-size: 21px;
    line-height: 30px;
  }
}
.section--graphic p {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--treeapp-dark-grey);
}
.section--graphic p:last-child {
  margin-bottom: 0;
}
.section--graphic .section--graphic__figcaption {
  margin: 0 auto 48px;
  max-width: 295px;
  text-align: center;
}
@media (min-width: 992px) {
  .section--graphic .section--graphic__figcaption {
    margin: 0;
    padding-right: 65px;
    max-width: 455px;
    text-align: left;
  }
}
.section--graphic .section--graphic__image {
  overflow: hidden;
  margin: 0 auto 40px;
  width: 100%;
  height: 288px;
  border-radius: 8px;
}
@media (min-width: 640px) {
  .section--graphic .section--graphic__image {
    width: 328px;
    height: 328px;
  }
}
@media (min-width: 992px) {
  .section--graphic .section--graphic__image {
    margin: 0;
    flex: 0 0 496px;
    width: 496px;
    height: 496px;
  }
}
.section--graphic .section--graphic__image img {
  object-fit: cover;
  min-height: 100%;
}
@media (min-width: 992px) {
  .section--graphic.section--graphic--reversed .section--graphic__figure {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .section--graphic.section--graphic--reversed .section--graphic__figure .section--graphic__figcaption {
    padding-right: 0;
    padding-left: 65px;
  }
}

.about-header {
  margin: 0 auto 80px;
  padding: 90px 32px 0;
  max-width: 469px;
}
@media (min-width: 640px) {
  .about-header {
    padding: 90px 0 0;
  }
}
@media (min-width: 992px) {
  .about-header {
    max-width: 641px;
  }
}
@media (min-width: 1025px) {
  .about-header {
    padding-top: 66px;
    max-width: 810px;
  }
}
.about-header .heading2 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 32px;
  }
@media (min-width: 1024px) {
  .about-header .heading2 {
    margin-bottom: 64px;
    font-size: 45px;
    line-height: 48px;
  }
}
.about-header .heading2:before {
  content: "";
  display: block;
  margin: 0 auto 26px;
  width: 150px;
  height: 55px;
  background: url(/assets/images/icons/trees-aboutUs.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .about-header .heading2:before {
    width: 256px;
    height: 99px;
  }
}
.about-header p {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .about-header p {
    font-weight: var(--treeapp-semibold);
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1270px) {
  .about-header p {
    font-size: 15px;
    line-height: 24px;
  }
}

.careers-list {
  margin-bottom: 47px;
}
.careers-list li {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #BABABA;
}
@media (max-width: 479px) {
  .careers-list li {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .careers-list li div {
    max-width: 60%;
  }
}
@media (max-width: 479px) {
  .careers-list li div {
    max-width: none;
  }
}
.careers-list li .heading6 {
  margin-bottom: 4px;
  color: var(--treeapp-primary);
}
.careers-list li p {
  margin-bottom: 0;
  font-size: 15px;
}
.careers-list li p b {
  display: block;
  margin-bottom: 24px;
}
.careers-list li .button {
  margin-top: 28px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .careers-list li .button {
    padding: 9px 22px;
    min-width: 143px;
    height: 32px;
    font-size: 11px;
  }
}
@media (max-width: 479px) {
  .careers-list li .button {
    margin-right: auto;
  }
}

.news-slider {
  margin-bottom: 60px !important;
}
.news-slider .news-slider__item {
  padding: 0 9px;
}
@media (min-width: 1025px) {
  .news-slider .news-slider__item {
    padding: 0 12px;
  }
}
.news-slider .news-slider__card {
  min-height: 226px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
@media (min-width: 768px) {
  .news-slider .news-slider__card {
    min-height: 310px;
  }
}
@media (min-width: 1025px) {
  .news-slider .news-slider__card {
    min-height: 290px;
  }
}
.news-slider .news-slider__card img {
  height: 108px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .news-slider .news-slider__card img {
    height: 136px;
  }
}
.news-slider .news-slider__card .news-slider__card__description {
  padding: 16px;
  text-align: left;
}
.news-slider .news-slider__card .news-slider__card__description h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: var(--treeapp-semibold);
  font-size: 13px;
  line-height: 18px;
    color: var(--treeapp-dark-grey);
}
@media (min-width: 1024px) {
  .news-slider .news-slider__card .news-slider__card__description h6 {
    font-size: 15px;
    line-height: 21px;
  }
}
.news-slider .news-slider__card .news-slider__card__description p {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  color: var(--treeapp-dark-grey);
}
@media (min-width: 1024px) {
  .news-slider .news-slider__card .news-slider__card__description p {
    margin-bottom: 8px;
  }
}
.news-slider .news-slider__card .news-slider__card__description time {
  font-size: 11px;
  line-height: 16px;
  color: #878787;
  text-transform: uppercase;
}
.news-slider .slick-dots li {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  background: #E4E4E4;
  border-radius: 50%;
  overflow: hidden;
}
.news-slider .slick-dots li.slick-active {
  background: #878787;
}
.news-slider .slick-dots li button {
  width: 100%;
  height: 100%;
}
.news-slider .slick-dots li button:before {
  display: none;
}

.phone-slider {
  margin: 0 auto;
  width: 185px;
  height: 338px;
  background: url(/assets/images/phone/phone-empty.png) no-repeat;
  background-size: 100% auto;
  padding-top: 30px;
  padding-left: 23px;
}
@media (min-width: 768px) {
  .phone-slider {
    flex: 0 0 185px;
  }
}


@media (min-width: 1024px) {
  .phone-slider {
    flex: 0 0 258px;
    width: 258px;
    height: 469px;
    padding-top: 43px;
    padding-left: 32px;
  }
}
@media (min-width: 1270px) {
  .phone-slider {
    margin: 0 96px 0 0;
    width: 340px;
    height: 618px;
    padding-top: 56px;
    padding-left: 42px;
    flex: 0 0 340px;
  }

  .section--narrow--reversed .phone-slider {
    margin: 0;
  }
}

@keyframes phone-slider {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 0 0;
  }
}
.list-values {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .list-values {
    padding: 0;
    max-width: 550px;
  }
}
@media (min-width: 1024px) {
  .list-values {
    max-width: 664px;
  }
}
@media (min-width: 1270px) {
  .list-values {
    max-width: 862px;
  }
}
.list-values li {
  margin-bottom: 10px;
  padding: 37px 35px;
  background: var(--treeapp-white);
  border-radius: 15px;
}
@media (min-width: 768px) {
  .list-values li {
    display: flex;
  }
}
.list-values li .heading3 {
  flex: 0 0 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 19px !important;
  line-height: 26px !important;
}
@media (min-width: 768px) {
  .list-values li .heading3 {
    flex: 0 0 143px;
    margin-right: 20px;
    margin-bottom: 0;
    border-right: 4px solid #F6F6F6;
    font-size: 15px !important;
    line-height: 21px !important;
  }
}
@media (min-width: 1024px) {
  .list-values li .heading3 {
    flex: 0 0 172px;
    margin-right: 31px;
    border-right: 4px solid #F6F6F6;
    font-size: 21px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 1270px) {
  .list-values li .heading3 {
    flex: 0 0 235px;
    font-size: 28px !important;
    line-height: 40px !important;
    border-right: 4px solid #F6F6F6;
  }
}
.list-values li .heading3:before {
  content: "";
  display: block;
  margin-bottom: 30px;
  height: 89px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .list-values li .heading3:before {
    height: 54px;
  }
}
@media (min-width: 1024px) {
  .list-values li .heading3:before {
    height: 65px;
  }
}
@media (min-width: 1270px) {
  .list-values li .heading3:before {
    height: 89px;
  }
}
.list-values li p {
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 720px) {
  .list-values li p {
    font-size: 15px;
    line-height: 24px;
  }
}
.list-values li.list-values__act h3:before {
  background-image: url(/assets/images/icons/empower.svg);
}
.list-values li.list-values__spreading h3:before {
  background-image: url(/assets/images/icons/reach-audience.svg);
}
.list-values li.list-values__transparency h3:before {
  background-image: url(/assets/images/icons/transparency.svg);
}

.figure {
  display: block;
  margin-bottom: 80px;
  text-align: center;
}
.figure .figure__image {
  overflow: hidden;
  flex: 0 0 537px;
  width: 537px;
  height: 537px;
  border-radius: 8px;
}
.figure .figure__figcaption {
  max-width: 450px;
}
@media (max-width: 767px) {
  .figure .figure__figcaption.figure__order {
    order: 1;
  }
}

.figure--two {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .figure--two {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.figure--two .figure__figcaption {
  margin: 0 auto;
  max-width: 76%;
}
.figure--two .figure__figcaption p {
  font-weight: var(--treeapp-semibold);
  font-size: 17px;
  line-height: 24px;
  }
@media (min-width: 768px) {
  .figure--two .figure__figcaption {
    max-width: 270px;
  }
}
@media (min-width: 1024px) {
  .figure--two .figure__figcaption {
    margin: 0;
    max-width: 350px;
  }
}
@media (min-width: 1270px) {
  .figure--two .figure__figcaption {
    max-width: 450px;
  }
}
.figure--two .figure__image {
  margin-bottom: 30px;
  width: 100%;
  height: 320px;
  flex: 0 0 320px;
}
@media (min-width: 768px) {
  .figure--two .figure__image {
    flex: 0 0 285px;
    margin-bottom: 0;
    width: 285px;
    height: 285px;
  }
}
@media (min-width: 1024px) {
  .figure--two .figure__image {
    flex: 0 0 407px;
    width: 407px;
    height: 407px;
  }
}
@media (min-width: 1270px) {
  .figure--two .figure__image {
    flex: 0 0 537px;
    width: 537px;
    height: 537px;
  }
}
.figure--two .glide-wrapper {
  margin: 0;
  padding: 58px 0 48px;
}

.form-register {
  margin: 0 auto;
  max-width: 330px;
}
@media (min-width: 768px) {
  .form-register {
    max-width: 476px;
  }
}
.form-register .form-register__field {
  display: block;
  margin-bottom: 32px;
  width: 100%;
  height: 48px;
  background: var(--treeapp-white);
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  color: var(--treeapp-dark-grey);
  font: 15px/24px Work Sans;
    text-align: center;
}
@media (max-width: 479px) {
  .section--action .form-register .form-register__field {
    height: 56px;
  }
}
.form-register .form-register__field:hover, .form-register .form-register__field:focus {
  background: rgba(255, 255, 255, 0.35);
  outline: none;
}
.form-register ::-webkit-input-placeholder {
  color: var(--treeapp-dark-grey);
}
.form-register :-moz-placeholder {
  color: var(--treeapp-dark-grey);
}
.form-register ::-moz-placeholder {
  color: var(--treeapp-dark-grey);
}
.form-register :-ms-input-placeholder {
  color: var(--treeapp-dark-grey);
}
.form-register .invalid-feedback {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 24px;
  color: var(--treeapp-white);
}
.form-register.was-validated .form-register__field {
  margin-bottom: 8px;
}
.modal .form-register {
  max-width: none;
}
.modal .form-register .form-register__field {
  margin-bottom: 8px !important;
  height: 56px;
  color: var(--treeapp-dark-grey);
}
@media (min-width: 480px) {
  .modal .form-register .form-register__field {
    margin-bottom: 46px;
    height: 48px;
  }
}
.modal .form-register .form-register__field:hover {
  background: rgba(246, 218, 113, 0.25);
  outline: none;
}
.modal .form-register .form-register__field:focus {
  background: rgba(246, 218, 113, 0.35);
  outline: none;
}
.modal .form-register ::-webkit-input-placeholder {
  color: var(--treeapp-dark-grey);
}
.modal .form-register :-moz-placeholder {
  color: var(--treeapp-dark-grey);
}
.modal .form-register ::-moz-placeholder {
  color: var(--treeapp-dark-grey);
}
.modal .form-register :-ms-input-placeholder {
  color: var(--treeapp-dark-grey);
}

.modal .form-register .invalid-feedback {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
    color: var(--treeapp-dark-grey) !important;
}

.info-page {
  margin: 0 auto 112px;
  padding: 64px 16px 0;
  width: 100%;
  max-width: 1102px;
}
.info-page .info-page__heading {
  margin: 0 auto 20px;
  max-width: 800px;
  text-align: center;
}
.info-page .info-page__heading .heading1:after {
  margin: 24px auto 0;
}
.info-page .heading5 {
  font-weight: var(--treeapp-semibold);
}
.info-page a {
  text-decoration: underline;
}

.accordion > li {
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .accordion > li {
    margin-bottom: 32px;
  }
}
@media (min-width: 480px) {
  .accordion > li:hover .accordion__title {
    color: rgba(61, 61, 61, 0.6);
  }
}
.accordion .accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-right: 25px;
  font-weight: var(--treeapp-semibold);
  font-size: 30px;
  line-height: 40px;
    cursor: pointer;
  transition: font-size 0.3s ease;
}
@media (max-width: 1024px) {
  .accordion .accordion__title {
    padding-right: 16px;
  }
}
.accordion .accordion__title:after {
  content: "";
  flex: 0 0 auto;
  position: relative;
  display: block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  border-width: 0 3px 3px 0;
  transform: rotate(-135deg);
}
@media (min-width: 1025px) {
  .accordion .accordion__title:after {
    width: 10px;
    height: 10px;
  }
}
.accordion .accordion__title.collapsed {
  font-size: 24px;
  line-height: 32px;
  }
.accordion .accordion__title.collapsed:after {
  top: -3px;
  transform: rotate(45deg);
}
.accordion .accordion__content {
  padding: 24px 0 8px;
}
.accordion .accordion__content ul {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
}

.contact-list {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .contact-list {
    margin-bottom: 64px;
  }
}
.contact-list li {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  font-weight: var(--treeapp-semibold);
  font-size: 24px;
  line-height: 32px;
}
.contact-list li:before {
  content: "";
  display: block;
  margin-right: 20px;
  width: 32px;
  height: 32px;
}
.contact-list li.contact-list__email:before {
  background-image: url("/assets/images/icons/list__image-email.svg");
  background-repeat: no-repeat;
}
.contact-list li.contact-list__email a {
  font-weight: normal;
  font-size: 15px;
}

@media (max-width: 479px) {
  .contact-list li {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .contact-list li:before {
    margin: 0 0 8px;
  }
}

.modal .modal-dialog {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 740px;
  height: 100vh;
}
@media (max-width: 479px) {
  .modal .modal-dialog {
    padding: 50px 16px;
  }
}
.modal .modal-content {
  background: var(--treeapp-white);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  text-align: center;
}
.modal .modal-header {
  position: relative;
  flex-direction: column;
  padding: 40px 20px 32px;
  border: none;
}
@media (min-width: 640px) {
  .modal .modal-header {
    padding: 80px 100px 32px;
  }
}
.modal .modal-header:before {
  content: "";
  display: block;
  margin: 0 auto 24px;
  width: 148px;
  height: 49px;
  background: url(/assets/images/icons/tree-row.svg) no-repeat;
  background-size: cover;
}
.modal .modal-header .modal-title {
  width: 100%;
  font-weight: var(--treeapp-semibold);
  font-size: 18px;
  line-height: normal;
  text-align: center;
  }
@media (min-width: 640px) {
  .modal .modal-header .modal-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .modal .modal-header {
    padding-top: 98px;
  }
}
.modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/images/icons/close.svg) no-repeat;
  background-size: contain;
  opacity: 1;
}
@media (min-width: 768px) {
  .modal .close {
    top: -12px;
    right: -12px;
  }
}
.modal .alert {
  margin-bottom: 0;
  padding: 0.75rem 1.25rem !important;
}
.modal .alert .close {
  top: 2px;
  right: 5px;
  background: none;
}
.modal .alert h4 {
  font-size: 14px;
  line-height: normal;
}
.modal .alert ul li {
  font-size: 14px;
}
.modal .modal-body {
  padding: 0 20px 24px;
}
@media (min-width: 768px) {
  .modal .modal-body {
    padding: 0 64px 24px;
    width: 476px;
    margin: 0 auto;
  }
}
.modal .modal-footer {
  justify-content: center;
  padding: 24px 0 50px;
  border: none;
}
.modal .modal-footer a {
  color: var(--treeapp-orange);
  font-weight: var(--treeapp-semibold);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  }
.modal .modal-footer a:hover {
  font-weight: 700;
}

.hero.hero--graphic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 131px 16px 155px;
  min-height: 504px;
  color: var(--treeapp-white);
  background: url(/assets/images/stock-images/img8.jpg) no-repeat right bottom;
  background-size: cover;
}

@media (min-width: 1024px) {
  .hero.hero--graphic {
    padding: 136px 0 160px;
  }
}
.hero.hero--graphic:before {
  display: none;
}

.hero.hero--graphic .heading1 {
  margin-bottom: 56px;
  max-width: none;
  color: inherit;
}

@media (max-width: 1023px) {
  .hero.hero--graphic .heading1 {
    margin-bottom: 49px;
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1023px) {
}
.hero.hero--graphic p {
  font-weight: var(--treeapp-semibold);
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .hero.hero--graphic p {
    font-size: 30px;
    line-height: 40px;
      }
}
.hero.hero--graphic + .info-page {
  padding-top: 50px;
}

@media (min-width: 1024px) {
  .hero.hero--graphic + .info-page {
    padding-top: 96px;
  }
}

.hero.hero--graphic--coolGuy {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 280px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/assets/images/stock-images/cool-guy@2x.jpg);
  background-position: center;
}
@media (min-width: 768px) {
  .hero.hero--graphic--coolGuy {
    min-height: 400px;
  }
}
.hero.hero--graphic--coolGuy h1 {
  margin: 0;
  font-weight: var(--treeapp-semibold);
  font-size: 36px;
  line-height: 48px;
  }
@media (min-width: 768px) {
  .hero.hero--graphic--coolGuy h1 {
    font-size: 45px;
    line-height: 56px;
  }
}
.hero.hero--graphic--coolGuy h2 {
  margin: 0;
  font-weight: var(--treeapp-semibold);
  font-size: 29px;
  line-height: 40px;
  }
@media (min-width: 768px) {
  .hero.hero--graphic--coolGuy h2 {
    font-size: 35px;
    line-height: 48px;
  }
}

.hero.hero--graphic--tigerFootprint {
  padding: 0;
  min-height: 280px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/assets/images/stock-images/animalFootPrint.jpg);
  background-position: center;
}
.hero.hero--graphic--tigerFootprint .heading1 {
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .hero.hero--graphic--tigerFootprint .heading1 {
    font-size: 45px;
    line-height: 56px;
  }
}

.hero.hero--graphic--madagascarTrees {
  padding: 0;
  min-height: 400px;
  background-image: url(/assets/images/stock-images/madagascarTrees.jpg);
  background-position: center;
}
@media (min-width: 1025px) {
  .hero.hero--graphic--madagascarTrees {
    min-height: 600px;
  }
}

@media screen and (min-width: 1000px) {

  section.section.section--info.gray.no-padding {
    padding-top: 0;
  }

  .align-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.about-deforestation-one {
  display: block;
  padding: 60px 0;
  height: auto;
}
@media (min-width: 768px) {
  .about-deforestation-one {
    margin: 0 auto !important;
    max-width: 501px;
  }
}
@media (min-width: 1024px) {
  .about-deforestation-one {
    padding: 80px 0;
    max-width: 600px;
  }
}
@media (min-width: 1270px) {
  .about-deforestation-one {
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) {
  .about-deforestation-one p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1270px) {
  .about-deforestation-one p {
    font-size: 15px;
    line-height: 24px;
  }
}

.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--treeapp-white) url(/assets/images/icons/arrow-select.svg) no-repeat right 16px center;
  background-size: 15px auto;
}

.section--info__content__image img {
  object-fit: cover;
  min-height: 100%;
}

.about-deforestation-one.main-title {
  padding: 64px 0 80px;
}

.about-deforestation.section__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-deforestation.section__inner h2 {
  font-weight: var(--treeapp-semibold);
  font-size: 35px;
  line-height: 48px;
  }

.white {
  background-color: white !important;
}

.white .about-deforestation .about-deforestation-one {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0 !important;
}

h1.ambassador-heading {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: var(--treeapp-semibold);
  font-size: 28px;
  line-height: 40px;
  text-align: center;
    color: var(--treeapp-dark-grey);
}

h2.sub-heading {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: var(--treeapp-dark-grey);
  margin-bottom: 32px;
}

button#simpleContactSubmitButton {
  padding: 8px 24px;
}

button#simpleContactSubmitButton {
  width: 131px;
  background: var(--treeapp-primary);
  border-radius: 44px;
  flex: none;
  order: 1;
  align-self: center;
  margin: 32px 32px 0;
}

.section.ambassador h2 {
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: var(--treeapp-semibold);
  font-size: 28px;
  line-height: 40px;
  text-align: center;
    color: var(--treeapp-white);
  flex: none;
  order: 0;
  align-self: center;
}

@media (max-width: 768px) {
  .about-deforestation-one {
    margin-left: 16px;
    margin-right: 16px;
  }
  .about-deforestation-one p {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 24px;
  }

  .about-deforestation.section__inner {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.section--info .section--info__content:first-of-type .section--info__content__inner {
    margin-bottom: 56px;
  }

  .table {
    display: table !important;
  }
}
@media (max-width: 479px) {
  .section.section--info .section--info__content .figure__image.divPhoto img {
    border-radius: 4px !important;
  }
}
.info-page h2 {
  text-align: center;
}

.section--privacy {
  margin-bottom: 402px;
  padding-top: 76px;
}
.section--privacy .section__inner {
  width: 90%;
  max-width: 1015px;
}

#privacyTabContent ul {
  list-style-type: disc;
  list-style-position: inside;
}

#privacyTabContent ol {
  list-style-type: none;
  list-style-position: inside;
  counter-reset: item;
  padding-left: 20px;
}

#privacyTabContent ol li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
}

#privacyTabContent ol li ul {
  list-style-type: none;
}

#privacyTabContent ol li ul li::before {
  content: "";
  counter-increment: none;
}

.section--privacy ul li {
  margin-bottom: 10px;
}

.section--privacy ul ul {
  padding-left: 14px;
}

.section--privacy h3,
.section--privacy h4,
.section--privacy h5,
.section--privacy h6 {
  font-weight: var(--treeapp-semibold);
  margin-bottom: 10px;
}

.section--privacy h1 {
  margin-bottom: 35px;
  font-weight: var(--treeapp-semibold);
  font-size: 45px;
  line-height: 56px;
    color: var(--treeapp-dark-grey);
}

.section--privacy .main-tab {
  margin-top: 35px;
}

.main-tab .nav {
  justify-content: center;
  margin-bottom: 35px;
  border: none;
}
@media (min-width: 769px) {
  .main-tab .nav {
    margin-bottom: 50px;
  }
}
.main-tab .nav .nav-item {
  margin: 0 6px 25px;
}
.main-tab .nav .nav-item .nav-link {
  padding: 0 15px 4px;
  min-width: 91px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #BABABA;
  background: none;
  border: none;
  border-bottom: 1px solid #E4E4E4;
}
.main-tab .nav .nav-item .nav-link.active {
  border-bottom-color: var(--treeapp-dark-grey);
  color: var(--treeapp-dark-grey);
}
.main-tab .nav .nav-item .nav-link:focus {
  outline: none;
}
.main-tab .tab-content {
  text-align: left;
}

.main-tab .tab-content .main-tab__list li {
  margin-bottom: 10px;
  padding-left: 23px;
  list-style: disc inside;
  text-indent: -23px;
}

.section--privacy ul,
.section--privacy ol {
  margin-bottom: 20px;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
}
.glide--dragging {
  cursor: grabbing;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}

@media (max-width: 1269px) {
  .glide__slide img {
    max-width: 170px !important;
  }
}

@media (max-width: 767px) {
  .glide__slide img {
    max-width: 160px !important;
  }
}

@media (max-width: 400px) {
  .glide__slide img {
    max-width: 120px !important;
  }
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.section--experts .glide__slides {
  align-items: flex-start;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

@media (min-width: 768px) {
  .glide-wrapper {
    margin: 0 40px;
  }
}
@media (min-width: 640px) {
  .glide-wrapper {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .glide-wrapper {
    margin: 0 50px;
  }
}
@media (min-width: 1025px) {
  .glide-wrapper {
    margin: 0 37px;
  }
}
.glide-wrapper .glide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
}
.glide-wrapper .glide__arrows--wrapper {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.glide-wrapper .glide__arrows {
  position: absolute;
  width: 100%;
}
.glide-wrapper .glide__arrow {
  top: 0;
  padding: 0;
  width: 8px;
  height: 12px;
  background: url(/assets/images/icons/arrow-slider.svg) no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(0%) !important;
}
@media (min-width: 640px) {
  .glide-wrapper .glide__arrow {
    width: 18px;
    height: 28px;
  }
}
@media (max-width: 639px) {
  .glide-wrapper .glide__arrow.glide__arrow--prev {
    left: -22px;
  }
}
.glide-wrapper .glide__arrow.glide__arrow--next {
  right: 0;
  transform: rotate(180deg) !important;
}
@media (max-width: 639px) {
  .glide-wrapper .glide__arrow.glide__arrow--next {
    right: -22px;
  }
}
.glide-wrapper .glide.map {
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map {
    margin-bottom: 0;
  }
}
.glide-wrapper .glide.map .glide__slides {
  justify-content: center;
}
.glide-wrapper .glide.map .glide__slide {
  flex-direction: column;
  opacity: 0.4;
  width: 136px;
  height: 136px;
}
@media (max-width: 639px) {
  .glide-wrapper .glide.map .glide__slide {
    width: 122px;
    height: auto !important;
  }
  .glide-wrapper .glide.map .glide__slide img {
    height: 122px !important;
  }
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__slide {
    width: 195px;
    height: 338px;
  }
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide {
    width: 196px;
    height: 352px;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide {
    width: 250px;
    height: 512px;
  }
}
.glide-wrapper .glide.map .glide__slide .glide__slide__title {
  font-weight: var(--treeapp-semibold);
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  }
@media (min-width: 768px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__title {
    font-size: 21px;
    line-height: 30px;
  }
}
.glide-wrapper .glide.map .glide__slide img {
  width: 136px;
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide img {
    width: 196px;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide img {
    width: 270px;
  }
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner {
  position: relative;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin {
  position: absolute;
  display: block;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: var(--treeapp-primary) url(/assets/images/icons/pin.svg) no-repeat center;
  background-size: 8px auto;
  border-radius: 50%;
  border: 1px solid #B8DC7F;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin:before {
    width: 25px;
    height: 25px;
    background-size: 12px auto;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin:before {
    width: 35px;
    height: 35px;
    background-size: 16px auto;
  }
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__haiti {
  top: 5%;
  left: 36%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__peru {
  top: 43%;
  left: 34%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__brazil {
  top: 36%;
  left: 57%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__nepal {
  top: 46%;
  left: 35%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__indonesia {
  top: 68%;
  left: 54%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__guinea {
  top: 36%;
  left: 17%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__ethiopia {
  top: 35%;
  left: 65%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__tanzania {
  top: 50%;
  left: 60%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__burundi {
  top: 53%;
  left: 53%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__mozambique {
  top: 61%;
  left: 62%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__madagascar {
  top: 64%;
  left: 75%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__kenya {
  top: 44%;
  left: 72%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__uk {
  top: 30%;
  left: 20%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__wales {
  top: 30%;
  left: 20%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin.pin__ecuador {
  top: 30%;
  left: 30%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data {
  display: none;
  position: absolute;
  left: 42px;
  top: -50px;
  z-index: 1;
  padding: 22px;
  width: 205px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  text-align: left;
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data {
    left: 88px;
    top: -30px;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data {
    padding: 24px;
    width: 377px;
  }
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data .heading2 {
  margin-bottom: 8px;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data .heading2 img {
  display: inline-block;
  margin-left: 10px;
  width: 45px !important;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data p {
  margin-bottom: 0;
  font-weight: var(--treeapp-semibold);
  font-size: 15px;
  line-height: 21px;
  }
.glide-wrapper .glide.map .glide__slide--active {
  position: relative;
  opacity: 1;
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__slide--active {
    width: 227px !important;
    height: 350px !important;
  }
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide--active {
    width: 326px !important;
    height: auto !important;
  }
}
.glide-wrapper .glide.map .glide__slide--active .glide__slide__inner {
  width: 227px !important;
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner {
    width: 326px !important;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner {
    width: 350px !important;
  }
}
.glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:before {
  width: 30px;
  height: 30px;
  background-size: 13px auto;
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:before {
    width: 43px;
    height: 43px;
    background-size: 19px auto;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:before {
    width: 60px;
    height: 60px;
    background-size: 26px auto;
  }
}
.glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:hover:before {
  transform: scale(1.5);
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:hover .pin__data {
    display: block;
  }
}
@media (max-width: 639px) {
  .glide-wrapper .glide.map .glide__slide--active img {
    margin: 0 auto;
    width: 204px !important;
    height: 204px !important;
  }
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__slide--active img {
    width: 227px !important;
  }
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide--active img {
    width: 326px !important;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide--active img {
    width: 350px !important;
  }
}
.glide-wrapper .glide.map .glide__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  padding-top: 10px;
}
@media (max-width: 639px) {
  .glide-wrapper .glide.map .glide__bullets {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__bullets {
    padding-top: 120px;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__bullets {
    padding-top: 30px;
  }
}
.glide-wrapper .glide.map .glide__bullets .glide__bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #C4C4C4;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
.glide-wrapper .glide.map .glide__bullets .glide__bullet.glide__bullet--active {
  width: 13px;
  height: 13px;
  background: var(--treeapp-primary);
}
.glide-wrapper.glide-wrapper--profile {
  margin: 0 28px;
}
@media (max-width: 767px) {
  .glide-wrapper .multi img {
    width: 70% !important;
    object-fit: contain;
  }
}

.glide-wrapper.news-slider .glide__slides {
  align-items: flex-start;
}
.glide-wrapper.news-slider .glide__slide {
  height: auto;
}
.glide-wrapper.news-slider .glide__bullets {
  position: static;
  margin: 0;
  transform: none;
}
.glide-wrapper.news-slider .glide__bullets .glide__bullet {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  background: #E4E4E4;
  border-radius: 50%;
  box-shadow: none;
  overflow: hidden;
}
.glide-wrapper.news-slider .glide__bullets .glide__bullet.glide__bullet--active {
  background: #878787;
}
.glide-wrapper.news-slider .glide__bullets .glide__bullet:hover, .glide-wrapper.news-slider .glide__bullets .glide__bullet:focus {
  border: none;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
}
.glide--dragging {
  cursor: grabbing;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.section .section__inner-wide--map {
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 639px) {
  .section .section__inner-wide--map {
    padding: 0;
    max-width: 560px;
  }
}

@media (min-width: 640px) {
  .glide-wrapper {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .glide-wrapper.glide-wrapper--full, .glide-wrapper.news-slider {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .glide-wrapper {
    margin: 0 37px;
  }
}
@media (min-width: 640px) {
  .glide-wrapper.glide-wrapper--full .glide__arrow--prev {
    margin-left: -26px;
  }
  .glide-wrapper.glide-wrapper--full .glide__arrow--next {
    margin-right: -26px;
  }
}
.glide-wrapper .glide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
}

.glide-wrapper .glide__slide .collapse-content p {
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: var(--treeapp-dark-grey);
}


.glide-wrapper .glide__arrows--wrapper {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.glide-wrapper .glide__arrows {
  position: absolute;
  width: 100%;
}
.glide-wrapper .glide__arrow {
  top: 0;
  padding: 0;
  width: 8px;
  height: 13px;
  background: url(/assets/images/icons/arrow-slider.svg) no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(0%) !important;
}
@media (min-width: 640px) {
  .glide-wrapper .glide__arrow {
    width: 18px;
    height: 28px;
  }
}
@media (max-width: 639px) {
  .glide-wrapper .glide__arrow.glide__arrow--prev {
    left: -22px;
  }
}
.glide-wrapper .glide__arrow.glide__arrow--next {
  right: 0;
  transform: rotate(180deg) !important;
}
@media (max-width: 639px) {
  .glide-wrapper .glide__arrow.glide__arrow--next {
    right: -22px;
  }
}
.glide-wrapper .glide.map {
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map {
    margin-bottom: 0;
  }
}
.glide-wrapper .glide.map .glide__slides {
  justify-content: center;
}
.glide-wrapper .glide.map .glide__slide {
  flex-direction: column;
  opacity: 0.4;
  width: 136px;
  height: 136px;
}
@media (max-width: 639px) {
  .glide-wrapper .glide.map .glide__slide {
    width: 122px;
    height: auto !important;
  }
  .glide-wrapper .glide.map .glide__slide img {
    height: 122px !important;
  }
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__slide {
    width: 195px;
    height: 338px;
  }
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide {
    width: 196px;
    height: 352px;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide {
    width: 250px;
    height: 512px;
  }
}
.glide-wrapper .glide.map .glide__slide .glide__slide__title {
  margin-bottom: 15px;
  font-weight: var(--treeapp-semibold);
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  }
@media (min-width: 768px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__title {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 30px;
  }
}
.glide-wrapper .glide.map .glide__slide img {
  width: 136px;
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide img {
    width: 196px;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide img {
    width: 270px;
  }
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner {
  position: relative;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin {
  position: absolute;
  display: block;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: var(--treeapp-primary) url(/assets/images/icons/pin.svg) no-repeat center;
  background-size: 8px auto;
  border-radius: 50%;
  border: 1px solid #B8DC7F;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin:before {
    width: 25px;
    height: 25px;
    background-size: 12px auto;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin:before {
    width: 35px;
    height: 35px;
    background-size: 16px auto;
  }
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data {
  display: none;
  position: absolute;
  left: 42px;
  top: -50px;
  z-index: 1;
  padding: 22px;
  width: 205px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  text-align: left;
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data {
    left: 88px;
    top: -30px;
    padding: 30px;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data {
    width: 377px;
  }
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data .heading2 {
  margin-bottom: 8px;
  padding: 0;
  text-align: left;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data .heading2 img {
  display: inline-block;
  margin-left: 10px;
  width: 45px !important;
}
.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data p {
  margin-bottom: 0;
  font-weight: var(--treeapp-semibold);
  font-size: 15px;
  line-height: 21px;
  }
.glide-wrapper .glide.map .glide__slide--active {
  position: relative;
  opacity: 1;
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__slide--active {
    width: 227px !important;
    height: 350px !important;
  }
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide--active {
    width: 326px !important;
    height: auto !important;
  }
}
.glide-wrapper .glide.map .glide__slide--active .glide__slide__inner {
  width: 227px !important;
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner {
    width: 326px !important;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner {
    width: 350px !important;
  }
}
.glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:before {
  width: 30px;
  height: 30px;
  background-size: 13px auto;
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:before {
    width: 43px;
    height: 43px;
    background-size: 19px auto;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:before {
    width: 60px;
    height: 60px;
    background-size: 26px auto;
  }
}
.glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:hover:before {
  transform: scale(1.5);
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__slide--active .glide__slide__inner .pins .pin:hover .pin__data {
    display: block;
  }
}
@media (max-width: 639px) {
  .glide-wrapper .glide.map .glide__slide--active img {
    margin: 0 auto;
    width: 204px !important;
    height: 204px !important;
  }
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__slide--active img {
    width: 227px !important;
  }
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__slide--active img {
    width: 326px !important;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__slide--active img {
    width: 350px !important;
  }
}
.glide-wrapper .glide.map .glide__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  padding-top: 37px;
}
@media (min-width: 640px) {
  .glide-wrapper .glide.map .glide__bullets {
    margin-top: -20px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .glide-wrapper .glide.map .glide__bullets {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .glide-wrapper .glide.map .glide__bullets {
    padding-top: 40px;
  }
}
@media (min-width: 1270px) {
  .glide-wrapper .glide.map .glide__bullets {
    padding-top: 0;
  }
}
.glide-wrapper .glide.map .glide__bullets .glide__bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #C4C4C4;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
.glide-wrapper .glide.map .glide__bullets .glide__bullet.glide__bullet--active {
  width: 13px;
  height: 13px;
  background: var(--treeapp-primary);
}
.glide-wrapper.glide-wrapper--profile {
  margin: 0 28px;
}

@media (max-width: 639px) {
  .glide-wrapper--map {
    overflow: hidden;
    width: 100%;
    margin: 0;
  }
}

.map {
  position: relative;
  margin: 0 auto;
  background-size: 100% auto;
}
@media (max-width: 639px) {
  .map {
    height: auto;
    margin: 0 -85px;
    width: calc(100% + 170px) !important;
  }
}
@media (min-width: 768px) {
  .map {
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .map {
    height: auto;
  }
}
@media (min-width: 1270px) {
  .map {
    width: 1150px;
    height: 450px;
  }
}
.map .map__pin {
  position: absolute;
  width: 11px !important;
  height: 11px !important;
  background: url(/assets/images/icons/pin.svg) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.map .map__pin + .tooltip > .tooltip-inner {
  background-color: var(--treeapp-dark-grey);
  border-radius: 11px;
}
.map .map__pin + .tooltip > .tooltip-arrow {
  border-bottom-color: var(--treeapp-dark-grey);
}
@media (min-width: 768px) {
  .map .map__pin {
    width: 17px !important;
    height: 17px !important;
  }
}
@media (min-width: 1025px) {
  .map .map__pin {
    width: 30px !important;
    height: 30px !important;
  }
}
.map .map__pin:hover {
  background-image: url(/assets/images/icons/pin-hover.svg);
}
.map .map__pin:focus {
  outline: none;
}
.map .map__pin a {
  display: block;
  height: 100%;
}
.map .map__pin.map__brazil {
  top: 68%;
  left: 32%;
}
.map .map__pin.map__haiti {
  top: 51%;
  left: 26%;
}
.map .map__pin.map__peru {
  top: 69%;
  left: 25%;
}
.map .map__pin.map__guinea {
  top: 57%;
  left: 43%;
}
.map .map__pin.map__madagascar {
  top: 74%;
  left: 59%;
}
.map .map__pin.map__kenya {
  top: 63%;
  left: 57%;
}
.map .map__pin.map__ethiopia {
  top: 55%;
  left: 56%;
}
.map .map__pin.map__burundi {
  top: 64%;
  left: 54%;
}
.map .map__pin.map__nepal {
  top: 48%;
  left: 69%;
}
.map .map__pin.map__indonesia {
  top: 62%;
  left: 78%;
}
.map .slick-list {
  height: 100% !important;
  position: relative;
}
.map .slick-list .slick-track {
  width: 100% !important;
  height: 100%;
  transform: translate3d(0, 0, 0) !important;
}

.carousel-maps {
  background: var(--treeapp-white);
}

.carousel-maps .carousel-maps__header,
.glide .carousel-maps__header {
  position: relative;
}
.carousel-maps .carousel-item-next .carousel-control-prev,
.carousel-maps .carousel-item-next .carousel-control-next,
.carousel-maps .carousel-item-start .carousel-control-prev,
.carousel-maps .carousel-item-start .carousel-control-next,
.carousel-maps .carousel-item-prev .carousel-control-prev,
.carousel-maps .carousel-item-prev .carousel-control-next,
.carousel-maps .carousel-item-end .carousel-control-prev,
.carousel-maps .carousel-item-end .carousel-control-next,
.glide .carousel-item-next .carousel-control-prev,
.glide .carousel-item-next .carousel-control-next,
.glide .carousel-item-start .carousel-control-prev,
.glide .carousel-item-start .carousel-control-next,
.glide .carousel-item-prev .carousel-control-prev,
.glide .carousel-item-prev .carousel-control-next,
.glide .carousel-item-end .carousel-control-prev,
.glide .carousel-item-end .carousel-control-next {
  display: none;
}
.carousel-maps .carousel-control-prev,
.carousel-maps .carousel-control-next,
.glide .carousel-control-prev,
.glide .carousel-control-next {
  display: flex;
  align-items: center;
  top: 42px;
  bottom: auto;
  width: auto;
  background: none;
  border: none;
  font-weight: var(--treeapp-semibold);
  font-size: 13px;
  line-height: 18px;
    opacity: 1;
  color: var(--treeapp-dark-grey);
}
@media (min-width: 640px) {
  .carousel-maps .carousel-control-prev,
.carousel-maps .carousel-control-next,
.glide .carousel-control-prev,
.glide .carousel-control-next {
    top: 60px;
  }
}
@media (min-width: 768px) {
  .carousel-maps .carousel-control-prev,
.carousel-maps .carousel-control-next,
.glide .carousel-control-prev,
.glide .carousel-control-next {
    top: 72px;
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1024px) {
  .carousel-maps .carousel-control-prev,
.carousel-maps .carousel-control-next,
.glide .carousel-control-prev,
.glide .carousel-control-next {
    top: 60px;
  }
}
.carousel-maps .carousel-control-prev span,
.carousel-maps .carousel-control-next span,
.glide .carousel-control-prev span,
.glide .carousel-control-next span {
  display: inline;
}
@media (min-width: 640px) {
  .carousel-maps .carousel-control-prev span,
.carousel-maps .carousel-control-next span,
.glide .carousel-control-prev span,
.glide .carousel-control-next span {
    display: inline;
  }
}
.carousel-maps .carousel-control-prev,
.glide .carousel-control-prev {
  left: 26px;
}
.carousel-maps .carousel-control-prev:before,
.glide .carousel-control-prev:before {
  content: "";
  margin-right: 10px;
  width: 12px;
  height: 19px;
  background: url(/assets/images/icons/arrow-slider.svg) no-repeat 0 center;
  background-size: contain;
}
@media (min-width: 768px) {
  .carousel-maps .carousel-control-prev:before,
.glide .carousel-control-prev:before {
    width: 18px;
    height: 26px;
  }
}
@media (min-width: 640px) {
  .carousel-maps .carousel-control-prev,
.glide .carousel-control-prev {
    left: 81px;
  }
}
@media (min-width: 1024px) {
  .carousel-maps .carousel-control-prev,
.glide .carousel-control-prev {
    left: 111px;
  }
}
@media (min-width: 1270px) {
  .carousel-maps .carousel-control-prev,
.glide .carousel-control-prev {
    left: 30px;
  }
}
.carousel-maps .carousel-control-next,
.glide .carousel-control-next {
  right: 26px;
}
.carousel-maps .carousel-control-next:after,
.glide .carousel-control-next:after {
  content: "";
  margin-left: 10px;
  width: 12px;
  height: 19px;
  background: url(/assets/images/icons/arrow-slider.svg) no-repeat 0 center;
  background-size: contain;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .carousel-maps .carousel-control-next:after,
.glide .carousel-control-next:after {
    width: 18px;
    height: 26px;
  }
}
@media (min-width: 640px) {
  .carousel-maps .carousel-control-next,
.glide .carousel-control-next {
    right: 81px;
  }
}
@media (min-width: 1024px) {
  .carousel-maps .carousel-control-next,
.glide .carousel-control-next {
    right: 111px;
  }
}
@media (min-width: 1270px) {
  .carousel-maps .carousel-control-next,
.glide .carousel-control-next {
    right: 30px;
  }
}
@media (min-width: 640px) {
  .carousel-maps .carousel-maps__header,
.glide .carousel-maps__header {
    margin-bottom: 64px;
  }
}
.carousel-maps .carousel-maps__header .heading2,
.glide .carousel-maps__header .heading2 {
  margin: 0;
  font-weight: var(--treeapp-semibold);
  font-size: 29px;
  line-height: 40px;
    color: var(--treeapp-primary);
}
@media (min-width: 768px) {
  .carousel-maps .carousel-maps__header .heading2,
.glide .carousel-maps__header .heading2 {
    font-size: 35px;
    line-height: 48px;
  }
}
.carousel-maps .carousel-maps__header p,
.glide .carousel-maps__header p {
  margin: 0;
  font-weight: var(--treeapp-semibold);
  font-size: 15px;
  line-height: 20px;
  }
@media (min-width: 768px) {
  .carousel-maps .carousel-maps__header p,
.glide .carousel-maps__header p {
    font-size: 19px;
    line-height: 26px;
  }
}
.carousel-maps .our-work-section-wrapper,
.glide .our-work-section-wrapper {
  padding: 52px 14px 47px;
  background: var(--treeapp-white);
}
@media (min-width: 640px) {
  .carousel-maps .our-work-section-wrapper,
.glide .our-work-section-wrapper {
    margin: 0 auto 60px;
    padding: 35px 34px;
    max-width: 558px;
    background: #FBFBFB;
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  .carousel-maps .our-work-section-wrapper,
.glide .our-work-section-wrapper {
    max-width: 606px;
  }
}
@media (min-width: 1024px) {
  .carousel-maps .our-work-section-wrapper,
.glide .our-work-section-wrapper {
    max-width: 802px;
  }
}
@media (min-width: 992px) {
  .carousel-maps .our-work-section-wrapper,
.glide .our-work-section-wrapper {
    padding: 52px 44px;
  }
}
@media (min-width: 1270px) {
  .carousel-maps .our-work-section-wrapper,
.glide .our-work-section-wrapper {
    padding: 53px 50px 53px 37px;
    max-width: 1022px;
  }
}
.carousel-maps .our-work-section,
.glide .our-work-section {
  text-align: left;
}
@media (min-width: 640px) {
  .carousel-maps .our-work-section,
.glide .our-work-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
  }
}
.carousel-maps .our-work-section .our-work-section__content,
.glide .our-work-section .our-work-section__content {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .carousel-maps .our-work-section .our-work-section__content,
.glide .our-work-section .our-work-section__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .carousel-maps .our-work-section .our-work-section__content .our-work-section__content__inner,
.glide .our-work-section .our-work-section__content .our-work-section__content__inner {
    margin-right: 63px;
    max-width: 271px;
  }
}
@media (min-width: 1024px) {
  .carousel-maps .our-work-section .our-work-section__content .our-work-section__content__inner,
.glide .our-work-section .our-work-section__content .our-work-section__content__inner {
    margin-right: 34px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .carousel-maps .our-work-section .our-work-section__content,
.glide .our-work-section .our-work-section__content {
    display: block;
  }
}
@media (min-width: 1270px) {
  .carousel-maps .our-work-section .our-work-section__content,
.glide .our-work-section .our-work-section__content {
    max-width: 536px;
  }
  .carousel-maps .our-work-section .our-work-section__content .our-work-section__content__inner,
.glide .our-work-section .our-work-section__content .our-work-section__content__inner {
    margin-right: 50px;
  }
}

.our-work-section__content__inner a {
  text-decoration: underline;
}

.carousel-maps .our-work-section .heading4--secondary,
.glide .our-work-section .heading4--secondary {
  margin-bottom: 15px;
  font-weight: var(--treeapp-semibold);
  font-size: 23px;
  line-height: 32px;
  }
@media (min-width: 640px) {
  .carousel-maps .our-work-section .heading4--secondary,
.glide .our-work-section .heading4--secondary {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1270px) {
  .carousel-maps .our-work-section .heading4--secondary,
.glide .our-work-section .heading4--secondary {
    margin-bottom: 15px;
  }
}
.carousel-maps .our-work-section p,
.glide .our-work-section p {
  font-size: 15px;
  line-height: 24px;
}
.carousel-maps .our-work-section p:last-child,
.glide .our-work-section p:last-child {
  margin-bottom: 0;
}
.carousel-maps .our-work-section .our-work-section__list,
.glide .our-work-section .our-work-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding: 35px 34px 30px;
  background: var(--treeapp-white);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.03);
  border-radius: 9px;
}
@media (max-width: 639px) {
  .carousel-maps .our-work-section .our-work-section__list,
.glide .our-work-section .our-work-section__list {
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  .carousel-maps .our-work-section .our-work-section__list,
.glide .our-work-section .our-work-section__list {
    margin-top: 0;
    padding: 35px 29px 34px;
    width: 156px;
  }
}
@media (min-width: 720px) {
  .carousel-maps .our-work-section .our-work-section__list,
.glide .our-work-section .our-work-section__list {
    float: left;
  }
}
@media (min-width: 1024px) {
  .carousel-maps .our-work-section .our-work-section__list,
.glide .our-work-section .our-work-section__list {
    padding: 20px 34px 15px;
    margin-top: 20px;
    width: 315px;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
@media (min-width: 1270px) {
  .carousel-maps .our-work-section .our-work-section__list,
.glide .our-work-section .our-work-section__list {
    width: 320px;
    margin-top: 20px
  }
}
.carousel-maps .our-work-section .our-work-section__list li,
.glide .our-work-section .our-work-section__list li {
  width: 48%;
  text-align: center;
}
.carousel-maps .our-work-section .our-work-section__list li img,
.glide .our-work-section .our-work-section__list li img {
  margin: 0 auto;
  width: auto;
  height: 77px;
}
@media (min-width: 640px) {
  .carousel-maps .our-work-section .our-work-section__list li,
.glide .our-work-section .our-work-section__list li {
    width: 100%;
  }
  .carousel-maps .our-work-section .our-work-section__list li:not(:last-child),
.glide .our-work-section .our-work-section__list li:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .carousel-maps .our-work-section .our-work-section__list li,
.glide .our-work-section .our-work-section__list li {
    margin-bottom: 0;
    width: 100%;
  }
  .carousel-maps .our-work-section .our-work-section__list li:not(:last-child),
.glide .our-work-section .our-work-section__list li:not(:last-child) {
    margin-bottom: 0;
  }
}

.our-work-section .our-work-section__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding-top: 36px;
  padding-left: 34px;
  text-align: start;
}

@media(min-width: 720px) {
  .our-work-section .our-work-section__row {
    padding-left: initial;
  }
}

.our-work-section .our-work-section__row img {
  height: 60px;
  width: 60px;
  border-radius: 2px;
}

.carousel-maps .our-work-section .our-work-section__map,
.glide .our-work-section .our-work-section__map {
  display: none;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .carousel-maps .our-work-section .our-work-section__map,
.glide .our-work-section .our-work-section__map {
    width: 315px;
    flex: 0 0 315px;
    height: 315px;
  }
}
@media (min-width: 992px) {
  .carousel-maps .our-work-section .our-work-section__map,
.glide .our-work-section .our-work-section__map {
    display: block;
  }
}
@media (min-width: 1270px) {
  .carousel-maps .our-work-section .our-work-section__map,
.glide .our-work-section .our-work-section__map {
    width: 320px;
    flex: 0 0 320px;
    height: 320px;
  }
}
.carousel-maps .our-work-section .our-work-section__map img,
.glide .our-work-section .our-work-section__map img {
  height: 100%;
  object-fit: cover;
}
.carousel-maps .carousel-maps__image,
.glide .carousel-maps__image {
  overflow: hidden;
  margin: 0;
  height: 386px;
  border-radius: 8px;
}

.carousel-maps .carousel-maps-sites__image {
  overflow: hidden;
  margin: 0;
  height: 400px;
  border-radius: 8px;
}

.carousel-maps .carousel-maps-sites__image {
  position: relative;
}

.carousel-maps .carousel-maps-sites__image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 640px) {
  .carousel-maps .carousel-maps__image,
  .carousel-maps .carousel-maps-sites__image,
.glide .carousel-maps__image {
    height: 312px;
  }
}
@media (min-width: 768px) {
  .carousel-maps .carousel-maps__image,
  .carousel-maps .carousel-maps-sites__image,
.glide .carousel-maps__image {
    height: 447px;
  }
}
@media (min-width: 1024px) {
  .carousel-maps .carousel-maps__image,
  .carousel-maps .carousel-maps-sites__image,
.glide .carousel-maps__image {
    height: 312px;
  }
}
@media (min-width: 1270px) {
  .carousel-maps .carousel-maps__image,
  .carousel-maps .carousel-maps-sites__image,
.glide .carousel-maps__image {
    height: 400px;
  }
}
.carousel-maps .carousel-maps__image img,
.carousel-maps .carousel-maps-sites__image img,
.glide .carousel-maps__image img {
  height: 100%;
  object-fit: cover;
}

.carousel-maps .carousel-maps-sites__image_caption {
  text-align: start;
  position: absolute;
  left: 30px;
  top: 40px;
  width: 300px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--treeapp-white);
  z-index: 100;
  border-left: 2px solid var(--treeapp-primary);
  padding-left: 10px;
}

@media(min-width: 720px) {
  .carousel-maps .carousel-maps-sites__image_caption {
    width: 400px;
  }
}

.glide-list-specs .glide__slide {
  display: block;
  padding: 20px 14px;
  min-height: 335px;
}
.glide-list-specs .glide__slide:before {
  height: 54px;
}
.glide-list-specs .glide__slide .heading4 {
  font-size: 15px;
  line-height: 20px;
}
.glide-list-specs .glide__slide p {
  font-size: 13px;
  line-height: 20px;
}

.carousel-inner {
  overflow: visible;
}
.carousel-inner .carousel-maps__header {
  top: -88px;
}
.carousel-inner .carousel-maps__header .carousel-maps .carousel-control-prev,
.carousel-inner .carousel-maps__header .carousel-maps .carousel-control-next,
.carousel-inner .carousel-maps__header .glide .carousel-control-prev,
.carousel-inner .carousel-maps__header .glide .carousel-control-next {
  top: 0;
}

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

.treeplanting-navigation {
  flex-direction: row;
  justify-content: center;
  background: var(--treeapp-white);
  border-bottom: #E4E4E4 solid 1px;
  font-size: 14px;
  line-height: 24px;
  color: #C4C4C4;
  display: none;
  padding-top: 12px;
}

@media(min-width: 720px) {
  .treeplanting-navigation {
    display: flex;
  }
}

.treeplanting-navigation .treeplanting-navigation__item a {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #BABABA;
}

.treeplanting-navigation .treeplanting-navigation__item .active {
  color: var(--treeapp-primary);
  border-bottom: var(--treeapp-primary) solid 2px;
}

.nav-tabs {
  border: none;
}

.nav-link.active {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: var(--treeapp-primary) solid 2px;
}

.nav-link:hover {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: var(--treeapp-primary) solid 2px;
}

.section--treeplanting-principles {
  padding-top: 26px;
  padding-bottom: 26px;
}

@media(min-width: 720px) {
  .section--treeplanting-principles {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(min-width: 1280px) {
  .section--treeplanting-principles {
    padding-left: 132px;
    padding-right: 132px;
  }
}

.section--treeplanting-principles .treeplanting-principles {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .section--treeplanting-principles .treeplanting-principles {
    flex-direction: row;
    margin-top: 10px;
  }
}

.section--treeplanting-principles .treeplanting-principles>div {
  max-width: none;
  margin-left: 35px;
  margin-right: 35px;
  text-align: start;
  font-size: 15px;
  line-height: 24px;
}

@media(min-width: 720px) {
  .section--treeplanting-principles .treeplanting-principles>div {
    margin-left: 120px;
    margin-right: 120px;
  }
}

@media(min-width: 1024px) {
  .section--treeplanting-principles .treeplanting-principles>div {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.section--treeplanting-principles .treeplanting-principles>div>div {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-bottom: 30px;
}

.section--treeplanting-principles .treeplanting-principles h4 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}

.section--treeplanting-principles .treeplanting-principles p {
  font-size: 15px;
  line-height: 24px;
}

.section--treeplanting-principles .treeplanting-principles img {
  width: 56px;
  padding-right: 10px;
}

.section--why-trees {
  padding: 30px 17px 7px;
}

@media(min-width: 720px) {
  .section--why-trees {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section--why-trees h2,
.section--treeplanting-principles h2{
  font-weight: var(--treeapp-semibold);
  font-size: 29px;
  line-height: 40px;
  padding-bottom: 36px;
  margin-bottom: 0;
}

@media(min-width: 720px) {
  .section--why-trees h2,
  .section--treeplanting-principles h2 {
    padding-bottom: 24px;
  }
}

@media(min-width: 1024px) {
  .section--why-trees h2,
  .section--treeplanting-principles h2{
    font-size: 35px;
    line-height: 48px;
    padding-bottom: 48px;
  }
}

.section--why-trees h4 {
  font-weight: var(--treeapp-semibold);
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 20px;
}

@media(min-width: 720px) {
  .section--why-trees h4 {
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 45px;
  }
}

.list-values li.list-values__acknowledge h3:before {
  background-image: url(/assets/images/icons/planet-with-trees.svg);
}
.list-values li.list-values__monitor h3:before {
  background-image: url(/assets/images/icons/monitor.svg);
}
.list-values li.list-values__measure h3:before {
  background-image: url(/assets/images/icons/measure.svg);
}

.list-values li.list-values__acknowledge div,
.list-values li.list-values__monitor div,
.list-values li.list-values__measure div {
  text-align: center;
}

@media(min-width: 720px) {
  .list-values li.list-values__acknowledge div,
  .list-values li.list-values__monitor div,
  .list-values li.list-values__measure div {
    text-align: start;
  }
}

.section--partners, .section--uk-planting {
  padding: 40px 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-no-display {
  display: none;
}
@media(min-width: 720px) {
  .mobile-no-display {
    display: initial;
  }
}

.tablet-no-display {
  display: none;
}

@media(min-width: 1024px) {
  .tablet-no-display {
    display: initial;
  }
}

@media(min-width: 720px) {
  .mobile-display {
    display: none !important;
  }
}

.section--partners h2 {
  font-size: 29px;
  line-height: 40px;
}

.section--partners img {
  max-width: 560px;
}

.section--partners h5 {
  font-weight: var(--treeapp-semibold);
  font-size: 15px;
  line-height: 20px;
}

@media(min-width: 720px) {
  .section--partners {
    padding-top: 64px;
  }
}


@media(min-width: 1280px) {
  .section--uk-planting {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}

.section--partners .partners-row,
.section--uk-planting .uk-planting-row{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
}
.section--partners .partners-row h3 {
  font-size: 23px;
  line-height: 32px;
  padding-top: 50px;
}

@media(min-width: 720px) {
  .section--partners .partners-row,
  .section--uk-planting .uk-planting-row{
    flex-direction: row;
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(min-width: 1024px) {
  .section--partners .partners-row,
  .section--uk-planting .uk-planting-row{
    padding: 25px 56px;
    max-width: 1040px;
  }
  .section--partners .partners-row h3 {
    font-size: 28px;
    line-height: 40px;
    padding-left: 100px;
  }
}

.section--impact-report .impact-report-row {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.section--impact-report .impact-report-row__content {
  font-size: 15px;
  line-height: 24px;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media(min-width: 720px) {
  .section--impact-report .impact-report-row__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

.section--partners .partners-choice-process {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.section--partners .partners-choice-criteria {
  background: var(--treeapp-white);
  border: #D9EEC9 solid 1px;
  border-radius: 8px;
  max-width: 360px;
  padding: 0 20px 20px;
}

.section--partners .green-vertical-line {
  content: "";
  background-color: var(--treeapp-primary);
  height: 40px;
  width: 2px;
  position: relative;
  left: calc(50%);
  top: -3px;
  z-index: -1
}

.section--partners .partners-choice-criteria img {
  width: 33px;
  height: 33px;
  display: block;
  position: relative;
  left: calc(50% - 33px/2);
  top: -16px;
  z-index: 1000;
}

.uk-planting-content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  gap: 16px;
}

@media(min-width: 720px) {
  .uk-planting-content div {
      flex-direction: row;
  }
}

.uk-planting-content p {
  font-size: 21px;
  line-height: 30px;
}

@media(min-width: 720px) {
  .uk-planting-content p {
    font-size: 15px;
    line-height: 24px;
  }
}

.uk-planting-content div h2 {
  margin-bottom: 0;
  font-size: 29px;
  line-height: 40px;
}

@media(min-width: 720px) {
  .uk-planting-content div h2 {
    font-size: 35px;
    line-height: 48px;
  }
}

.uk-planting-content div img {
  width: 40px;
  height: 20px;
  display: block;
  background-image: url(/assets/images/flags/flag-uk.svg);
}

.uk-planting-content a {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-decoration-line: underline;
}

.section--uk-planting .uk-planting-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section--impact-report img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}

@media(min-width: 720px) {
  .section--impact-report img {
    width: 324px;
    height: 319px;
  }
}

@media(min-width: 1024px) {
  .section--impact-report img {
    width: 468px;
    height: 404px;
  }
}

@media(min-width: 1280px) {
  .section--impact-report img {
    width: 586px;
    height: 506px;
  }
}

.section--impact-report h1 {
  padding-bottom: 46px;
  margin-bottom: 0;
}

.section--impact-report h3 {
  padding-bottom: 14px;
  margin-bottom: 0;
}

@media(min-width: 720px) {
  .section--impact-report p{
    padding-bottom: 0;
  }
}

.section--impact-report a {
  width: 180px;
}

.section--impact-report h1,
.section--impact-report h3,
.section--impact-report p{
  text-align: center;
}

.section--impact-report h1 {
  font-size: 29px;
  line-height: 40px;
  padding-bottom: 24px;
}
.section--impact-report h3 {
  font-size: 17px;
  line-height: 24px;
  font-weight: var(--treeapp-semibold);
}
.section--impact-report p{
  font-size: 15px;
  line-height: 24px;
}

@media(min-width: 720px) {
  .section--impact-report h1,
  .section--impact-report h3,
  .section--impact-report p{
    text-align: start;
  }
}

@media(min-width: 1024px) {
  .section--impact-report h1{
    font-size: 35px;
    line-height: 48px;
  }
  .section--impact-report h3{
    font-size: 21px;
    line-height: 30px;
  }
}

@media(min-width: 1280px) {
  .section--impact-report h1{
    font-size: 45px;
    line-height: 56px;
  }
  .section--impact-report h3{
    font-size: 28px;
    line-height: 40px;
  }
}


@media(min-width: 720px) {
  .section--impact-report .impact-report-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .section--impact-report .impact-report-row  div{
    padding-left: 40px;
  }
}

@media(min-width: 1024px) {
  .section--impact-report .impact-report-row  div{
    padding-left: 76px;
  }
}

@media(min-width: 1280px) {
  .section--impact-report .impact-report-row  div{
    padding-left: 108px;
  }
}

.treeplanting-navigation.sticky-top {
  z-index: 1030
}

.tooltip {
  z-index: 1020
}

.section--about-us .section--impact-report {
  padding: 60px 0;
  background: #FBFBFB;
}
.section--about-us .section--impact-report .section__inner:after {
  content: "";
  display: block;
  border-radius: 20px;
  background: url(/assets/images/icons/impact-img.jpg) no-repeat center;
  background-size: 100% auto;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section--about-us .section--impact-report .section__inner:after {
    margin-bottom: 30px;
    width: 287px;
    height: 160px;
    align-self: center;
  }
}
@media (min-width: 640px) {
  .section--about-us .section--impact-report .section__inner {
    max-width: 544px;
  }
}
@media (min-width: 992px) {
  .section--about-us .section--impact-report .section__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 802px;
    text-align: left;
  }
  .section--about-us .section--impact-report .section__inner:after {
    margin: 0;
    width: 350px;
    height: 196px;
  }
}
@media (min-width: 1270px) {
  .section--about-us .section--impact-report .section__inner {
    max-width: 1022px;
  }
  .section--about-us .section--impact-report .section__inner:after {
    width: 399px;
    height: 223px;
  }
}
.section--about-us .section--impact-report .section--impact-report__inner {
  margin: 0 auto 30px;
  padding: 0 47px;
  max-width: 430px;
}
@media (min-width: 640px) {
  .section--about-us .section--impact-report .section--impact-report__inner {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section--about-us .section--impact-report .section--impact-report__inner {
    margin: 0;
    padding: 0;
    max-width: 418px;
  }
}
@media (min-width: 1270px) {
  .section--about-us .section--impact-report .section--impact-report__inner {
    max-width: 545px;
  }
}
.section--about-us .section--impact-report .section--impact-report__inner .button.button--rounded {
  padding: 10px 32px;
}
@media (max-width: 991px) {
  .section--about-us .section--impact-report .section--impact-report__inner .button.button--rounded {
    display: none;
  }
}
.section--about-us .section--impact-report .heading3 {
  font-weight: var(--treeapp-semibold);
  font-size: 36px !important;
  line-height: 48px !important;
    color: var(--treeapp-primary);
}
@media (min-width: 992px) {
  .section--about-us .section--impact-report .heading3 {
    max-width: 334px;
    font-size: 45px !important;
    line-height: 56px !important;
  }
}
@media (min-width: 1270px) {
  .section--about-us .section--impact-report .heading3 {
    max-width: none;
  }
}
.section--about-us .section--impact-report .heading4--secondary {
  margin: 0 auto 24px;
  font-weight: var(--treeapp-semibold);
  font-size: 23px;
  line-height: 32px;
    color: var(--treeapp-dark-grey);
}
@media (min-width: 992px) {
  .section--about-us .section--impact-report .heading4--secondary {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 40px;
  }
}
.section--about-us .section--impact-report p {
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .section--about-us .section--impact-report p {
    margin-bottom: 30px;
  }
}
.section--about-us .section--impact-report .section--impact-report__button {
  text-align: center;
}
@media (min-width: 992px) {
  .section--about-us .section--impact-report .section--impact-report__button {
    display: none;
  }
}

.span-green-text {
  color: var(--treeapp-primary) !important;
}

.section--about-api {
  background: url(/assets/images/About-api-background.png) no-repeat;
}

.section--about-zapier {
  background: url(/assets/images/About-Zapier-background.png) no-repeat;
}

.section--about-widget {
  background: url(/assets/images/About-widget-background.png) no-repeat;
}

.section--about-automation-cover {
  min-height: 300px;
  background-size: cover;
}

@media (max-width: 1200px) {
  .section--about-automation-cover {
    background-size: cover;
    background-position: center;
    min-height: 290px;
  }
}

.section--about-automation-cover button,
.section--seamless-integration button {
  padding: 12px 30px;
  background: var(--treeapp-primary);
  border-radius: 154px;
  font-weight: var(--treeapp-semibold);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.section--seamless-integration {
  text-align: start;
  background: url(/assets/images/icons/trees-icon-bg.png) no-repeat bottom center;
  background-size: 100%;
}

@media (max-width: 720px) {
  .section--seamless-integration {
    background: none;
  }
}

.section--seamless-integration p {
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
}

@media (max-width: 720px) {
  .section--seamless-integration p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
}

.section--seamless-integration h2 {
  font-weight: var(--treeapp-semibold);
  font-size: 30px;
}

.section--seamless-integration li {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.section--seamless-integration .card {
  border: 0.4px solid #F3F3F3;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}

.section--seamless-integration .card h4 {
  font-weight: var(--treeapp-semibold);
  font-size: 18px;
  line-height: 24px;
}

.section--seamless-integration .card p {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  text-align: start;
}

.section--customisable-api .card {
  border: 0.4px solid #F3F3F3;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.section--customisable-api h2 {
  font-weight: var(--treeapp-semibold);
  font-size: 24px;
  line-height: 36px;
  max-width: 700px;
}

.section--customisable-api .card img {
  width: 98px;
  height: 98px;
  border: 3px solid #B8DC7F;
  border-radius: 98px;
}

.section--customisable-api .card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.section--start-sustainable-journey {
  text-align: center;
  height: 405px;
  background: url(/assets/images/sustainable-journey-bg.png) no-repeat;
  background-size: cover;
}

@media (max-width: 720px) {
  .section--start-sustainable-journey {
    height: 500px;
  }
}

.section--start-sustainable-journey h2 {
  font-weight: var(--treeapp-semibold);
  font-size: 48px;
  line-height: 60px;
}

@media (max-width: 720px) {
  .section--start-sustainable-journey h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.section--start-sustainable-journey button {
  border-radius: 154px;
  font-weight: var(--treeapp-semibold);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  width: 200px;
  padding: 12px 30px;
}

@media (max-width: 720px) {
  .section--start-sustainable-journey button {
    width: 146px;
    height: 37px;
    padding: 0
  }
}

.section--start-sustainable-journey .button--simple {
  border: 1px solid var(--treeapp-primary);
  color: var(--treeapp-primary);
  background: transparent;
}

.post-content a {
  text-decoration: underline;
}

.button.button--get-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  height: 68px;
  background: var(--treeapp-primary);
  color: var(--treeapp-white);
  font-weight: var(--treeapp-semibold);
  font-size: 28px;
}

.button.button--get-started:before {
  content: "";
  display: block;
  margin-right: 17px;
  width: 23px;
  height: 31px;
  background: url(/assets/images/icons/icon-tree.svg) no-repeat;
}

.advertise-div {
  background: var(--treeapp-white);
  border: 0.4px solid #F3F3F3;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  height: 71px;;
}

.section--offset-carbon .offset-carbon-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 10px;
  gap: 20px;
}

@media(min-width: 720px) {
  .section--offset-carbon .offset-carbon-column {
    gap: 40px;
    padding: 50px;
  }
}

.section--offset-carbon .offset-carbon-column .offset-carbon-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media(min-width: 720px) {
  .section--offset-carbon .offset-carbon-column .offset-carbon-row {
    display: flex;
    flex-direction: row;
  }
}

.section--offset-carbon h2 {
  margin: 0;
  font-size: 29px;
  line-height: 40px;
  font-weight: var(--treeapp-semibold);
}

@media(min-width: 720px) {
  .section--offset-carbon h2 {
    margin: 0;
    font-size: 35px;
    line-height: 48px;
    font-weight: var(--treeapp-semibold);
  }
}

.section--offset-carbon img {
  width: 280px;
}

/* From myStyle.css */
.myZeroOpacity {
  opacity: 0;
}

.myErrorMessage {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  display: block !important;
  position: static !important;
  text-align: center !important;
  margin: 0;
  color: #F00;
  font-size: 18px;
  line-height: 20px;
}

.mySuccessMessage {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  display: block !important;
  position: static !important;
  text-align: center !important;
  margin: 0;
  color: rgb(22, 156, 4);
  font-size: 18px;
  line-height: 20px;
}

.myErrorMessageLogin {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 9px 0 0;

  font-size: 11px;
  line-height: 16px;
  color: #F00;
}

/* Remove arrow buttons from <input type="number"/> */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.myHorizontalCenter {
  margin-left: auto;
  margin-right: auto;
}

.myMainLoader {
  position: absolute;
  top: 30%;
  left: 50%;
}

.myButtonInactive {
  background: #BABABA !important;
  color: #fff !important;
  cursor: not-allowed !important;
}

.myCursorButton {
  cursor: pointer !important;
}

.myCursorDefault {
  cursor: default !important;
}

.myNoPosition {
  position: inherit !important;
}

.myNoPaddingTop {
  padding-top: 0 !important;
}

.scrollUp {
  transform: translateY(-124px);
}

.myStripeLabel {
  font-size: small;
  color: gray;
}

.myPlusIcon::before {
  cursor: pointer !important;
}

#inputEmailSettings {
  background: #bababa47 !important;
}

.myPlusIconEl {
  cursor: pointer;
  content: "";
  position: absolute;
  right: -5px;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  background: #fff url(/assets/images/icons/icon-plus.svg) no-repeat center;
  background-size: 9px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}

@media (min-width: 640px) {
  .myPlusIconEl {
    right: -7px;
    width: 51px;
    height: 51px;
    background-size: 19px auto;
  }
}

.profile__data__cards__inner::before {
  width: 176px !important;
}

.span-green-text {
  color: #14A800 !important;
}

.little-padding {
  padding: 10px !important;
}

/* Below are classes moved from the old blog css */
h1.news-title {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: var(--treeapp-semibold);
  font-size: 45px;
  line-height: 56px;
  /* display: flex; */
  align-items: center;
  text-align: center;
  color: #3D3D3D;
}

@media (max-width: 768px) {
  h1.news-title {
    margin-top: 48px;
    margin-bottom: 48px;
    font-family: Work Sans, sans-serif;
    font-style: normal;
    font-weight: var(--treeapp-semibold);
    font-size: 36px;
    line-height: 48px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: #3D3D3D;
  }
}

.blog-lst-title {
  margin-bottom: 0 !important;
}

.post-list {
  text-align: initial;
  max-width: 730px;
  margin: 0 auto;
}

span.date-lst-blog {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #BABABA;
  flex: none;
  order: 0;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: start;
}

.slide span.date-lst-blog {
  float: left;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #878787;
  flex: none;
  order: 2;
  margin: 8px 16px 25px;
}

.slide .title-lst-blog {
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: var(--treeapp-semibold);
  font-size: 15px;
  line-height: 21px;
  color: #3D3D3D;
  flex: none;
  order: 0;
  margin: 16px 16px 8px;
}

.title-lst-blog {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: var(--treeapp-semibold);
  font-size: 35px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #3D3D3D;
  flex: none;
  order: 1;
  margin-bottom: 18px;
}

img.img-lst-blog {
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  img.img-lst-blog {
    max-height: 200px !important;
  }
}

span.dscr-lst-blog {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #3D3D3D;
  flex: none;
  order: 2;
  margin-bottom: 24px;
}

.slide .dscr-lst-blog {
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #3D3D3D;
  flex: none;
  order: 1;
  margin: 0 16px;
}

.bottom-part-blog-listing {
  margin-bottom: 84px;
  margin-top: 24px;
}

span.blog-post-content p,
span.blog-post-content ol,
span.blog-post-content li {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #393939;
  text-align: initial;
}

span.blog-post-content h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media (min-width: 800px) {
  .post-content {
    margin-top: 48px;
  }


  .post-side-items {
    float: left;
    margin-left: 70px;

  }
}

span.blog-date {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  color: #BABABA;
}

span.read-more {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #14A800;
}

h1.align-center.blog-post-title {
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: var(--treeapp-semibold);
  font-size: 45px;
  line-height: 56px;
  color: #3D3D3D;
  margin: auto;
}

/*Vertical Sliding*/
.slidingVertical{
  display: inline;
  text-indent: 8px;
}
.slidingVertical span{
  animation: topToBottom 10s linear infinite 0s;
  -ms-animation: topToBottom 10s linear infinite 0s;
  -webkit-animation: topToBottom 10s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: underline var(--treeapp-primary);
  text-underline-offset: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
.slidingVertical span:nth-child(2){
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -moz-transform: translateY(-50px); }
  10% { opacity: 1; -moz-transform: translateY(0px); }
  25% { opacity: 1; -moz-transform: translateY(0px); }
  30% { opacity: 0; -moz-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -webkit-transform: translateY(-50px); }
  10% { opacity: 1; -webkit-transform: translateY(0px); }
  25% { opacity: 1; -webkit-transform: translateY(0px); }
  30% { opacity: 0; -webkit-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -ms-transform: translateY(-50px); }
  10% { opacity: 1; -ms-transform: translateY(0px); }
  25% { opacity: 1; -ms-transform: translateY(0px); }
  30% { opacity: 0; -ms-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

/* Remove Usercentrics logo */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important; 
}