@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");

:root {
  --treeapp-primary: #14A800;
  --treeapp-dark-grey: #3D3D3D;
  --treeapp-white: #FFFFFF;
  --treeapp-orange: #F57E00;
  --treeapp-red: #FF0000;
  --treeapp-grey-tint-3: #F0F0F0;
  --treeapp-grey-tint-2: #BABABA;
  --x-space-bottom--desktop: 90px;
  --x-space-bottom--mobile: 70px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
}

a {
  color: inherit;
}

a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

p,
li {
  font-size: 17px;
  line-height: 24px;
}

.heading1 {
  margin: 0 0 40px;
  color: var(--treeapp-dark-grey);
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
}

@media (min-width: 1024px) {
  .heading1 {
    font-size: 45px;
    line-height: 56px;
  }
}

.heading1-about {
  font-weight: 600;
  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;
  }
}

.heading2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 29px;
  line-height: 40px;
}

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

.heading2.heading2--centered {
  line-height: normal;
}

.heading2 .heading2__inner {
  color: var(--treeapp-primary);
}

.heading2.heading2--and {
  margin: 31px 0 62px;
}

.heading3 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
}

@media (min-width: 1025px) {
  .heading3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.heading4 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.heading4--secondary {
  margin-bottom: 32px;
  font-size: 23px;
}

@media (min-width: 769px) {
  .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: 600;
  font-size: 19px;
  line-height: 26px;
}

.heading6 {
  margin-bottom: 33px;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .break-tablet {
    display: none;
  }
}

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

.text-center.text-sm-end {
  text-align: center !important;
}

@media (min-width: 640px) {
  .text-center.text-sm-end {
    text-align: right !important;
  }
}

.text-small {
  font-size: 13px;
  line-height: 20px;
}

.text-xs {
  font-size: 11px;
  line-height: 16px;
}

.thankyou-text {
  margin-bottom: 60px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: var(--treeapp-dark-grey);
}

@media (min-width: 640px) {
  .thankyou-text {
    margin-bottom: 80px;
  }
}

@media (max-width: 639px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .tablet-only-hide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .tablet-only-hide {
    display: flex !important;
  }
}

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

@media (min-width: 769px) {
  .tablet-only {
    display: none;
  }
}

@media (min-width: 480px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 1180px) {
  .small-desktop-hide {
    display: none !important;
  }
}

.small-desktop-show {
  display: none !important;
}

@media (max-width: 1180px) {
  .small-desktop-show {
    display: flex !important;
  }
}

.only-1024 {
  display: none;
}

@media (min-width: 769px) {
  .only-1024 {
    display: block;
  }
}

@media (min-width: 1270px) {
  .only-1024 {
    display: none;
  }
}

.tooltip-icon {
  position: relative;
  top: -20px;
  left: -5px;
  width: 20px;
  height: 20px;
  background: url(../images/tooltip-icon.svg) no-repeat;
  border: none;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--treeapp-dark-grey);
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--treeapp-dark-grey);
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--treeapp-dark-grey);
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--treeapp-dark-grey);
}

.tooltip .tooltip-inner {
  width: 327px;
  min-width: 327px;
  background: var(--treeapp-dark-grey);
  border-radius: 11px;
}

@media (min-width: 768px) {
  .tooltip .tooltip-inner {
    width: 450px;
    min-width: 450px;
  }
}

@media (min-width: 1025px) {
  .tooltip .tooltip-inner {
    width: 529px;
    min-width: 529px;
  }
}

.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-top-color: var(--treeapp-dark-grey);
}

.tooltip p {
  margin: 0;
  padding: 17px 24px;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  font-family: "Work Sans", sans-serif;
  text-align: left;
}

.profile__image .tooltip {
  background: red;
}

.loader {
  color: var(--treeapp-primary);
  font-size: 8px;
  margin: 50px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}

.button {
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  font: 500 11px/16px "Work Sans", sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  letter-spacing: .01em;
}

.button:hover,
.button:active,
.button:focus {
  outline: none;
}

.button.button--inactive {
  background: #BABABA;
  cursor: not-allowed !important;
}

.button.button--big {
  padding-top: 13px !important;
  min-height: 41px;
}

.button.button--small {
  padding: 9px 26px;
}

.button.button--xl {
  padding: 12px 38px;
  min-height: 54px;
  font-size: 21px !important;
  line-height: 30px !important;
  }

@media (max-width: 479px) {
  .button.button--xl.button--mobile-full {
    display: block;
    padding: 12px 0;
    width: 100%;
  }
}

.button.button--primary {
  background: var(--treeapp-primary);
  color: var(--treeapp-white) !important;
}

.button.button--secondary {
  background: var(--treeapp-primary);
  color: var(--treeapp-white) !important;
  text-transform: uppercase;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  transition: 1s;
}

.button.button--secondary:hover {
  background: rgba(117, 190, 0, 0.8);
}

.button.button--green {
  padding: 12px 38px;
  background: var(--treeapp-primary);
  color: var(--treeapp-white);
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  }

@media (min-width: 769px) {
  .button.button--green {
    font-size: 21px;
    line-height: 30px;
  }
}

.button.button--white {
  background: var(--treeapp-white);
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
    color: #00740C;
}

.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);
  padding: 12px 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  }

.button.button--orange:hover,
.button.button--orange:active,
.button.button--orange:focus {
  background: rgba(245, 126, 0, 0.85);
}

.button.button--dark {
  background: var(--treeapp-dark-grey);
  color: var(--treeapp-white);
  padding: 11px 16px;
  min-width: 104px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
}

.button.button--dark[disabled] {
  background: #878787;
}

.button.button--simple {
  background: #FBFBFB;
  color: var(--treeapp-dark-grey);
}

.button.button--rounded {
  padding: 11px 18px;
  min-width: 137px;
  height: 36px;
  border-radius: 44px;
  font-weight: 500;
  text-align: center;
  line-height: 15px;
}

.button.button--rounded-normal {
  padding: 12px 26px;
  border-radius: 30px;
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.button.button--light {
  padding: 11px 16px;
  min-width: 104px;
  background: #F6F6F6;
  border: 0.7px solid #E4E4E4;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: var(--treeapp-dark-grey);
}

.header .button.button--light {
  padding: 8px 16px;
}

.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: 600;
  font-size: 28px;
  }

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

.hero .button.button--get-started {
  align-self: center;
}

.section--green .button.button--get-started {
  background: var(--treeapp-white);
  color: #00740C;
}

.section--green .button.button--get-started:before {
  background-image: url(../images/icon-tree-green.svg);
}

.button.button--hint {
  padding: 12px 38px;
  background: var(--treeapp-dark-grey);
  color: var(--treeapp-white);
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}

@media (min-width: 640px) {
  .button.button--hint {
    font-size: 21px;
    line-height: 30px;
  }
}

.hero .button.button--hint {
  align-self: center;
}

@media (max-width: 639px) {
  .hero .button.button--hint {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}

.buttons-set .button {
  margin-bottom: 21px !important;
}

@media (min-width: 640px) {
  .buttons-set .button:not(:last-child) {
    margin-right: 44px;
  }
}

.floating-button {
  position: fixed;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .floating-button {
    display: none;
  }
}

.floating-button .button {
  padding: 10px 10px 10px;
  width: 164px;
  height: 36px;
  background: var(--treeapp-primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 44px;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
    text-transform: uppercase;
  color: var(--treeapp-white);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 22px 40px;
  transition: all 0.5s;
  background: var(--treeapp-white);
  box-shadow: 0 4px 12px rgba(61, 61, 61, 0.05);
}

.header .list-countries-button {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1.5rem 1fr 1.5rem;
  align-items: center;
  justify-items: center;
  width: 6.3125rem;
  padding-inline: 0.3125rem;
  padding-block: 0.375rem;
  height: 2.25rem;
  background: #F6F6F6;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: var(--treeapp-dark-grey);
}

.header #flag-currency {
  font-weight: 400;
  font-size: 0.8125rem;
}

.header #flag-expand {
  width: 0.7rem;
}

#buttonFlag[disabled] {
  opacity: 0.2;
}

.header .list-countries-button .list-countries__flags {
  width: 1.5rem;
  height: 1.5rem;
}

.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

@media (max-width: 767px) {

  .header .header__inner .menu--hide {
    display: none;
  }
}

@media (min-width: 768px) {
  .header .menu-mobiles {
    display: none;
  }
}

.header .menu {
  display: flex;
  align-items: center;
}

.header .menu li {
  margin-left: 21px;
  color: #878787;
  font: 500 14px/24px "Work Sans", sans-serif;
  }

@media (min-width: 768px) {
  .header .menu li {
    margin-left: 50px;
  }
}

.header .menu li.active {
  color: var(--treeapp-dark-grey);
  font-weight: 600;
}

.header .menu li.active a {
  color: inherit;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .header .menu li.active {
    color: rgba(255, 255, 255, 0.65);
  }
}

.header .menu li a {
  text-decoration: none;
}

.header .menu li a:hover,
.header .menu li a.active {
  color: var(--treeapp-dark-grey);
}

.header .menu__collapse {
  position: relative;
}

.header .menu__collapse .navbar {
  z-index: 1;
}

.header .menu__collapse .navbar .navbar-toggler {
  padding: 0;
  width: 30px;
  height: 24px;
  background: url(../images/icon-close.svg) no-repeat center;
  background-size: 17px auto;
  border: none;
  border-radius: 0;
}

.header .menu__collapse .navbar .navbar-toggler.collapsed {
  background-image: url(../images/toggle-button.svg);
  background-size: contain;
}

.header .menu__collapse .navbar .navbar-toggler:focus {
  box-shadow: none;
}

.header .menu__collapse .collapse,
.header .menu__collapse .collapsing {
  position: absolute;
  top: -22px;
  right: -49px;
  width: 400px;
  background: var(--treeapp-dark-grey);
}

.header .menu__collapse .menu__collapse__content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 98px;
}

.header .menu__collapse .menu__collapse__content .navigation {
  margin-bottom: 28px;
  max-height: calc(100vh - 98px - 55px);
  overflow: auto;
}

.header .menu__collapse .menu__collapse__content .navigation li {
  margin: 0;
  padding: 22px 26px 22px 34px;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
    color: #E4E4E4;
}

.header .menu__collapse .menu__collapse__content .navigation li:nth-child(odd) {
  background: rgba(135, 135, 135, 0.1);
}

.header .menu__collapse .menu__collapse__content .navigation li a {
  text-decoration: none;
  color: inherit;
}

.header .menu__collapse .menu__collapse__content .navigation li a:hover {
  color: var(--treeapp-white);
}

.header .menu__collapse .menu__collapse__content .navigation li a.active {
  color: var(--treeapp-primary);
}

.header .menu__collapse .menu__collapse__content .navigation li.has-accordion {
  padding: 22px 0 0;
}

.header .menu__collapse .menu__collapse__content .navigation li.has-accordion.has-accordion--odd ul {
  padding-top: 15px;
}

.header .menu__collapse .menu__collapse__content .navigation .collapse,
.header .menu__collapse .menu__collapse__content .navigation .collapsing {
  position: static;
}

.header .menu__collapse .menu__collapse__content .navigation .accordion-item .accordion-item__first-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 26px 22px 34px;
}

.header .menu__collapse .menu__collapse__content .navigation .accordion-item .accordion-item__first-level:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  background: url(../images/arrow-white.svg) no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}

.header .menu__collapse .menu__collapse__content .navigation .accordion-item .accordion-item__first-level.collapsed:after {
  transform: rotate(0deg);
}

.header .menu__collapse .menu__collapse__content .navigation .accordion-item ul {
  margin-bottom: 35px;
}

.header .menu__collapse .menu__collapse__content .navigation .accordion-item ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 21px;
  line-height: 30px;
}

.header .menu__collapse .menu__collapse__content .navigation .accordion-item ul li:nth-child(odd) {
  background: none;
}

.header .menu__collapse .menu__collapse__content .navigation .accordion-item .accordion-collapse {
  border: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  min-height: 100vh;
  background: var(--treeapp-white);
  color: var(--treeapp-dark-grey);
}

body.advertising-page {
  padding-top: 110px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

.logo {
  display: block;
  flex: 0 0 100px;
  width: 100px;
  height: 27px;
  background: url(../images/logo.svg) no-repeat;
  background-size: 100% auto;
}

@media (min-width: 640px) {
  .logo {
    display: block;
    flex: none;
    width: 204px;
    height: 52px;
    background: url(../images/logo-treeapp-bcorp.png) no-repeat;
    background-size: 100% auto;
  }
}

@media (min-width: 1025px) {
  .header__controls-mobile .logo {
    display: none;
  }
}

.our-report {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  height: 32px;
  font-weight: 500;
  font-size: 13px;
  line-height: 32px;
  background: var(--treeapp-primary);
  text-align: center;
  color: var(--treeapp-white);
  text-decoration: none;
}

.our-report:hover {
  color: white;
}

.our-report~.header__inner {
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .our-report~.header {
    padding-top: 30px;
    left: 100%;
    height: 100%;
  }

  .our-report~.header .header__inner {
    position: relative;
  }
}

@media (min-width: 1025px) {
  .our-report~.header__inner {
    padding-top: 30px;
  }
}

@media (min-width: 1025px) {
  .our-report~.header__controls-mobile {
    top: 22px;
  }
}

@media (max-width: 1024px) {
  .our-report~.header .header__controls-mobile {
    position: absolute;
    left: -100%;
    padding: 20px 81px;
    width: 100%;
    background: var(--treeapp-white);
    box-shadow: 0 4px 12px rgba(61, 61, 61, 0.05);
  }
}

.hero {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
  text-align: center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/business-background-nepal.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: var(--treeapp-white);
  min-height: 543px;
}

@media (min-width: 640px) {
  .hero {
    min-height: 411px;
  }
}

@media (min-width: 769px) {
  .hero {
    min-height: 560px;
  }
}

@media (min-width: 1025px) {
  .hero {
    min-height: 585px;
  }
}

.hero p {
  font-weight: 600;
    font-size: 15px;
  line-height: 20px;
}

@media (min-width: 640px) {
  .hero p {
    font-size: 19px;
    line-height: 26px;
  }
}

.hero .hero__header {
  margin: 0 auto 36px;
  max-width: 266px;
}

@media (min-width: 640px) {
  .hero .hero__header {
    margin: 0 auto 46px;
    max-width: 552px;
  }
}

@media (min-width: 1024px) {
  .hero .hero__header {
    margin-bottom: 60px;
    max-width: 780px;
  }
}

.hero .hero__header p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
}

@media (min-width: 769px) {
  .hero .hero__header p {
    font-size: 21px;
    line-height: 30px;
  }
}

.hero .heading1 {
  color: var(--treeapp-white);
  margin: 0 auto 36px;
}

@media (min-width: 1024px) {
  .hero .heading1 {
    max-width: none;
  }
}

.hero .heading1 span {
  color: #9ACD48;
}

.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: 18px;
  height: 28px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(0%) !important;
}

@media (max-width: 639px) {
  .glide-wrapper .glide__arrow {
    width: 13px;
    height: 21px;
  }
}

@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: 600;
  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(../images/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__ecuador {
  top: 30%;
  left: 30%;
}
.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__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 {
  display: flex;
  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;
}

@media (min-width: 1025px) {
  .glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data .heading2 {
    margin-bottom: 15px;
  }
}

.glide-wrapper .glide.map .glide__slide .glide__slide__inner .pins .pin .pin__data p {
  margin-bottom: 0;
  font-weight: 600;
  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;
}

.goals-section {
  padding: 80px 0 0;
  text-align: center;
}

@media (min-width: 640px) {
  .goals-section {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
  }
}

@media (min-width: 640px) {
  .goals-section .goals-section__content {
    margin-top: 40px;
    margin-right: 73px;
    max-width: 159px;
  }
}

@media (min-width: 992px) {
  .goals-section .goals-section__content {
    margin-top: 0;
    margin-right: 32px;
    max-width: 250px;
  }
}

@media (min-width: 1025px) {
  .goals-section .goals-section__content {
    margin-right: 83px;
    max-width: 280px;
  }
}

.goals-section .goals-section__image {
  width: 100%;
}

@media (min-width: 640px) {
  .goals-section .goals-section__image {
    margin: 0 -14px;
  }
}

@media (min-width: 1025px) {
  .goals-section .goals-section__image {
    margin: 0 -20px;
  }
}

.goals-section .heading4 {
  margin-bottom: 12px;
  line-height: 40px;
}

.goals-section .heading4:before {
  content: "";
  display: block;
  margin-bottom: 15px;
  width: 45px;
  height: 45px;
  background: url(../images/icons/icon-flag.svg) no-repeat;
}

@media (max-width: 768px) {
  .goals-section .heading4 {
    line-height: 32px;
  }
}

@media (max-width: 639px) {
  .goals-section .heading4 {
    margin-bottom: 19px;
    padding: 0 15%;
  }

  .goals-section .heading4:before {
    margin: 0 auto 15px;
  }
}

.goals-section p {
  margin-bottom: 37px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

@media (min-width: 640px) {
  .goals-section p {
    margin-bottom: 16px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .goals-section p {
    font-size: 15px;
    line-height: 24px;
  }
}

.photocard {
  text-align: left;
}

@media (min-width: 640px) {
  .photocard {
    display: flex;
  }
}

.photocard .photocard__image {
  overflow: hidden;
  border-radius: 15px;
}

.photocard .photocard__image img {
  height: 210px;
  border-radius: 15px;
  object-fit: cover;
}

@media (min-width: 640px) {
  .photocard .photocard__image {
    margin-right: 36px;
    flex: 0 0 266px;
  }

  .photocard .photocard__image img {
    height: 459px;
  }
}

@media (min-width: 1024px) {
  .photocard .photocard__image {
    margin-right: 50px;
    flex: 0 0 362px;
  }
}

@media (min-width: 1270px) {
  .photocard .photocard__image {
    margin-right: 80px;
    flex: 0 0 394px;
  }
}

.photocard .photocard__image .photocard__image__figcation {
  padding-top: 13px;
  font-size: 13px;
  line-height: 20px;
  color: #878787;
  text-align: center;
}

@media (min-width: 640px) {
  .photocard .photocard__image .photocard__image__figcation {
    padding-top: 6px;
  }
}

.photocard .photocard__content {
  max-width: 600px;
}

.photocard .photocard__content p {
  font-size: 15px;
  line-height: 24px;
}

.photocard.photocard--reverse {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .photocard.photocard--reverse .photocard__image {
    margin: 0 0 0 80px;
  }
}

.photocard.photocard--reverse .photocard__content {
  margin-right: auto;
}

.photocard.photocard--secondary .photocard__image {
  flex: 0 0 50%;
}

@media (min-width: 640px) {
  .photocard.photocard--secondary .photocard__image {
    flex: 0 0 261px;
  }

  .photocard.photocard--secondary .photocard__image img {
    height: 361px;
  }
}

@media (min-width: 769px) {
  .photocard.photocard--secondary .photocard__image {
    flex: 0 0 371px;
  }

  .photocard.photocard--secondary .photocard__image img {
    height: 330px;
  }
}

@media (min-width: 1025px) {
  .photocard.photocard--secondary .photocard__image {
    flex: 0 0 463px;
  }
}

.photocard.photocard--secondary .photocard__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 639px) {
  .photocard.photocard--secondary {
    display: flex;
    flex-direction: column;
  }

  .photocard.photocard--secondary .photocard__image {
    order: 2;
    margin-bottom: 0;
    height: 210px;
  }

  .photocard.photocard--secondary .photocard__image img {
    height: auto;
  }

  .photocard.photocard--secondary .heading4 {
    margin-bottom: 10px;
  }
}

.testimonials .testimonials__content {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 376px;
}

@media (min-width: 1025px) {
  .testimonials .testimonials__content {
    padding: 0;
  }
}

.testimonials img {
  margin: 0 auto 40px;
}

.testimonials p {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 769px) {
  .testimonials p {
    font-size: 19px;
    line-height: 26px;
  }
}

.testimonials .testimonials__author {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

.glide-wrapper--testimonials .glide-testimonials .glide__slide {
  display: block;
  height: auto;
}

.glide-wrapper--testimonials .glide-testimonials .glide__slide p {
  font-size: 15px;
  line-height: 20px;
}

.pricing-block {
  overflow: hidden;
  margin: 0 auto 36px;
  max-width: 555px;
  background: var(--treeapp-white);
  border-radius: 8px;
}

@media (min-width: 992px) {
  .pricing-block {
    max-width: 808px;
  }
}

.pricing-block .pricing-block__header {
  padding: 29px 48px 22px;
  background: var(--treeapp-primary);
  color: var(--treeapp-white);
}

@media (min-width: 640px) {
  .pricing-block .pricing-block__header {
    padding: 23px 20px 23px;
  }
}

.pricing-block .pricing-block__header .heading4 {
  margin-bottom: 10px;
}

.pricing-block .pricing-block__header p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.pricing-block .pricing-block__content {
  padding: 35px 37px 30px;
  text-align: center;
}

@media (min-width: 640px) {
  .pricing-block .pricing-block__content {
    padding: 26px;
  }
}

.pricing-block .pricing-block__content p {
  margin-bottom: 29px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
    color: #878787;
}

@media (min-width: 769px) {
  .pricing-block .pricing-block__content p {
    font-size: 21px;
    line-height: 30px;
  }
}

.simple-plate {
  margin: 0 auto 47px;
  padding: 30px 47px 29px;
  max-width: 555px;
  background: var(--treeapp-white);
  border: 3px solid var(--treeapp-primary);
  border-radius: 8px;
  text-align: center;
}

@media (min-width: 992px) {
  .simple-plate {
    max-width: 808px;
  }
}

.simple-plate p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  }

.simple-plate p span {
  color: var(--treeapp-primary);
}

@media (min-width: 640px) {
  .simple-plate {
    padding: 12px 47px 14px;
  }
}

@media (min-width: 769px) {
  .simple-plate {
    padding: 12px 60px 14px;
  }

  .simple-plate p {
    font-size: 21px;
    line-height: 30px;
  }
}

.secondary-plate {
  position: relative;
  margin-bottom: 20px;
  padding: 24px 3px;
  background: var(--treeapp-white);
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  text-align: center;
}

@media (min-width: 640px) {
  .secondary-plate {
    padding: 24px 21px;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .secondary-plate {
    padding: 22px 39px;
    text-align: center;
  }
}

.secondary-plate p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  }

@media (min-width: 1024px) {
  .secondary-plate p {
    font-size: 21px;
    line-height: 30px;
  }
}

.secondary-plate .button {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 19px;
}

@media (min-width: 640px) {
  .secondary-plate .button {
    position: absolute;
    top: 18px;
    left: 39px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .secondary-plate .button {
    top: auto;
  }
}

.secondary-plate.secondary-plate--secondary {
  display: flex;
  flex-direction: column;
  padding: 15px 24px 15px 36px;
}

@media (min-width: 640px) {
  .secondary-plate.secondary-plate--secondary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.secondary-plate.secondary-plate--secondary .button {
  align-self: center;
}

@media (min-width: 640px) {
  .secondary-plate.secondary-plate--secondary .button {
    align-self: unset;
  }
}

@media (min-width: 640px) {
  .secondary-plate.secondary-plate--secondary .button {
    position: static;
  }
}

.secondary-plate.secondary-plate--secondary .secondary-plate__data {
  margin-bottom: 20px;
  order: -1;
  font-weight: 600;
  font-size: 23px;
  color: var(--treeapp-dark-grey);
  text-align: left;
}

@media (min-width: 640px) {
  .secondary-plate.secondary-plate--secondary .secondary-plate__data {
    margin-bottom: 0;
    order: unset;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .secondary-plate.secondary-plate--secondary .secondary-plate__data {
    font-size: 21px;
    line-height: 40px;
    text-align: left;
  }
}

.secondary-plate.secondary-plate--secondary .secondary-plate__side {
  margin: 0 auto;
  max-width: 162px;
  text-align: center;
}

.secondary-plate.secondary-plate--secondary .secondary-plate__side span,
.secondary-plate.secondary-plate--secondary .secondary-plate__side p{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 1024px) {
  .secondary-plate.secondary-plate--secondary .secondary-plate__side span {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (min-width: 640px) {
  .secondary-plate.secondary-plate--secondary .secondary-plate__side {
    margin: 0;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .secondary-plate.secondary-plate--secondary .secondary-plate__side {
    max-width: none;
  }
}

.hero-primary .heading1 {
  margin: 0 auto 286px;
  max-width: 220px;
  text-align: center;
}

.hero-primary .heading1 span {
  display: inline;
}

@media (min-width: 768px) {
  .hero-primary .heading1 {
    margin: 0 0 14px;
    max-width: 238px;
    text-align: left;
  }

  .hero-primary .heading1 span {
    display: block;
  }

  .hero-primary .heading1:after {
    display: block;
  }
}

@media (min-width: 1024px) {
  .hero-primary .heading1 {
    margin: 0 0 24px;
    max-width: 300px;
  }
}

@media (min-width: 1270px) {
  .hero-primary .heading1 {
    max-width: none;
  }
}

.hero-primary p {
  display: none;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 24px;
  color: var(--treeapp-dark-grey);
}

@media (min-width: 768px) {
  .hero-primary p {
    display: block;
    margin-bottom: 21px;
    font-size: 11px;
    line-height: 16px;
  }
}

@media (min-width: 1024px) {
  .hero-primary p {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 640px) {
  .hero-secondary {
    padding: 95px 68px;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .hero-secondary {
    padding: 172px 0 40px 112px;
    min-height: 682px;
  }
}

.hero-secondary .hero-secondary__inner {
  max-width: 708px;
}

.hero-secondary .hero-secondary__inner .heading1 {
  margin-bottom: 26px;
  color: inherit;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  }

@media (min-width: 1025px) {
  .hero-secondary .hero-secondary__inner .heading1 {
    margin-bottom: 69px;
    font-size: 45px;
    line-height: 56px;
      }
}

.hero-secondary .hero-secondary__inner .heading1:after {
  display: none;
}

.section-full {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  padding: 43px 0;
  text-align: center;
}

@media (min-width: 1270px) {
  .section {
    padding: 79px 0;
  }
}

.section .section__inner {
  margin: 0 auto;
  padding: 0 14px;
  max-width: 1016px;
}

@media (min-width: 640px) {
  .section .section__inner {
    padding: 0 28px;
  }
}

@media (min-width: 768px) {
  .section .section__inner {
    padding: 0;
    max-width: 658px;
  }
}

@media (min-width: 992px) {
  .section .section__inner {
    max-width: 808px;
  }
}

@media (min-width: 1270px) {
  .section .section__inner {
    padding: 0;
    max-width: 1016px;
  }
}

.section .section__inner-mid {
  margin: 0 auto;
  max-width: 466px;
}

@media (min-width: 1024px) {
  .section .section__inner-mid {
    max-width: 804px;
  }
}

@media (min-width: 1270px) {
  .section .section__inner-mid {
    max-width: 1040px;
  }
}

.section .section__inner-wide {
  padding: 0 31px;
}

.section .section__header {
  margin: 0 auto 45px;
  max-width: 804px;
}

.section .section__header h5 {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.section .section__header .btn-link {
  color: #0094FF;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.section .section__header.section__header--secondary {
  max-width: 520px;
}

@media (min-width: 769px) {
  .section .section__header.section__header--secondary {
    max-width: none;
  }
}

.section .section__header p {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

@media (min-width: 769px) {
  .section .section__header {
    margin-bottom: 70px;
  }

  .section .section__header p {
    font-size: 19px;
    line-height: 26px;
  }
}

.section.section--light {
  padding-top: 86px;
  padding-bottom: 86px;
  background: #FBFBFB;
}

@media (min-width: 640px) {
  .section.section--light {
    padding-top: 53px;
    padding-bottom: 53px;
  }
}

@media (min-width: 768px) {
  .section.section--light {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media (min-width: 1025px) {
  .section.section--light {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media (max-width: 639px) {
  .section.section--light.section--light--padding {
    padding-top: 21px;
  }
}

.section.section--classic {
  padding: 60px 0;
}

.section.section--settings .section__header {
  margin-bottom: 78px;
}

@media (min-width: 1025px) {
  .section.section--settings .heading4--secondary {
    line-height: 40px;
  }
}

.section.section--settings .section__inner-wide {
  max-width: 1262px;
  margin: 0 auto;
}

@media (max-width: 639px) {
  .section.section--settings .section__inner-wide {
    padding: 0;
  }

  .section.section--settings .section__inner-wide .card {
    border: none;
    border-radius: 0;
  }

  .section.section--settings .section__inner-wide .heading4 {
    margin-bottom: 30px;
    text-align: center;
  }

  .section.section--settings .section__inner-wide .secondary-plate.secondary-plate--secondary {
    margin-bottom: 20px;
    padding: 28px 20px;
  }
}

.section.section--settings .button {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  }

.section.section--settings .button.button--primary.button--rounded {
  font-size: 19px;
  line-height: 14px;
}

.section.section--white {
  padding: 0;
  background: var(--treeapp-white);
}

.section.section--white .section__inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1072px;
}

.section.section--impact {
  padding: 60px 0;
}

.section.section--points {
  padding: 60px 0;
}

.section.section--green {
  padding: 45px 0 60px;
  background: #00740C;
  color: var(--treeapp-white);
}

@media (max-width: 767px) {
  .section.section--green p {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
  }
}

.section.section--application {
  padding: 30px 0 23px;
  background: #F6F6F6;
}

.section.section--info {
  padding: 56px 16px 72px;
}

@media (min-width: 768px) {
  .section.section--info {
    padding: 108px 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 {
    margin: 0 -16px;
    border-radius: 0;
  }

  .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 0 65px;
}

@media (min-width: 768px) {
  .section.section--info--secondary {
    padding: 76px 0;
  }
}

@media (min-width: 1024px) {
  .section.section--info--secondary {
    padding: 112px 0;
  }
}

@media (min-width: 1270px) {
  .section.section--info--secondary {
    padding: 129px 0 112px;
  }
}

.section.section--info--secondary .section__inner {
  max-width: 92%;
}

@media (min-width: 768px) {
  .section.section--info--secondary .section__inner {
    max-width: 651px;
  }
}

@media (min-width: 1024px) {
  .section.section--info--secondary .section__inner {
    max-width: 800px;
  }
}

@media (min-width: 1270px) {
  .section.section--info--secondary .section__inner {
    max-width: 1056px;
  }
}

.section.section--text {
  padding: 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: 600;
    font-size: 24px;
    line-height: 32px;
  }
}

.section.section--action {
  padding: 173px 0 80px;
  background: url(../images/tree-row.svg) no-repeat center 80px;
  background-size: 184px auto;
}

.section.section--action .section__inner {
  max-width: 600px;
}

.section.section--action p {
  margin-bottom: 0;
  font-weight: 600;
  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;

  }
}

.section.section--goals {
  padding: 120px 0;
  background: #F0F0F0;
}

.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: 160px;
  background-position: center;
}

@media (max-width: 1024px) {

  .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: 88px 16px;
  }

  .section.section--goals .heading2 {
    font-size: 36px;
    line-height: 40px;
  }
}

.section.section--register {
  padding: 120px 0;
}

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

.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 .successmessage {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--treeapp-orange);
}

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

@media (max-width: 1024px) {
  .section.section--register {
    padding: 96px 14px 88px;
  }

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

@media (min-width: 768px) {
  .section.section--narrow {
    padding: 74px 0 70px;
  }
}

@media (min-width: 1025px) {
  .section.section--narrow {
    padding: 93px 0 86px;
  }
}

.section.section--narrow .section__inner {
  display: flex;
  max-width: 762px;
}

@media (min-width: 1025px) {
  .section.section--narrow .section__inner {
    max-width: 954px;
  }
}

.section.section--narrow .section__inner .section__description {
  max-width: 430px;
  text-align: left;
}

@media (min-width: 1025px) {
  .section.section--narrow .section__inner .section__description {
    max-width: 347px;
  }
}

.section.section--narrow .section__inner .section__description .heading3-secondary {
  margin-bottom: 42px;
}

@media (min-width: 1025px) {
  .section.section--narrow .section__inner .section__description .heading3-secondary {
    margin-bottom: 63px;
  }
}

.section.section--narrow .section__inner .section__description .heading6 {
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  .section.section--narrow .section__inner .section__description .heading6 {
    margin-bottom: 33px;
    font-size: 21px;
    line-height: 30px;
  }
}

.section.section--narrow .section__description {
  margin: 0 auto;
  padding-top: 53px;
  max-width: 224px;
}

.section.section--narrow .section__description .heading2 {
  text-align: center;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 640px) {
  .section.section--narrow .section__description .heading2 {
    text-align: left;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .section.section--narrow .section__description {
    margin: 0;
    max-width: 400px !important;
  }
}

@media (min-width: 1024px) {
  .section.section--narrow .section__description {
    max-width: 600px !important;
  }
}

@media (min-width: 1270px) {
  .section.section--narrow .section__description {
    padding-top: 89px;
    max-width: 600px;
    text-align: left;
  }
}

.section.section--narrow.section--narrow--reversed .section__inner {
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1072px;
}

.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: 84%;
  }
}

@media (min-width: 1270px) {
  .section.section--slider .section__inner {
    max-width: 1120px;
  }
}

.section.section--slider .heading2 {
  margin-top: 0;
}

.section.section--border {
  border-bottom: 11px solid #F6F6F6;
}

.section.section--gray {
  background: #F6F6F6;
}

.section.section--news {
  padding: 67px 0 58px;
}

.section.section--news .section__inner {
  max-width: 1176px;
}

.section.section--map-wrapper {
  padding: 60px 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: 600;
  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: 60px 0 69px;
  background: #fbfbfb;
  text-align: left;
}

@media (min-width: 1024px) {
  .section.section--experts {
    padding: 82px 0 69px;
  }
}

.section.section--experts .section__inner {
  max-width: 256px;
}

@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: 1056px;
  }
}

@media (min-width: 640px) {
  .section.section--experts .section--experts__header {
    display: flex;
    align-items: center;
    margin: 0 auto 86px;
    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: 200px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 640px) {
  .section.section--experts .section--experts__header .section--experts__header__image {
    flex: 0 0 192px;
  }
}

@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: 54px;
  }
}

@media (min-width: 1024px) {
  .section.section--experts .section--experts__header .section--experts__header__content {
    padding-left: 84px;
  }
}

@media (max-width: 639px) {
  .section.section--experts .section--experts__header .section--experts__header__content .heading4--secondary {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }

  .section.section--experts .section--experts__header .section--experts__header__content>p {
    display: none;
  }
}

@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 (min-width: 768px) {
  .section.section--experts .list-experts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 639px) {
  .section.section--experts .list-experts {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  }
}

.section.section--experts .list-experts li {
  display: flex;
  padding: 26px 21px;
  background: var(--treeapp-white);
  border-radius: 8px;
}

@media (min-width: 640px) {
  .section.section--experts .list-experts li {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 769px) {
  .section.section--experts .list-experts li {
    flex: 0 0 calc(33.3333333333% - 15px);
    margin-bottom: 35px;
    padding: 26px 24px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 1270px) {
  .section.section--experts .list-experts li {
    flex: 0 0 calc(33.3333333333% - 42px);
    margin-bottom: 45px;
    padding: 26px 34px;
  }
}

.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 {
  padding-left: 16px;
}

.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(../images/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--phone {
  padding: 0 !important;
  background: #FBFBFB;
}

.section.section--phone .section__inner {
  flex-wrap: wrap;
  padding: 40px 28px;
  max-width: 224px;
}

.section.section--phone .section__inner .section__description .heading2 span,
.section.section--phone .section__inner .section__description .heading5--secondary span {
  color: var(--treeapp-primary);
}

.section.section--phone .section__inner .section__hint {
  margin-bottom: 26px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: var(--treeapp-dark-grey);
}

@media (max-width: 639px) {
  .section.section--phone .section__inner .section__hint {
    font-size: 12px;
  }

  .section.section--phone .section__inner .section__hint:before {
    content: "";
    display: block;
    margin: 38px auto 15px;
    width: 26px;
    height: 30px;
    background: url(../images/icon-branch.svg) no-repeat;
  }
}

.section.section--phone .section__inner .section__hint b {
  display: block;
}

@media (min-width: 769px) {
  .section.section--phone .section__inner .section__hint {
    margin-bottom: 4rem;
    font-size: 15px;
    line-height: 24px;
  }

  .section.section--phone .section__inner .section__hint b {
    display: inline;
  }
}

@media (max-width: 1023px) {

  .section.section--phone .section__inner .section__description {
    padding-top: 0;
  }
}

@media (min-width: 640px) {
  .section.section--phone .section__inner {
    padding: 38px 65px 30px 82px;
  }
}

@media (max-width: 768px) {
  .section.section--phone .section__inner .section__description {
    max-width: 400px !important;
    margin: 0;
  }
}

@media (max-width: 719px) {
  .section.section--phone .section__inner {
    flex-direction: column !important;
    max-width: none !important;
  }

  .section.section--phone .section__inner .section__description {
    padding-top: 20px;
    max-width: none !important;
    text-align: center;
  }

  .section.section--phone .section__inner .phone-slider {
    display: none;
  }
}

@media (min-width: 768px) {
  .section.section--phone .section__inner {
    max-width: 592px;
  }
}

@media (min-width: 1024px) {
  .section.section--phone .section__inner {
    padding: 57px 110px 36px;
  }
}

@media (min-width: 1025px) {
  .section.section--phone .section__inner {
    max-width: none !important;
  }
}

@media (min-width: 1270px) {
  .section.section--phone .section__inner {
    justify-content: space-between;
    padding: 57px 0 36px;
    max-width: 1140px !important;
  }

  .section.section--phone .section__inner .section__description {
    padding-left: 65px;
  }
}

.section.section--phone .heading2 {
  font-size: 29px;
  line-height: 40px;
}

.section.section--phone .heading2 span {
  color: var(--treeapp-primary);
}

@media (min-width: 640px) {
  .section.section--phone .heading2 {
    white-space: nowrap;
  }
}

@media (min-width: 769px) {
  .section.section--phone .heading2 {
    white-space: normal;
    font-size: 36px;
    line-height: 48px;
  }
}

@media (min-width: 1024px) {
  .section.section--phone .heading2 {
    font-size: 45px;
    line-height: 56px;
  }
}

.section.section--phone .heading2.section--phone--heading-narrow {
  flex: 0 0 100%;
  text-align: center;
}

@media (min-width: 720px) {
  .section.section--phone .heading2.section--phone--heading-narrow {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .section.section--phone .heading2.section--phone--heading-narrow {
    display: none;
  }
}

@media (min-width: 769px) {
  .section.section--phone .heading2.section--phone--heading-narrow .break-tablet {
    display: none !important;
  }
}

.section.section--phone .heading2.section--phone--heading-wide {
  display: none;
}

@media (min-width: 1025px) {
  .section.section--phone .heading2.section--phone--heading-wide {
    display: block;
  }
}

.section.section--phone .heading5--secondary {
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 640px) {
  .section.section--phone .heading5--secondary {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (min-width: 769px) {
  .section.section--phone .heading5--secondary {
    font-size: 19px;
    line-height: 26px;
  }
}

@media (min-width: 1025px) {
  .section.section--phone .heading5--secondary {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (max-width: 639px) {
  .section.section--feedback {
    padding-right: 26px;
    padding-left: 26px;
  }

  .section.section--feedback .section__header {
    max-width: 300px;
  }

  .section.section--feedback .thankyou-text {
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    max-width: 274px;
  }
}

.section.section--glide-slider {
  padding: 20px 33px;
}

@media (min-width: 640px) {
  .section.section--glide-slider {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px 116px 20px 122px;
  }
}

@media (min-width: 992px) {
  .section.section--glide-slider {
    margin: 0 auto;
    padding: 25px 190px;
    max-width: 1072px;
  }
}

@media (min-width: 1024px) {
  .section.section--glide-slider {
    padding: 36px 110px;
  }
}

@media (min-width: 1270px) {
  .section.section--glide-slider {
    padding: 40px 0;
    max-width: 924px;
  }
}

.section.section--glide-slider .glide-wrapper .glide__arrow {
  width: 13px;
  height: 21px;
}

.section.section--glide-slider .glide-wrapper .glide__arrow.glide__arrow--prev {
  left: -40px;
}

.section.section--glide-slider .glide-wrapper .glide__arrow.glide__arrow--next {
  right: -40px;
}

.map-slider .map-slider__item .map-slider__item__description .heading4--secondary {
  font-size: 23px;
  line-height: 32px;
}

@media (min-width: 640px) {
  .map-slider .map-slider__item .map-slider__item__description .heading4--secondary {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .map-slider .map-slider__item .map-slider__item__description .heading4--secondary {
    font-size: 28px;
    line-height: 40px;
  }
}

.map-slider .map-slider__item .map-slider__item__description p {
  font-size: 13px;
  line-height: 20px;
  color: var(--treeapp-dark-grey);
}

@media (min-width: 640px) {
  .map-slider .map-slider__item .map-slider__item__description p {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (min-width: 1025px) {
  .map-slider .map-slider__item .map-slider__item__description p {
    font-size: 15px;
    line-height: 24px;
  }
}

.map-slider .slick-arrow {
  margin-top: -14px;
  background: url(../images/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;
}

.map-slider .slick-arrow.slick-prev {
  left: 22px;
}

.map-slider .slick-arrow.slick-next {
  right: 22px;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .map-slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .map-slider .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (min-width: 1270px) {
  .map-slider .slick-arrow.slick-prev {
    left: -60px;
  }

  .map-slider .slick-arrow.slick-next {
    right: -60px;
  }
}

.map-slider .slick-arrow:hover,
.map-slider .slick-arrow:focus {
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
}

.news-slider {
  margin-bottom: 60px !important;
}

.news-slider .news-slider__item {
  padding: 0 12px;
}

.news-slider .news-slider__item:first-of-type {
  margin-left: -120px;
}

@media (min-width: 768px) {
  .news-slider .news-slider__item:first-of-type {
    margin-left: 0;
  }
}

.news-slider .news-slider__card {
  background: #F6F6F6;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.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: 600;
  font-size: 15px;
  line-height: 21px;
    color: var(--treeapp-dark-grey);
}

.news-slider .news-slider__card .news-slider__card__description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  color: var(--treeapp-dark-grey);
}

.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 {
  display: none;
  margin: 0 auto;
  width: 185px;
  flex: 0 0 200px;
  background: url(../images/phone6.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media (min-width: 720px) {
  .phone-slider {
    display: block;
    width: 160px;
    flex: 0 0 160px;
  }
}

@media (min-width: 769px) {
  .phone-slider {
    width: 200px;
    flex: 0 0 200px;
  }
}

@media (min-width: 1024px) {

  .phone-slider {
    flex: 0 0 300px;
    width: 300px;
  }

}

@media (min-width: 1270px) {
  .phone-slider {
    margin: 0 0 0 0;
    flex: 0 0 340px;
    width: 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 32px;
}

@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: 38px;
  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: 7px 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: 9px 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: 11px 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: 11px;
  line-height: 16px;
}

@media (min-width: 1025px) {
  .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);
}

.slick-slider .slick-arrow {
  width: 8px;
  height: 13px;
}

@media (min-width: 768px) {
  .slick-slider .slick-arrow {
    width: 10px;
    height: 20px;
  }
}

@media (min-width: 1024px) {
  .slick-slider .slick-arrow {
    width: 18px;
    height: 28px;
  }
}

.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;
  }
}

.figure--two .figure__figcaption {
  margin: 0 auto;
  max-width: 270px;
}

.figure--two .figure__figcaption .heading3-secondary {
  margin-bottom: 20px;
}

.figure--two .figure__figcaption p {
  font-size: 17px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .figure--two .figure__figcaption {
    margin: 0;
    max-width: 350px;
  }

  .figure--two .figure__figcaption .heading3-secondary {
    margin-bottom: 44px;
    font-size: 23px;
    line-height: 32px;
  }
}

@media (min-width: 1270px) {
  .figure--two .figure__figcaption {
    max-width: 450px;
  }

  .figure--two .figure__figcaption .heading3-secondary {
    margin-bottom: 61px;
    font-size: 29px;
    line-height: 40px;
  }
}

.figure--two .figure__image {
  width: 100%;
  height: 320px;
  flex: 0 0 320px;
}

@media (min-width: 768px) {
  .figure--two .figure__image {
    flex: 0 0 285px;
    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;
  }
}

.info-page {
  margin: 0 auto 112px;
  padding: 64px 16px 0;
  width: 100%;
  max-width: 1102px;
}

.info-page .info-page__heading {
  margin: 0 auto 64px;
  max-width: 800px;
  text-align: center;
}

@media (min-width: 1025px) {
  .info-page .info-page__heading {
    margin-bottom: 96px;
  }
}

.info-page .info-page__heading .heading1:after {
  margin: 24px auto 0;
}

.info-page .heading5 {
  font-weight: 600;
}

.accordion {
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 639px) {
  .accordion {
    padding-left: 16px;
  }
}

.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-item:not(:last-child) {
  margin-bottom: 36px;
}

@media (min-width: 640px) {
  .accordion .accordion-item:not(:last-child) {
    margin-bottom: 54px;
  }
}

.accordion .accordion__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0;
  padding-right: 25px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
    cursor: pointer;
  transition: font-size 0.3s ease;
  text-align: left;
}

@media (min-width: 769px) {
  .accordion .accordion__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@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: 12px;
  height: 8px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.accordion .accordion__title.collapsed {
  font-size: 17px;
  line-height: 24px;
  }

@media (min-width: 769px) {
  .accordion .accordion__title.collapsed {
    font-size: 21px;
    line-height: 30px;
  }
}

.accordion .accordion__title.collapsed:after {
  top: -3px;
  transform: rotate(0deg);
}

.accordion .accordion__content {
  padding: 24px 0 8px;
  text-align: left;
}

.accordion .accordion__content ul {
  margin-bottom: 20px;
}

/* The container <div> - needed to position the dropdown content */
.section .section__inner-wide--map {
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
}

@media (max-width: 767px) {
  .section .section__inner-wide--map {
    max-width: 560px;
  }
}

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

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

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

.main.checkout-selection-hidden {
  display: none;
}

.increase-tabs .increase-tab {
  justify-content: center;
  margin-bottom: 47px;
  border: none;
}

.increase-tabs .increase-tab .nav-item .nav-link {
  background: #E4E4E4;
  border: none;
  border-radius: 0 10px 10px 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
    color: var(--treeapp-dark-grey);
}

@media (min-width: 640px) {
  .increase-tabs .increase-tab .nav-item .nav-link {
    font-size: 19px;
    line-height: 26px;
  }
}

.increase-tabs .increase-tab .nav-item .nav-link.active {
  color: var(--treeapp-white);
  background: var(--treeapp-primary);
}

.increase-tabs .increase-tab .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
}

@media (min-width: 1025px) {
  .section.profile {
    padding-top: 60px;
  }
}

.section.profile .profile__title {
  display: flex;
  align-items: center;
  justify-content: start;
}

.section.profile .profile__title .profile__image {
  position: relative;
  margin-right: 60px;
}

.section.profile .profile__title .profile__image .profile__image__hint {
  display: none;
  position: absolute;
  top: -30px;
  right: -44px;
  z-index: 1;
  padding: 3px 11px;
  background: #b9b9b9;
  color: var(--treeapp-white);
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  border-radius: 7px;
  transition: 0.5s;
}

.section.profile .profile__title .profile__image:hover .profile__image__hint {
  display: block;
}

.section.profile .profile__title .profile__image input {
  display: none;
}

.section.profile .profile__title .profile__image label {
  display: block;
  overflow: hidden;
  width: 74px;
  height: 74px;
  background: #FFFFFF url(../images/profile-placeholder-minimal.svg) no-repeat center;
  background-size: 100% auto;
  border: 2px solid #E4E4E4;
  border-radius: 50%;
}

@media (min-width: 640px) {
  .section.profile .profile__title .profile__image label {
    width: 148px;
    height: 148px;
    background-size: 100% auto;
  }
}

.section.profile .profile__title .profile__image:before {
  content: "";
  position: absolute;
  right: -5px;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  background: var(--treeapp-white) url(../images/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) {
  .section.profile .profile__title .profile__image:before {
    right: -7px;
    width: 51px;
    height: 51px;
    background-size: 19px auto;
  }
}

@media (min-width: 640px) {
  .section.profile .profile__title .heading1 {
    margin: 0 0 8px;
  }
}

.section.profile .profile__title p {
  margin: 0;
  text-align: left;
}

.section.profile .profile__data {
  margin: 0 auto;
  max-width: 804px;
}

.profile__data__header {
  margin-bottom: 15px;
  padding: 20px 11px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  }

@media (min-width: 640px) {
  .section.profile .profile__data .profile__data__header {
    padding: 11px 20px;
  }
}

@media (min-width: 1024px) {
  .section.profile .profile__data .profile__data__header {
    padding: 20px 11px;
  }
}

.section.profile .profile__data .profile__data__header span {
  color: var(--treeapp-primary);
  position: relative;
}

@media (min-width: 1024px) {
  .section.profile .profile__data .profile__data__header {
    font-size: 21px;
    line-height: 30px;
  }

}

.section.profile .profile__data .profile__data__cards--small li {
  width: calc(33.3333333333% - 18px);
  background: var(--treeapp-white);
}

@media (min-width: 1024px) {
  .section.profile .profile__data .profile__data__cards--small li {
    width: calc(33.3333333333% - 33px);
  }
}

.section.profile .profile__data .profile__data__cards--small.glide__slides li {
  display: block;
  padding: 30px 10px;
}

.section.profile .profile__data .profile__data__cards--small.glide__slides li:before {
  width: 75px;
  height: 67px;
  background-size: contain;
}

.section.profile .profile__data .profile__data__cards--small.glide__slides li .heading4 {
  font-size: 15px;
  line-height: 20px;
}

.section.profile .profile__data .profile__data__cards--small.glide__slides li p {
  font-size: 11px;
  line-height: 16px;
  white-space: normal;
}

@media (max-width: 639px) {
  .impact-block {
    padding: 0 25px;
  }

  .impact-block .impact-block__inner {
    margin: 0 auto;
    max-width: 277px;
  }

  .impact-block .impact-block__inner p {
    margin-bottom: 46px;
  }
}

@media (min-width: 1024px) {
  .impact-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .impact-block .impact-block__inner {
    max-width: 380px;
  }
}

@media (min-width: 1270px) {
  .impact-block .impact-block__inner {
    max-width: 530px;
  }
}

.impact-block .heading2 {
  margin-bottom: 21px;
}

.impact-block p {
  font-size: 15px;
  line-height: 24px;
}

.impact-block .button {
  margin: 0;
  height: 54px;
  font-size: 21px;
  line-height: 30px;
}

.reward-block .reward-block__header {
  margin-bottom: 37px;
  text-align: center;
}

@media (min-width: 640px) {
  .reward-block .reward-block__header {
    padding-top: 24px;
  }
}

.reward-block .reward-block__header p {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  }

@media (min-width: 1024px) {
  .reward-block .reward-block__header p {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 30px;
  }
}

.reward-block .reward-block__header .reward-block__link {
  font-weight: 600;
}

.reward-block .reward-block__inner {
  color: var(--treeapp-primary);
}

.reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul {
  margin-right: -30px;
  padding-top: 25px;
  padding-right: 30px;
  max-height: 340px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul {
    max-height: 330px;
  }
}

@media (min-width: 1270px) {
  .reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul {
    max-height: 300px;
  }
}

.reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul li {
  padding: 50px 34px 38px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  }

.reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul li:not(:last-child) {
  margin-bottom: 41px;
}

@media (min-width: 1024px) {
  .reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul li:not(:last-child) {
    margin-bottom: 46px;
  }
}

@media (min-width: 1024px) {
  .reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul li {
    font-size: 19px;
    line-height: 26px;
  }
}

.reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul li small {
  display: block;
  margin-top: 14px;
  margin-bottom: -20px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: var(--treeapp-primary);
}

@media (min-width: 1024px) {
  .reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul li small {
    margin-top: 0;
  }
}

.reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul li:before {
  content: "";
  display: block;
  margin: -70px auto 10px;
  width: 40px;
  height: 40px;
  background: var(--treeapp-primary) url(../images/checkmark-white.svg) center no-repeat;
  background-size: 16px auto;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .reward-block .reward-block-cols .reward-block-col .reward-block-col__content ul li:before {
    margin: -75px auto 10px;
    width: 55px;
    height: 55px;
    background-size: 23px auto;
  }
}

.green-block {
  overflow: hidden;
  background: #F6F6F6;
  border-radius: 8px;
}

.green-block .green-block__header {
  font-size: 21px;
  line-height: 30px;
  padding: 17px;
  background: var(--treeapp-primary);
  color: var(--treeapp-white);
  font-weight: 600;
  text-align: center;
  }

.green-block .green-block__content {
  padding: 26px 25px 0;
}

.green-block .green-block__content .list-assets li {
  padding-right: 38px;
}

.green-block .green-block__content .list-assets .heading6 {
  margin-bottom: 5px;
}

.green-block .green-block__content .list-assets p {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #878787;
}

.green-block .green-block__content .list-assets .list-assets__content {
  max-width: 449px;
}

.option-section {
  padding-top: 29px;
}

.option-section p {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
    color: var(--treeapp-dark-grey);
}

.option-section p.option-section__text {
  margin-top: 98px;
}

@media (max-width: 767px) {
  .option-section p.option-section__text {
    font-size: 17px;
    line-height: 24px;
  }
}

.option-section p.option-section__email {
  margin-bottom: 56px;
}

.option-section p.option-section__email a {
  padding-left: 23px;
  background: url(../images/icon-email.svg) no-repeat 0 center;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-decoration: 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-wrapper .glide.map .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 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

@media (min-width: 640px) {
  .section:has(.glide-wrapper) {
    padding-inline: 36px;
  }
}

@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;
}

.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-wrapper .glide.map .glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.section--impact-report {
  padding: 60px 0;
  background: #FBFBFB;
}

.section--impact-report .section__inner:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 399px;
  height: 223px;
  background: url(/assets/images/icons/impact-img.jpg) no-repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  .section--impact-report .section__inner:after {
    margin-bottom: 30px;
    width: 287px;
    height: 160px;
  }
}

@media (min-width: 640px) {
  .section--impact-report .section__inner {
    max-width: 544px;
  }
}

@media (min-width: 992px) {
  .section--impact-report .section__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 802px;
    text-align: left;
  }

  .section--impact-report .section__inner:after {
    margin: 0;
    width: 350px;
    height: 196px;
  }
}

@media (min-width: 1270px) {
  .section--impact-report .section__inner {
    max-width: 1022px;
  }

  .section--impact-report .section__inner:after {
    width: 399px;
    height: 223px;
  }
}

.section--impact-report .section--impact-report__inner .button.button--rounded {
  padding: 10px 32px;
}

@media (max-width: 991px) {
  .section--impact-report .section--impact-report__inner .button.button--rounded {
    display: none;
  }
}

.section--impact-report .heading3 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px !important;
  line-height: 48px !important;
    color: var(--treeapp-primary);
}

@media (min-width: 640px) {
  .section--impact-report .heading3 {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .section--impact-report .heading3 {
    margin-bottom: 27px;
    max-width: 334px;
    font-size: 45px !important;
    line-height: 56px !important;
  }
}

@media (min-width: 1270px) {
  .section--impact-report .heading3 {
    margin-bottom: 45px;
    max-width: none;
  }
}

.section--impact-report .heading4--secondary {
  margin: 0 auto 24px;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
    color: var(--treeapp-dark-grey);
}

@media (min-width: 992px) {
  .section--impact-report .heading4--secondary {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 40px;
  }
}

.section--impact-report p {
  font-size: 15px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .section--impact-report p {
    margin-bottom: 30px;
  }
}

.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 auto;
    max-width: 1150px;
  }
}

@media (min-width: 640px) {
  .glide-wrapper .glide__arrow--prev {
    margin-left: -26px;
  }

  .glide-wrapper .glide__arrow--next {
    margin-right: -26px;
  }
}

.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: 13px;
  background: url(../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: 600;
  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(../images/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;
}

.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: 600;
  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 !important;
    height: 450px;
  }
}

.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);
}

.map .map__pin a {
  display: block;
  height: 100%;
}

.map .slick-list {
  height: 100% !important;
  position: relative;
}

.map .slick-list .slick-track {
  width: 100% !important;
  height: 100%;
  transform: translate3d(0, 0px, 0px) !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: 600;
  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(../images/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(../images/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: 600;
  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: 600;
  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 60px;
  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;
  }
}

.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;
    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,
  .glide .our-work-section .our-work-section__content {
    margin-bottom: 30px;
  }

  .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;
  }

  .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-bottom: 30px;
  }
}

@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;
  }
}

.carousel-maps .our-work-section .heading4--secondary,
.glide .our-work-section .heading4--secondary {
  margin-bottom: 15px;
  font-weight: 600;
  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;
  }
}

@media (min-width: 768px) {

  .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;
  }
}

@media (min-width: 1270px) {

  .carousel-maps .our-work-section .our-work-section__list,
  .glide .our-work-section .our-work-section__list {
    width: 339px;
  }
}

.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: 48%;
  }

  .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;
  }
}

.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: 337px;
    flex: 0 0 337px;
    height: 371px;
  }
}

@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: 394px;
    flex: 0 0 394px;
    height: 442px;
  }
}

.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;
}

@media (min-width: 640px) {

  .carousel-maps .carousel-maps__image,
  .glide .carousel-maps__image {
    height: 312px;
  }
}

@media (min-width: 768px) {

  .carousel-maps .carousel-maps__image,
  .glide .carousel-maps__image {
    height: 447px;
  }
}

@media (min-width: 1024px) {

  .carousel-maps .carousel-maps__image,
  .glide .carousel-maps__image {
    height: 312px;
  }
}

@media (min-width: 1270px) {

  .carousel-maps .carousel-maps__image,
  .glide .carousel-maps__image {
    height: 400px;
  }
}

.carousel-maps .carousel-maps__image img,
.glide .carousel-maps__image img {
  height: 100%;
  object-fit: cover;
}

.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;
}

@media (min-width: 1025px) {
  .section.profile {
    padding-top: 41px;
  }
}

.section.profile .profile__title {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}

.section.profile .profile__title .profile__image {
  position: relative;
  margin-right: 52px;
}

.section.profile .profile__title .profile__image .profile__image__hint {
  display: none;
  position: absolute;
  top: -30px;
  right: -44px;
  z-index: 1;
  padding: 3px 11px;
  background: #b9b9b9;
  color: var(--treeapp-white);
  font-weight: 500;
  font-size: 12px;
  border-radius: 7px;
  transition: 0.5s;
}

.section.profile .profile__title .profile__image:hover .profile__image__hint {
  display: block;
}

.section.profile .profile__title .profile__image input {
  display: none;
}

.section.profile .profile__title .profile__image:before {
  content: "";
  position: absolute;
  right: -5px;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  background: var(--treeapp-white) url(../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) {
  .section.profile .profile__title .profile__image:before {
    right: -7px;
    width: 51px;
    height: 51px;
    background-size: 19px auto;
  }
}

@media (min-width: 640px) {
  .section.profile .profile__title .heading1 {
    margin: 0 0 8px;
  }
}

.section.profile .profile__title p {
  margin: 0;
  text-align: left;
}

.section.profile .profile__data {
  margin: 0 auto;
  max-width: 557px;
}

@media (min-width: 1024px) {
  .section.profile .profile__data {
    max-width: 804px;
  }
}

.section.profile .profile__data .profile__data__header {
  margin-bottom: 25px;
  padding: 11px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  }

@media (min-width: 640px) {
  .section.profile .profile__data .profile__data__header {
    padding: 11px 20px;
  }
}

@media (min-width: 1024px) {
  .section.profile .profile__data .profile__data__header {
    padding: 11px;
  }
}

.section.profile .profile__data .profile__data__header span {
  color: var(--treeapp-primary);
}

@media (min-width: 1024px) {
  .section.profile .profile__data .profile__data__header {
    font-size: 21px;
    line-height: 40px;
  }
}

.profile__data__stat {
  margin: 11px -14px -200px;
  padding: 12px;
  width: 241px;
  background: var(--treeapp-primary);
  border-radius: 40px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: var(--treeapp-white);
}

@media (max-width: 639px) {
  .profile__data__stat {
    margin: 11px auto -32px;
  }
}

.profile__data__stat b {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.section.profile .profile__data .profile__data__cards--small li {
  width: calc(33.3333333333% - 18px);
  background: var(--treeapp-white);
}

@media (min-width: 1024px) {
  .section.profile .profile__data .profile__data__cards--small li {
    width: calc(33.3333333333% - 33px);
  }
}

.section.profile .profile__data .profile__data__cards--small.glide__slides li {
  display: block;
  padding: 30px 10px;
}

.section.profile .profile__data .profile__data__cards--small.glide__slides li:before {
  width: 75px;
  height: 67px;
  background-size: contain;
}

.section.profile .profile__data .profile__data__cards--small.glide__slides li .heading4 {
  font-size: 15px;
  line-height: 20px;
}

.section.profile .profile__data .profile__data__cards--small.glide__slides li p {
  font-size: 11px;
  line-height: 16px;
  white-space: normal;
}

.profile__data .button {
  color: #FFF;
  text-align: center;
  font-family: "Work Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 16px; /* 66.667% */
  letter-spacing: 0.28px;
}

.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;
}

@media (min-width: 1025px) {
  .section.section--phone .section__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}

.section.section--phone p {
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
    color: #878787;
}

@media (min-width: 1024px) {
  .section.section--phone p {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (min-width: 1025px) {
  .section--settings .card {
    padding: 60px 100px;
  }
}

.alert {
  margin-bottom: 69px;
  padding: 14px 33px;
  background: var(--treeapp-white);
  border: 2px solid #F3A048;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}

.alert.alert--success {
  border: 2px solid var(--treeapp-primary);
}

.alert .btn-close {
  width: 13px;
  height: 13px;
  padding: 17px;
  color: var(--treeapp-dark-grey);
  background: transparent url(../images/modal-close.svg) center/13px auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.alert .btn-close:focus {
  box-shadow: none;
  outline: none;
}

.form {
  text-align: left;
}

.form .form-group {
  position: relative;
  margin-bottom: 45px;
}

.form .form__label {
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 639px) {
  .form .form__label.form__label__empty {
    display: none;
  }
}

.form .form__action {
  color: var(--Grey-Tint-1, #878787);
  font-size: 15px;
  padding-top: 8px;
  position: absolute;
}

.form .form-control {
  padding: 0 8px;
  height: 41px;
  background: var(--treeapp-white) !important;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  font-size: 15px;
  line-height: 24px;
    color: var(--treeapp-dark-grey);
}

.form .form-control.is-invalid,
.form .form-control:invalid,
.form .form-control.is-valid,
.form .form-control:valid,
.form .form-control.is-invalid:focus,
.form .form-control:invalid:focus,
.form .form-control.is-valid:focus,
.form .form-control:valid:focus {
  background: none;
  border-color: #E4E4E4;
  box-shadow: none;
}

.form ::-webkit-input-placeholder {
  color: #BABABA;
}

.form :-moz-placeholder {
  color: #BABABA;
}

.form ::-moz-placeholder {
  color: #BABABA;
}

.form :-ms-input-placeholder {
  color: #BABABA;
}

.form .invalid-feedback {
  position: absolute;
  margin: 0;
  color: #dc3545;
  font-size: 13px;
  line-height: 20px;
}

@media (min-width: 640px) {
  .form .form__sides {
    display: flex;
    justify-content: space-between;
  }
}

.form .form__side-primary {
  width: 100%;
}

@media (min-width: 640px) {
  .form .form__side-primary {
    width: 60%;
  }
}

@media (min-width: 769px) {
  .form .form__side-primary {
    width: 49%;
  }
}

@media (min-width: 1025px) {
  .form .form__side-primary {
    width: 44%;
  }
}

.form .input-file {
  position: relative;
  margin-bottom: 45px;
}

.form .input-file input {
  position: absolute;
  width: 100%;
  height: 41px;
  opacity: 0;
}

.form .input-file input+label {
  display: block;
  padding-left: 43px;
  width: 100%;
  height: 41px;
  background: var(--treeapp-white) url(../images/icon-plus.svg) no-repeat 16px center;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  line-height: 41px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form .input-file input::-webkit-file-upload-button {
  visibility: hidden;
}

.form .input-file input::before {
  content: "";
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
}

.form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--treeapp-white) url(../images/arrow.svg) no-repeat right 16px center;
  background-size: 14px auto;
  color: var(--treeapp-dark-grey);
}

.form select.form-control.is-valid,
.form select.form-control:valid {
  background: var(--treeapp-white) url(../images/arrow.svg) no-repeat right 16px center;
  background-size: 14px auto;
}

@media (min-width: 640px) {
  .form .form-check {
    margin-left: 16px;
  }
}

.form .form-check .form-check-label {
  font-weight: normal;
}

.form-check {
  display: flex;
}

.form-check .form-check-input {
  margin-top: 0;
  margin-right: 16px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #878787;
  border-radius: 4px;
}

.form-check .form-check-input:checked[type=checkbox] {
  background: var(--treeapp-primary) url(../images/form-checkmark.svg) no-repeat center;
  border-color: var(--treeapp-primary);
}

.form-check .form-check-input:focus {
  box-shadow: none;
}

.form-check .form-check-label {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.form-check .form-check-label a {
  text-decoration: underline;
}

.simple-input {
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .simple-input {
    margin-bottom: 60px;
  }
}

.simple-input input[type=number] {
  width: 150px;
  height: 59px;
  background: var(--treeapp-white);
  border: 1px solid #BABABA;
  box-sizing: border-box;
  border-radius: 4px;
  color: var(--treeapp-dark-grey);
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  }

.simple-input input[type=text] {
  margin-bottom: 9px;
  width: 150px;
  height: 59px;
  background: var(--treeapp-white);
  border: 1px solid #BABABA;
  box-sizing: border-box;
  border-radius: 4px;
  color: var(--treeapp-dark-grey);
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  }

.simple-input p {
  font-size: 15px;
  line-height: 24px;
  text-decoration-line: underline;
}

.form-register,
.form-communication {
  margin: 0 auto;
  max-width: 552px;
}

@media (min-width: 1025px) {

  .form-register,
  .form-communication {
    max-width: 740px;
  }
}

.form-register ::-webkit-input-placeholder,
.form-communication ::-webkit-input-placeholder {
  color: var(--treeapp-dark-grey);
}

.form-register :-moz-placeholder,
.form-communication :-moz-placeholder {
  color: var(--treeapp-dark-grey);
}

.form-register ::-moz-placeholder,
.form-communication ::-moz-placeholder {
  color: var(--treeapp-dark-grey);
}

.form-register :-ms-input-placeholder,
.form-communication :-ms-input-placeholder {
  color: var(--treeapp-dark-grey);
}

.form-register .form-group,
.form-communication .form-group {
  margin-bottom: 16px;
}

.form-register .form-control,
.form-communication .form-control {
  padding-left: 16px;
  height: 40px;
  background: var(--treeapp-white);
  border: 1px solid rgba(135, 135, 135, 0.15);
  border-radius: 8px;
  font-size: 15px;
}

.form-register select.form-control,
.form-communication select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--treeapp-white) url(../images/arrow-select.svg) no-repeat right 14px center;
  background-size: 17px auto;
}

.form-register textarea.form-control,
.form-communication textarea.form-control {
  height: 80px;
}

.form-register .button,
.form-communication .button {
  min-width: 136px;
}

.form-register .invalid-feedback {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 24px;
  color: var(--treeapp-white);
}

.form-communication .form-control {
  padding: 0 8px;
}

.form-communication .invalid-feedback {
  position: static;
  padding-top: 4px;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: var(--treeapp-orange);
}

.form-communication .form-communication__success {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
    color: var(--treeapp-dark-grey);
}

@media (min-width: 1025px) {
  .form-trees .form-trees__register {
    background-size: 736px auto;
  }
}

.page-header .form-trees__header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding-block: 1rem;
  text-align: center;
}

.page-header .form-trees__header h2 {
  font-size: 1.1875rem;
  margin: unset;
}

@media only screen and (min-width: 480px) {
  .page-header .form-trees__header {
    min-height: 6rem;
  }

  .page-header .form-trees__header h2 {
    font-size: 2.25rem;
    line-height: initial;
  }
}


.form-trees .form-trees__amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 9.375rem;
  height: 7.3rem;
  background: var(--treeapp-white);
  border: 1.5px solid #F0F0F0;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  padding-block-end: 2rem;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 640px) {
  .form-trees .form-trees__amount {
    width: 180px;
    height: 124px;
  }
}

@media (min-width: 992px) {
  .form-trees .form-trees__amount {
    width: 158px;
    height: 124px;
  }
}

@media (min-width: 1025px) {
  .form-trees .form-trees__amount {
    width: 9.375rem;
    height: 7.3rem;
  }
}

.form-trees .form-trees__amount .form-trees__amount__control {
  width: 100%;
  font-weight: 600;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  background: none;
  border: none;
  color: var(--treeapp-dark-grey);
}

.form-trees .form-trees__amount .form-trees__amount__control.selected {
  font-size: 45px;
}

.form-trees .form-trees__amount .form-trees__amount__control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.form-trees .form-trees__amount ::-webkit-input-placeholder {
  color: #878787;
}

.form-trees .form-trees__amount :-moz-placeholder {
  color: #878787;
}

.form-trees .form-trees__amount ::-moz-placeholder {
  color: #878787;
}

.form-trees .form-trees__amount :-ms-input-placeholder {
  color: #878787;
}

.form-trees .form-trees__amount .form-trees__amount__label {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  }

.form-trees .form-trees__hint {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: var(--treeapp-red);
}

@media (max-width: 1024px) {
  .form-trees .form-trees__hint {
    margin: 0 auto;
    max-width: 150px;
  }
}

@media (max-width: 639px) {
  .form-trees .form-trees__hint {
    margin-bottom: 48px;
  }
}

.form-trees .form-trees__selection {
  max-width: 900px;
}

.form-trees .form-trees__selection .col {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .form-trees .form-trees__selection .col {
    padding: 0 30px;
  }
}

@media (max-width: 639px) {
  .form-trees .form-trees__selection .col {
    padding: 0 3px;
  }
}

.form-trees .form-trees__selection .col p {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.form-trees .form-trees__selection .form-trees__selection__input label {
  width: 100%;
  height: 42px;
  background: #FFF;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 26px;
  text-align: center;
  color: var(--treeapp-primary);
  border: 1px solid var(--treeapp-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.form-trees .form-trees__selection .form-trees__selection__input input {
  display: none;
}

.form-trees .form-trees__selection .form-trees__selection__input input:checked+label {
  background: var(--treeapp-primary);
  color: #FFF;
}

.form-trees .form-trees__selection .form-trees__selection__input input:disabled ~ label {
  background: #f0f0f0;
  color: var(--treeapp-primary);
}

.form-trees.form-trees--secondary .form-trees__register {
  margin: 0 auto;
  min-height: 186px;
  background: url(../images/icon-trees.svg) no-repeat center bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .form-trees.form-trees--secondary .form-trees__register {
    margin-bottom: 57px;
  }
}

.modal-form .modal-form__label {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  }

@media (min-width: 992px) {
  .modal-form .modal-form__label {
    font-size: 19px;
    line-height: 26px;
  }
}

.modal-form textarea.modal-form__control {
  padding: 14px 20px;
  width: 100%;
  height: 133px;
  background: var(--treeapp-white);
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: var(--treeapp-dark-grey);
}

.modal-form ::-webkit-input-placeholder {
  color: #BABABA;
}

.modal-form :-moz-placeholder {
  color: #BABABA;
}

.modal-form ::-moz-placeholder {
  color: #BABABA;
}

.modal-form :-ms-input-placeholder {
  color: #BABABA;
}

.form-narrow {
  max-width: 392px;
}

.amount {
  position: absolute;
  bottom: -29px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -105px;
  width: 210px;
  height: 66px;
  background: #FBFBFB;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

.amount .amount__controls {
  width: 18px;
  height: 18px;
  background: none;
  border: none;
}

.amount .amount__controls svg {
  fill: var(--treeapp-dark-grey);
  vertical-align: super;
}

.amount .amount__controls:hover svg {
  fill: var(--treeapp-primary);
}

.amount .amount__controls.amount__controls--inactive svg {
  fill: #E4E4E4;
}

.amount .amount__digit {
  margin: 0 16px;
  width: 101px;
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid #F0F0F0;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
    color: var(--treeapp-dark-grey);
}

.amount.amount--active {
  background: var(--treeapp-primary);
}

.amount.amount--active .amount__controls:hover svg {
  fill: #00740C;
}

.amount.amount--active .amount__digit {
  background-image: none;
}

.amount.amount--big {
  position: static;
  margin: 0 auto;
  width: 100%;
  height: 120px;
  background: var(--treeapp-primary);
}

@media (min-width: 360px) {
  .amount.amount--big {
    width: 300px;
  }
}

@media (min-width: 640px) {
  .amount.amount--big {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .amount.amount--big {
    margin: 0 auto;
    width: 396px;
    height: 158px;
  }
}

.amount.amount--big .form-trees__amount {
  position: relative;
  padding-top: 5px;
  width: 116px;
  height: 81px;
  background: var(--treeapp-white);
  border: 1.5px solid #F0F0F0;
  border-radius: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .amount.amount--big .form-trees__amount {
    padding-top: 12px;
    width: 180px;
    height: 100px;
  }
}

.amount.amount--big .form-trees__amount .amount__digit {
  margin: 0 auto;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
    background: none;
  border: none;
  color: var(--treeapp-dark-grey);
}

@media (min-width: 768px) {
  .amount.amount--big .form-trees__amount .amount__digit {
    font-size: 45px;
    line-height: 56px;
  }
}

.amount.amount--big .form-trees__amount .amount__digit::placeholder {
  font-size: 30px;
}

.amount.amount--big .form-trees__amount .amount__digit:focus {
  outline: none;
}

.amount.amount--big .form-trees__amount .form-trees__amount__label {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
    color: #878787;
}

@media (min-width: 768px) {
  .amount.amount--big .form-trees__amount .form-trees__amount__label {
    font-size: 15px;
    line-height: 21px;
  }
}

.amount.amount--big .amount__controls {
  width: 27px;
  height: 27px;
}

.amount.amount--big .amount__controls svg {
  width: 27px;
  height: 27px;
}

.amount.amount--big .amount__controls.amount__controls--minus {
  margin-right: 30px;
}

@media (min-width: 768px) {
  .amount.amount--big .amount__controls.amount__controls--minus {
    margin-right: 40px;
  }
}

.amount.amount--big .amount__controls.amount__controls__plus {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .amount.amount--big .amount__controls.amount__controls__plus {
    margin-left: 40px;
  }
}

.form-trees-update {
  text-align: center;
}

.form-trees-update .form-trees-update__info {
  margin: 0 auto 21px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
    color: #878787;
}

@media (min-width: 768px) {
  .form-trees-update .form-trees-update__info {
    max-width: 562px;
    width: 100%;
    height: 60px;
    background: url(../images/icon-trees.svg) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 15px;
    line-height: 21px;
  }
}

.list-countries {
  overflow-y: auto;
  height: 244px;
}

@media (min-width: 640px) {
  .list-countries {
    padding-right: 31px;
    height: 300px;
  }
}

.list-countries .list-countries__heading {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.list-countries .list-countries__content {
  margin-bottom: 14px;
}

.list-countries .list-countries__content li {
  margin-bottom: 8px;
}

.list-countries .list-countries__content li .list-countries__controls {
  display: flex;
  align-items: center;
  padding: 16px 21px 12px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  font-size: 15px;
  line-height: 24px;
    text-decoration: none;
}

.list-countries .list-countries__content li .list-countries__controls:hover {
  background: #E9F5D6;
}

.list-countries .list-countries__content li .list-countries__flags {
  margin-right: 25px;
  width: 1.875rem;
}

.list-specs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 640px) {
  .list-specs {
    flex-wrap: nowrap;
  }
}

.list-specs li {
  display: flex;
  padding: 23px 38px;
  background: var(--treeapp-white);
  border-radius: 8px;
  text-align: center;
}

@media (min-width: 640px) {
  .list-specs li {
    flex-direction: column;
    margin-bottom: 31px;
    padding: 34px 30px;
    width: 40%;
  }
}

.list-specs li:before {
  content: "";
  display: block;
  margin: 0 auto 22px;
  width: 121px;
  height: 76px;
  background-size: auto 100%;
  background-position: center bottom;
}

.list-specs li.list-specs__treesPlanted:before {
  background-image: url("../images/list__image-trees.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__treesUnbilled:before {
  background-image: url("../images/list__image-trees-grey.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__tree:before {
  background-image: url("../images/icons/tree-light-green.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__globe:before {
  background-image: url("../images/list__image-globe.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__species:before {
  background-image: url("../images/list__image-chameleon.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__species-tan:before {
  background-image: url("../images/list__image-chameleon-tan.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__certificate:before {
  background-image: url("../images/list__image-certificate.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__certificate-green:before {
  background-image: url("../images/icons/certificate-light-green.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__api:before {
  background-image: url("../images/list__image-api.svg");
  background-repeat: no-repeat;
}

@media (max-width: 639px) {
  .list-specs li.list-specs__api {
    padding-left: 17px !important;
  }

  .list-specs li.list-specs__api:before {
    margin-top: -40px !important;
    width: 82px !important;
    flex: 0 0 82px !important;
    height: 90px !important;
  }
}

.list-specs li.list-specs__plant:before {
  background-image: url("../images/list__image-plant.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__heart:before {
  background-image: url("../images/list__image-heart.svg");
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .list-specs li.list-specs__heart.list-specs__heart--order3 {
    order: 3;
  }
}

.list-specs li.list-specs__employees:before {
  background-image: url("../images/list__image-employees.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__remote-worker:before {
  background-image: url("../images/list__image-remote-worker.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__plane:before {
  background-image: url("../images/list__image-plane.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__globe2:before {
  background-image: url("../images/list__image-globe2.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__calendar:before {
  background-image: url("../images/list__image-calendar.svg");
  background-repeat: no-repeat;
}

.list-specs li.list-specs__shovel:before {
  background-image: url("../images/list__image-shovel.svg");
  background-repeat: no-repeat;
}

@media (max-width: 639px) {
  .list-specs.list-specs--primary li {
    margin-bottom: 19px;
  }

  .list-specs.list-specs--primary li:before {
    margin: 0;
    width: 110px;
    height: 80px;
    flex: 0 0 110px;
    background-size: contain;
  }

  .list-specs.list-specs--primary li div {
    width: 100%;
    text-align: right;
  }

  .list-specs.list-specs--primary li.list-specs__treesPlanted:before {
    height: 49px;
  }

  .list-specs.list-specs--primary li.list-specs__globe:before {
    width: 60px;
    flex: 0 0 60px;
    height: 60px;
  }

  .list-specs.list-specs--primary li:nth-child(even) {
    flex-direction: row-reverse;
  }

  .list-specs.list-specs--primary li:nth-child(even) div {
    text-align: left;
  }
}

.list-specs.list-specs--primary--gray li {
  background: #FBFBFB;
}

.list-specs .heading4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  }

@media (min-width: 992px) {
  .list-specs .heading4 {
    font-size: 28px;
    line-height: 40px;
  }
}

.list-specs p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.list-specs.list-specs--cards li {
  background: #FBFBFB;
  box-shadow: none;
}

.section--light .list-specs.list-specs--cards li {
  background: #F6F6F6;
}

.list-specs.list-specs--cards .heading4 {
  margin-bottom: 19px;
  font-size: 23px;
  line-height: 32px;
}

@media (min-width: 640px) {
  .list-specs.list-specs--cards .heading4 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .list-specs.list-specs--cards .heading4 {
    font-size: 28px;
    line-height: 40px;
  }
}

.list-specs.list-specs--cards p {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

@media (min-width: 1025px) {
  .list-specs.list-specs--cards p {
    font-size: 15px;
    line-height: 24px;
  }
}

.list-specs.list-specs--cards.list-specs--primary li {
  align-items: center;
}

@media (max-width: 639px) {
  .list-specs.list-specs--cards.list-specs--primary li div {
    margin-left: auto;
    max-width: 167px;
    text-align: center;
  }
}

@media (max-width: 639px) {
  .list-specs.list-specs--cards.list-specs--primary li:nth-child(even) div {
    margin-right: auto;
    margin-left: 0;
  }
}

.list-specs.list-specs--cards.list-specs--secondary {
  margin-bottom: 22px;
}

@media (min-width: 640px) {
  .list-specs.list-specs--cards.list-specs--secondary {
    margin-bottom: 79px;
  }
}

.list-specs.list-specs--cards.list-specs--secondary li {
  position: relative;
  margin-bottom: 62px;
  padding: 34px 19px;
  text-align: left;
}

@media (max-width: 639px) {
  .list-specs.list-specs--cards.list-specs--secondary li .list-specs--secondary__header {
    display: flex;
  }

  .list-specs.list-specs--cards.list-specs--secondary li .list-specs--secondary__header .list-specs--secondary__header__side {
    margin-right: 30px;
    text-align: left;
  }

  .list-specs.list-specs--cards.list-specs--secondary li .list-specs--secondary__header .list-specs--secondary__header__side .heading4 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
  }
}

@media (min-width: 640px) {
  .list-specs.list-specs--cards.list-specs--secondary li {
    margin-bottom: 0;
    text-align: center;
  }
}

.list-specs.list-specs--cards.list-specs--secondary li:before {
  display: none;
}

@media (min-width: 640px) {
  .list-specs.list-specs--cards.list-specs--secondary li:before {
    display: block;
    height: 38px;
  }
}

.list-specs.list-specs--cards.list-specs--secondary li .heading4 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 30px;
  }

.list-specs.list-specs--cards.list-specs--secondary li p {
  font-size: 11px;
  line-height: 16px;
}

.list-specs.list-specs--cards.list-specs--secondary li .amount {
  position: absolute;
  bottom: -29px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -105px;
  width: 210px;
  height: 66px;
  background: #FBFBFB;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

.list-specs.list-specs--cards.list-specs--secondary li .amount .amount__controls {
  width: 18px;
  height: 18px;
  background: none;
  border: none;
}

.list-specs.list-specs--cards.list-specs--secondary li .amount .amount__controls svg {
  fill: var(--treeapp-dark-grey);
  vertical-align: super;
}

.list-specs.list-specs--cards.list-specs--secondary li .amount .amount__controls:hover svg {
  fill: var(--treeapp-primary);
}

.list-specs.list-specs--cards.list-specs--secondary li .amount .amount__controls.amount__controls--inactive svg {
  fill: #E4E4E4;
}

.list-specs.list-specs--cards.list-specs--secondary li .amount .amount__digit {
  margin: 0 16px;
  width: 101px;
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid #F0F0F0;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
    color: var(--treeapp-dark-grey);
}

.list-specs.list-specs--cards.list-specs--secondary li .amount.amount--active {
  background: var(--treeapp-primary);
}

.list-specs.list-specs--cards.list-specs--secondary li .amount.amount--active .amount__digit {
  background-image: none;
}

@media (min-width: 640px) {
  .list-specs.list-specs--small li {
    margin-bottom: 35px;
    padding: 34px 23px;
    width: calc(50% - 15px);
  }
}

@media (min-width: 992px) {
  .list-specs.list-specs--small li {
    margin-bottom: 0;
    padding: 34px 23px;
    width: calc(25% - 15px);
  }
}

.list-specs.list-specs--small .heading4 {
  font-size: 19px;
  line-height: 26px;
}

.list-specs.list-specs--small p {
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 479px) {
  .list-specs.glide-list-specs li {
    display: block;
  }
}

.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;
}

.list-checked {
  margin: 0 auto;
  max-width: 760px;
}

.list-checked li {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}

.list-checked li:before {
  content: "";
  position: relative;
  top: 3px;
  display: block;
  margin-right: 21px;
  flex: 0 0 17px;
  width: 17px;
  height: 13px;
  background: url(../images/checkmark.svg) no-repeat;
  background-size: 17px auto;
}

.section--settings .card {
  margin-bottom: 30px;
  padding: 50px 20px;
  background: var(--treeapp-white);
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  text-align: left;
}

@media (min-width: 640px) {
  .section--settings .card {
    padding: 50px 55px;
  }
}

@media (min-width: 769px) {
  .section--settings .card {
    padding: 50px 80px;
  }
}

@media (min-width: 1025px) {
  .section--settings .card {
    padding: 50px 100px;
  }
}


.pricing-block .list-checked li {
  justify-content: center;
  font-weight: 600;
  line-height: 20px;
  }

.pricing-block .list-checked li:not(:last-child) {
  margin-bottom: 46px;
}

@media (min-width: 992px) {
  .pricing-block .list-checked li {
    font-size: 19px;
    line-height: 26px;
  }
}

.list-benefits {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 5px;
}

.list-benefits li {
  margin-bottom: 52px;
  width: 50%;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  }

@media (min-width: 640px) {
  .list-benefits li {
    margin: 0 8px;
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .list-benefits li {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (min-width: 1270px) {
  .list-benefits li {
    padding: 0;
  }
}

.list-benefits li:before {
  content: "";
  display: block;
  margin: 0 auto 16px;
  height: 66px;
  background-size: contain;
  background-position: center;
}

@media (min-width: 1025px) {
  .list-benefits li:before {
    height: 120px;
  }
}

.list-benefits li.list-benefits__earth:before {
  background-image: url("../images/list__image-globe.svg");
  background-repeat: no-repeat;
}

.list-benefits li.list-benefits__people:before {
  background-image: url("../images/list__image-people.svg");
  background-repeat: no-repeat;
}

.list-benefits li.list-benefits__empower:before {
  background-image: url("../images/list__image-empower.svg");
  background-repeat: no-repeat;
}

.list-benefits li.list-benefits__feedback:before {
  background-image: url("../images/list__image-feedback.svg");
  background-repeat: no-repeat;
}

.list-steps {
  text-align: left;
}

@media (min-width: 640px) {
  .list-steps {
    padding: 0 53px;
  }
}

@media (min-width: 769px) {
  .list-steps {
    padding: 0;
  }
}

.list-steps>li {
  position: relative;
  margin-bottom: 58px;
  padding: 44px 30px 17px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(61, 61, 61, 0.03);
  border-radius: 8px;
}

@media (min-width: 769px) {
  .list-steps>li {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .list-steps>li {
    padding: 44px 34px 17px;
  }
}

.list-steps>li:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-steps>li.list-steps__one {
  margin-bottom: 64px;
}

@media (min-width: 640px) {
  .list-steps>li.list-steps__one {
    margin-bottom: 32px;
    width: 444px;
  }
}

@media (min-width: 768px) {
  .list-steps>li.list-steps__one {
    width: 558px;
  }
}

@media (min-width: 1025px) {
  .list-steps>li.list-steps__one {
    width: 596px;
  }
}

.list-steps>li.list-steps__one:after {
  top: -30px;
  right: 0;
  width: 83px;
  height: 83px;
  background-image: url(../images/list__image-step1.svg);
}

@media (min-width: 640px) {
  .list-steps>li.list-steps__one:after {
    top: 116px;
    right: -87px;
    width: 131px;
    height: 131px;
  }
}

@media (min-width: 1024px) {
  .list-steps>li.list-steps__one:after {
    width: 167px;
    height: 167px;
  }
}

.list-steps>li.list-steps__one .list-steps__content {
  max-width: 386px;
}

.list-steps>li.list-steps__one .list-steps__footer {
  text-align: right;
}

.list-steps>li.list-steps__two {
  margin-left: auto;
}

@media (min-width: 640px) {
  .list-steps>li.list-steps__two {
    width: 387px;
  }
}

@media (min-width: 769px) {
  .list-steps>li.list-steps__two {
    margin-top: -10px;
    width: 478px;
  }
}

@media (min-width: 1270px) {
  .list-steps>li.list-steps__two {
    margin-top: 0;
    margin-right: 106px;
    width: 488px;
  }
}

.list-steps>li.list-steps__two:after {
  top: -31px;
  right: -10px;
  width: 82px;
  height: 78px;
  background-image: url(../images/list__image-step2.svg);
}

@media (min-width: 640px) {
  .list-steps>li.list-steps__two:after {
    top: -41px;
    width: 105px;
    height: 105px;
  }
}

@media (min-width: 1024px) {
  .list-steps>li.list-steps__two:after {
    top: -86px;
    right: 0;
    width: 131px;
    height: 131px;
  }
}

.list-steps>li.list-steps__two .list-steps__footer {
  text-align: right;
}

.list-steps>li.list-steps__three {
  padding-top: 39px;
  width: 100%;
}

@media (min-width: 640px) {
  .list-steps>li.list-steps__three {
    margin: -160px 0 68px 0;
    width: 159px;
  }
}

@media (min-width: 1024px) {
  .list-steps>li.list-steps__three {
    margin-bottom: 94px;
    margin-left: 72px;
    width: 230px;
  }
}

@media (min-width: 1270px) {
  .list-steps>li.list-steps__three {
    margin-bottom: 68px;
    width: 240px;
  }
}

.list-steps>li.list-steps__three:after {
  top: -20px;
  right: 10px;
  width: 230px;
  height: 226px;
  background-image: url(../images/list__image-step3-mobile2.svg);
}

@media (min-width: 640px) {
  .list-steps>li.list-steps__three:after {
    top: -15px;
    right: -58px;
    width: 107px;
    height: 400px;
    background-image: url(../images/list__image-step3-mobile.svg);
  }
}

@media (min-width: 1024px) {
  .list-steps>li.list-steps__three:after {
    top: -42px;
    width: 115px;
    height: 344px;
    background-image: url(../images/list__image-step3.svg);
  }
}

.list-steps>li.list-steps__three .heading2 {
  margin-bottom: 10px;
}

.list-steps>li.list-steps__three .list-steps__footer {
  text-align: right;
}

@media (min-width: 640px) {
  .list-steps>li.list-steps__three .list-steps__footer {
    text-align: right;
  }
}

.list-steps>li.list-steps__four {
  margin-bottom: 0;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .list-steps>li.list-steps__four {
    width: 640px;
  }
}

@media (min-width: 1270px) {
  .list-steps>li.list-steps__four {
    width: 704px;
  }
}

.list-steps>li.list-steps__four:after {
  top: -26px;
  right: 39px;
  width: 81px;
  height: 81px;
  background-image: url(../images/list__image-step4.svg);
}

@media (min-width: 768px) {
  .list-steps>li.list-steps__four:after {
    top: -45px;
    right: 4px;
    width: 112px;
    height: 112px;
  }
}

@media (min-width: 1024px) {
  .list-steps>li.list-steps__four:after {
    top: -115px;
    right: 42px;
    width: 180px;
    height: 180px;
  }
}

.list-steps>li.list-steps__four .list-steps__footer {
  text-align: right;
}

.list-steps>li .list-steps__header {
  color: #878787;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  }

@media (min-width: 1024px) {
  .list-steps>li .list-steps__header {
    font-size: 28px;
    line-height: 40px;
  }
}

.list-steps>li .list-steps__footer {
  color: #BABABA;
  font-size: 15px;
  line-height: 24px;
}

.list-steps>li .heading2 {
  margin-bottom: 24px;
  font-size: 23px !important;
  line-height: 32px !important;
}

@media (min-width: 769px) {
  .list-steps>li .heading2 {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

.list-steps>li p,
.list-steps>li li {
  font-size: 15px;
  line-height: 24px;
}

.list-steps>li ul {
  margin-bottom: 24px;
  list-style: disc inside;
}

@media (min-width: 360px) {
  .list-steps>li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.list-steps>li ul li {
  margin-bottom: 15px;
}

@media (min-width: 360px) {
  .list-steps>li ul li {
    width: 45%;
  }
}

.list-social {
  display: flex;
}

.list-social li {
  margin: 0 15px;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu__collapse__content .list-social {
  justify-content: flex-end;
  margin: auto 34px 37px 0;
}

.menu__collapse__content .list-social li {
  margin: 0 0 0 31px;
}

.list-assets{
  margin: 0 auto;
  max-width: calc(100% - 36px);
}

@media (min-width: 1025px) {
  .list-assets {
    max-width: 1015px;
  }
}

.list-assets li,
.list-history li {
  margin-bottom: 34px;
  padding: 32px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(61, 61, 61, 0.03);
  border-radius: 10px;
}

@media (min-width: 640px) {
  .list-assets li,
  .list-history li {
    display: flex;
    align-items: center;
    text-align: left;
  }

  .list-assets li:not(:last-child) {
    margin-bottom: 40px;
  }

  .list-history li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .list-assets li,
  .list-history li{
    padding: 29px 40px 29px 63px;
  }
}

@media (min-width: 1025px) {
  .list-assets li,
  .list-history li {
    padding-right: 93px;
  }
}

.list-assets li:before {
  content: "";
  display: block;
  margin: 0 auto 47px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}

.list-history li:before {
  content: "";
  display: block;
  margin: 0 auto 47px;
  flex: 0 0 40px;
  width: 40px;
  height: 60px;
}

.list-assets li:before {
  background: url(../images/icon-unlocked.svg) no-repeat center;
}

.list-history .trees-small:before {
  background: url(../images/icons/history-trees-small.svg) no-repeat center;
}

.list-history .trees-medium:before {
  background: url(../images/icons/history-trees-medium.svg) no-repeat center;
}

.list-history .trees-big:before {
  background: url(../images/icons/history-trees-big.svg) no-repeat center;
}

.list-history .offsets:before {
  background: url(../images/icons/history-offsets.svg) no-repeat center;
}

.list-history .automatic:before {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin:  0 auto 30px;
  background: url(../images/icons/api-icon.svg) no-repeat center;
}

.list-history .total-impact:before {
  flex: 0 0 60px;
  margin: 0 auto 25px;
}

.list-history .total-impact.trees:before {
  width: 45px;
  height: 60px;
  background: url(../images/icons/tree.svg) no-repeat center;
}

.list-history .total-impact.offsets:before {
  width: 60px;
  height: 60px;
  background: url(../images/icons/earth.svg) no-repeat center;
}

@media (min-width: 640px) {
  .list-history .total-impact:before {
    margin: 0 30px 0 0;
  }
}

@media (min-width: 640px) {
  .list-assets li:before,
  .list-history li:before {
    margin: 0 50px 0 0;
  }
  .list-history .automatic:before {
    margin: 0 29px 0 0;
  }
}

.list-assets li .list-assets__content {
  margin-bottom: 44px;
}

.list-history li .list-history__content {
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .list-assets li .list-assets__content,
  .list-history li .list-history__content{
    margin-right: 16%;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .list-assets li .list-assets__content,
  .list-history li .list-history__content {
    margin-right: 44px;
  }
}

.list-assets li .heading4{
  margin-bottom: 27px;
}

.list-history li .heading4 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
}

@media (min-width: 640px) {
  .list-assets li .heading4,
  .list-history li .heading4 {
    margin-bottom: 0;
  }
}

.list-assets li p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
    color: #878787;
}

.list-history li p {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #878787;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .list-assets li p {
    font-size: 21px;
    line-height: 30px;
  }
}

.list-assets li .button,
.list-history li .button {
  margin-left: auto;
  white-space: nowrap;
}

.list-assets li .list-assets__requested {
  margin-left: auto;
  padding-left: 36px;
  text-align: center;
  background: url(../images/checkmark.svg) no-repeat 0 center;
  background-size: 22px;
}

.list-assets li .list-assets__requested .heading6 {
  margin-bottom: 0;
  line-height: normal;
}

.list-assets li .list-assets__requested .list-assets__requested__date {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.list-assets li.list-assets__locked:before {
  background: url(../images/icon-locked.svg) no-repeat center;
}

.list-details li {
  margin-bottom: 0;
  text-align: center;
}

.list-details li:not(:last-child) {
  margin-bottom: 62px;
}

@media (min-width: 640px) {
  .list-details li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    text-align: left;
  }

  .list-details li:not(:last-child) {
    margin-bottom: 68px;
  }
}

.list-details li .list-details__content {
  margin-bottom: 50px;
}

@media (min-width: 640px) {
  .list-details li .list-details__content {
    margin-right: 15%;
    margin-bottom: 0;
  }
}

.list-details li .heading6 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .list-details li .heading6 {
    font-size: 17px;
    line-height: 24px;
  }
}

.list-details li p {
  margin: 0;
}

@media (max-width: 768px) {
  .list-details li p {
    font-size: 15px;
  }
}

.list-details li .button {
  white-space: nowrap;
}

.checkout-selection {
  display: block;
}

@media (min-width: 640px) {
  .checkout-selection {
    display: flex;
    justify-content: center;
  }
}

.checkout-selection li {
  display: flex;
  margin: 0 auto;
  max-width: 270px;
  text-align: center;
}

@media (min-width: 768px) {
  .checkout-selection li {
    margin: 0 20px;
  }
}

@media (min-width: 840px) {
  .checkout-selection li {
    margin: 0 29px;
    max-width: 320px;
  }
}

@media (min-width: 1025px) {
  .checkout-selection li {
    margin: 0 36px;
    max-width: 364px;
  }
}

.checkout-selection .checkout-selection__content {
  margin-bottom: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 20px;
  background: var(--treeapp-white);
  box-shadow: 0 0 20px rgba(61, 61, 61, 0.03);
  border-radius: 20px;
  cursor: pointer;
}

@media (min-width: 840px) {
  .checkout-selection .checkout-selection__content {
    padding: 30px 36px;
  }
}

@media (min-width: 1025px) {
  .checkout-selection .checkout-selection__content {
    margin-bottom: 20px;
    padding: 61px 42px;
  }
}

.checkout-selection .checkout-selection__content p {
  color: var(--treeapp-dark-grey);
  font-weight: 600;
  font-size: 29px;
  line-height: 40px;
  }

@media (min-width: 840px) {
  .checkout-selection .checkout-selection__content p {
    font-size: 35px;
    line-height: 48px;
  }
}

.checkout-selection .checkout-selection__content p span {
  color: var(--treeapp-primary);
}

.checkout-selection .checkout-selection__content.active {
  background: var(--treeapp-primary);
}

.checkout-selection .checkout-selection__content.active p {
  color: var(--treeapp-white);
}

.checkout-selection .checkout-selection__content.active p span {
  color: var(--treeapp-dark-grey);
}

.checkout-selection .checkout-selection__content.inactive {
  opacity: 0.4;
}

.checkout-selection .checkout-selection__footer p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  }

@media (min-width: 640px) {
  .checkout-selection .checkout-selection__footer p {
    font-size: 15px;
    line-height: 21px;
  }
}

.list-scroll {
  overflow-y: auto;
  max-height: 322px;
}

@media (min-width: 768px) {
  .list-scroll {
    padding-right: 54px;
  }
}

.list-scroll li:nth-child(even) a {
  background: rgba(196, 196, 196, 0.1);
}

.list-scroll li a {
  display: flex;
  justify-content: space-between;
  padding: 15px 17px 15px 23px;
  background: var(--treeapp-white);
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
    text-decoration: none;
}

.list-scroll li a:hover {
  background: var(--treeapp-primary);
  color: var(--treeapp-white);
}

.list-scroll .heading6 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
    color: #878787;
}

.list-scroll ul {
  margin-bottom: 35px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.03));
}

.page-enter {
  background: #FBFBFB;
}

.form-enter {
  padding: 64px 36px 50px;
  width: 86%;
  background: var(--treeapp-dark-grey);
  border-radius: 8px;
  color: var(--treeapp-white);
}

.form-enter.form-enter--secondary {
  padding: 43px 28px 50px;
}

@media (min-width: 640px) {
  .form-enter {
    padding: 64px 96px 68px;
    width: 558px;
  }

  .form-enter.form-enter--secondary {
    padding: 64px 67px 68px;
  }
}

@media (min-width: 769px) {
  .form-enter {
    padding: 64px 104px 68px;
    width: 600px;
  }

  .form-enter.form-enter--secondary {
    padding: 64px 85px 68px;
  }
}

.form-enter .form-enter__legend {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
    color: var(--treeapp-white);
}

.form-enter p {
  font-size: 15px;
  line-height: 24px;
}

.form-enter .form-enter__header {
  margin-bottom: 40px;
  text-align: center;
}

.form-enter .form-enter__header .form-enter__legend {
  margin-bottom: 20px;
}

.form-enter .form-enter__group {
  margin-bottom: 25px;
}

.form-enter .form-enter__label {
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.form-enter .form-enter__control {
  padding: 0 8px;
  width: 100%;
  height: 41px;
  background: var(--treeapp-white);
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  font-size: 15px;
  }

.form-enter ::-webkit-input-placeholder {
  color: #BABABA;
}

.form-enter :-moz-placeholder {
  color: #BABABA;
}

.form-enter ::-moz-placeholder {
  color: #BABABA;
}

.form-enter :-ms-input-placeholder {
  color: #BABABA;
}

.form-enter .show-password {
  margin-left: auto;
  padding-top: 6px;
  white-space: nowrap;
  font-size: 13px;
}

.form-enter .show-password input {
  display: none;
}

.form-enter .show-password input+.show-password__text:before {
  content: "Show password";
}

.form-enter .show-password input:checked+.show-password__text:before {
  content: "Hide password";
}

.form-enter .invalid-feedback {
  color: #dc3545;
}

.form-enter .form-enter__footer a {
  font-weight: 600;
  text-decoration: none;
}

.form-enter .form-enter__footer a:hover {
  text-decoration: underline;
}

.modal .modal-dialog {
  max-width: 568px;
}

@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 781px;
  }
}

.modal .modal-fullscreen-lg-down {
  max-width: 800px;
}

.modal .modal-content {
  position: relative;
  padding: 45px 15px 39px;
  background: #FBFBFB;
  border-radius: 8px;
}

@media (min-width: 640px) {
  .modal .modal-content {
    padding: 36px 55px 69px;
  }
}

@media (min-width: 992px) {
  .modal .modal-content {
    padding: 58px 65px;
  }
}

.modal .modal-confirm {
  margin-bottom: 40px;
  text-align: center;
}

.modal .modal-confirm p {
  font-size: 15px;
  line-height: 24px;
}

.modal .modal-confirm p b {
  color: var(--treeapp-primary);
}

.modal .btn-close {
  position: absolute;
  top: 31px;
  right: 30px;
  padding: 0;
  width: 13px;
  height: 13px;
  background: url(../images/modal-close.svg) no-repeat;
  background-size: contain;
  opacity: 1;
}

.modal .modal-header {
  display: block;
  margin-bottom: 63px;
  border: none;
}

@media (min-width: 640px) {
  .modal .modal-header {
    margin-bottom: 36px;
    padding: 0;
  }
}

.modal .modal-header .modal-title {
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  }

@media (min-width: 992px) {
  .modal .modal-header .modal-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.modal .modal-header p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.modal .modal-body {
  padding: 0;
}

.modal .modal-footer__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
    color: #878787;
}

@media (min-width: 992px) {
  .modal.list-countries-modal .modal-header {
    padding: 0 50px;
  }
}

.modal.list-countries-modal .modal-header:before {
  content: "";
  display: block;
  margin: 0 auto 19px;
  width: 162px;
  height: 54px;
  background: url(../images/tree-row.svg) no-repeat;
  background-size: cover;
}

.modal.list-countries-modal .list-countries {
  height: calc(80vh - 344px);
}

.modal.modal-increase .modal-dialog {
  max-width: 558px;
}

@media (min-width: 1024px) {
  .modal.modal-increase .modal-dialog {
    max-width: 803px;
  }
}

.modal.modal-increase .modal-header {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .modal.modal-increase .modal-header {
    margin-bottom: 63px;
  }
}

.modal.modal-increase .modal-body {
  padding-bottom: 47px;
}

.modal.modal-increase .modal-footer {
  flex-direction: column;
  justify-content: space-between;
  margin: 0 -15px -39px;
  padding: 28px;
  background: #FBFBFB;
  border: none;
  box-shadow: 0 -4px 70px rgba(0, 0, 0, 0.08);
}

@media (min-width: 640px) {
  .modal.modal-increase .modal-footer {
    flex-direction: row;
    margin: 0 -55px -69px;
  }
}

@media (min-width: 992px) {
  .modal.modal-increase .modal-footer {
    margin: 0 -65px -58px;
  }
}

.modal.modal-increase .modal-footer>* {
  margin: 0;
}

.modal.modal-increase .modal-footer .modal-footer__error {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
    color: #F00;
}

.modal.modal-increase .modal-footer .heading6 {
  margin-right: 0;
  margin-bottom: 11px !important;
}

@media (min-width: 640px) {
  .modal.modal-increase .modal-footer .heading6 {
    margin-right: 34px;
    margin-bottom: 0 !important;
  }
}

.modal.modal-increase .modal-footer .form-check {
  margin: 0 auto 18px;
  max-width: 220px;
}

.modal.modal-increase .modal-footer .form-check .form-check-label {
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 640px) {
  .modal.modal-increase .modal-footer .form-check {
    margin: auto;
    max-width: none;
    width: 50%;
  }

  .modal.modal-increase .modal-footer .form-check .form-check-input {
    margin-top: 5px;
  }

  .modal.modal-increase .modal-footer .form-check .form-check-label {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (min-width: 769px) {
  .modal.modal-increase .modal-footer .form-check {
    width: auto;
  }

  .modal.modal-increase .modal-footer .form-check .form-check-input {
    margin-top: 0;
  }
}

.modal.modal-increase .modal-footer .button {
  font-size: 21px;
}

.modal.modal--mid .modal-dialog {
  max-width: 556px;
}

@media (min-width: 992px) {
  .modal.modal--mid .modal-dialog {
    max-width: 600px;
  }
}

.modal.modal--mid .modal-header {
  margin-bottom: 31px;
}

.modal.modal--mid .modal-content {
  background: var(--treeapp-white);
}

.modal.modal--change-payment .modal-dialog {
  max-width: 560px;
}

@media (min-width: 992px) {
  .modal.modal--change-payment .modal-dialog {
    max-width: 804px;
  }
}

@media (min-width: 1025px) {
  .modal.modal--change-payment .modal-dialog {
    max-width: 996px;
  }
}

@media (max-width: 479px) {
  .modal.modal--change-payment .heading6 {
    font-size: 17px;
    line-height: 24px;
  }
}

.modal.modal--change-payment .form-control {
  background: var(--treeapp-white);
}

.modal.modal--journey .modal-dialog {
  max-width: 558px;
}

@media (min-width: 1024px) {
  .modal.modal--journey .modal-dialog {
    max-width: 803px;
  }
}

@media (min-width: 1270px) {
  .modal.modal--journey .modal-dialog {
    max-width: 1016px;
  }
}

.modal.modal--journey .modal-content {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 768px) {
  .modal.modal--journey .modal-content {
    padding: 110px 47px;
  }
}

@media (max-width: 639px) {
  .modal.modal--journey .modal-content {
    padding: 45px 34px;
  }
}

.modal.modal--journey .modal-content:before {
  content: "";
  position: absolute;
  top: 172px;
  right: 19px;
  display: block;
  width: 39px;
  height: 39px;
  background: url(../images/profile-placeholder.svg) no-repeat;
  background-size: contain;
  transform: rotate(15.05deg);
}

@media (min-width: 640px) {
  .modal.modal--journey .modal-content:before {
    top: 209px;
    right: 5px;
    width: 85px;
    height: 85px;
  }
}

@media (min-width: 1024px) {
  .modal.modal--journey .modal-content:before {
    top: 145px;
    right: 38px;
  }
}

@media (min-width: 1025px) {
  .modal.modal--journey .modal-content:before {
    top: 170px;
    right: 75px;
  }
}

.modal.modal--journey .modal-content:after {
  content: "";
  position: absolute;
  top: 344px;
  left: 28px;
  display: block;
  width: 31px;
  height: 30px;
  background: url(../images/list__image-step4.svg) no-repeat;
  background-size: contain;
  transform: rotate(-5.67deg);
}

@media (min-width: 640px) {
  .modal.modal--journey .modal-content:after {
    top: 271px;
    left: 33px;
    display: block;
    width: 73px;
    height: 73px;
  }
}

@media (min-width: 1024px) {
  .modal.modal--journey .modal-content:after {
    top: 321px;
    left: 36px;
  }
}

@media (min-width: 1025px) {
  .modal.modal--journey .modal-content:after {
    top: 286px;
    left: 52px;
  }
}

.modal.modal--journey .modal-header {
  margin-bottom: 68px;
}

@media (max-width: 768px) {
  .modal.modal--journey .modal-header {
    margin-bottom: 78px;
  }
}

@media (max-width: 639px) {
  .modal.modal--journey .modal-header {
    margin-bottom: 37px;
  }
}

@media (max-width: 768px) {
  .modal.modal--journey .modal-header .modal-title {
    font-size: 23px;
    line-height: 32px;
  }
}

.modal.modal--journey .modal-header p {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
    color: #878787;
}

@media (max-width: 768px) {
  .modal.modal--journey .modal-header p {
    font-size: 13px;
    line-height: 18px;
  }
}

.modal.modal--journey .modal-body {
  margin: 0 auto;
  max-width: 665px;
}

.modal.modal--journey .heading5--secondary {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .modal.modal--journey .heading5--secondary {
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 20px;
  }

  .modal.modal--journey .heading5--secondary:first-of-type {
    margin: 0 auto 60px;
    width: 274px;
  }
}

@media (max-width: 639px) {
  .modal.modal--journey .heading5--secondary {
    margin-bottom: 39px;
  }

  .modal.modal--journey .heading5--secondary:first-of-type {
    margin-bottom: 36px;
  }
}

.modal.modal--payment .modal-dialog,
.modal.modal--payment-processing .modal-dialog {
  margin-right: auto;
  margin-left: auto;
  max-width: 328px;
}

@media (min-width: 640px) {
  .modal.modal--payment .modal-dialog,
  .modal.modal--payment-processing .modal-dialog {
    max-width: 560px;
  }
}

@media (min-width: 1024px) {
  .modal.modal--payment .modal-dialog,
  .modal.modal--payment-processing .modal-dialog {
    max-width: 802px;
  }
}

@media (min-width: 1270px) {
  .modal.modal--payment .modal-dialog,
  .modal.modal--payment-processing .modal-dialog {
    max-width: 1013px;
  }
}

@media (min-width: 640px) {
  .modal.modal--payment .modal-header,
  .modal.modal--payment-processing .modal-header{
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  .modal.modal--payment .modal-header,
  .modal.modal--payment-processing .modal-header {
    padding: 0;
  }
}

.modal.modal--payment .modal-title,
.modal.modal--payment-processing .modal-title {
  margin-bottom: 0;
}

.modal.modal--payment .modal-body:before {
  content: "";
  display: block;
  margin: 0 auto 65px;
  width: 160px;
  height: 160px;
  background: url(../images/profile-placeholder.svg) no-repeat;
  background-size: contain;
}

.modal.modal--payment-processing .modal-body:before {
  content: "";
  display: block;
  margin: 0 auto 40px;
  width: 160px;
  height: 160px;
  background: url(../images/payment-processing.svg) no-repeat;
  background-size: contain;
}

@media (min-width: 1024px) {
  .modal.modal--payment .modal-body:before {
    width: 211px;
    height: 211px;
  }
}

.modal.modal--request .modal-content {
  background: var(--treeapp-white);
}

.modal.modal--request .modal-header {
  padding-top: 10px;
}

.modal.modal--request .modal-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  }

.modal.modal--request .modal--request__form {
  margin: 0 auto;
  max-width: 327px;
}

@media (min-width: 1024px) {
  .modal.modal--request .modal--request__form {
    max-width: 524px;
  }
}

.modal.modal--request .modal--request__form .form-group {
  margin-bottom: 30px;
}

.modal.modal--request .modal--request__form .form-group .form-control {
  padding: 8px 17px;
  background: #F6F6F6;
  border-color: #F6F6F6;
  font-size: 15px;
  line-height: 24px;
    color: var(--treeapp-dark-grey);
}

.modal.modal--request .modal--request__form .form-group textarea.form-control {
  padding: 15px 17px;
  min-height: 250px;
}

@media (min-width: 480px) {
  .modal.modal--request .modal--request__form .form-group textarea.form-control {
    min-height: 200px;
  }
}

@media (min-width: 1024px) {
  .modal.modal--request .modal--request__form .form-group textarea.form-control {
    min-height: 157px;
  }
}

.modal.modal--request .modal--request__form .form-group ::-webkit-input-placeholder {
  color: var(--treeapp-dark-grey);
}

.modal.modal--request .modal--request__form .form-group :-moz-placeholder {
  color: var(--treeapp-dark-grey);
}

.modal.modal--request .modal--request__form .form-group ::-moz-placeholder {
  color: var(--treeapp-dark-grey);
}

.modal.modal--request .modal--request__form .form-group :-ms-input-placeholder {
  color: var(--treeapp-dark-grey);
}

.modal.modal--processing {
  text-align: center;
}

.modal.modal--processing .modal-header .modal-title {
  margin-bottom: 6px;
}

.modal.modal--processing .modal-header p {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

.modal.modal--processing .heading6 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
    color: var(--treeapp-primary);
}

.modal.modal--processing p {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  }

.modal.modal--success {
  text-align: center;
}

.modal.modal--success .modal-dialog {
  max-width: 561px;
}

@media (min-width: 769px) {
  .modal.modal--success .modal-dialog {
    max-width: 640px;
  }
}

.modal.modal--success .modal-content {
  padding: 110px 46px 110px;
}

@media (min-width: 640px) {
  .modal.modal--success .modal-content {
    padding: 110px 55px 110px;
  }
}

.modal.modal--success .modal-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 35px;
  line-height: 48px;
    color: var(--treeapp-primary);
}

.modal.modal--success .modal-title:before {
  content: "";
  display: block;
  margin: 0 auto 16px;
  width: 34px;
  height: 26px;
  background: url(../images/checkmark.svg) no-repeat 0 center;
  background-size: contain;
}

.modal.modal--success p {
  font-size: 15px;
  line-height: 24px;
  color: #878787;
}

.modal.modal--update .modal-dialog {
  max-width: 558px;
}

@media (min-width: 1024px) {
  .modal.modal--update .modal-dialog {
    max-width: 803px;
  }
}

@media (min-width: 1270px) {
  .modal.modal--update .modal-dialog {
    max-width: 1016px;
  }
}

.modal.modal--update .modal-header {
  margin-bottom: 39px;
}

@media (max-width: 374px) {
  .modal.modal--update .modal-header {
    margin-bottom: 20px;
  }
}

.modal.modal--update .modal-header .modal-title {
  margin-bottom: 39px;
}

@media (max-width: 768px) {
  .modal.modal--update .modal-header .modal-title {
    margin-bottom: 40px;
    font-size: 29px;
    line-height: 40px;
      }
}

@media (max-width: 374px) {
  .modal.modal--update .modal-header .modal-title {
    max-width: 254px;
  }
}

@media (max-width: 768px) {
  .modal.modal--update .modal-header .heading5--secondary {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
      }
}

@media (max-width: 374px) {
  .modal.modal--update .modal-header .heading5--secondary {
    margin: 0 auto 20px;
    max-width: 190px;
  }
}

@media (max-width: 374px) {
  .modal.modal--update .modal-header p {
    margin: 0 auto;
    max-width: 230px;
  }
}

.modal.modal--update .modal-footer {
  text-align: center;
}

@media (min-width: 640px) {
  .modal.modal--update .modal-footer {
    text-align: left;
  }
}

@media (max-width: 374px) {
  .modal.modal--update .modal-footer__side {
    max-width: 152px;
    text-align: center;
  }

  .modal.modal--update .modal-footer__side .heading6 {
    font-size: 17px;
    line-height: 24px;
  }

  .modal.modal--update .modal-footer__side .modal-footer__text {
    font-size: 13px;
    line-height: 18px;
  }
}

.modal-backdrop {
  background: rgba(61, 61, 61, 0.75);
}

.modal-backdrop.show {
  opacity: 1;
}

.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__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 {
  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__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;
}

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

.green-heading-table thead th {
  color: var(--treeapp-primary);
  font-weight: 500;
  border-color: #F0F0F0 !important;
}

#cardHistory {
  text-align: start;
}

@media(max-width: 639px) {
  .green-heading-table table {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
  }
  .green-heading-table tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .green-heading-table tr {
    display: flex;
    flex-direction: column;
  }
  .green-heading-table th,  .green-heading-table td {
    height: 70px;
  }
  #cardAPIkeys td,
  #cardZapierkeys td {
    width: 90vw !important;
  }
  #cardAPIkeys th,
  #cardZapierkeys th {
    display: none;
  }
}

.green-heading-table table {
  font-weight: 400;
  border-color: #F0F0F0;
  vertical-align: middle;
}

.StripeElement {
  padding: 10px 8px 0;
  border-radius: 4px;
  font-size: 15px;
  line-height: 24px;
  color: #BABABA;
}

.modal--change-payment .StripeElement {
  background: var(--treeapp-white);
  height: 41px;
  border: 1px solid #E4E4E4;
}

#buttonLogin, #buttonLoginMobile, #buttonSignup, #buttonPlantTrees {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  min-width: 104px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#buttonLogin, #buttonLoginMobile, #buttonPlantTrees {
  background-color: var(--treeapp-primary);
  color: var(--treeapp-white);
}

#buttonSignup {
  background-color: #F6F6F6;
  color: var(--treeapp-dark-grey);
}

.green-outline {
  outline: 2px solid var(--treeapp-primary);
}

a.jx-knightlab {
  display: none;
}

.section--case-studies .card {
  border: 0.7px solid #B8DC7F;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.section--case-studies .card footer p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}

.section--case-studies .card footer span {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.055em;
}

.section--case-studies .card-body div {
  height: 70px;
}

.section--case-studies .card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.testimonials .glide__slide {
  height: 100%;
}

.section--business p {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
}

.section--business .card {
  background: var(--treeapp-white);
  border: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
.section--business .card:hover {
  background: linear-gradient(100.48deg, #0D6B00 11.21%, var(--treeapp-primary) 98.15%);
  color: var(--treeapp-white);
}
.section--business .card:hover svg path {
  fill: var(--treeapp-white);
  color: var(--treeapp-white);
}
.section--business .card-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--treeapp-dark-grey);
}

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

.section--business .card:hover p {
  color: var(--treeapp-white);
}

.section--business .card:hover h3 {
  color: var(--treeapp-white);
}

.section--business .card p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: var(--treeapp-dark-grey);
}

.impact-section .card-img-top {
  width: 100px;
  height: 100px;
}

.impact-section .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  border-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.impact-section h3 {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
}

.impact-section p {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

.impact-section .card {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.impact-section .card:hover {
  background: white;
  color: initial;
}
.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: 600;
  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;
}

.testimonials .glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 50%;
  display: inline-flex;
  list-style: none;
}

.testimonials .glide__bullet {
  background-color: var(--treeapp-dark-grey);
}

.testimonials .glide__bullet--active {
  background-color: var(--treeapp-primary);
}

.section--uk-planting p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}

.section--uk-planting label {
  padding: 10px;
  font-size: 15px;
}

.section--tree-planting .list-checked li,
.section--tree-planting p,
.section--tree-planting label {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

div.jx-image img {
  z-index: 1;
}

.secondary-plate.secondary-plate--secondary .secondary-plate__data .secondary-plate__data__has-hint {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 104px;
  min-width: 142px;
  height: 50px;
  background: var(--treeapp-white);
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  line-height: 50px;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  color: var(--treeapp-primary);
}

@media (min-width: 640px) {
  .secondary-plate.secondary-plate--secondary .secondary-plate__data .secondary-plate__data__has-hint {
    margin: 0 5px 0 0;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .secondary-plate.secondary-plate--secondary .secondary-plate__data .secondary-plate__data__has-hint {
    display: inline-block;
  }
}

.secondary-plate.secondary-plate--secondary .secondary-plate__data .secondary-plate__data__has-hint .secondary-plate__data__hint {
  display: none;
  position: absolute;
  top: -33px;
  left: 50%;
  z-index: 1;
  margin-left: -75px;
  padding: 3px 11px;
  min-width: 149px;
  background: #b9b9b9;
  color: var(--treeapp-white);
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  border-radius: 7px;
  transition: 0.5s;
}

.secondary-plate.secondary-plate--secondary .secondary-plate__data .secondary-plate__data__has-hint:hover .secondary-plate__data__hint {
  display: block;
}

#certificateBody .container-fluid {
  width:100%;
  aspect-ratio: 0.7;
  background: url(/business/assets/images/certificate-background.png) no-repeat center;
  background-size: 100%;
  color: var(--treeapp-dark-grey);
  font-family: 'Montserrat', sans-serif;
  padding: 40px;
}

#certificateBody .logo-img {
  width: 144px;
  margin-top: 80px;
}

#certificateBody h1 {
  margin-top: 33px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}

#certificateBody h3 {
  margin-top: 27px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

#certificateBody .tree-count {
  background: var(--treeapp-primary);
  color: var(--treeapp-white);
  border-radius: 5px;
  text-align: center;
  width: 380px;
  margin-top: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#certificateBody .tree-count h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-top: 13px;
}

#certificateBody .tree-count p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 17px;
}

#certificateBody .certificate-description {
  margin-top: 46px;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
}

#certificateBody .signature {
  width: 74px;
}

#certificateBody hr {
  width: 150px;
}

#certificateBody .un-logo {
  height: 50px;
  width: 120px;
}

#certificateBody .b-corp-logo {
  height: 65px;
  width: 39px;
}

#certificateBody .ftp-logo {
  height: 36px;
  width: 85px;
}

#certificateBody .torg-logo {
  height: 54px;
  width: 81px;
}

#certificateBody .social-enterprise-logo {
  height: 26px;
  width: 111px;
}

#certificateBody .signature-container {
  margin-top: 30px;
}

#certificateBody .signature-container p {
  font-weight: 400;
  font-size: 12px;
}

#certificateBody .certificate-identity-data {
  margin-top: 30px;
}

#certificateBody .certificate-identity-data p {
  font-weight: 400;
  font-size: 9px;
}

#certificateBody .logos-container {
  margin-top: 30px;
}

.button--certificate {
  display: flex;
  width: 133px;
  height: 35px;
  padding: 12px 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--treeapp-dark-grey);
  color: var(--treeapp-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.button--certificate-total {
  display: flex;
  width: 133px;
  height: 35px;
  padding: 12px 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--treeapp-primary);
  color: var(--treeapp-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

#historyExplanationModal b {
  font-weight: 600;
}

#historyExplanationModal a,
#historyExplanationModal .btn-link {
  color: #0094FF;
}

.list-history .total-impact-heading {
  font-size: 35px;
  font-weight: 600;
  line-height: 48px;
  color: var(--treeapp-primary)
}

.list-history  .total-impact-type {
  font-size: 21px;
  font-weight: 600;
  color: var(--treeapp-primary)
}

/* From myStyle.css */

.myZeroOpacity {
  opacity: 0;
}

.avoidClicks {
  pointer-events: none!important;
}

.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(-126px);
}

.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(../images/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;
  }
}

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

.myBlackishColor {
  color: #3D3D3D!important;
}

#unbilledTreesInfoModalButton,
#unbilledTreesInfoModalButton2 {
  cursor: pointer;
}

#unbilledTreesInfoModalButton {
  position: absolute;
  top: 14px;
  right: 14px;
}

.border-subtle {
  border-radius: 8px;
  border: 1.5px solid var(--treeapp-grey-tint-3);
}

#darkOverlay {
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 4;
  top: 0;
}

#apiGreeting,
#zapierGreeting,
#widgetGreeting {
  z-index: 5;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: none;
  border: none;
  text-decoration: underline;
  color: var(--treeapp-dark-grey);
}

.nav-tabs .nav-item button {
  font-size: 28px;
  color: var(--treeapp-grey-tint-2);
}

.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-link {
  transition: none;
}

.section--contact-tree-planting button {
  max-width: 371px;
  min-height: 70px;
  border-radius: 154px;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
}

.section--contact-tree-planting button p {
  text-transform: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 6px;
}

.section--contact-tree-planting button p svg {
  padding-bottom: 2px;
}

.contact-footer button {
  width: 200px;
  height: 50px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
  border-radius: 154px;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
}

/* STICKY BAR AT BOTTOM */
footer.footer:has(~ a > footer.fixed-bottom)  {
  margin-bottom: var(--x-space-bottom--desktop);
}

.contact-footer {
  width: 100%;
  height: var(--x-space-bottom--desktop);
  background-color: #00740C;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 1200px) {
  footer.footer:has(~ a > footer.fixed-bottom)  {
    margin-bottom: calc(var(--x-space-bottom--mobile) - 1px);
  }

  .contact-footer {
      height: var(--x-space-bottom--mobile);
      font-size: 16px;
      line-height: 24px;
      padding:10px;
   }
}

.cc-btn:hover {
  text-decoration: none !important;
  color: white !important;
  background-color: #14A800 !important;
  border: white 0.5px solid !important;
}
.cc-btn {
  text-decoration: none !important;
  border: #3D3D3D 0.5px solid !important;
  min-width: 140px !important;
}
.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__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;
  }
}

.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;
  }
}

.premium-code-link {
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: underline;
  font-weight: 300;
}

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

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

#packages.card #planting-location {
  font-size: 14px;
  font-weight: 400;
}

#countries-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 480px) {
  #sectionClimate {
    margin-block-end: 2rem;
  }
}

#invoiceEnableSuccess {
  color: var(--treeapp-primary);
  font-size: 19px;
  font-weight: 600;
}

#invoiceEnableSuccess::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(/business/assets/images/checkmark-primary-green.svg);
  background-repeat: no-repeat;
  margin-top: 4px;
}

.semi-bold {
  font-weight: 600;
}