#nav-share li:hover span {
  color: #567852;
}

.hero-resources {
  background-color: #567852;
  position: relative;
  height: 100vh;
  max-height: 800px;
}
.hero-resources .container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
.hero-resources .container > .scroll-dowm {
  position: absolute;
  border-left: 1px solid white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 100%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 24px;
  left: 50%;
  bottom: 10%;
  font-family: "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  transform: translateX(100%);
}
.hero-resources .container .title-hero {
  min-width: 696px;
}
.hero-resources figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
.hero-resources figure img {
  display: block;
  height: 100%;
  max-width: 100%;
}
@media (max-width: 64em) {
  .hero-resources figure img {
    max-height: 50vh;
    object-fit: cover;
  }
}
@media (max-width: 64em) {
  .hero-resources {
    max-height: none;
  }
  .hero-resources figure {
    top: 97px;
    bottom: auto;
    width: auto;
    right: 20px;
  }
  .hero-resources figure img {
    max-width: none;
    height: auto;
    width: 100%;
  }
  .hero-resources .container {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .hero-resources .container .title-hero {
    min-width: auto;
    font-size: 66px;
    position: absolute;
    top: 65%;
    left: 0;
  }
  .hero-resources .container > .scroll-dowm {
    left: 0;
    transform: none;
  }
}

.intro {
  background: #EEF8ED;
  color: rgba(0, 0, 0, 0.6);
  padding: 140px 0;
}
.intro .title-h1 {
  margin-bottom: 64px;
}
.intro .title-h2 {
  margin: 80px 0 40px;
}
.intro .title-h1,
.intro .title-h2 {
  color: #204C1A;
}
.intro .flex > div:first-child {
  padding-right: 136px;
}
.intro .flex > div:last-child {
  width: 50vw;
}
.intro .intro-slider {
  position: relative;
}
.intro .intro-slider img {
  width: 50vw;
}
.intro .intro-slider .swiper-nav {
  display: flex;
  margin-top: 25px;
  padding-bottom: 10px;
}
.intro .intro-slider .slider-button {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #204C1A;
  margin-left: 15px;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.33, 0.14, 0, 1), border-color 1s cubic-bezier(0.33, 0.14, 0, 1);
}
.intro .intro-slider .slider-button:hover {
  transform: scale(1.13);
}
.intro .intro-slider .slider-button svg {
  width: 40px;
  height: 20px;
}
.intro .intro-slider .swiper-button-disabled {
  opacity: 0.5;
}
.intro .intro-slider .swiper-pagination {
  position: relative;
  display: flex;
  margin: 25px 0 0 0;
  bottom: auto;
}
.intro .intro-slider .swiper-pagination-bullet {
  width: 138px;
  border-radius: 0;
  height: 2px;
  background: #204C1A;
  opacity: 0.2;
  margin: 0;
}
.intro .intro-slider .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
.intro .intro-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.intro .container-right .flex > div:first-child {
  max-width: calc(50% - 56px);
}
.intro .container-right .flex .right {
  margin-right: 112px;
}
@media (max-width: 64em) {
  .intro {
    padding: 109px 0 80px 0;
  }
  .intro .container-right {
    padding: 0 20px;
  }
  .intro .container-right .flex > div:first-child {
    max-width: 100%;
    padding: 0;
  }
  .intro .container-right .flex > div:last-child {
    width: 100vw;
  }
  .intro .container-right .flex > div.right {
    width: 100%;
  }
  .intro .container-right .intro-slider img {
    width: 100vw;
  }
  .intro .container-right .swiper-pagination {
    padding-right: 40px;
  }
}

.tools {
  padding: 120px 0 0 0;
}
.tools .flex > div {
  flex: 1;
}
.tools .flex > div:first-child {
  padding-right: 136px;
}
.tools .container-right .flex > div:first-child {
  max-width: calc(50% - 56px);
}
.tools .container-right .flex .right {
  margin-right: 112px;
}
.tools .title-h2 {
  max-width: 832px;
  text-align: center;
  margin: 120px auto 0 auto;
}
.tools__title {
  font-family: "Giovanni", serif;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin: 0;
  color: #000000;
}
.tools__img {
  margin-top: 75px;
}
.tools__img img {
  width: 100%;
}
.tools .aspects {
  display: flex;
  max-width: 1080px;
  margin: 60px auto 0 auto;
  justify-content: space-between;
  gap: 120px;
}
.tools .aspects + .aspects {
  justify-content: center;
}
.tools .aspects__element {
  flex: 1;
  max-width: 280px;
  text-align: center;
}
.tools .aspects__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 24px;
}
.tools .aspects p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -2%;
  margin-top: 16px;
}
.tools .back {
  margin-top: 120px;
  padding: 32px 0;
  position: relative;
}
.tools .back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #204C1A;
  opacity: 0.3;
}
.tools .back .container {
  position: relative;
  display: flex;
}
.tools .back .button-back {
  color: #204C1A;
}
.tools .back .button-back.next {
  margin-left: auto;
}
.tools .back .button-back.next .button-back_icon {
  margin: 0 0 0 20px;
}
.tools .back .button-back_text {
  max-width: 200px;
}
.tools .back .button-back_icon {
  border-color: #204C1A;
}
.tools .back .button-back:hover .button-back_icon {
  border-color: #204C1A;
}
@media (max-width: 840px) {
  .tools .back .button-back {
    max-width: 50%;
  }
  .tools .back .button-back_text {
    font-size: 14px;
  }
  .tools .back .button-back_icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .tools .back .button-back.back_icon {
    margin-left: 10px;
  }
}
.tools [data-tab-component] {
  position: relative;
}
.tools [data-tab-component] .read-more {
  color: #567852;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.tools [data-tab-component] .read-more::before {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  bottom: 0;
  height: 1px;
  background: #567852;
  transform: translateY(calc(100% + 5px));
}
.tools [data-tab-component] .read-more__icon {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(calc(-50% - 2px));
  height: 14px;
  width: 14px;
}
.tools [data-tab-component] .read-more__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background: #567852;
}
.tools [data-tab-component] .read-more__icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #567852;
}
.tools [data-tab-component] .read-more__icon.less::after {
  display: none;
}
.tools [data-tab-component] .hide {
  display: none;
}
.tools [data-tab-component] .action {
  margin-top: 48px;
}
.tools [data-tab-component] .button {
  display: inline-block;
  background: #567852;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 24px;
  border-radius: 58px;
}
.tools [data-tab-component] [role=tablist] {
  display: flex;
}
@media (min-width: 568px) {
  .tools [data-tab-component] [role=tablist] {
    display: flex;
  }
}
.tools [data-tab-component] [role=presentation] {
  flex: 1;
}
.tools [data-tab-component] [role=tab] .cards-popups__copy {
  padding: 20px 48px;
}
.tools [data-tab-component] [role=tab]:hover {
  background-color: red;
}
.tools [data-tab-component] [role=tab][aria-selected=true] .cards-popups__bg {
  background-color: #204C1A;
  z-index: 2;
  transform: scale(1.1);
  transform-origin: center;
}
.tools [data-tab-component] [role=tab][aria-selected=true] .cards-popups__copy {
  z-index: 4;
  color: white;
}
.tools [data-tab-component] [role=tab][aria-selected=true] .cards-popups__copy--link {
  opacity: 1;
}
.tools [data-tab-component] [role=tabpanel] {
  margin-top: 120px;
}
@media (max-width: 840px) {
  .tools [data-tab-component] [role=tabpanel] {
    margin-top: 60px;
  }
}
.tools [data-tab-component] [role=tabpanel][aria-hidden=true] {
  display: none;
}
.tools #tab-component--dropdown {
  display: none;
}
@media (max-width: 840px) {
  .tools #tab-component {
    margin-top: 60px;
  }
  .tools #tab-component--dropdown {
    width: calc(100% - 40px);
    margin: auto;
    background: #EEF8ED;
    border: 1px solid rgba(86, 120, 82, 0.2);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tools #tab-component--dropdown span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: #204C1A;
  }
  .tools #tab-component--buttons {
    overflow: hidden;
    height: 0;
  }
  .tools #tab-component--buttons .cards-popups {
    margin-top: 10px;
  }
  .tools #tab-component--buttons .cards-popups__copy {
    padding: 10px 20px;
  }
  .tools #tab-component--buttons .cards-popups__copy h4 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
@media (max-width: 64em) {
  .tools {
    padding: 109px 0 0 0;
  }
  .tools__title {
    font-size: 40px;
    line-height: 48px;
  }
  .tools__img {
    margin-top: 58px;
  }
  .tools .container-right {
    padding: 0 20px;
  }
  .tools .container-right .flex > div:first-child {
    max-width: 100%;
    padding: 0;
  }
  .tools .container-right .flex > div:last-child {
    width: 100%;
  }
  .tools .container-right .flex .right {
    margin-top: 20px;
    margin-right: 0;
  }
  .tools .aspects {
    flex-direction: column;
    gap: 40px;
  }
  .tools .aspects__element {
    max-width: 280px;
    margin: 0 auto;
  }
  .tools #tab-component--buttons {
    overflow-y: auto;
  }
}

.articles {
  background: #EEF8ED;
  padding: 140px 0;
  margin-top: 140px;
}
.articles__element:not(:first-child) {
  margin-top: 80px;
}
.articles__margin {
  margin-top: 0;
}
.articles .title-h2 {
  color: #204C1A;
  margin-bottom: 40px;
}
.articles__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.articles__list a {
  position: relative;
}
.articles__list a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.articles__list a[href=""] {
  pointer-events: none;
  cursor: inherit;
}
.articles__list a strong {
  color: #204C1A;
  font-weight: 700;
}
.articles__list a.inside {
  color: #204C1A;
  font-weight: 700;
  text-decoration: none;
}
.articles__list a.inside::after {
  display: none;
}
.articles__list li {
  position: relative;
  padding: 32px 0 32px 20px;
}
.articles__list li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #204C1A;
  opacity: 0.2;
}
.articles__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #204C1A;
  opacity: 0.2;
}
.articles__list li.inside::after {
  content: "";
  position: absolute;
  top: 42px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.articles__list li ul {
  margin-top: 25px;
  list-style: none;
  padding: 0 0 0 20px;
}
.articles__list li ul li {
  padding: 0;
  margin: 2px 0;
}
.articles__list li ul li::before {
  display: none;
}
.articles__list li ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.articles__list li ul li:last-child {
  margin-bottom: 0;
}
.articles__list li ul li:last-child::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  opacity: 1;
}
.articles .list-item.hide {
  display: none;
}
.articles__pagination {
  margin-top: 32px;
}
.articles__pagination ul {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.articles__pagination ul li {
  white-space: nowrap;
}
.articles__pagination ul li.hide {
  display: none;
}
.articles__pagination ul a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  padding: 10px 10px 5px 10px;
  font-weight: 500;
  margin-left: 5px;
}
@media (max-width: 800px) {
  .articles__pagination ul a {
    font-size: 14px;
    margin-left: 3px;
    padding: 6px 6px 3px 6px;
  }
}
.articles__pagination ul .prev,
.articles__pagination ul .next {
  position: relative;
}
.articles__pagination ul .prev.disabled,
.articles__pagination ul .next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.articles__pagination ul .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 15px;
  height: 13px;
  background: url(9b3f7648b72fdc6ef8b7.svg) no-repeat;
}
.articles__pagination ul .next {
  padding-right: 15px;
}
.articles__pagination ul .next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%) rotate(180deg);
  width: 15px;
  height: 13px;
  background: url(9b3f7648b72fdc6ef8b7.svg) no-repeat;
}
.articles__pagination ul .page a {
  color: #000400;
  opacity: 0.6;
}
.articles__pagination ul .page.active a {
  color: #567852;
  opacity: 1;
  font-weight: 700;
  background: #DBE4E1;
  border-radius: 3px;
}
@media (max-width: 64em) {
  .articles {
    padding: 100px 0;
    margin-top: 100px;
  }
  .articles__element:not(:first-child) {
    margin-top: 60px;
  }
  .articles__margin {
    margin-top: 0;
  }
  .articles__pagination ul {
    justify-content: center;
  }
  .articles__pagination ul li:first-child {
    margin-right: auto;
  }
  .articles__pagination ul li:last-child {
    margin-left: auto;
  }
  .articles__pagination ul a {
    padding: 12px 12px 7px 12px;
  }
  .articles__pagination ul .prev::before {
    width: 11px;
    height: 10px;
    transform: translate(-50%, -45%);
    background-size: cover;
  }
  .articles__pagination ul .next::before {
    width: 11px;
    height: 10px;
    transform: translate(50%, -45%) rotate(180deg);
    background-size: cover;
  }
}
