<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
.heading-2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 60px;
  font-family: "Lora", serif;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .heading-2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .heading-2 {
    font-size: 3rem;
    line-height: initial;
  }
}
.heading-2.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}
.heading-2.text-white:after {
  background: #ffffff;
}
.heading-2 small {
  display: block;
  font-size: 80%;
  font-weight: inherit;
  font-family: inherit;
}

.heading-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 27px;
  font-family: "OpenSans", sans-serif;
  color: #00923F;
  position: relative;
  padding: 10px 0;
}
.heading-3 small {
  font-size: 80%;
  font-weight: inherit;
  font-family: inherit;
}
.heading-3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 70px;
  background: #DA251D;
}

.heading-4 {
  position: relative;
  padding: 10px 0;
}
.heading-4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 70px;
  background: #DA251D;
}

.heading-5 {
  font-size: 1.5rem;
  color: #ffffff;
}

h1, h2, h5, h6 {
  font-family: "Lora", serif;
}

small {
  font-family: "OpenSans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

p {
  text-align: justify;
}

.text-grey {
  color: #464646;
}

.main-navigation {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .main-navigation {
    position: absolute;
    left: 0;
    width: 100%;
    background: #ffffff;
  }
}

.navbar--fundacja {
  padding: 0;
  align-items: stretch;
}
.navbar--fundacja .navbar-nav .nav-link {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 250ms ease-in-out;
}
.navbar--fundacja .navbar-nav .nav-link:hover {
  color: #ffffff;
  background: #000000;
}
@media (max-width: 1199px) {
  .navbar--fundacja .navbar-nav .nav-link {
    font-size: 1rem;
  }
}
.navbar--fundacja .menu-item {
  flex: 1 1 auto;
  background: #00923F;
  background: linear-gradient(0deg, #000000 0%, #00923F 100%);
  border: 1px solid #ffffff;
}
.navbar--fundacja .menu-item.active .nav-link {
  background: #00923F;
}
.navbar--fundacja .navbar-brand {
  padding: 15px 40px;
  margin-right: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom-width: 2px;
  display: flex;
  align-items: center;
}
.navbar--fundacja .navbar-toggler-icon {
  position: relative;
  width: 1.7em;
  height: 1.5em;
}
.navbar--fundacja .navbar-toggler-icon &gt; * {
  height: 3px;
  width: 100%;
  background: #000;
  display: block;
  position: absolute;
}
.navbar--fundacja .navbar-toggler-icon span:nth-child(1) {
  top: 0;
}
.navbar--fundacja .navbar-toggler-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.navbar--fundacja .navbar-toggler-icon span:nth-child(3) {
  bottom: 0;
}
.navbar--fundacja .navbar-toggler {
  border: none;
  z-index: 999;
  height: 40px;
  align-self: center;
}
.navbar--fundacja .navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem;
}
.navbar--fundacja .navbar-toggler--white:focus {
  box-shadow: 0 0 0 0.15rem #ffffff;
}
.navbar--fundacja .navbar-toggler--white .navbar-toggler-icon {
  top: 13px;
}
.navbar--fundacja .navbar-toggler--white .navbar-toggler-icon span {
  transition: all 250ms linear;
}
.navbar--fundacja .navbar-toggler--white .navbar-toggler-icon span:nth-child(1) {
  transform: rotate(45deg);
  background: #ffffff;
}
.navbar--fundacja .navbar-toggler--white .navbar-toggler-icon span:nth-child(2) {
  background: #ffffff;
  transform: rotate(-45deg);
  top: 0;
}
.navbar--fundacja .menu-item-has-children.show .dropdown-menu {
  display: block;
}
.navbar--fundacja .dropdown-menu {
  background: #000000;
  min-width: 100%;
  border-radius: 0;
}
.navbar--fundacja .dropdown-menu a {
  color: #ffffff;
  font-size: 1rem;
  transition: background 500ms ease-in-out;
  white-space: break-spaces;
  padding: 10px;
}
.navbar--fundacja .dropdown-menu a.active {
  background: #00923F;
}
.navbar--fundacja .dropdown-menu a:hover:not(.active) {
  background: linear-gradient(0deg, #00923F 0%, #000000 100%);
}
.navbar--fundacja .navbar-collapse {
  transition: all 500ms ease-in-out;
}
@media (max-width: 1199px) {
  .navbar--fundacja .navbar-collapse.show {
    display: flex;
    background: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 99;
    align-items: start;
    overflow-y: scroll;
    padding-top: 80px;
  }
  .navbar--fundacja .navbar-collapse.show a {
    border: 0;
  }
  .navbar--fundacja .navbar-collapse.show .dropdown-menu {
    background: #000000;
    box-shadow: #212529 0 0 25px 10px;
  }
  .navbar--fundacja .navbar-collapse.show .menu-item {
    background: transparent;
    border: none;
  }
}
.navbar--fundacja .dropdown-item:focus {
  background: #000000;
}

.button {
  font-size: 0.9rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 27px;
  transition: all 250ms linear;
}
.button--white {
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
.button--white:hover {
  color: #000000;
  background: #ffffff;
}
.button--green {
  color: #ffffff;
  background: #00923F;
}
.button--green:hover {
  background: #000000;
}
.button:hover {
  text-decoration: none;
}

a.button--white:hover {
  color: #000000;
  background: #ffffff;
}
a.button--green:hover {
  color: #ffffff;
  background: #000000;
}

.page__section .wpcf7-not-valid-tip {
  font-size: 0.9rem;
}
.page__section .wpcf7 form.invalid .wpcf7-response-output, .page__section .wpcf7 form.unaccepted .wpcf7-response-output, .page__section .wpcf7 form.payment-required .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9rem;
}
.page__section div.wpforms-container-full .wpforms-form input:focus,
.page__section div.wpforms-container-full .wpforms-form textarea:focus {
  border: 2px solid #000000;
}
.page__section input.button {
  background: #ffffff;
}

input, textarea {
  max-width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  padding: 10px 20px;
}
input:focus-visible, textarea:focus-visible {
  outline: none;
  border-color: #00923F;
}
input:focus, textarea:focus {
  outline: none;
}

body {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
body.is-font-medium {
  font-size: 1.2rem;
}
body.is-font-medium .navbar--fundacja .navbar-nav .nav-link,
body.is-font-medium .site-footer .nav-link,
body.is-font-medium .button, body.is-font-medium h6 {
  font-size: 1.2rem;
}
body.is-font-medium .navbar--fundacja .dropdown-menu a {
  font-size: 1rem;
}
body.is-font-large {
  font-size: 1.5rem;
}
body.is-font-large .heading-2 {
  font-size: 4rem;
}
body.is-font-large .heading-4,
body.is-font-large .navbar--fundacja .navbar-nav .nav-link,
body.is-font-large .site-footer .nav-link,
body.is-font-large .button, body.is-font-large h6 {
  font-size: 1.5rem;
}
body.is-font-large .navbar--fundacja .dropdown-menu a {
  font-size: 1rem;
}
body.is-contrast .heading-3 {
  color: #000000;
}
body.is-contrast .button {
  background: #000000;
  color: #FFFF00;
}
body.is-contrast .ask-expert__form .wpforms-form .wpforms-submit {
  background: #000000 !important;
  color: #FFFF00 !important;
}
body.is-contrast .main-navigation {
  background: #FFFF00;
}
body.is-contrast .navbar--fundacja .navbar-toggler--white .navbar-toggler-icon span:nth-child(1),
body.is-contrast .navbar--fundacja .navbar-toggler--white .navbar-toggler-icon span:nth-child(2) {
  background: #FFFF00;
}
body.is-contrast .navbar--fundacja .menu-item {
  background: #000000;
}
body.is-contrast .navbar--fundacja .navbar-nav .nav-link {
  background: #000000;
  color: #FFFF00;
}
body.is-contrast .navbar--fundacja .menu-item.active .nav-link {
  background: #FFFF00;
  color: #000000;
}
body.is-contrast .navbar--fundacja .dropdown-menu a:hover:not(.active) {
  background: #000000;
  color: #FFFF00;
}
body.is-contrast .navbar--fundacja .dropdown-menu a {
  color: #FFFF00;
}
body.is-contrast .navbar--fundacja .dropdown-menu a.active {
  background: #FFFF00;
  color: #000000;
}
body.is-contrast .offer__overlay {
  background: rgba(0, 0, 0, 0.8);
}
body.is-contrast .offer__overlay .heading-5 {
  color: #FFFF00;
}
body.is-text-space {
  letter-spacing: 0.2rem;
}

iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  text-align: center;
}

.wp-block-separator {
  color: #000000;
  opacity: 0.2;
  border-bottom: 0;
}

img {
  max-width: 100%;
}

.header__page {
  background-image: url("../images/pexels-cliff-booth-2.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65% 40%;
  min-height: 400px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .header__page {
    min-height: 380px;
    margin-bottom: 0;
  }
}
.header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
}
.header__caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  z-index: 1;
}

.skip-link {
  position: absolute;
  top: 0;
  left: -9000em;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

@media (max-width: 1199px) {
  .site-header {
    margin-top: 110px;
  }
}
.site-header__hr {
  height: 16px;
  width: 2px;
  background: #c4c4c4;
}
.site-header__button {
  width: 310px;
}
@media (max-width: 1492px) {
  .site-header__hidden {
    display: none;
  }
}
@media (max-width: 600px) {
  .site-header__phone {
    display: block;
  }
}
@media (max-width: 767px) {
  .site-header__phone {
    display: inline-block;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .site-header__logo {
    width: auto;
  }
}
@media (max-width: 425px) {
  .site-header__logo {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .site-header__access {
    width: 100%;
  }
}
.site-header .access-link {
  color: #000000;
  text-decoration: none;
  transition: color, border-bottom-color 500ms ease-in-out;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.site-header .access-link:hover {
  color: #00923F;
  text-decoration: none;
}
.site-header .access-link.js-active {
  border-bottom-color: #DA251D;
}

.promo-boxes__section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .promo-boxes__section {
    padding: 50px 0 0;
  }
}
.promo-boxes__item {
  border: 2px solid #00923F;
  height: 100%;
  cursor: pointer;
  transition: box-shadow 250ms ease-in-out;
}
.promo-boxes__item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.about-us__section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .about-us__section {
    padding: 50px 0;
  }
}
.about-us__section .heading-2 {
  text-transform: uppercase;
}
.about-us__image {
  flex: 0 0 450px;
  max-width: 100%;
  max-height: 600px;
  margin-right: 95px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.about-us__image img {
  max-width: 100%;
  object-fit: cover;
  transition: all 500ms ease-in-out;
}
@media (max-width: 1024px) {
  .about-us__image {
    display: none;
  }
}
.about-us__description p:last-of-type {
  margin-bottom: 50px;
}
.about-us__paragraph {
  margin-bottom: 50px;
}

.offer__section {
  padding: 100px 0;
  background: linear-gradient(0deg, white 0%, rgba(196, 196, 196, 0.5) 20%, rgba(196, 196, 196, 0.5) 80%, white 100%);
}
@media (max-width: 1024px) {
  .offer__section {
    display: none;
  }
}
.offer__section .heading-3:after {
  left: 50%;
  transform: translateX(-50%);
}
.offer__section .heading-2 small {
  display: inline-block;
}
.offer__box {
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 80px;
  overflow: hidden;
  transition: box-shadow, width 250ms ease-in-out;
}
.offer__box img {
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  width: 640px;
}
.offer__box--active {
  width: calc(100% - 600px);
}
.offer__box:not(:last-child) {
  margin-right: 25px;
}
.offer__box:not(.offer__box--active) {
  width: 150px;
  cursor: pointer;
}
.offer__box:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.offer__content {
  position: relative;
  height: 100%;
  width: fit-content;
}
.offer__overlay {
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.offer__overlay .heading-5 {
  margin-bottom: 30px;
  max-width: 350px;
}

.ask-expert__column .wp-container-7 {
  gap: 4rem;
}
.ask-expert__form .wpforms-form .wpforms-submit {
  color: #ffffff !important;
  background: #00923F !important;
  font-size: 1rem !important;
  font-family: "OpenSans", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 10px 27px !important;
  border: none !important;
  transition: background 250ms linear;
}
.ask-expert__form .wpforms-form .wpforms-submit:hover {
  border: none !important;
  background: #000000 !important;
}
.ask-expert__form .wpforms-form .wpforms-submit:focus {
  border: 2px solid black !important;
}
.ask-expert__form input, .ask-expert__form textarea {
  border-radius: 0 !important;
  padding: 21px 10px !important;
  border-color: black !important;
}

.page__section {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .page__section {
    padding: 50px 10px;
  }
}
.page__section a {
  color: #00923F;
  position: relative;
  text-decoration: none;
  transition: all 250ms linear;
}
.page__section a:not(.modula-item-link):hover {
  text-decoration: underline;
}
.page__section a:hover {
  color: #000000;
  text-decoration: none;
}
.page__section hr {
  margin: 50px 0;
  width: 40%;
}
.page__section hr.aligncenter {
  margin: 50px auto;
}
.page__img {
  overflow: hidden;
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.page__img img {
  object-fit: cover;
}

.rl-gallery .rl-gallery-link {
  position: relative;
}
.rl-gallery .rl-gallery-link:focus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 2px solid black;
}

.site-footer {
  background-image: url("../images/footer.png");
  background-position: top;
  background-size: cover;
}
.site-footer .heading-3 {
  margin-bottom: 0;
  padding: 0;
}
.site-footer .heading-3:after {
  display: none;
}
.site-footer__overlay {
  padding: 100px 0 15px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 26%, white 65%);
}
@media (max-width: 767px) {
  .site-footer__overlay {
    padding: 50px 0 15px;
  }
}
.site-footer__made-by {
  color: #00923F;
  text-decoration: none;
  transition: text-decoration 250ms ease-in-out;
}
.site-footer__made-by:hover {
  color: #00923F;
  text-decoration: underline;
}
.site-footer__hr {
  height: 1px;
  background: #000000;
  opacity: 0.2;
}
.site-footer__contact {
  padding-top: 60px;
  padding-bottom: 50px;
}
.site-footer__contact a {
  color: #000000;
  text-decoration: none;
}
.site-footer__contact a:hover {
  color: #000000;
  text-decoration: none;
}
.site-footer__partner {
  max-width: 200px;
}
@media (max-width: 767px) {
  .site-footer__partner {
    display: none;
  }
}
@media (min-width: 767px) {
  .site-footer .navbar-nav {
    flex-direction: row;
  }
}
.site-footer .menu-item:not(:last-of-type) {
  margin-right: 20px;
}
.site-footer .nav-link {
  color: #000000;
  transition: color 500ms ease-in-out;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .site-footer .nav-link {
    text-align: center;
  }
}
.site-footer .nav-link:hover {
  text-decoration: none;
  color: #00923F;
}
.site-footer #footer-menu-bottom {
  flex-direction: row;
}
@media (max-width: 767px) {
  .site-footer #footer-menu-left li {
    margin-right: 0;
  }
}
.site-footer #footer-menu-right {
  flex-direction: row;
}
.site-footer #footer-menu-right .nav-link {
  padding: 0;
}
.site-footer small {
  font-weight: 400;
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>