/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*
::selection {
  background: #ffffff;
  color: var(--main-color);
  text-shadow: none;
}*/

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 6px;
    transform: rotate(0);
  }

  to {
    top: 12px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 12px;
    transform: rotate(45deg);
  }

  50% {
    top: 12px;
    transform: rotate(0deg);
  }

  to {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 12px;
    transform: rotate(0);
  }

  to {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 12px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 12px;
    transform: rotate(0);
  }

  to {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {

  50%,
  to {
    transform: scale(0);
  }
}

@keyframes scaled-2 {

  0%,
  50% {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

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

:root {
  --main-color: #484f21;
  --secondary-color: #e7ebcb;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  counter-reset: common-banner-links-counter about-counter;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  overflow-x: auto;
}

table tr:nth-child(even) {
  background-color: #e7ebcb;
}

table tr:first-child>td {
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 11px;
}

table td {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 8px 8px 4px;
}

h1 {
  text-align: center;
  font-size: clamp(28px, 3.2vw, 58px);
}

h1,
h2,
h3 {
  line-height: 130%;
}

h1,
h2 {
  color: var(--main-color);
  font-weight: 300;
}

h2 {
  font-size: clamp(24px, 3vw, 48px);
}

h3 {
  color: #484f21;
  font-size: 22px;
  font-weight: 600;
}

.text-before-btn,
.timeline-card li,
.wp-block-quote>p,
p {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.timeline-card li,
.wp-block-quote>p,
p {
  line-height: 160%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  border: 1px solid #e7ebcb;
  margin: 15px 0;
}

.call-to-action-home {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -9999px;
  margin: 0 40px;
  background-color: var(--secondary-color);
  padding: 15px;
}

.call-to-action-home:focus {
  top: 10px;
  position: relative;
}

.header-logo {
  position: relative;
  z-index: 1;
}

.btn-mobile {
  display: none;
}

.wp-block-quote {
  border-radius: 10px;
  background-color: #e7ebcb;
  padding: 24px;
  width: calc(100% + 50px);
  margin: 28px 0 28px -25px;
}

.wp-block-quote>p {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 155%;
}

.wp-block-gallery,
.wp-block-image {
  margin-bottom: 15px;
}

.wp-block-image>img,
.wp-block-video>video {
  width: 100%;
  height: auto;
}

.wp-block-list {
  margin: 15px 0;
  list-style-type: disc;
  padding-left: 20px;
}

ol.wp-block-list {
  list-style-type: decimal;
}

.wp-block-list>li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.wp-block-file>a,
.wp-block-gallery {
  position: relative;
}

.wp-block-gallery>.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0;
  border: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #f9faf0;
  background-image: url(assets/images/icon-pagination.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1;
}

.fp-events-grid>.slick-dots,
.wp-block-gallery>.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-gallery>.slick-dots {
  bottom: 0;
}

.fp-events-grid>.slick-dots {
  bottom: -70px;
}

.fp-events-grid>.slick-dots>li>button,
.timeline-slider>.slick-dots>li>button,
.wp-block-gallery>.slick-dots>li>button {
  font-size: 0;
  border: 0;
  height: 1px;
  width: 25px;
  background-color: var(--main-color);
  display: block;
  cursor: pointer;
}

.fp-events-grid>.slick-dots>li.slick-active>button,
.timeline-slider .slick-dots>li.slick-active>button,
.wp-block-gallery>.slick-dots>li.slick-active>button {
  height: 3px;
}

.wp-block-file {
  margin-bottom: 15px;
}

.wp-block-file>a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: #000;
  width: fit-content;
}

.wp-block-file>a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #000;
  display: block;
}

.wp-block-file>a::before {
  content: "🔗";
}

.wp-block-gallery>.slick-arrow.slick-prev {
  left: 25px;
  transform: translateY(-50%) scale(-1);
}

.wp-block-gallery>.slick-arrow.slick-next {
  left: auto;
  right: 25px;
}

.btn-more::after,
.footer-socials-icons>a>img,
.socials-icons>a>img,
main {
  transition: all 0.2s;
}

.single-content img {
  max-width: 100%;
  height: auto;
}

.single-content p>a {
  text-decoration: underline;
  font-weight: 600;
}

.mt-10 {
  margin-top: 10px;
}

.mt-100 {
  margin-top: 100px;
}

.btn-more {
  color: var(--main-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 117.647%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-more.white {
  color: #fff;
}

.btn-more::after {
  content: "";
  background-image: url(assets/images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
}

.btn-more:hover::after {
  transform: translateX(5px);
}

.btn-more.white::after {
  filter: brightness(10);
}

footer {
  background-color: #c6cd93;
  padding: 70px 0;
}

.container,
.container-xl {
  max-width: 1840px;
  margin: 0 auto;
}

.container {
  max-width: 1742px;
}

.container-md {
  max-width: 755px;
  margin: 0 auto;
}

.container-sm {
  max-width: 675px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.container-secondary {
  max-width: 1049px;
  margin: 0 auto;
}

.glossary-container {
  max-width: 910px;
  margin: 0 auto;
}

.objectives-container {
  max-width: 1375px;
  margin: 0 auto;
}

.problem-container {
  max-width: 1256px;
  margin: 0 auto;
}

.approach-container {
  max-width: 1593px;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  background-color: #c6cd93;
  margin: 40px 40px 0;
  padding: 48px;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  position: relative;
}

.header-contact>a {
  font-weight: 700 !important;
  border-radius: 48px;
  background-color: var(--secondary-color);
  padding: 11.5px 28px;
  color: var(--main-color) !important;
  transition: all 0.2s;
}

.header-contact>a:hover {
  color: #333813;
  background-color: #c6cd93;
}

.header-contact>a:hover {
  color: #333813 !important;
}

.header-absolute {
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.header-absolute .custom-logo-link path {
  fill: #e7ebcb;
}

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

.header-flex {
  justify-content: space-between;
  padding: 0;
  background-color: rgba(0, 0, 0, 1%);
}

.page-template-default main,
.page-template-page-glossary main {
  background-color: #f9faf0;
  margin: 40px;
  border-radius: 20px;
}

.menu-top {
  gap: 35px;
}

.menu-top>li>a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.2s;
  position: relative;
}

.menu-top>li:not(.header-contact)>a::after,
header .current-menu-item a::after {
  content: "";
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  background-color: var(--main-color);
  transition: all 0.2s;
}

header .current-menu-item a::after {
  width: 100% !important;
}

.header-absolute .menu-top>li:not(.header-contact)>a::after {
  background-color: var(--secondary-color);
}

.menu-top>li:not(.header-contact)>a:hover::after {
  width: 100%;
}

.header-absolute .menu-top>li>a {
  color: var(--secondary-color);
}

.menu-top .menu-item-has-children {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-top .menu-item-has-children::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url(assets/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-top .soon,
.menu-bottom .soon {
  position: relative;
}

.menu-bottom .soon {
  display: flex;
  gap: 10px;
}

.menu-top .soon::before,
.menu-bottom .soon::after {
  content: "Coming Soon";
  position: absolute;
  top: -30px;
  right: 0;
  color: #484f21;
  font-size: 9px;
  font-weight: 400;
  line-height: 166.667%;
  text-transform: uppercase;
  border-radius: 5px;
  background: #e7ebcb;
  padding: 3px 5px;
  white-space: nowrap;
  height: fit-content;
}

.menu-bottom .soon::after {
  top: 0;
  right: 0px;
  position: relative;
}

.menu-top .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
}

.menu-top .menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-top>li>a,
.page-template-default .header-absolute .menu-top>li>a,
.page-template-page-glossary .header-absolute .menu-top>li>a {
  color: #353a18;
}

.page-template-default .header-absolute .custom-logo-link path,
.page-template-page-glossary .header-absolute .custom-logo-link path {
  fill: var(--main-color);
}

.footer-grid {
  display: grid;
  grid-template-columns: 52% 1fr 1fr;
  grid-template-rows: repeat(4, auto);
}

.footer-logo {
  grid-area: 1/1/2/2;
}

.footer-cta {
  grid-area: 2/1/3/2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 180px 0 10px;
}

.footer-cta-text,
.menu-bottom>li>a,
.menu-legal>li>a {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.menu-bottom>li {
  width: fit-content;
}

.menu-bottom>li>a {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-10px);
  transition: all 0.2s;
  width: fit-content;
}

.menu-bottom>li>a:hover {
  transform: translateX(0);
}

.menu-bottom>li>a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  display: block;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.menu-bottom .current-menu-item a::before {
  content: " ";
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  display: block;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
}

.menu-bottom>li>a:hover::before {
  opacity: 1;
  visibility: visible;
}

.menu-bottom>li.strong>a,
.title-404>strong {
  font-weight: 700;
}

.footer-phrase {
  grid-area: 3/1/5/2;
  color: var(--main-color);
  font-size: 5vw;
  font-weight: 300;
  line-height: 130%;
}

.menu-bottom {
  grid-area: 1/2/4/3;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-menu-bottom {
  grid-area: 4/2/5/4;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: auto;
}

.footer-european-union {
  grid-area: 1/3/4/4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: 28px;
  max-width: 383px;
}

.footer-european-union>p {
  color: #343b0d;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
}

.menu-legal {
  column-gap: 35px;
}

.menu-legal>li>a {
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  position: relative;
}

.menu-legal>li>a::after {
  content: "";
  background-color: var(--main-color);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
}

.menu-legal>li>a:hover::after {
  width: 100%;
}

.footer-socials,
.menu-legal {
  display: flex;
  align-items: center;
}

.footer-socials-title {
  color: var(--main-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 153.846%;
  text-transform: uppercase;
  margin-right: 30px;
}

.footer-socials-icons>a:hover>img,
.socials-icons>a:hover>img {
  transform: scale(1.1);
}

.footer-socials-icons:has(> a:hover)>a:not(:hover)>img,
.socials-icons:has(> a:hover)>a:not(:hover)>img {
  transform: scale(0.8);
}

.page-excerpt {
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
}

.page-excerpt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 80vw;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
}

.page-excerpt>p {
  color: #343b0d;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.page-section {
  margin: 40px 0;
  padding: 155px 0 40px;
}

.page-content>h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 5px;
}

.page-content>p {
  margin-bottom: 15px;
  color: #000;
}

.page-content>table {
  margin: 20px 0 40px;
  display: block;
}

.last-updated {
  color: #565d25;
}

.common-banner {
  padding: 110px 0;
  background-color: #3c4218;
}

.common-banner-content>h1 {
  color: #c6cd93;
  margin-bottom: 10px;
}

.common-banner-content>p {
  color: var(--secondary-color);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.fp-partner {
  scale: 0.7;
}

.partners-section {
  padding: 40px 0;
}

.partners-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 25px;
}

.partners-item {
  border-radius: 20px;
  border: 1px solid var(--main-color);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.partners-image {
  align-self: center;
  max-width: 100%;
  height: 140px;
}

.partners-item-title {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 144.444%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 10px;
}

.partners-item-text {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.partners-item-more {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.partners-item:hover .partners-item-more {
  opacity: 1;
  visibility: visible;
}

#fp-partners {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: var(--gap);
  width: max-content;
  animation: scroll 30s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  contain: content;
}

@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}

#fp-partners:hover .logo-track {
  animation-play-state: paused;
  /* pausa ao pairar */
}

.fp-partner {
  flex: 0 0 auto;
}

.nav-custom-categories {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 37px;
}

.nav-custom-categories>span {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}

.news-section {
  padding-top: 40px;
}

.custom-categories {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
}

.custom-category>a {
  color: var(--main_color);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  padding: 10px 13px;
  border-radius: 5px;
  border: 1px solid #c6cd93;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.2s;
}

.custom-category>a.selected,
.custom-category>a:hover {
  background-color: #c6cd93;
}

.news-content {
  border-radius: 20px;
  background-color: #f9faf0;
  padding: 77px 44px;
  margin-bottom: 100px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 40px;
}

.news-item-content {
  display: block;
}

.news-item-thumbnail,
.other-post-thumbnail {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/5;
  transition: all 0.2s;
  object-fit: cover;

}

.item-figure {
  border-radius: 15px;
  overflow: hidden;
}

.other-post:hover .other-post-thumbnail,
.news-item:hover .news-item-thumbnail {
  scale: 1.1;
}

.item-category,
.news-item-category {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  border-radius: 5px;
  background: var(--secondary-color);
  padding: 2px 8px;
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.news-item-category {
  margin: 11px 0 5px;
}

.item-category {
  margin: 0;
}

.news-item-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin: 5px 0;
}

.news-item-content>p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.news-item-meta>span {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  gap: 5px;
}

.nav-links,
.news-item-meta,
.news-item-meta>span {
  display: flex;
  align-items: center;
}

.news-item-meta {
  gap: 5px 17px;
  flex-wrap: wrap;
}

.news-item-date::before,
.news-item-time::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.news-item-date::before {
  background-image: url(assets/images/icon-date.svg);
}

.news-item-time::before {
  background-image: url(assets/images/icon-time.svg);
}

.nav-links {
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

.nav-links>.page-numbers {
  color: #000;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 115%;
}

.nav-links>.page-numbers.next,
.nav-links>.page-numbers.prev {
  background-image: url(assets/images/icon-pagination.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 1.25px solid #8d945c;
  transition: all 0.2s;
}

.nav-links>.page-numbers.prev {
  scale: -1;
}

.nav-links>.page-numbers.current {
  border-radius: 50px;
  width: 37.5px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0e4be;
}

.nav-links>.page-numbers.next:hover,
.nav-links>.page-numbers.prev:hover {
  background-color: #8d945c;
}

.section-404 {
  background-image: url(assets/images/bg-404.webp);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin: 40px;
  padding: 170px 0 110px;
}

.container-404 {
  max-width: 547px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
}

.title-404 {
  color: var(--secondary-color);
  font-size: 48px;
  font-weight: 300;
  line-height: 130%;
  margin-top: 11px;
}

.text-404 {
  color: #e7ebcb;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  max-width: 447px;
  margin: 0 auto;
}

.events-section {
  padding: 40px 0;
}

.event-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.events-content {
  border-radius: 20px;
  background-color: #e7ebcb;
  padding: 70px 60px;
  margin-bottom: 40px;
}

.events-content.past-events-content {
  background-color: transparent;
  padding: 0 40px;
  margin-top: 37px;
}

.event-item {
  padding: 20px;
  position: relative;
  border-radius: 10px;
  transition: all 0.2s;
}

.no-content .event-item,
.no-content .news-item {
  opacity: 0.75;
  filter: blur(7.150000095367432px);
  pointer-events: none;
}

.event-item:hover {
  background-color: #d7dbb8;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
}

.event-item.slick-slide::after,
.event-item::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 1px;
  height: 78px;
  background-color: #484f21;
  transform: translateY(-50%);
}

.events-section .event-item:nth-child(4n)::after {
  content: none;
}

.event-month {
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 160%;
  border-radius: 12px;
  background-color: #fff;
  display: block;
  width: fit-content;
  padding: 7px 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
  transition: all 0.2s;
}

.event-item:hover .event-month,
.event-month.past-event-month {
  background-color: #e7ebcb;
}

.event-item-flex {
  display: flex;
  column-gap: 26px;
  align-items: baseline;
}

.event-day,
.event-time {
  color: #484f21;
  font-weight: 400;
}

.event-day {
  flex: 0 0 35px;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.event-day>strong {
  font-size: 28px;
  font-weight: 700;
}

.event-time {
  font-size: 15px;
  line-height: 98%;
  display: block;
  margin-bottom: 6px;
}

.event-item-title {
  color: #484f21;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-text-wrapper {
  max-width: 605px;
}

.last-updated-event {
  margin-top: 100px;
}

.publication-section {
  padding: 40px 0 100px;
}

.publication-content {
  background-color: #f9faf0;
  border-radius: 20px;
  padding: 75px;
}

.publication-content.no-content {
  opacity: 0.75;
  filter: blur(7.150000095367432px);
}

.publication-item {
  max-width: 1223px;
  margin: 0 auto 30px;
}

.publication-category {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  padding: 2px 8px;
  border-radius: 5px;
  background: var(--secondary-color);
}

.publication-item-flex {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.publication-title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 135%;
  margin: 15px 0 5px;
}

.publication-excerpt {
  margin-bottom: 13px;
}

.publication-excerpt>p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.publication-item-image {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/9;
  flex: 0 0 30%;
}

.single-thumbnail-image {
  height: auto;
  width: calc(100% + 80px);
  border-radius: 26px;
  aspect-ratio: 16/9;
  margin: -40px 0 0-40px;
  object-fit: cover;
}

.single-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 15px;
}

.single-title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 135%;
  text-align: start;
  margin-bottom: 28px;
}

.single-content>h2,
.single-content>p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 10px;
}

.single-content>p {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.single-post-section {
  background-color: #e7ebcb;
  position: relative;
}

.single-thumbnail {
  position: relative;
}

.single-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: calc(100% - 40px);
  transform: translateX(-50vw);
  display: block;
  background-color: #3c4218;
  z-index: -1;
}

.single-post-wrapper {
  border-radius: 20px;
  background-color: #fff;
  margin: 0 40px;
  padding-bottom: 40px;
}

.single-content {
  padding-bottom: 28px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c6cd93;
}

.single-references>span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 10px;
  display: block;
}

.single-references p,
.single-references a {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.single-references a {
  text-decoration: underline;
}

.single-references ul {
  margin: 10px 0 40px 0;
}

.others-posts {
  background-color: #e7ebcb;
  padding: 80px 0 100px;
}

.others-posts-grid {
  border-radius: 20px;
  border: 1px solid var(--main-color);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 46px;
  margin-top: 40px;
}

.other-post-item {
  display: block;
}

.other-post-item>p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px 0 10px;
}

.other-post-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
}

.materials {
  padding: 40px 0;
}

.materials-container.no-content {
  padding: 60px 0;
}

.no-content h3 {
  color: #c6cd93;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}

.materials-container.no-content .material-category {
  pointer-events: none;
  opacity: 0.75;
  filter: blur(7.150000095367432px);
}

.materials-container {
  max-width: 1529px;
  margin: 0 auto;
}

.material-category {
  border-radius: 20px;
  border: 1px solid var(--main-color);
  padding: 25px;
  margin-bottom: 25px;
}

.material-grid {
  display: grid;
  grid-template-columns: 355px 1fr 1fr;
  gap: 30px;
}

.material-content {
  margin-top: 15px;
}

.material-title {
  color: var(--main-color);
  font-size: 19px;
  font-weight: 700;
  line-height: 137%;
  margin-bottom: 10px;
}

.material-description {
  color: #343b0d;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.material-category-image {
  border-radius: 20px;
  background-color: #f9faf0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.material-attachments {
  padding-left: 30px;
  border-left: 1px solid var(--secondary-color);
  display: flex;
  flex-direction: column;
}

.btn-attachment {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
}

.btn-attachment::before {
  content: "";
  height: 30px;
  flex: 0 0 30px;
  background-image: url(assets/images/btn-attachment.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.btn-download-all {
  color: var(--secondary-color);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 30px;
  background-color: var(--main-color);
  width: 100%;
  padding: 14px;
  display: block;
  margin-top: auto;
  cursor: pointer;
  border: 0;
  transition: all .2s;
}

.btn-download-all:hover {
  background-color: var(--secondary-color);
  color: var(--main-color);
}

.glossary-alphabet {
  max-width: 910px;
  margin: 0 auto 20px;
  display: flex;
  gap: 5px 13px;
  align-items: center;
}

.glossary-span {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  white-space: nowrap;
}

.glossary-letters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.glossary-letter {
  color: var(--main-color);
  font-size: 19px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  aspect-ratio: 1;
  border: 1px solid #c6cd93;
  border-radius: 50%;
  transition: all 0.2s;
}

.glossary-letter:hover {
  background-color: #c6cd93;
}

.glossary-lists {
  max-width: 1220px;
  margin: 0 auto 40px;
  border-radius: 20px;
  background-color: #e7ebcb;
  padding: 70px 0;
}

.glossary-list {
  border-bottom: 3px solid var(--main-color);
  margin-bottom: 45px;
}

.glossary-list-letter {
  color: var(--main-color);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 25px;
  display: flex;
}

.glossary-list-letter::after {
  content: attr(data-letter);
}

.glossary-content {
  padding: 20px 0;
  border-top: 1px solid #cdc9a8;
}

.glossary-title {
  color: #343b0d;
  font-size: 19px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 15px;
}

.glossary-wrapper {
  max-height: 50vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.secondary-p,
.secondary-text>p {
  font-size: 18px;
  line-height: 170%;
}

.secondary-p strong,
.secondary-text>p strong {
  font-weight: 900;
}

#fp-events {
  background-color: var(--secondary-color);
  padding: 90px 0 40px;
}

.common-flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.common-flex,
.common-flex-center {
  display: flex;
  align-items: center;
}

.common-flex-center {
  gap: 15px;
}

.title-secondary {
  color: var(--main-color);
  font-size: 28px;
  font-weight: 300;
  line-height: 130%;
}

.fp-events-grid {
  margin: 46px 0 76px;
}

.fp-events-grid .slick-list {
  margin: 0 50px;
}

.fp-events-grid .slick-track {
  display: flex;
  gap: 40px;
}

.fp-events-grid>.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  border: 0;
  font-size: 0;
  height: 40px;
  width: 40px;
  background-image: url(assets/images/icon-arrow-slick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.fp-events-grid>.slick-arrow.slick-prev {
  transform: translateY(-50%) scale(-1);
}

.fp-events-grid>.slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.event-item.slick-slide::after,
.event-item.slick-slide:nth-child(4n)::after {
  right: -20px;
}

#green-deal {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-color: var(--secondary-color);
}

#green-deal::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(62, 67, 30, 0.96);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/bg-green-deals.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0;
  transition: all 0.4s;
}

#green-deal.active::after {
  opacity: 1;
}

.green-deal-container {
  max-width: 1195px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.green-deal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  opacity: 0;
  transition: all 0.4s;
}

#green-deal.active .green-deal-grid {
  opacity: 1;
}

.green-deal-title {
  color: var(--secondary-color);
}

.green-deal-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.green-deal-item {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
}

.green-deal-item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--secondary-color);
}

#fp-results {
  padding: 28px 0 36px;
  position: relative;
}

.results-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10%;
}

.results-image {
  margin-left: auto;
  width: 27%;
  height: auto;
}

.results-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 0 0 50%;
}

.results-right p {
  max-width: 638px;
}

.subtitle {
  color: var(--main-color);
  font-size: 3vw;
  font-weight: 300;
  line-height: 130%;
}

#fp-sustainable {
  background-color: #c6cd93;
  padding: 65px 0;
  overflow: hidden;
}

.sustainable-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sustainable-left {
  flex: 0 0 34.5%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tippy-box[data-theme~="light-border"] {
  background-color: #fff;
  color: #333;
  border: 1px solid #c6cd93;
  color: #343b0d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 5px 10px;
  border-radius: 4px;
}

.tippy-box[data-theme~="light-border"] .tippy-arrow {
  color: #fff;
}

.pillar,
.sustainable-right {
  display: flex;
  position: relative;
}

.pillar {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #96a061;
  transition: all 0.5s;
}

.pillar:hover {
  background-color: #96a061;
  z-index: 1;
}

.pillar-text,
.pillar-title {
  color: var(--main-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  max-width: 150px;
  transition: all 0.6s;
  line-height: 140%;
}

.form-bottom .privacy-policy a,
.pillar:hover>.pillar-title {
  font-weight: 700;
}

.form-bottom .privacy-policy a:hover {
  text-decoration: underline;
}

.pillar-text {
  margin-top: 5px;
  font-size: 15px;
  line-height: 145%;
  max-width: 284px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.8s ease, transform 0.8s ease, max-height 0.8s ease,
    visibility 0s linear 0.8s;
}

.pillar:hover>.pillar-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 500px;
  /* maior que o necessário */
  transition-delay: 0s;
}

.pillar:first-child {
  transform: translateX(25%);
}

.pillar:nth-of-type(2) {
  transform: translateX(-11%);
}

.pillar:last-child {
  transform: translateX(-47%);
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#hero {
  position: relative;
  display: flex;
  justify-content: center;
  height: calc(100vh - 80px);
  width: calc(100% - 80px);
  margin: 40px;
  border-radius: 20px;
  overflow: hidden;
  padding: 180px 0;
  background: #000;
}

.hero-image {
  max-width: 40%;
  height: auto;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-container {
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
}

.hero-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hero-title {
  font-size: 68px;
  line-height: 130%;
  text-align: left;
  margin-bottom: 15px;
}

.hero-text,
.hero-title,
.input-content label {
  color: var(--secondary-color);
  font-weight: 300;
}

.hero-text {
  font-size: 34px;
  line-height: 120%;
  max-width: 640px;
}

.contacts-form-section {
  margin: 40px 40px 0;
}

.contacts-form-section .container-xl {
  padding: 190px 45px 50px;
  background-image: url(assets/images/contacts-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: #000;
}

.contacts-form-intro {
  margin-bottom: 90px;
}

.contacts-form-intro h1 {
  color: var(--secondary-color);
  text-align: start;
}

.contacts-form-socials {
  display: grid;
  grid-template-columns: 75% 1fr;
  gap: 50px;
  position: relative;
}

.input-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 15px;
}

.input-content {
  position: relative;
}

.input-content label {
  font-size: 18px;
  line-height: 130%;
  position: absolute;
  left: 10px;
  bottom: 13px;
}

.input-content.area label {
  bottom: auto;
  top: 15px;
}

.input-content input,
.input-content textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c6cd93;
  padding: 15px 10px;
  width: 100%;
  font-size: 16px;
  color: var(--secondary-color);
  font-family: "Open Sans", sans-serif;
}

.input-content input:focus,
.input-content textarea:focus-visible {
  outline: none;
}

.input-content:has(textarea:focus),
.input-content:has(textarea:not(:placeholder-shown)),
.input-content:has(input:focus),
.input-content:has(input:not(:placeholder-shown)) {
  label {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.response-ajax>p {
  color: var(--secondary-color);
  font-size: 14px;
}

.input-content input.error,
.input-content textarea.error {
  border-color: red;
}

span.form-error-message {
  position: absolute;
  bottom: -14px;
  width: 100%;
  left: 10px;
  font-size: 10px;
  color: red;
}

.input-content textarea {
  resize: none;
  height: 265px;
}

.contacts-form-section input[type="submit"] {
  padding: 17px 90px;
  color: var(--secondary-color);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 30px;
  background: #484f21;
  border: 0;
  cursor: pointer;
  height: fit-content;
  width: 43%;
  transition: all 0.2s;
}

.contacts-form-section input[type="submit"]:hover {
  background: var(--secondary-color);
  color: var(--main-color);
}

.form-bottom .privacy-policy {
  display: flex;
  gap: 10px;
  max-width: 385px;
}

.form-bottom .privacy-policy label {
  color: #e7ebcb;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  gap: 10px;
}

.form-bottom .privacy-policy input[type="checkbox"] {
  appearance: none;
  background-color: transparent;
  width: 21px;
  min-width: 21px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid #c6cd93;
  cursor: pointer;
}

.form-bottom .privacy-policy input[type="checkbox"].error {
  border-color: red;
}

.form-bottom .privacy-policy input[type="checkbox"]:checked {
  background-color: #c6cd93;
}

.contacts-form-socials .socials span {
  color: #e7ebcb;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.contacts-form-socials .socials span strong {
  font-weight: 700;
  margin-bottom: 8px;
}

.contacts-form-socials .socials-icons {
  margin-top: 12px;
  display: flex;
  gap: 7px;
}

.subscribe-part {
  padding: 60px 0;
}

.subscribe-container {
  max-width: 1530px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #c6cd93;
  padding: 32px 48px 43px;
}

.subscribe-content .title-wrapper {
  max-width: 517px;
  margin-bottom: 15px;
}

.subscribe-content .text-wrapper {
  max-width: 455px;
}

.subscribe-content {
  margin-bottom: 35px;
}

.subscribe-content p {
  color: #343b0d;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.subscribe-part .subscribe-container {
  display: flex;
  align-items: flex-end;
  gap: 14%;
  position: relative;
  overflow: hidden;
}

.subscribe-part .subscribe-container::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(assets/images/vetor-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: -1;
}

.input-subscribe {
  position: relative;
}

.subscribe-part form {
  width: 34%;
}

.input-subscribe input[type="email"],
.input-subscribe label {
  color: #40471a;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.input-subscribe input[type="email"] {
  background-color: var(--secondary-color);
  border-radius: 47px;
  border: 0;
  width: 100%;
  height: 48px;
  padding: 11px 135px 11px 30px;
}

.input-subscribe input[type="submit"] {
  border-radius: 39px;
  background-color: #3e431e;
  color: var(--secondary-color);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  padding: 11px 26px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.input-subscribe input[type="submit"]:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.input-subscribe input[type="email"]:focus~label,
.input-subscribe input:not(:placeholder-shown)~label {
  display: none;
}

.input-subscribe label {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.subscribe-form .privacy-policy {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 2px;
}

.subscribe-form .privacy-policy input[type="checkbox"] {
  appearance: none;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #8b8567;
  cursor: pointer;
}

.subscribe-form .privacy-policy input[type="checkbox"]:checked {
  background-color: #8b8567;
}

.subscribe-form .privacy-policy label {
  color: #484f21;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
}

.common-banner-links {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
}

.common-banner-links a {
  color: #c6cd93;
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  display: inline-block;
  gap: 5px;
  align-items: center;
}

.common-banner-links a span::before {
  counter-increment: common-banner-links-counter;
  content: counter(common-banner-links-counter, decimal-leading-zero) ".";
}

.common-banner-links a::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 21px;
  height: 10px;
  background-image: url(assets/images/arrow-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
  transition: all 0.2s;
}

.common-banner-links a:hover::after {
  left: 15px;
}

.about-counter::before {
  content: counter(about-counter, decimal-leading-zero) ". ";
  counter-increment: about-counter;
  font-weight: 700;
}

.about-objectives-content {
  background-color: #f9faf0;
  padding: 100px 0;
  position: relative;
}

.about-objectives-content::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(assets/images/eoile-mask.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 35%;
  height: 100%;
}

.about-objectives-content .title-wrapper {
  max-width: 400px;
  margin-bottom: 15px;
}

.about-objectives-content .text-wrapper {
  max-width: 604px;
  position: relative;
  z-index: 1;
}

.about-objectives-list {
  padding: 100px 0;
}

.about-objectives-list-top-content {
  text-align: center;
}

.about-objectives-list-top-content h3 {
  margin-bottom: 5px;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 130%;
}

.about-objectives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  margin-top: 25px;
  gap: 20px;
}

.objective-card {
  padding: 30px 37px 30px 30px;
  border-radius: 20px;
  border: 1px solid #c6cd93;
}

.objective-card h4 {
  color: #343b0d;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
}

.about-problems-grid {
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 61px;
  margin-top: 15px;
}

.about-problems {
  padding-bottom: 100px;
}

.about-problems-info {
  border-radius: 20px;
  background: #484f21;
  padding: 50px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.about-problems-info p {
  color: #c6cd93;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
}

.about-problems-info p strong {
  font-weight: 600;
}

.about-approach {
  background-color: #f9faf0;
  padding: 109px 0;
}

.about-approach .container {
  display: grid;
  grid-template-columns: 35% 52.5%;
  gap: 74px;
}

.about-approach h2,
.about-timeline-top-content h2 {
  margin-bottom: 15px;
}

.about-approach-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  margin-top: 18px;
}

.about-approach-info>p {
  color: #484f21;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.approach-card {
  padding: 30px 20px;
  border-radius: 20px;
}

.approach-card:nth-child(3n + 1) {
  background-color: #e7ebcb;
}

.approach-card:nth-child(3n + 2) {
  background-color: #c6cd93;
}

.approach-card:nth-child(3n + 3) {
  background-color: #484f21;
}

.approach-card h3 {
  color: #484f21;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 15px;
}

.approach-card:nth-child(3n + 3) h3,
.approach-card:nth-child(3n + 3) p {
  color: #e7ebcb;
}

.about-timeline {
  padding: 100px 0 130px;
}

.about-timeline-top-content {
  max-width: 696px;
  margin: 0 auto;
  text-align: center;
}

.timeline-slider {
  margin-top: 40px;
  position: relative;
}

.timeline-slider::before {
  content: " ";
  position: absolute;
  width: 100vw;
  height: 2px;
  background-color: #484f21;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-card {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #c6cd93;
  min-height: 342px;
  margin-right: 30px;
}

.timeline-card li,
.timeline-card p {
  color: #343b0d;
}

.timeline-card ul {
  list-style: disc;
  margin: 5px 0 0 25px;
}

.timeline-card h4 {
  color: #343b0d;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
}

.timeline-slider .slick-list {
  padding-left: 90px;
}

.timeline-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.timeline-slider .slick-arrow {
  position: absolute;
  top: -80px;
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
}

.timeline-slider .slick-arrow:hover {
  transform: scale(1.1);
}

.timeline-slider .slick-next {
  background-image: url(assets/images/next.svg);
  right: 90px;
}

.timeline-slider .slick-prev {
  background-image: url(assets/images/prev.svg);
  right: 135px;
}

.timeline-card h3 {
  color: #c6cd93;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.project-start-container {
  max-width: 1228px;
  margin: 90px auto 0;
}

.project-status-title {
  text-align: center;
  color: var(--main-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.project-status-text {
  margin-top: 5px;
  text-align: center;
}

.align-end {
  align-items: flex-end;
}

.timeline-date {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.timeline-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 27px;
}

.timeline-progress-bar {
  flex: 1 0 100%;
  border-radius: 32px;
  background-color: #c6cd93;
  position: relative;
  height: 9px;
  margin-top: 25px;
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  border-radius: 32px;
  background-color: var(--main-color);
}

.timeline-date-text {
  color: #747856;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.timeline-date-month {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 1880px) {
  .container-xl {
    padding: 0 6%;
  }
}

@media (max-width: 1810px) {
  .container {
    padding: 0 6%;
  }

  .header>.container {
    padding: 0;
  }

  .pillar {
    width: 410px;
  }

  .about-problems-info p {
    font-size: 26px;
  }
}

@media (max-width: 1680px) {
  .footer-grid {
    grid-template-columns: 45% 1fr 1fr;
  }

  .single-thumbnail-image {
    width: 100%;
    margin: -20px 0 0;
  }

  .single-thumbnail::after {
    height: calc(100% - 30px);
  }

  .about-problems-info p {
    font-size: 24px;
  }

  .approach-card h3 {
    font-size: 22px;
  }

  .about-approach .container {
    grid-template-columns: 35% 1fr;
    gap: 40px;
  }

  .hero-title {
    font-size: 58px;
  }

  .hero-text {
    font-size: 32px;
    max-width: 600px;
  }

  .common-banner-links a,
  .menu-top>li>a {
    font-size: 18px;
  }

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

  .subscribe-part .subscribe-container {
    margin: 0 6%;
    gap: 40px;
  }

  .subscribe-part form {
    width: 40%;
  }

  .materials-container {
    padding: 0 6%;
  }

  .materials-container.no-content {
    padding: 60px 6%;
  }

  .custom-logo-link>svg {
    max-width: 80%;
  }

  .green-deal-item {
    font-size: 28px;
  }
}

@media (max-width: 1550px) {
  .pillar {
    width: 375px;
  }

  .hero-container {
    padding: 0 6%;
  }

  .hero-title {
    font-size: 52px;
  }

  .hero-text {
    font-size: 30px;
    max-width: 565px;
  }

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

  .footer-menu-bottom {
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .materials-container.no-content h3 {
    font-size: 35px;
  }

  .hero-image {
    max-width: 33%;
    height: auto;
  }

  .title-404 {
    font-size: 40px;
  }

  .text-404 {
    font-size: 17px;
  }
}

@media (max-width: 1440px) {
  .about-problems {
    padding-bottom: 50px;
  }

  .about-approach-info>p,
  .approach-card h3,
  h3 {
    font-size: 20px;
  }

  .about-problems-info p {
    font-size: 22px;
  }

  .about-approach,
  .about-timeline,
  .others-posts {
    padding: 50px 0;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-text {
    font-size: 26px;
    max-width: 480px;
  }

  .objective-card h4 {
    font-size: 19px;
  }

  .about-objectives-content {
    padding: 50px 0 80px;
  }

  .about-objectives-list {
    padding: 55px 0;
  }

  .common-banner-links a {
    font-size: 16px;
  }

  .objectives-container {
    padding: 0 6%;
  }

  .pillar:first-child {
    transform: translateX(5%);
  }

  .pillar:nth-of-type(2) {
    transform: translateX(-25%);
  }

  .pillar:last-child {
    transform: translateX(-55%);
  }

  .green-deal-item {
    font-size: 24px;
  }

  .events-content {
    padding: 50px 40px;
  }

  .common-banner {
    padding: 80px 0;
  }

  .common-banner-links a,
  .menu-top>li>a {
    font-size: 17px;
  }

  .input-subscribe input[type="submit"] {
    font-size: 15px;
  }

  .title-secondary {
    font-size: 26px;
  }

  .material-title,
  .publication-title {
    font-size: 18px;
  }

  .material-description,
  .partners-item-text,
  .secondary-p,
  .secondary-text>p,
  .subscribe-content p {
    font-size: 15px;
  }

  .event-grid {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 15px;
    column-gap: 20px;
  }

  .event-item::after {
    right: -10px;
  }

  .event-item:nth-child(3n)::after {
    content: none;
  }

  .event-item:nth-child(4n)::after {
    content: "";
  }

  .results-image {
    width: 30%;
  }

  .event-month {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .event-item-title {
    font-size: 15px;
  }

  .event-time {
    font-size: 13px;
  }

  .glossary-lists {
    margin: 0 25px 40px;
  }

  .single-content>h2,
  .timeline-card h3,
  .timeline-date-text {
    font-size: 22px;
  }

  .single-title {
    font-size: 26px;
  }

  .publication-content {
    padding: 50px;
  }

  .footer-menu-bottom {
    margin-top: 15px;
  }

  .materials-container.no-content h3 {
    font-size: 33px;
  }

  .materials-container.no-content {
    padding: 40px 6%;
  }

  .partners-image {
    height: 120px;
  }

  .partners-item-title {
    font-size: 15px;
  }

  .mt-100 {
    margin-top: 70px;
  }

  .btn-more {
    font-size: 15px;
  }

  .partners-items {
    gap: 20px;
  }

  .common-banner-content>p {
    font-size: 17px;
  }

  .news-item-title {
    font-size: 17px;
  }

  .custom-category>a {
    font-size: 13px;
  }

  .footer-cta-text,
  .menu-bottom>li>a,
  .menu-legal>li>a {
    font-size: 15px;
  }

  .title-404 {
    font-size: 37px;
  }

  .no-content h3 {
    font-size: 33px;
  }
}

@media (max-width: 1376px) {
  .hero-title {
    font-size: 46px;
  }

  .timeline-card h4 {
    font-size: 18px;
  }

  .project-start-container,
  .timeline-slider .slick-list {
    padding: 0 6%;
  }

  .green-deal-item {
    font-size: 24px;
  }

  .material-grid {
    grid-template-columns: 25% 1fr 1fr;
  }

  .material-category-image>img {
    width: 100%;
    height: auto;
  }

  .btn-attachment,
  .subscribe-form .privacy-policy label {
    font-size: 14px;
  }

  .problem-container {
    padding: 0 6%;
  }

  .common-banner {
    padding: 60px 0;
  }

  .news-content {
    padding: 65px 40px;
  }

  .news-item-title {
    font-size: 17px;
  }

  .item-category,
  .news-item-category {
    font-size: 11px;
  }

  .news-item-content>p {
    font-size: 13px;
  }

  .about-approach-info-grid {
    grid-template-columns: 100%;
  }

  .input-content label {
    font-size: 16px;
  }

  .about-problems-info p {
    font-size: 20px;
  }

  .about-problems-info {
    padding: 40px;
  }

  .btn-more {
    font-size: 16px;
  }

  .partners-item-title {
    font-size: 17px;
  }

  .mt-100 {
    margin-top: 60px;
  }

  #hero {
    padding: 120px 0;
  }

  .no-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .others-posts-grid {
    padding: 25px;
    margin-top: 25px;
    gap: 20px;
  }

  .hero-title {
    font-size: 44px;
  }

  .about-problems-info,
  .header {
    padding: 35px;
  }

  .about-problems-info p {
    font-size: 20px;
  }

  .header {
    margin: 35px 35px 0;
  }

  .title-secondary {
    font-size: 22px;
  }

  .objective-card h4 {
    font-size: 18px;
  }

  .socials img {
    width: 35px;
    aspect-ratio: 1;
  }

  .input-content label,
  .menu-top>li>a {
    font-size: 16px;
  }

  .sustainable-grid {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .sustainable-left {
    flex: auto;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
  }

  .pillar:first-child {
    transform: translateX(8%);
  }

  .pillar:nth-of-type(2) {
    transform: translateX(0);
  }

  .pillar:last-child {
    transform: translateX(-8%);
  }

  .menu-top .soon::before,
  .menu-bottom .soon::after {
    font-size: 8px;
  }

  .footer-cta-text,
  .menu-bottom>li>a,
  .menu-legal>li>a {
    font-size: 14px;
  }

  .subscribe-part form {
    width: 65%;
  }

  .green-deal-container {
    padding: 0 6%;
  }

  .green-deal-item {
    font-size: 23px;
  }

  .custom-logo-link>svg {
    max-width: 70%;
  }

  .menu-top {
    gap: 28px;
  }

  .news-grid,
  .partners-items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .events-content.past-events-content {
    padding: 0 25px;
  }

  .events-content {
    padding: 25px;
  }

  .news-grid {
    gap: 30px 25px;
  }

  .glossary-lists {
    padding: 55px 25px;
  }

  .glossary-title {
    font-size: 18px;
  }

  .pillar:hover>.pillar-text {
    font-size: 14px;
  }

  .materials-container.no-content h3 {
    font-size: 29px;
  }
}

@media (max-width: 1180px) {
  .others-posts-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .other-post:last-child {
    display: none;
  }

  .container-secondary {
    padding: 0 6%;
  }

  .hero-title {
    font-size: 42px;
  }

  .menu-top>li>a {
    font-size: 15px;
  }

  .contacts-form-intro {
    margin-bottom: 55px;
  }

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

  .input-content:last-child {
    grid-column: span 2;
  }

  .custom-logo-link>svg {
    max-width: 65%;
  }

  .green-deal-item {
    font-size: 22px;
  }

  .pillar {
    transform: translateX(-20%);
    flex: 0 0 335px;
  }

  .materials-container.no-content h3 {
    font-size: 27px;
  }
}

@media (max-width: 1080px) {
  html.no-overflow {
    overflow: hidden;
  }

  .timeline-slider .slick-arrow {
    display: none !important;
  }

  .about-approach .container {
    grid-template-columns: 1fr 1fr;
  }

  .about-approach-content {
    position: sticky;
    height: fit-content;
    top: 20px;
  }

  .approach-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .about-problems-info p,
  h3 {
    font-size: 18px;
  }

  .common-banner-links a {
    font-size: 13px;
  }

  .common-banner-links {
    gap: 15px 20px;
  }

  .about-objectives-content::after {
    width: 50%;
    height: 100%;
    opacity: 0.2;
  }

  .contacts-form-socials {
    grid-template-columns: 100%;
  }

  .contacts-form-section input[type="submit"] {
    flex: 0 0 43%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
  }

  .socials {
    position: absolute;
    right: -10px;
    top: -140px;
  }

  .header-absolute {
    top: 70px;
  }

  .header-absolute>.header-flex {
    padding: 0 calc(6% + 35px);
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-text {
    font-size: 22px;
    max-width: 400px;
  }

  #hero {
    min-height: auto;
    padding: 140px 0 115px;
    margin-bottom: 0;
  }

  .main-blur {
    filter: blur(20px);
  }

  #fp-events {
    padding: 40px 0;
  }

  .title-secondary {
    font-size: 20px;
  }

  #fp-partners {
    margin-bottom: 0;
  }

  .btn-mobile,
  .btn-mobile span {
    display: block;
    position: relative;
  }

  .btn-mobile {
    width: 35px;
    cursor: pointer;
    z-index: 1;
  }

  .btn-mobile span {
    border-radius: 3px;
    height: 2px;
    background: var(--main-color);
    transition: all 0.3s;
  }

  .btn-mobile span+span {
    margin-top: 7px;
  }

  .btn-mobile.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
  }

  .btn-mobile.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
  }

  .btn-mobile.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
  }

  .btn-mobile.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
  }

  .btn-mobile.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
  }

  .btn-mobile.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
  }

  header {
    overflow-x: hidden;
  }

  .header {
    padding: 18px 30px;
  }

  .btn-mobile.active~.header-navigation {
    visibility: visible;
    opacity: 1;
  }

  .page-template-front-page .btn-mobile span,
  .page-template-page-contacts .btn-mobile>span,
  .error404 .btn-mobile span {
    background: var(--secondary-color);
  }

  .page-template-front-page .btn-mobile.active span,
  .page-template-page-contacts .btn-mobile.active>span {
    background-color: var(--main-color);
  }

  .no-overflow .header-absolute .custom-logo-link path {
    fill: var(--main-color);
  }

  .header-navigation {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 147px;
    left: 0;
    width: calc(100% - 70px);
    height: calc(100vh - 190px);
    background-color: #c6cd93;
    padding: 35px;
    margin: 0 35px;
    border-radius: 0 0 20px 20px;
    transition: 0.7s ease;
  }

  .header-navigation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(assets/images/eoile-mask.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 80%;
    background-blend-mode: multiply;
    pointer-events: none;
    background-color: #c6cd93;
    z-index: -1;
    opacity: 0.1;
  }

  .header-absolute .header-navigation {
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    margin: 0 20px;
    border-radius: 20px;
    padding: 150px 35px 35px;
  }

  .menu-top {
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-top>li {
    width: 100%;
  }

  .menu-top>li:not(.header-contact)>a {
    font-size: 16px;
    display: block;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
  }

  .menu-top .header-contact>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 20px;
  }

  .partners-image {
    height: 110px;
  }

  .partners-items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .subscribe-form .privacy-policy label {
    font-size: 13px;
  }

  .subscribe-container {
    padding: 30px;
  }

  .green-deal-grid {
    gap: 40px;
  }

  .green-deal-item {
    font-size: 19px;
  }

  #green-deal {
    min-height: auto;
    padding: 135px 0;
  }

  .event-item-title,
  .footer-cta-text,
  .input-subscribe input[type="submit"],
  .input-subscribe label,
  .menu-bottom>li>a {
    font-size: 14px;
  }

  .event-month {
    font-size: 10px;
  }

  .event-item-flex {
    column-gap: 15px;
  }

  .footer-european-union {
    margin-top: 0;
  }

  .btn-more,
  .single-content>p,
  .wp-block-list>li,
  .wp-block-quote>p,
  .single-references p,
  .single-references a {
    font-size: 16px;
  }

  .publication-content {
    padding: 45px;
  }

  .pillar-text {
    font-size: 14px;
    opacity: 1;
    visibility: visible;
  }

  .sustainable-right {
    overflow-x: auto;
    width: 100vw;
    margin-left: -6%;
  }

  .sustainable-right::-webkit-scrollbar {
    display: none;
  }

  .pilar:hover {
    background-color: transparent;
  }

  .single-thumbnail-image {
    margin: -10px 0 0;
  }

  .menu-top .soon::before {
    top: 11px;
  }

  header .current-menu-item a::after {
    display: none !important;
  }
}

/* Tablet em modo retrato */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #hero {
    height: 45vh;
  }
}

@media (max-width: 870px) {
  .container-md {
    padding: 0 6%;
  }

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

  .common-banner {
    padding: 75px 0 65px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-image {
    max-width: 35%;
  }

  .hero-text {
    font-size: 18px;
    max-width: 330px;
    line-height: 1.4;
  }

  .news-content {
    padding: 50px 30px;
  }

  .subscribe-content {
    margin-bottom: 0;
  }

  .subscribe-part .subscribe-container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .btn-download-all,
  .material-description,
  .partners-item-text,
  .secondary-p,
  .secondary-text>p {
    font-size: 14px;
  }

  .btn-attachment::before {
    height: 22px;
    flex: 0 0 22px;
  }

  .material-grid {
    gap: 25px;
  }

  .material-attachments {
    padding-left: 25px;
  }

  .common-banner-content>p,
  .material-title,
  .partners-item-title,
  .publication-title {
    font-size: 16px;
  }

  .publication-item-flex {
    align-items: flex-start;
  }

  .publication-item-image {
    width: 40%;
  }

  .green-deal-item {
    font-size: 18px;
  }

  .results-right {
    flex: 0 0 55%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 40px;
  }

  .footer-phrase {
    grid-area: auto;
    grid-column: 1;
  }

  .footer-cta,
  .footer-logo {
    grid-area: auto;
  }

  .footer-cta {
    grid-column: 1;
    margin: 0;
    flex-wrap: wrap;
    align-self: flex-end;
  }

  .footer-european-union,
  .menu-bottom {
    grid-area: auto;
    grid-column: 2;
    grid-row: 3/5;
  }

  .footer-european-union {
    grid-row: 1/3;
  }

  .footer-menu-bottom {
    grid-area: auto;
    grid-column: span 2;
    justify-content: space-between;
  }

  .footer-socials-icons img {
    width: 35px;
    height: 35px;
  }

  .common-banner-links {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
  }

  .common-banner-links a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .common-banner-links a:hover::after {
    left: 0;
  }

  .common-banner-links a::after {
    display: block;
    margin-top: 7px;
    left: auto;
    bottom: 0;
  }

  .container-sm {
    padding: 0 25px;
  }

  .wp-block-quote {
    margin: 15px 0;
    width: 100%;
  }

  .single-title {
    font-size: 24px;
  }

  .single-content>h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .others-posts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .other-post:last-child {
    display: block;
  }

  .hero-container {
    padding: 0 25px;
  }

  .header-absolute>.header-flex {
    padding: 0 calc(6% + 12.5px);
  }

  .about-timeline-top-content {
    padding: 0 6%;
  }

  .timeline-card h3,
  .timeline-date-text {
    font-size: 20px;
  }

  .about-approach-info>p {
    font-size: 18px;
  }

  .about-problems-grid {
    grid-template-columns: 100%;
    gap: 0;
  }

  .socials {
    position: relative;
    right: auto;
    top: 0;
  }

  .subscribe-part .subscribe-container::after {
    opacity: 0.1;
  }

  .fp-events-grid>.slick-arrow.slick-next {
    right: -25px;
  }

  .fp-events-grid>.slick-arrow {
    left: -25px;
  }

  .fp-events-grid .slick-list {
    margin: 0;
  }

  .fp-events-grid .slick-track {
    gap: 20px;
  }

  .event-item.slick-slide::after {
    right: -10px;
  }

  .subscribe-part {
    padding: 45px 0;
  }

  .subscribe-part form {
    width: 85%;
  }

  .event-grid,
  .news-grid,
  .partners-items {
    grid-template-columns: 1fr 1fr;
  }

  .text-before-btn,
  .timeline-card li,
  p {
    font-size: 15px;
  }

  .page-template-default main,
  .page-template-page-glossary main {
    margin: 20px;
  }

  .event-item:nth-child(2n)::after {
    content: none;
  }

  .events-content {
    padding: 15px;
  }

  .events-content.past-events-content {
    padding: 0 15px;
  }

  .event-day {
    font-size: 14px;
  }

  .event-day>strong {
    font-size: 22px;
  }

  .green-deal-item,
  .timeline-card h4 {
    font-size: 16px;
  }

  .material-category-image {
    grid-row: span 2;
  }

  .material-grid {
    grid-template-columns: 40% 1fr;
  }

  .material-attachments {
    padding-left: 0;
    grid-column: 2;
    border-left: none;
  }

  .btn-download-all {
    margin-top: 20px;
  }

  .contacts-form-section {
    margin: 20px 20px 0;
  }

  .timeline-date-month {
    font-size: 18px;
  }

  .materials-container.no-content h3 {
    font-size: 24px;
  }

  .materials-container.no-content {
    padding: 20px 6%;
  }

  .title-404 {
    font-size: 33px;
  }

  .text-404 {
    font-size: 16px;
  }

  .section-404 {
    margin: 20px;
    padding: 140px 20px 100px 20px;
  }

  .title-404 {
    font-size: 24px;
  }

  .no-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .about-approach .container {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .about-approach-content {
    position: relative;
    top: 0;
  }

  .project-start-container {
    margin-top: 30px;
  }

  .approach-card h3,
  .page-excerpt>p,
  .wp-block-file>a {
    font-size: 16px;
  }

  .header-absolute {
    top: 30px;
  }

  .input-grid {
    grid-template-columns: 100%;
  }

  .about-objectives-grid {
    display: flex;
    overflow-x: auto;
  }

  .about-objectives-grid .objective-card {
    flex: 0 0 300px;
  }

  .about-objectives-grid::-webkit-scrollbar {
    display: none;
  }

  .input-grid {
    gap: 15px;
  }

  .contacts-form-section .container-xl {
    margin: 20px 0;
    padding: 140px 6% 40px;
  }

  .input-content:last-child {
    grid-column: auto;
  }

  .contacts-form-section input[type="submit"] {
    width: 100%;
    flex: auto;
  }

  .form-bottom .privacy-policy {
    font-size: 12px;
  }

  .page-section {
    margin: 20px 0;
    padding: 140px 0 40px;
  }

  .page-content>h2 {
    font-size: 18px;
  }

  .form-bottom {
    flex-wrap: wrap;
  }

  .hero-image {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }

  .hero-title {
    font-size: 34px;
    max-width: 390px;
  }

  .hero-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  #hero {
    width: calc(100% - 40px);
    padding: 120px 0 90px;
  }

  .fp-events-grid {
    margin: 30px 0 50px;
  }

  .fp-events-grid>.slick-dots {
    bottom: -45px;
  }

  #hero,
  .header {
    margin: 20px 20px 0;
  }

  .header-navigation {
    top: 130px;
    width: calc(100% - 40px);
    height: calc(100dvh - 150px);
    margin: 0 20px;
  }

  .subscribe-part form {
    width: 100%;
  }

  .nav-custom-categories>span {
    display: none;
  }

  #fp-results {
    padding: 40px 0;
  }

  .green-deal-grid {
    gap: 35px;
    grid-template-columns: 100%;
  }

  #green-deal {
    padding: 100px 0;
  }

  .glossary-letters {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .results-grid {
    flex-direction: column;
    gap: 0;
  }

  .subtitle {
    font-size: 26px;
  }

  .results-image {
    display: none;
  }

  .nav-links>.page-numbers,
  .news-item-title {
    font-size: 16px;
  }

  .publication-item-flex {
    flex-direction: column;
    gap: 20px;
  }

  .publication-item-image {
    width: 100%;
  }

  .fp-partner {
    scale: 0.6;
  }

  .mt-100 {
    margin-top: 50px;
  }

  .common-banner {
    padding: 50px 0;
  }

  .single-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .wp-block-gallery>.slick-arrow {
    display: none !important;
  }

  .publication-content {
    padding: 35px;
  }

  .contacts-form-intro {
    margin-bottom: 30px;
  }

  .input-content textarea {
    height: 230px;
  }

  .input-content label,
  .menu-top>li>a {
    font-size: 15px;
  }

  .form-bottom .privacy-policy label {
    font-size: 12px;
  }

  .contacts-form-socials .socials span {
    font-size: 14px;
  }

  .custom-category>a {
    font-size: 13px;
  }

  .common-banner-content>p,
  .material-title,
  .partners-item-title,
  .publication-title {
    font-size: 15px;
  }

  .text-before-btn,
  .timeline-card li,
  p {
    font-size: 14px;
  }

  .pillar-text {
    max-width: 250px;
  }
}

@media (max-width: 475px) {
  .header {
    padding: 5px 25px;
  }

  .single-post-wrapper {
    margin: 0 25px;
  }

  .header-navigation {
    top: 105px;
    height: calc(100dvh - 125px);
  }

  .custom-logo-link>svg {
    max-width: 55%;
  }

  .glossary-letter {
    font-size: 16px;
    width: 32px;
  }

  .hero-image {
    max-width: 60%;
  }

  .hero-text {
    font-size: 16px;
  }

  .single-content>p,
  .subscribe-content p,
  .text-before-btn,
  .timeline-card li,
  .wp-block-list>li,
  .wp-block-quote>p,
  p {
    font-size: 13px;
  }

  .input-content label,
  .menu-top>li>a {
    font-size: 14px;
  }

  .input-content input,
  .input-content textarea {
    padding: 10px;
  }

  .event-item.slick-slide::after {
    display: none;
  }

  .subscribe-container {
    padding: 20px;
  }

  .subscribe-form .privacy-policy input[type="checkbox"] {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .event-grid,
  .material-grid,
  .news-grid,
  .others-posts-grid,
  .partners-items {
    grid-template-columns: 100%;
  }

  .material-attachments {
    grid-column: auto;
  }

  .material-category-image>img {
    width: 70%;
  }

  .event-item::after {
    content: "" !important;
    right: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -10px;
    opacity: 0.2;
  }

  .events-content.past-events-content {
    margin: 25px 0;
  }

  .event-item:last-of-type::after {
    content: none !important;
  }

  .partners-image {
    height: 100px;
  }

  .news-content {
    margin-bottom: 50px;
  }

  .results-image {
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .subtitle {
    font-size: 24px;
  }

  .footer-grid {
    grid-template-columns: 100%;
    row-gap: 15px;
  }

  .footer-phrase {
    font-size: 8vw;
  }

  .footer-cta,
  .footer-european-union,
  .footer-menu-bottom,
  .menu-bottom {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-european-union {
    order: 0;
  }

  .menu-bottom {
    order: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--main-color);
  }

  .menu-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .footer-menu-bottom {
    order: 2;
    align-items: flex-end;
  }

  .timeline-card h3,
  .timeline-date-text {
    font-size: 18px;
  }

  .timeline-date-month {
    font-size: 16px;
  }

  .materials-container.no-content h3 {
    font-size: 22px;
  }

  .materials-container.no-content {
    padding: 0px 6%;
  }

  .menu-top>li:not(.header-contact)>a {
    font-size: 15px;
  }

  .hero-title {
    font-size: 30px;
  }

  .pillar:nth-of-type(2) {
    transform: translateX(-20px);
  }

  .pillar:last-child {
    transform: translateX(-40px);
  }

  .input-subscribe input[type="email"] {
    padding: 11px 135px 11px 20px;
  }

  .input-subscribe label {
    left: 20px;
  }

  .form-bottom .privacy-policy label {
    font-size: 11px;
  }

  .contacts-form-section input[type="submit"] {
    font-size: 14px;
  }

  .no-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 380px) {
  .common-banner-links {
    display: flex;
    overflow-x: auto;
  }

  .common-banner-links span {
    white-space: nowrap;
  }
}