/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/scss/style.scss ***!
  \*********************************************************************************************************************************************/
@font-face {
  font-family: "Afacad";
  src: url(0cd8ccc8754da32ab384.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Afacad";
  src: url(7a733bdcebbde9f9f815.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Afacad";
  src: url(8d4625a6b51a9af0369f.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Afacad";
  src: url(095e177fe925201c4117.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Afacad";
  src: url(6caf7162161fc7ac664d.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Afacad";
  src: url(9002b9d1d6052b79abec.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Afacad";
  src: url(64416fcd89c18f9b55b7.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Afacad";
  src: url(6013d62a292b71f7ae42.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li,
ol,
span,
body {
  font-family: "Afacad", sans-serif !important;
}

body {
  border-top: 8px solid #f6c709;
}
@media (min-width: 1200px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl {
    max-width: 1230px;
  }
}

.valign-auto {
  margin: auto 0 !important;
}

body .pl-15 {
  padding-left: 15px !important;
}

body .mb-12 {
  margin-bottom: 12px !important;
}

body .mb-30 {
  margin-bottom: 30px !important;
}

body .gap-10 {
  gap: 10px !important;
}

body .mobile-hidden {
  display: none;
}
@media (min-width: 992px) {
  body .mobile-hidden {
    display: block;
  }
}

body .text-center {
  text-align: center;
}

.single p,
.single li,
.info .th,
.info a,
.info .td,
.subpage .columns p,
.subpage .columns li,
.subpage .columns p span,
.subpage .newsletter-sign-up p {
  font-size: 2rem;
}

.page-description {
  font-size: 2.4rem;
  line-height: 1.5;
}

.newsletter-sign-up p,
.read-also p {
  font-size: 1.7rem;
}

.green-asteriks {
  color: #1c7e42;
  font-size: 18px;
  line-height: 1;
}

.single .container .row a,
.single .page-description-wrapper a {
  color: #1c7e42 !important;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  font-size: 16px !important;
  margin-top: 12px;
}

.subpage .quotation .quote .text::before {
  font-size: 14rem !important;
  top: 48px !important;
  left: -60px !important;
  line-height: 0;
}

.btn-primary {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  background-color: #1c7e42 !important;
  border: 2px solid #b2d354 !important;
  padding: 12px 24px !important;
  border-radius: 999px !important;
  height: 48px;
}
.btn-primary:hover {
  background-color: transparent !important;
  color: #1c7e42 !important;
}

.btn-primary-outline {
  background-color: transparent !important;
  color: #1c7e42 !important;
}
.btn-primary-outline:hover {
  background-color: #1c7e42 !important;
  color: white !important;
}

.comments__input {
  width: 100%;
  min-width: 160px;
  line-height: inherit;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #dedede;
}
.comments__input::placeholder {
  color: #1c7e42;
}
.comments__consent {
  margin-bottom: 20px;
}
.comments__label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.comments__consent-input {
  display: none;
}
.comments__label .inner-element {
  background-color: white;
  border: 1px solid #69b248;
  height: 14px;
  max-width: 14px;
  position: relative;
  top: 2px;
  width: 20px;
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.comments__consent-input:checked + .comments__label .inner-element {
  background-color: #69b248;
}
.comments .checkbox {
  background-color: white;
  border: 1px solid #69b248;
  height: 14px;
  max-width: 14px;
  position: relative;
  top: 2px;
}
.comments .wp-comment-cookies-consent {
  font-size: 1.2rem;
}

.comments-area a {
  color: #1c7e42 !important;
}

.password__input {
  line-height: inherit;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #dedede;
}
.password__input::placeholder {
  color: #1c7e42;
}

.move-up-arrow {
  position: fixed;
  bottom: 92px;
  right: 16px;
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 1;
  display: none;
}
.move-up-arrow svg {
  border-radius: 100px;
  border: 2px solid #b2d354;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  padding: 11px;
  background-color: white;
}

.ue-banner {
  background-color: white !important;
  box-shadow: inset 0 -30px 18px 0 rgba(71, 71, 71, 0.05);
}
.ue-banner .logos-wrapper {
  max-width: 580px;
  margin: auto;
  width: 100%;
}
.ue-banner .ue-banner-close {
  top: -16px;
  position: absolute;
  right: 10px;
}
@media (min-width: 992px) {
  .ue-banner .ue-banner-close {
    top: -12px;
    right: -12px;
  }
}
.ue-banner .ue-banner-close svg {
  width: 8px;
}

.social-links__icon svg {
  width: 20px !important;
  height: 20px !important;
  fill: #636363;
}

.header .site-utils {
  height: 24px;
}
.header .menu-overlay {
  margin: 32px 0 32px auto;
}
.header .menu-item a {
  font-size: 2rem !important;
  font-weight: 500;
  color: #0a5613 !important;
}
.header .search-button svg {
  height: 24px;
  width: 24px;
  fill: #0a5613;
}
.header .site-logo {
  position: relative;
}
@media (min-width: 992px) {
  .header .site-logo {
    top: -25px;
  }
}

.top-menu__link,
.top-menu .login-link button {
  font-size: 1.6rem !important;
  color: #636363 !important;
}
.top-menu svg {
  fill: #636363;
}
.top-menu .tool-container {
  border-color: #e0e0e0 !important;
  padding-right: 20px !important;
  border-left: 0 !important;
  border-right: 1px solid #e0e0e0 !important;
  padding-left: 0 !important;
}
.top-menu .tool-container:last-child {
  border-right: 0 !important;
}
.top-menu .login-link {
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .top-menu .login-link {
    padding-right: 24px !important;
  }
}

.menu-overlay ul.header-main-menu,
header.header .col-header-main {
  gap: 40px !important;
}

.menu-overlay ul.header-main-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 1.5rem !important;
  height: 1.5rem !important;
  background-image: url(images/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: 0 !important;
  transform: none !important;
  transition: none !important;
  top: 25% !important;
  right: -5px !important;
}

.menu-overlay ul.header-main-menu > li.menu-item-has-children.open > a::after {
  transform: translateY(0) translateY(0) rotate(-180deg) !important;
}

header.header .top-menu a:hover {
  text-decoration: underline;
}

.footer {
  margin-bottom: 90px;
  box-shadow: 0px -83px 23px 0px rgba(71, 71, 71, 0), 0px -53px 21px 0px rgba(71, 71, 71, 0.01), 0px -30px 18px 0px rgba(71, 71, 71, 0.03), 0px -13px 13px 0px rgba(71, 71, 71, 0.04), 0px -3px 7px 0px rgba(71, 71, 71, 0.05);
}
.footer__top {
  border-top: 8px solid #f6c709;
  margin-bottom: 36px;
}
.footer__title {
  color: #636363 !important;
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}
@media (min-width: 992px) {
  .footer__title {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }
}
.footer__input {
  border-color: #dedede !important;
  border-radius: 4px !important;
  padding: 10px !important;
}
.footer__input::placeholder {
  color: #1c7e42 !important;
}
.footer .container {
  border-top: 0 !important;
  padding: 0 20px !important;
}
.footer .newsletter-form-items {
  margin-bottom: 24px;
}
.footer .EmailFieldFieldset {
  margin: 0;
}
.footer .CheckboxInput + .label-wrapper .inner-element {
  background-color: white !important;
  border: 1px solid #69b248 !important;
  height: 14px;
  max-width: 14px;
  position: relative;
  top: 2px;
}
.footer .CheckboxInput:checked + .label-wrapper .inner-element {
  background-color: #69b248 !important;
}
.footer .CheckboxInput + .label-wrapper .inner-element svg {
  width: 8px !important;
}
.footer .newsletter-gdpr {
  gap: 12px !important;
}
.footer .newsletter__text {
  font-size: 1.2rem !important;
}
.footer .newsletter__text a {
  color: #499e53 !important;
  text-decoration: none !important;
}
.footer .newsletter__text a:hover {
  text-decoration: underline !important;
}
.footer__partners {
  text-align: center;
  max-width: 75px;
}
@media (min-width: 992px) {
  .footer__partners {
    margin-left: auto;
  }
}
.footer__partner-logo {
  margin-bottom: 34px;
}
.footer__partner-logo:last-child {
  margin-bottom: 0;
}
.footer__partner-logo img {
  max-height: 58px;
}
.footer__contacts {
  flex-wrap: wrap;
  gap: 0 !important;
  justify-content: start !important;
}
.footer__contacts-title {
  width: 100%;
  margin-bottom: 10px !important;
  justify-content: start;
}
.footer__contacts-actions {
  display: flex;
  justify-content: start;
  gap: 12px;
}
.footer__contacts-actions svg {
  fill: #196022;
}
.footer__contacts-actions .entry {
  border: 2px solid #b2d354;
  border-radius: 999px;
  width: 32px;
  height: 32px;
}
.footer__contacts-actions .entry:hover {
  border-color: #f6c709;
}
.footer__contacts-actions .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer .CheckboxFieldset,
.footer .form-newsletter {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.footer__bottom-line {
  margin: 24px 0;
}
.footer__copyrights {
  color: #636363;
}
.footer__copyrights a {
  text-decoration: none;
}
.footer__copyrights a:hover {
  text-decoration: underline;
}
.footer__copyrights-accent {
  color: #499e53 !important;
}
.footer__creator {
  text-align: right;
}

.footer-main-menu li {
  margin-bottom: 8px;
}
.footer-main-menu a {
  text-decoration: none;
  color: #0a5613 !important;
}

.fhp-cookies .fhp-cookies-bar {
  bottom: 0 !important;
  max-width: 1200px !important;
}
.fhp-cookies .fhp-cookies-bar-content {
  border-radius: 0 !important;
  background-color: #499e53 !important;
  padding: 10px 40px 8px !important;
  position: relative;
}
.fhp-cookies a {
  color: white;
}
.fhp-cookies .fhp-cookies-icon {
  fill: white;
  margin-right: 12px;
}
.fhp-cookies .fhp-cookies-info {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.fhp-cookies .fhp-cookies-accept-all {
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 23px;
  line-height: 16px;
  position: absolute;
  right: 16px;
  top: 12px;
}

.section__title {
  color: #ff9e01;
  font-weight: 700 !important;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 40px;
  font-size: 1.6rem !important;
  padding: 0 !important;
  text-decoration: none;
  width: fit-content;
}
.section__title:hover {
  color: #ff9e01;
}
.section__title-container {
  padding: 0 !important;
  text-decoration: none;
}
.section__dot-container {
  margin: auto 8px auto 0;
}
.section__dot {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #f6c709;
  border-radius: 999px;
  margin-top: 1px;
}
.section__header-title {
  color: #0a5613;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.section__header-title:hover {
  text-decoration: none;
  color: #69b248;
}
.section__header-container a:hover {
  text-decoration: none;
  color: #69b248;
}
.section__header-title--accent {
  color: #69b248;
}

.subpage .newsletter-form-items {
  display: flex;
  gap: 20px;
}
.subpage .newsletter-form-items fieldset {
  flex: 1;
}

.about {
  padding-bottom: 96px;
}
.about__description {
  color: #424242;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  .about__description {
    margin-right: 80px;
  }
}
.about__description span {
  color: #69b248;
  font-weight: 600;
}
.about__text {
  color: #313131;
  line-height: normal;
  padding: 0;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .about__text {
    margin-top: 0px;
  }
}
.about__button-container {
  margin-top: 32px;
  padding: 0;
}
.about .container .container {
  padding: 0;
}
@media (min-width: 992px) {
  .about .container .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.homepage .news {
  box-shadow: 0px -83px 23px 0px rgba(71, 71, 71, 0), 0px -53px 21px 0px rgba(71, 71, 71, 0.01), 0px -30px 18px 0px rgba(71, 71, 71, 0.03), 0px -13px 13px 0px rgba(71, 71, 71, 0.04), 0px -3px 7px 0px rgba(71, 71, 71, 0.05);
  padding-top: 60px;
  margin-bottom: 60px !important;
}
@media (min-width: 992px) {
  .homepage .news {
    padding-top: 120px;
    margin-bottom: 120px !important;
  }
}
.homepage .news__header-navigation .swiper-button-prev, .homepage .news__header-navigation .swiper-button-next {
  position: static;
  opacity: 1 !important;
  background-color: transparent !important;
  border-radius: 999px !important;
  border: 2px solid #b2d354;
  transform: translateX(0%) !important;
  margin-top: 0;
  width: 48px !important;
  height: 48px !important;
  margin: auto 0 !important;
}
.homepage .news__header-navigation .swiper-button-next {
  transform: translateX(0%) rotate(180deg) !important;
}
.homepage .news__header-navigation .swiper-button-next:hover, .homepage .news__header-navigation .swiper-button-prev:hover {
  background-color: #1c7e42 !important;
}
.homepage .news__header-navigation .swiper-button-next:hover path, .homepage .news__header-navigation .swiper-button-prev:hover path {
  stroke: white;
}
.homepage .news__header-navigation .swiper-button-prev.swiper-button-disabled, .homepage .news__header-navigation .swiper-button-next.swiper-button-disabled {
  border: 2px solid #e7e7e7;
}
.homepage .news__header-navigation svg path {
  fill: transparent !important;
  stroke: #196022;
}
.homepage .news__header-navigation .swiper-button-disabled svg path {
  stroke: #969696;
}
.homepage .news__header-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .homepage .news__header-container {
    flex-wrap: nowrap;
  }
}
.homepage .news__header-actions {
  display: flex;
  gap: 8px;
}
.homepage .news__header-navigation {
  display: flex;
  gap: 8px;
}
.homepage .news__carousel {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .homepage .news__carousel {
    margin-top: 90px;
  }
}
.homepage .news__carousel .image {
  width: 100% !important;
}
.homepage .news__carousel .image img {
  height: 290px !important;
  object-fit: cover !important;
  border-radius: 24px;
  border-bottom: 4px solid #f6c709;
}
@media (min-width: 992px) {
  .homepage .news__carousel .swiper-slide {
    width: 32% !important;
    margin-right: 20px !important;
  }
}
.homepage .news__carousel .date {
  color: #ff9e01;
  font-size: 1.6rem;
  padding-top: 22px;
  padding-bottom: 24px;
  line-height: 1;
}
.homepage .news__carousel .title {
  color: #207715;
  font-size: 2.4rem;
  line-height: normal;
}
.homepage .news__carousel .intro {
  margin-top: 24px;
  color: #636363;
  font-size: 1.8rem;
  line-height: normal;
}

.news-list .image {
  width: 100% !important;
}
@media (min-width: 992px) {
  .news-list .image img {
    object-fit: cover !important;
  }
}

.recruitment {
  padding-top: 60px;
  position: relative;
  margin-bottom: 60px !important;
  box-shadow: 0px -83px 23px 0px rgba(71, 71, 71, 0), 0px -53px 21px 0px rgba(71, 71, 71, 0.01), 0px -30px 18px 0px rgba(71, 71, 71, 0.03), 0px -13px 13px 0px rgba(71, 71, 71, 0.04), 0px -3px 7px 0px rgba(71, 71, 71, 0.05);
}
@media (min-width: 992px) {
  .recruitment {
    padding-top: 90px;
    margin-bottom: 180px !important;
  }
}
.recruitment__container {
  margin-top: 40px !important;
  padding: 20px !important;
  background-color: white !important;
  background-image: url(images/big-marker-right.svg);
  background-repeat: no-repeat;
  background-size: 870px;
  background-position-x: 310px;
  background-position-y: -152px;
  z-index: 100;
  position: relative;
  box-shadow: -269px 169px 89px 0px rgba(176, 176, 176, 0), -172px 108px 81px 0px rgba(176, 176, 176, 0.01), -97px 61px 69px 0px rgba(176, 176, 176, 0.05), -43px 27px 51px 0px rgba(176, 176, 176, 0.09), -11px 7px 28px 0px rgba(176, 176, 176, 0.1);
}
@media (min-width: 992px) {
  .recruitment__container {
    margin-top: 60px !important;
    padding: 80px !important;
  }
}
.recruitment .open-recruitment {
  background-color: transparent !important;
  padding: 0 !important;
}
.recruitment .nearest-recruitment {
  padding: 0 !important;
}
.recruitment__title {
  color: #196022 !important;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.recruitment__item {
  border-bottom: 1px solid #eceee8 !important;
  display: flex;
  justify-content: space-between;
  padding: 32px 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}
.recruitment__item:first-child {
  padding-top: 0 !important;
}
.recruitment__item:last-child {
  border-bottom: 0 !important;
}
.nearest-recruitment .recruitment__item {
  justify-content: left;
}
.recruitment__content {
  display: flex;
}
.recruitment__content a:hover {
  text-decoration: underline !important;
}
.recruitment__marker--left {
  position: absolute;
  top: 20px;
  left: 230px;
  display: none;
}
@media (min-width: 992px) {
  .recruitment__marker--left {
    display: block;
  }
}
.recruitment__marker--left svg {
  max-height: 650px;
}

.recruitment-repeater .caption {
  padding-left: 10px;
}

.recruitment-repeater .index,
.nearest-recruitment .index {
  color: #b2d354;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
}
.recruitment-repeater .title,
.nearest-recruitment .title {
  margin-bottom: 24px !important;
}
.recruitment-repeater .title a,
.nearest-recruitment .title a {
  color: #5b9b53 !important;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
}
.recruitment-repeater .caption,
.nearest-recruitment .caption {
  color: #575757;
  font-size: 18px;
  line-height: normal;
}

.recruitment-repeater .title {
  color: #5b9b53 !important;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
  padding-left: 10px;
}

.recruitment-error {
  padding: 10px 0 !important;
}
.recruitment-error .error {
  color: #5b9b53;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.recruitment-wrapper {
  position: relative;
}

.innovations-base {
  box-shadow: 0px -83px 23px 0px rgba(71, 71, 71, 0), 0px -53px 21px 0px rgba(71, 71, 71, 0.01), 0px -30px 18px 0px rgba(71, 71, 71, 0.03), 0px -13px 13px 0px rgba(71, 71, 71, 0.04), 0px -3px 7px 0px rgba(71, 71, 71, 0.05);
  padding: 60px 0;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .innovations-base {
    padding: 120px 0;
  }
}
.innovations-base .submit-container {
  text-align: left !important;
}
@media (min-width: 992px) {
  .innovations-base .submit-container {
    text-align: center !important;
  }
}
.innovations-base__filter-clear {
  width: 100%;
  margin: auto;
  color: #969696;
  cursor: pointer;
}
.innovations-base__filter-clear--under {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.innovations-base__filter-clear--innovations {
  font-size: 14px;
  margin-top: 6px;
  text-align: left;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .innovations-base__filter-clear--innovations {
    text-align: right;
    margin-bottom: 0;
  }
}
.innovations-base__form {
  padding-bottom: 44px !important;
}
.innovations-base__actions-container {
  width: 100%;
  margin-bottom: -44px;
}
.innovations-base__title {
  color: #0a5613;
  font-size: 3.6rem;
  font-weight: 700;
}
.innovations-base__title:hover {
  text-decoration: none;
  color: #69b248;
}
.innovations-base__title span {
  color: #69b248;
}
.innovations-base__description {
  color: #636363;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.innovations-base__filter-container {
  box-shadow: -269px 169px 89px 0px rgba(176, 176, 176, 0), -172px 108px 81px 0px rgba(176, 176, 176, 0.01), -97px 61px 69px 0px rgba(176, 176, 176, 0.05), -43px 27px 51px 0px rgba(176, 176, 176, 0.09), -11px 7px 28px 0px rgba(176, 176, 176, 0.1);
  border-radius: 12px !important;
  border: 1px solid #def698;
  background-color: #fff !important;
  margin-bottom: 60px !important;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .innovations-base__filter-container {
    margin-bottom: 90px !important;
  }
}
.innovations-base__filter-container input, .innovations-base__filter-container .select2-selection {
  border-color: #dedede !important;
  border-radius: 4px !important;
  padding: 10px !important;
}
.innovations-base__filter-container input::placeholder, .innovations-base__filter-container .select2-selection::placeholder {
  color: #1c7e42 !important;
}
.innovations-base__filter-container .select2-selection__placeholder {
  color: #1c7e42 !important;
}
.innovations-base .tile:hover .title {
  color: #6ba932 !important;
}
.innovations-base__filter-leaves {
  position: absolute;
  right: -15px;
  top: -60px;
}
.innovations-base__filter-leaves svg:first-child {
  margin-right: -60px;
}
.innovations-base__filter-actions {
  display: flex;
  gap: 20px;
  flex: 1 0 35%;
  flex-direction: column;
}
@media (min-width: 992px) {
  .innovations-base__filter-actions {
    flex-direction: row;
  }
}
.innovations-base__filter-advanced {
  position: static !important;
  transform: translate(0) !important;
  margin: auto 0;
  color: #5b9b53;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.innovations-base__items {
  margin: 90px 0;
}
@media (min-width: 992px) {
  .innovations-base__items {
    margin: 40px 0;
  }
}
.innovations-base__items .image {
  width: 100% !important;
}
.innovations-base__items .image img {
  height: 290px !important;
  object-fit: cover !important;
  border-radius: 24px;
  border-bottom: 4px solid #f6c709;
}
.innovations-base__items .date {
  color: #ff9e01;
  font-size: 1.6rem;
  padding-top: 22px;
  padding-bottom: 24px;
}
.innovations-base__items .title {
  color: #207715 !important;
  font-size: 2.4rem !important;
  line-height: normal;
}
.innovations-base__items .intro {
  margin-top: 24px !important;
  color: #636363 !important;
  font-size: 1.8rem;
  line-height: normal;
}
.innovations-base .image {
  height: auto !important;
}

.baner__container {
  background-color: #fcfff3;
  border-radius: 24px;
  border: 1px solid #eef4dd;
  padding: 60px 20px 20px 20px;
  margin-bottom: 60px;
  position: relative;
  box-shadow: -269px 169px 89px 0px rgba(176, 176, 176, 0), -172px 108px 81px 0px rgba(176, 176, 176, 0.01), -97px 61px 69px 0px rgba(176, 176, 176, 0.05), -43px 27px 51px 0px rgba(176, 176, 176, 0.09), -11px 7px 28px 0px rgba(176, 176, 176, 0.1);
}
@media (min-width: 992px) {
  .baner__container {
    padding: 80px;
    margin-bottom: 160px;
  }
}
.baner__image {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .baner__image {
    padding: 80px;
    display: block;
  }
}
.baner__image img {
  position: absolute;
  left: -70px;
  top: 10px;
}
.baner__title {
  color: #0a5613;
  font-size: 3.6rem;
  font-weight: 700;
  text-decoration: none;
}
.baner__title:hover {
  text-decoration: none;
  color: #69b248;
}
.baner__title span {
  color: #69b248;
}
.baner__description {
  color: #424242;
  font-size: 2.8rem;
  line-height: normal;
  margin: 60px 0;
}
.baner__description span {
  color: #5b9b53;
  font-weight: 700;
}
.baner__leaves {
  position: absolute;
  top: -40px;
  left: -40px;
}
.baner__leaves svg + svg {
  margin-left: -60px;
}

.knowledge {
  box-shadow: 0px -83px 23px 0px rgba(71, 71, 71, 0), 0px -53px 21px 0px rgba(71, 71, 71, 0.01), 0px -30px 18px 0px rgba(71, 71, 71, 0.03), 0px -13px 13px 0px rgba(71, 71, 71, 0.04), 0px -3px 7px 0px rgba(71, 71, 71, 0.05);
  padding: 60px 0;
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  .knowledge {
    padding: 120px 0;
  }
}
.knowledge__header-title {
  color: #0a5613;
  font-size: 3.6rem !important;
  font-weight: 700 !important;
  margin-bottom: 90px !important;
  text-decoration: none;
}
.knowledge__header-title:hover {
  text-decoration: none;
  color: #69b248;
}
.knowledge__header-title span {
  color: #8bbe3f;
}
.knowledge__title {
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  height: 34px;
  font-size: 3.6rem;
  font-weight: 600;
  text-shadow: none !important;
}
.knowledge__intro {
  position: absolute;
  bottom: 0;
  color: #fff !important;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  display: none !important;
}
.knowledge__image {
  border-radius: 24px;
  background-blend-mode: normal, soft-light, normal;
  filter: contrast(130%);
}
.knowledge__image:hover {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), linear-gradient(0deg, #0d632e, #0d632e), inherit;
}
.knowledge__image:hover .knowledge__intro {
  display: block !important;
  padding: 24px 60px;
}
.knowledge__image-background {
  display: none;
  background-color: rgba(0, 0, 0, 0.41);
  border-radius: 24px;
  height: 100%;
}
.knowledge__image:hover .knowledge__image-background {
  display: block;
}
.knowledge__content {
  border-radius: 24px;
  border: 1px solid #d3eb8e;
  background: #fff;
  height: fit-content;
  box-shadow: -269px 169px 89px 0px rgba(176, 176, 176, 0), -172px 108px 81px 0px rgba(176, 176, 176, 0.01), -97px 61px 69px 0px rgba(176, 176, 176, 0.05), -43px 27px 51px 0px rgba(176, 176, 176, 0.09), -11px 7px 28px 0px rgba(176, 176, 176, 0.1);
}
.knowledge__content .element a:hover {
  text-decoration: underline !important;
}
.knowledge__button-container {
  text-align: center;
  margin-top: 38px;
}
.knowledge .content {
  padding: 32px 20px 40px !important;
}
.knowledge .element a {
  color: #3e3e3e !important;
  font-size: 2rem;
  font-weight: 500 !important;
  line-height: normal;
}
.knowledge__marker-image {
  position: absolute;
  bottom: 0;
}
.knowledge .container {
  z-index: 1;
  position: relative;
}

.homepage section.knowledge .tiles-list .tile ul.elements li.element:not(:first-child) {
  padding-top: 21px;
  border-top: 1px solid #d3eb8e !important;
}

.events {
  max-width: 100%;
  box-shadow: 0px -83px 23px 0px rgba(71, 71, 71, 0), 0px -53px 21px 0px rgba(71, 71, 71, 0.01), 0px -30px 18px 0px rgba(71, 71, 71, 0.03), 0px -13px 13px 0px rgba(71, 71, 71, 0.04), 0px -3px 7px 0px rgba(71, 71, 71, 0.05);
  padding: 60px 0;
}
@media (min-width: 992px) {
  .events {
    padding: 120px 0;
  }
}
.events__header {
  margin-bottom: 90px;
}
.events__header-container {
  display: flex;
  justify-content: space-between;
}
.events__header-title {
  color: #0a5613;
  font-size: 3.6rem !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
.events__header-title span {
  color: #8bbe3f;
}
.events__month-name {
  padding-bottom: 12px;
  border-bottom: 1px solid #f6c709;
  color: #0a5613;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.events__event-date {
  color: #69b248;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  padding-right: 0;
}
.events__event-title {
  color: #196022;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.events__event-description {
  color: #1c1c1c;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}
.events__event-image {
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .events__event-image {
    margin-bottom: 0;
    padding-left: 80px;
    padding-right: 120px;
  }
}
.events__event-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3/2;
}
.events__event-image .image {
  height: auto !important;
}
.events__event-link {
  border-radius: 100px;
  border: 2px solid #b2d354;
  width: 48px;
  height: 48px;
  display: block;
  margin: auto;
  transform: translate(0, 60%);
}
.events__event-link:hover {
  background-color: #1c7e42 !important;
}
.events__event-link:hover svg {
  fill: white !important;
}
.events__event-link svg {
  fill: #196022;
  margin: auto;
  display: block;
  height: 100%;
}
.events__event-container {
  width: 100%;
}
.events__line {
  padding-bottom: 12px;
  border-bottom: 1px solid #8bbe3f;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .events__line {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .events__line--long {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
.events__event-date-month {
  color: #f6c709;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
}
.events__event-date-day {
  color: #ffaa21;
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .events__event-date-day {
    margin-bottom: 0;
  }
}
.events__event-content {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.hero-page__image {
  position: relative;
}
.hero-page__image--first {
  top: -30%;
  left: 4%;
}
.hero-page__image--second {
  top: -30%;
  left: 50%;
}
.hero-page__image--third {
  top: 50%;
  left: 0;
}
.hero-page__image--fourth {
  top: 50%;
  left: 50%;
}
.hero-page__image img {
  display: none;
}
@media (min-width: 992px) {
  .hero-page__image img {
    display: block;
    max-width: 48%;
    position: absolute;
  }
}
.hero-page__row {
  background-color: #fbffee;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
  flex-wrap: wrap !important;
  background-image: url(images/hero-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -269px 169px 89px 0px rgba(176, 176, 176, 0), -172px 108px 81px 0px rgba(176, 176, 176, 0.01), -97px 61px 69px 0px rgba(176, 176, 176, 0.05), -43px 27px 51px 0px rgba(176, 176, 176, 0.09), -11px 7px 28px 0px rgba(176, 176, 176, 0.1);
}
@media (min-width: 992px) {
  .hero-page__row {
    height: 600px;
    padding: 100px 80px;
    flex-wrap: nowrap !important;
  }
}
.hero-page__title {
  display: block !important;
  text-align: left;
  line-height: 50px !important;
  font-size: 6.4rem !important;
  letter-spacing: -2px;
  font-weight: 700 !important;
  color: #8bbe3f !important;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hero-page__title {
    font-size: 10rem !important;
    line-height: 75px !important;
  }
}
.hero-page__title span {
  color: #69b248;
}
.hero-page__description {
  font-size: 2.6rem !important;
  color: #484848;
  line-height: 32px;
  text-align: left;
}
@media (min-width: 992px) {
  .hero-page__description {
    margin-right: 60px;
  }
}
.hero-page__description span {
  font-weight: 700;
}
.hero-page__leaves {
  display: none;
}
@media (min-width: 992px) {
  .hero-page__leaves {
    display: block;
    position: absolute;
    top: -125px;
    left: -50px;
  }
}
.hero-page__button-container {
  width: 100%;
  text-align: left;
}
.hero-page__leaf {
  display: none;
  position: absolute;
}
@media (min-width: 992px) {
  .hero-page__leaf {
    display: block;
  }
}
.hero-page__leaf--first {
  top: 50%;
  left: 78%;
}
.hero-page__leaf--second {
  top: 42%;
  left: 78%;
}
.hero-page__leaf--third {
  top: 57%;
  left: 38%;
}

.homepage {
  padding-top: 30px !important;
}

.homepage section.innovations-base form .simple-search-container .TextFieldFieldset {
  width: calc(35% - 32px) !important;
  flex: 1 0 calc(35% - 32px) !important;
}

.post__back-link {
  min-width: 8.333333% !important;
  max-width: 8.333333% !important;
  margin-right: 0 !important;
}
.post__title {
  width: 100%;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .post__title {
    margin: auto;
  }
}

.post-data {
  display: flex;
  justify-content: space-between;
}
.post-data__data {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-top: -20px;
}
@media (min-width: 992px) {
  .post-data__data {
    padding-left: 8.333333%;
    margin-left: 2px;
  }
}
.post-data__date {
  text-align: left !important;
}
.post-data__read-time {
  margin-top: -20px;
}
@media (min-width: 992px) {
  .post-data__read-time {
    padding-right: 8.333333%;
    margin-right: 2px;
  }
}

@media (min-width: 992px) {
  .single.single-aktualnosc .share-buttons {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }
}
.single.single-aktualnosc .share-buttons a {
  color: #5b9b53;
  text-decoration: none;
}
.single.single-aktualnosc .share-buttons a:hover {
  text-decoration: underline;
  color: #5b9b53;
}

.article-engagement {
  margin-top: 24px;
}
.article-engagement__header {
  background: #1c7e42;
  border-radius: 2px 2px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  flex-wrap: wrap;
}
.article-engagement__title {
  margin: 0 !important;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #ffffff;
}
.article-engagement__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background-color: transparent;
  border: 0;
}
.article-engagement__action {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #ffffff;
}
.article-engagement__description {
  margin: 0;
  background: #efefef;
  padding: 12px 16px;
  color: #313131;
}
.article-engagement__follow-bar {
  background: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-radius: 0 0 2px 2px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.article-engagement__follow-bar .social-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 14px;
}
.article-engagement__follow-bar .social-links li {
  margin: 0;
}

.social-links__icon--linkedin svg {
  padding: 2px;
}

.tools-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 26px 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #496145;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.tools-breadcrumb a {
  color: #2f5d2a;
  text-decoration: none;
}

.tools-breadcrumb a:hover {
  text-decoration: underline;
}

.tools-breadcrumb__sep {
  color: #8a9f84;
  flex: 0 0 auto;
}

.tools-breadcrumb [aria-current=page] {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tools-header {
  width: 100%;
}
@media (min-width: 992px) {
  .tools-header {
    width: 50%;
  }
}
.tools-header h1 {
  color: #0A5613;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
}

.tools-archive-description {
  width: 100%;
  color: #636363;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  .tools-archive-description {
    width: 100%;
  }
}

.tools-archive-description p:last-child {
  margin-bottom: 0;
}

.tools-filters {
  border: 1px solid #dfe4d9;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  background: #f9fcf7;
}

.tools-filters__fields {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

fieldset.tools-filters__field {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.tools-filters__field input,
.tools-filters__field select {
  width: 100%;
  height: 42px;
  border: 1px solid #c6d0c0;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
}

.tools-filters__field select[multiple] {
  height: 42px;
  min-height: 42px;
  padding: 8px 12px;
}

.tools-filters__field .select2-container {
  width: 100% !important;
}

.tools-filters__field .select2-selection {
  border: 1px solid #dedede !important;
  border-radius: 4px !important;
  padding: 0 12px !important;
  background: #fff !important;
  height: 42px;
  min-height: 42px;
}

.tools-filters__field .select2-selection__placeholder {
  color: #1c7e42 !important;
}

.tools-filters__field .select2-container.select2-container--default:not(.select2-container--custom-selection) .select2-selection--multiple {
  display: flex;
  align-items: center;
  padding: 3px 12px !important;
  box-sizing: border-box;
}

.tools-filters__field .select2-container.select2-container--default:not(.select2-container--custom-selection) .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #98ad90 #e9eee4;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  height: 100%;
  padding: 0 !important;
}

.tools-filters__field .select2-container.select2-container--default:not(.select2-container--custom-selection) .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  height: 6px;
}

.tools-filters__field .select2-container.select2-container--default:not(.select2-container--custom-selection) .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
  background: #e9eee4;
  border-radius: 999px;
}

.tools-filters__field .select2-container.select2-container--default:not(.select2-container--custom-selection) .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  background: #98ad90;
  border-radius: 999px;
}

.tools-filters__field .select2-container.select2-container--default:not(.select2-container--custom-selection) .select2-selection--multiple .select2-selection__choice {
  margin: 0 !important;
  background: #f2f5ee !important;
  border: 1px solid #d9e2d0 !important;
  border-radius: 999px !important;
  color: #2f3a2d !important;
  padding: 4px 10px !important;
  font-size: 13px;
  width: auto !important;
  max-width: 100%;
  flex: 0 0 auto;
}

.tools-filters__field .select2-container.select2-container--default:not(.select2-container--custom-selection) .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}

.tools-filters__selected-tags {
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.tools-filters__selected-tags .select2-selection--custom {
  min-height: auto;
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.tools-filters__selected-tags .select2-selection__rendered {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  min-width: max-content;
  padding: 0 !important;
}

.tools-filters__selected-tags .select2-selection__choice {
  width: auto !important;
  flex: 0 0 auto;
  max-width: 100%;
  white-space: nowrap;
}

.tools-filters__selected-tags .tools-tags-overflow-hidden {
  display: inline-flex !important;
}

.tools-filters__selected-tags .tools-tags-overflow-indicator {
  display: none !important;
}

.tools-filters__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.tools-archive-page .basic-filters {
  display: flex;
  justify-content: end;
}

.tools-archive-page .basic-filters .label {
  color: #747474;
  margin-right: 4px;
}

.tools-archive-page .basic-filters .line {
  margin: 0 4px;
}

.tools-archive-page .basic-filters .view {
  display: flex;
  color: #E2E2E2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tools-archive-page .basic-filters .view-options {
  display: flex;
}

.tools-archive-page .basic-filters .on-page-options {
  display: flex;
}

.tools-archive-page .basic-filters .on-page {
  margin-left: 32px;
  display: flex;
  color: #E2E2E2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tools-archive-page .basic-filters .view a,
.tools-archive-page .basic-filters .on-page a {
  color: #747474;
  text-decoration: none;
}

.tools-archive-page .basic-filters .view a.current,
.tools-archive-page .basic-filters .on-page a.current {
  color: #3f7f3a;
}

.tools-view-switch {
  margin-left: auto;
  display: inline-flex;
  border: 1px solid #c6d0c0;
  border-radius: 999px;
  overflow: hidden;
}

.tools-view-switch__btn {
  padding: 8px 14px;
  color: #2f3a2d;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.tools-view-switch__btn.is-active {
  background: #3f7f3a;
  color: #fff;
}

.tools-list {
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
}

.tools-list--grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.tools-list--list .image {
  display: none;
}

.tools-list--list .tool-card__content {
  width: 100%;
}
@media (min-width: 992px) {
  .tools-list--list .tool-card__content {
    width: 50%;
  }
}

.tool-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.tool-card--list {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #8BBE3F;
  border-radius: 0%;
  padding-bottom: 28px;
  margin-bottom: 8px;
  margin-top: 0 !important;
}
.tool-card--list:last-child {
  border-bottom: 0;
}

.tool-card__logo-wrap {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #f8faf6;
}

.tool-card__content {
  padding: 16px 0;
}

.tool-card__title {
  overflow: hidden;
  color: #207715;
  text-overflow: ellipsis;
  font-family: Afacad;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}
.tool-card__title:hover {
  color: #1c7e42;
}

.tool-card__title a {
  color: #207715;
  text-decoration: none;
}
.tool-card__title a:hover {
  color: #1c7e42;
}

.tool-card__type {
  overflow: hidden;
  color: #636363;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tool-card__excerpt {
  margin-top: 10px;
  color: #3e4a3a;
}

.tool-card__tags {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-card__tags a {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 10px;
  background: #FFECCD;
  color: #8E5801;
  text-decoration: none;
  font-size: 13px;
}
.tool-card__tags a:hover {
  background: #FFECCD;
  color: #8E5801;
}

.tool-card__more {
  margin-top: 14px;
  display: inline-block;
  color: #1f6c2f;
  font-weight: 700;
  text-decoration: none;
}

.tool-single__back {
  margin: 12px 0 20px;
  display: inline-block;
}

.tool-single__summary {
  margin-top: 12px;
  font-size: 18px;
  color: #334a31;
}

.tool-single__header-title {
  color: #0A5613;
  leading-trim: both;
  text-edge: cap;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.tool-single__header-tags {
  margin-top: 12px;
  margin-bottom: 40px !important;
}

.tool-single__extra-image {
  margin-top: 18px;
  border-radius: 12px;
  overflow: hidden;
}

.tool-single__extra-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 220px;
  object-fit: cover;
}

.tool-single__hero {
  margin-top: 18px;
  border-radius: 12px;
  overflow: hidden;
}

.tool-single__hero img {
  width: 100%;
  height: auto;
  display: block;
}

.tool-single__content-wrap {
  display: flex;
  width: 1000px;
  margin: auto;
  gap: 24px;
  margin-top: 24px;
  max-width: 100%;
}

.tool-single__logo-box {
  border: 1px solid #dfe4d9;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tool-single__logo-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.tool-single__details dl {
  margin: 0;
}

.tool-single__detail-row {
  border-top: 1px solid #e6ebdf;
  padding: 12px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .tool-single__detail-row {
    flex-wrap: nowrap;
  }
}

.tool-single__detail-row:first-child {
  border: 0;
}

.tool-single__detail-row dt {
  margin-bottom: 6px;
  font-weight: 700;
  width: 100% !important;
  color: #5B9B53;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  .tool-single__detail-row dt {
    width: 30% !important;
  }
}

.tool-single__detail-row dd {
  margin: 0;
  width: 100% !important;
  color: #636363;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  .tool-single__detail-row dd {
    width: 70% !important;
  }
}

.tool-single__detail-row dd a,
.tool-single__detail-row dd a:visited {
  color: #1c7e42 !important;
  text-decoration: none !important;
}

.tool-single__detail-row dd a:hover,
.tool-single__detail-row dd a:focus {
  color: #1c7e42 !important;
  text-decoration: underline !important;
}

.tool-single__tags ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-single__tags li {
  border-radius: 999px;
  padding: 5px 10px;
  background: #f2f5ee;
}

@media (max-width: 991px) {
  .tools-list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tool-card--list {
    grid-template-columns: 1fr;
  }
  .tool-single__content-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .tools-filters__fields {
    grid-template-columns: 1fr;
  }
  .tools-view-switch {
    margin-left: 0;
  }
  .tools-list--grid {
    grid-template-columns: 1fr;
  }
}
.tools .submit-container {
  text-align: left !important;
}
@media (min-width: 992px) {
  .tools .submit-container {
    text-align: center !important;
  }
}
.tools label {
  display: block;
  color: #747474;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .tools label {
    position: absolute;
    bottom: 70%;
  }
}
.tools__filter-clear {
  margin: auto 0;
  color: #969696;
  cursor: pointer;
  text-decoration: none;
}
.tools__filter-clear--under {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.tools__filter-clear--innovations {
  font-size: 14px;
  margin-top: 6px;
  text-align: left;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .tools__filter-clear--innovations {
    text-align: right;
    margin-bottom: 0;
  }
}
.tools__filter-clear:hover {
  text-decoration: none;
  color: #969696;
}
.tools__form {
  padding-bottom: 44px !important;
}
.tools__actions-container {
  width: 100%;
  margin-bottom: -44px;
}
.tools__filter-container {
  box-shadow: -269px 169px 89px 0px rgba(176, 176, 176, 0), -172px 108px 81px 0px rgba(176, 176, 176, 0.01), -97px 61px 69px 0px rgba(176, 176, 176, 0.05), -43px 27px 51px 0px rgba(176, 176, 176, 0.09), -11px 7px 28px 0px rgba(176, 176, 176, 0.1);
  border-radius: 12px !important;
  border: 1px solid #def698;
  background-color: #fff !important;
  margin-bottom: 60px !important;
  position: relative;
  margin-top: 20px;
  padding: 40px 32px 24px;
}
@media (min-width: 992px) {
  .tools__filter-container {
    margin-bottom: 90px !important;
  }
}
.tools__filter-simple-search {
  display: flex;
  width: 100%;
  gap: 32px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .tools__filter-simple-search {
    flex-wrap: nowrap;
  }
}
.tools__filter-simple-search .TextFieldFieldset {
  width: 100% !important;
  flex: 1 0 100% !important;
}
@media (min-width: 992px) {
  .tools__filter-simple-search .TextFieldFieldset {
    width: calc(30% - 32px) !important;
    flex: 1 0 calc(30% - 32px) !important;
  }
}
.tools__filter-simple-search .SelectFieldset {
  width: 100% !important;
  flex: 1 0 100% !important;
}
@media (min-width: 992px) {
  .tools__filter-simple-search .SelectFieldset {
    width: calc(25% - 32px) !important;
    flex: 1 0 calc(25% - 32px) !important;
  }
}
.tools__filter-container input, .tools__filter-container .select2-selection {
  border-color: #dedede !important;
  border-radius: 4px !important;
  padding: 10px !important;
}
.tools__filter-container input::placeholder, .tools__filter-container .select2-selection::placeholder {
  color: #1c7e42 !important;
}
.tools__filter-container .select2-selection__placeholder {
  color: #1c7e42 !important;
}
.tools__filter-leaves {
  position: absolute;
  right: -15px;
  top: -60px;
  display: none;
}
@media (min-width: 992px) {
  .tools__filter-leaves {
    display: block;
  }
}
.tools__filter-leaves svg:first-child {
  margin-right: -60px;
}
.tools__filter-actions {
  display: flex;
  gap: 20px;
  flex: 1 0 35%;
  flex-direction: column;
  height: min-content;
}
@media (min-width: 992px) {
  .tools__filter-actions {
    flex-direction: row;
  }
}
.tools__filter-advanced {
  position: static !important;
  transform: translate(0) !important;
  margin: auto 0;
  color: #5b9b53;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.tools__filter-leaves-left {
  position: absolute;
  left: -110px;
  top: -15px;
  display: none;
}
@media (min-width: 992px) {
  .tools__filter-leaves-left {
    display: block;
  }
}
.tools__filter-leaves-right {
  position: absolute;
  right: -30px;
  top: 100px;
  display: none;
}
@media (min-width: 992px) {
  .tools__filter-leaves-right {
    display: block;
  }
}
.tools__items {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .tools__items {
    margin-top: 24px;
  }
}
.tools__items .image {
  width: 100% !important;
  border-radius: 24px;
  border: 1px solid lightgray !important;
}
.tools__items .image img {
  height: 250px !important;
  width: 100% !important;
  object-fit: none !important;
  border-radius: 24px;
  border-bottom: 4px solid #f6c709 !important;
}
@media (min-width: 992px) {
  .tools__items .swiper-slide {
    width: 32% !important;
    margin-right: 20px !important;
  }
}
.tools__items .title {
  color: #207715;
  font-size: 2.4rem;
  line-height: normal;
}
.tools__items .intro {
  margin-top: 24px;
  color: #636363;
  font-size: 1.8rem;
  line-height: normal;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  border-radius: 0 100px 100px 0;
  border: 2px solid #b2d354;
  background: #1c7e42;
  border-left: 0;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover {
  background: white;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover svg {
  fill: #1c7e42;
}
