@charset "UTF-8";
/* Thin 100 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ExtraLight 200 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* Light 300 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular 400 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Italic 400 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Medium 500 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Medium Italic 500 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* SemiBold 600 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* SemiBold Italic 600 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* Bold 700 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Bold Italic 700 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* ExtraBold 800 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ExtraBold Italic 800 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* Black 900 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Black Italic 900 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* THEME COLORS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --color-1: #332E1F;
}

/*  color-white white */
/*  color-black black */
.color-1 {
  color: #363C28 !important;
}

.color-2 {
  color: #A08965 !important;
}

.color-3 {
  color: #f5f6f7 !important;
}

.color-4 {
  color: #f3f3f3 !important;
}

.color-5 {
  color: #A08965 !important;
}

.color-6 {
  color: #332E1F !important;
}

.color-7 {
  color: #332E1F !important;
}

.color-8 {
  color: #332E1F !important;
}

.color-white {
  color: white !important;
}

.color-black {
  color: black !important;
}

.background-1 {
  background-color: #363C28 !important;
}

.background-2 {
  background-color: #A08965 !important;
}

.background-3 {
  background-color: #f5f6f7 !important;
}

.background-4 {
  background-color: #f3f3f3 !important;
}

.background-5 {
  background-color: #A08965 !important;
}

.background-6 {
  background-color: #332E1F !important;
}

.background-7 {
  background-color: #332E1F !important;
}

.background-8 {
  background-color: #332E1F !important;
}

.background-white {
  background-color: white !important;
}

.background-black {
  background-color: black !important;
}

.background-white {
  background-color: white !important;
}

.background-black {
  background-color: black !important;
}

html, body {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
}

html {
  position: relative;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

strong {
  font-weight: 700;
}

.maxw-1280 {
  max-width: 1280px;
}

.maxw-1440 {
  max-width: 1440px;
}

.maxw-1600 {
  max-width: 1600px;
}

@media (min-width: 768px) {
  .gutter-tablet {
    --bs-gutter-x: 1.5rem;
  }
}

.floating-bar {
  height: auto;
  width: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translate(0);
  transition: transform 500ms;
  overflow-y: visible;
}
@media (max-width: 1400px) {
  .floating-bar {
    overflow-y: auto;
  }
}

figure.wp-block-embed-youtube {
  margin-bottom: 48px;
  margin-top: 48px;
}
figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.yt-oembed {
  margin-bottom: 48px;
  margin-top: 48px;
}
.yt-oembed > p {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
.yt-oembed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.logo-anim {
  width: 150px;
  animation: aiPulse 6s infinite ease-in-out;
}

/* Efekt: powolne oddychanie, miękkie przejścia */
@keyframes aiPulse {
  0% {
    color: #0F2C54;
  } /* granat – START */
  25% {
    color: #284F87;
  } /* jaśniejszy granat */
  50% {
    color: #6C3483;
  } /* delikatny fiolet */
  75% {
    color: #C62854;
  } /* lekki czerwony akcent */
  100% {
    color: #0F2C54;
  } /* powrót do granatu */
}
.box-shadow {
  box-shadow: 0 24px 25px -12px rgba(0, 158, 227, 0.32);
}

.ecompli-bg {
  --c1: #fcf2e9;
  --c2: #f7c39f;
  --c3: #ffe0c4;
  --speed: 12s;
  position: relative;
  background: linear-gradient(120deg, var(--c1), var(--c2), var(--c3));
  background-size: 400% 400%;
  animation: ecompliFlow var(--speed) ease-in-out infinite;
}
.ecompli-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.45), transparent 60%);
  mix-blend-mode: screen;
}

@keyframes ecompliFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999; /* zawsze nad treścią */
  background: #fff; /* albo transparent jeśli chcesz */
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.bottom-spacer {
  padding-bottom: 80px;
}

/*  TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.paragraph-1, .paragraph-1 p, p {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6rem;
  color: #363C28;
  text-decoration: none;
}
.paragraph-1::-moz-selection, .paragraph-1 p::-moz-selection, p::-moz-selection { /* Code for Firefox */
  color: white;
  background: #363C28;
}
.paragraph-1::selection, .paragraph-1 p::selection, p::selection {
  color: white;
  background: #363C28;
}
.paragraph-1 a, .paragraph-1 p a, p a {
  color: #363C28;
  font-weight: 400;
  text-decoration: underline;
}
.paragraph-1 a::-moz-selection, .paragraph-1 p a::-moz-selection, p a::-moz-selection { /* Code for Firefox */
  color: white;
  background: #363C28;
}
.paragraph-1 a::selection, .paragraph-1 p a::selection, p a::selection {
  color: white;
  background: #363C28;
}

.paragraph-2, .paragraph-2 p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #363C28;
  text-decoration: none;
}
.paragraph-2::-moz-selection, .paragraph-2 p::-moz-selection { /* Code for Firefox */
  color: white;
  background: #332E1F;
}
.paragraph-2::selection, .paragraph-2 p::selection {
  color: white;
  background: #332E1F;
}
.paragraph-2 a, .paragraph-2 p a {
  color: #363C28;
  font-weight: 400;
  text-decoration: underline;
}
.paragraph-2 a::-moz-selection, .paragraph-2 p a::-moz-selection { /* Code for Firefox */
  color: white;
  background: #f5f6f7;
}
.paragraph-2 a::selection, .paragraph-2 p a::selection {
  color: white;
  background: #f5f6f7;
}
.paragraph-2 a:hover, .paragraph-2 p a:hover {
  text-decoration: none;
  color: #363C28;
}

.paragraph-3, .paragraph-3 p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #363C28;
  text-decoration: none;
}
.paragraph-3::-moz-selection, .paragraph-3 p::-moz-selection { /* Code for Firefox */
  color: white;
  background: #332E1F;
}
.paragraph-3::selection, .paragraph-3 p::selection {
  color: white;
  background: #332E1F;
}
.paragraph-3 a, .paragraph-3 p a {
  color: #363C28;
  font-weight: 400;
  text-decoration: underline;
}
.paragraph-3 a::-moz-selection, .paragraph-3 p a::-moz-selection { /* Code for Firefox */
  color: white;
  background: #f5f6f7;
}
.paragraph-3 a::selection, .paragraph-3 p a::selection {
  color: white;
  background: #f5f6f7;
}
.paragraph-3 a:hover, .paragraph-3 p a:hover {
  text-decoration: none;
  color: #363C28;
}

.header-1, h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  line-height: 4.6rem;
  font-weight: 400;
  color: #363C28;
  text-decoration: none;
  letter-spacing: 0.015625rem;
}
@media (max-width: 768px) {
  .header-1, h1 {
    font-size: 1.75rem;
    line-height: 2.45rem;
    letter-spacing: unset;
  }
}
.header-1 > a, h1 > a {
  font-size: inherit;
  font-weight: 700;
  color: white;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-1 > a:hover, h1 > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-2, h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 400;
  color: #363C28;
  text-decoration: none;
  letter-spacing: 0.015625rem;
}
@media (max-width: 768px) {
  .header-2, h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: unset;
  }
}
.header-2 > a, h2 > a {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-2 > a:hover, h2 > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-3, .header-3 p, .header-3 p, h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  color: #363C28;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header-3, .header-3 p, .header-3 p, h3 {
    font-size: 1.15rem;
    line-height: 1.45rem;
    letter-spacing: unset;
  }
}
.header-3 > a, .header-3 p > a, .header-3 p > a, h3 > a {
  font-size: inherit;
  font-weight: 700;
  color: #363C28;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-3 > a:hover, .header-3 p > a:hover, .header-3 p > a:hover, h3 > a:hover {
  color: #A08965;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-4, .header-4 p, .header-4 h4, h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #363C28;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .header-4, .header-4 p, .header-4 h4, h4 {
    font-size: 0.9rem;
    line-height: 1.35rem;
    letter-spacing: unset;
  }
}
.header-4 > a, .header-4 p > a, .header-4 h4 > a, h4 > a {
  font-size: inherit;
  font-weight: inherit;
  color: #363C28;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-4 > a:hover, .header-4 p > a:hover, .header-4 h4 > a:hover, h4 > a:hover {
  color: #363C28;
  text-decoration: underline;
  transition: 0.15s ease-in-out;
}

.header-5, h5 {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: white;
  line-height: 1.5rem;
  text-decoration: none;
}
.header-5 > a, h5 > a {
  font-size: inherit;
  font-weight: inherit;
  color: white;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-5 > a:hover, h5 > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.fw-300, .fw-300 p {
  font-weight: 300 !important;
}

.fw-400, .fw-400 p {
  font-weight: 400 !important;
}

.fw-500, .fw-500 p {
  font-weight: 500 !important;
}

.fw-700, .fw-700 p {
  font-weight: 700 !important;
}

.font-family-1 {
  font-family: "Poppins", sans-serif !important;
}

.font-family-2 {
  font-family: "Poppins", sans-serif !important;
}

.l-spacing-1 {
  letter-spacing: 0.05rem !important;
}

.wp-element-button-test {
  background-color: #f3f3f3;
  color: #363C28;
  font-size: 0.8rem;
  font-weight: 400;
}
.wp-element-button-test:hover {
  background: #f5f6f7;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button .arrow, .button-read-more .arrow,
.wp-element-button-read-more .arrow, .button-navy-blue .arrow,
.wp-element-button-navy-blue .arrow, .button-red .arrow,
.wp-element-button-red .arrow, .button-clear .arrow, .button-outline-white .arrow, .button-outline .arrow,
.wp-element-button .arrow {
  display: inline-flex;
  width: 1em;
  height: 1em;
}
.button .arrow svg, .button-read-more .arrow svg,
.wp-element-button-read-more .arrow svg, .button-navy-blue .arrow svg,
.wp-element-button-navy-blue .arrow svg, .button-red .arrow svg,
.wp-element-button-red .arrow svg, .button-clear .arrow svg, .button-outline-white .arrow svg, .button-outline .arrow svg,
.wp-element-button .arrow svg {
  width: 100%;
  height: 100%;
}

.button, .button-read-more,
.wp-element-button-read-more, .button-navy-blue,
.wp-element-button-navy-blue, .button-red,
.wp-element-button-red, .button-clear, .button-outline-white, .button-outline,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 8px 16px 8px 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.1s ease;
}
.button:active, .button-read-more:active,
.wp-element-button-read-more:active, .button-navy-blue:active,
.wp-element-button-navy-blue:active, .button-red:active,
.wp-element-button-red:active, .button-clear:active, .button-outline-white:active, .button-outline:active,
.wp-element-button:active {
  transform: translateX(0.2em);
}
.button:hover .arrow, .button-read-more:hover .arrow,
.wp-element-button-read-more:hover .arrow, .button-navy-blue:hover .arrow,
.wp-element-button-navy-blue:hover .arrow, .button-red:hover .arrow,
.wp-element-button-red:hover .arrow, .button-clear:hover .arrow, .button-outline-white:hover .arrow, .button-outline:hover .arrow,
.wp-element-button:hover .arrow {
  animation: spin 0.3s ease-out;
}

.button-outline,
.wp-element-button {
  background-color: transparent;
  border: 2px solid #363C28;
  color: #363C28;
}
.button-outline:hover,
.wp-element-button:hover {
  background-color: white;
  color: #363C28;
  cursor: pointer;
}

.button-outline-white,
.wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.button-outline-white:hover,
.wp-element-button:hover {
  background-color: white;
  color: #363C28;
  cursor: pointer;
}

.button-clear {
  background-color: transparent;
  border-left: 2px solid #363C28;
  color: #363C28;
}
.button-clear:hover {
  background-color: white;
  color: #363C28;
  cursor: pointer;
}

.button-red,
.wp-element-button-red {
  background-color: #A08965;
  border: 2px solid #A08965;
  color: white;
}
.button-red:hover,
.wp-element-button-red:hover {
  background-color: #A08965;
  color: white;
  cursor: pointer;
}

.button-navy-blue,
.wp-element-button-navy-blue {
  background-color: #363C28;
  border: 2px solid #363C28;
  color: white;
}
.button-navy-blue:hover,
.wp-element-button-navy-blue:hover {
  background-color: #363C28;
  color: white;
  cursor: pointer;
}

.button-read-more,
.wp-element-button-read-more {
  background-color: transparent;
  border: 2px solid transparent;
  color: #363C28;
}
.button-read-more:hover,
.wp-element-button-read-more:hover {
  background-color: transparent;
  color: #363C28;
  cursor: pointer;
}

a.button-link {
  text-decoration: none;
  margin: 0;
  color: #363C28;
  position: relative;
}
a.button-link::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #A08965 0%, #A08965 50%, #363C28 50%, #363C28 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.3s;
}
a.button-link:hover::after {
  background-position: 0 0;
}

a:hover {
  transition: all 350ms;
}
a:hover svg {
  transition: all 350ms;
  opacity: 0.8;
}

ul.footer-menu {
  list-style: square !important;
  margin: 0;
  padding: 0 1rem;
  font-size: 1.125rem;
}
ul.footer-menu li {
  padding: 0.8rem;
  display: block;
}
ul.footer-menu li::marker {
  color: #363C28;
}
ul.footer-menu li:hover {
  background-color: #525b3c;
  padding: 0.8rem;
  cursor: default;
}
ul.footer-menu li a {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5rem;
  letter-spacing: inherit;
  cursor: pointer;
}

ul.footer-menu-social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
ul.footer-menu-social li {
  display: inline-block;
  padding: 0 0 0 1rem;
  text-transform: none;
  line-height: 2.6rem;
}
ul.footer-menu-social li a {
  color: white;
  font-size: inherit;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
  position: relative;
}
ul.footer-menu-social li a::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #A08965 0%, #A08965 50%, white 50%, white 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.3s;
}
ul.footer-menu-social li a:hover::after {
  background-position: 0 0;
}

footer {
  position: relative;
}
footer .contact-island {
  padding: 1.8rem 1.8rem;
  background: white;
  border-radius: 0.5rem;
  margin-bottom: 0.8rem;
}
footer .social-box {
  color: #A08965;
  padding-top: 3rem;
  font-size: 0.875rem;
}
footer .social-box li > a {
  font-weight: 300;
}

body .flexContent-columns + .flexContent-title {
  padding: 0;
}

nav.mobile-menu-jet {
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  color: white;
  height: 100%;
}
nav.mobile-menu-jet.is-active {
  display: block;
}
nav.mobile-menu-jet .mobile-menu-wraper ul, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile {
  display: block;
  list-style: none;
  padding: 15px;
  margin: 0;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item {
  position: relative;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a {
  display: block;
  padding: 23px 16px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #363C28;
  background: white;
  border-bottom: #f5f6f7 1px solid;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a:hover {
  color: #A08965;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a {
  background: #f3f3f3;
  color: black !important;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a:hover, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a:hover {
  text-decoration: underline;
}

nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item:last-child > a, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item:last-child > a {
  border-bottom: unset;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item + .menu-item, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item + .menu-item {
  margin-top: 12px;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children.is-active ul.sub-menu, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children.is-active ul.sub-menu {
  display: block;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu {
  display: none;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  transform: translateX(0);
  padding: 10px 30px;
  font-size: 0.88rem;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu {
  background-color: black;
}

nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li {
  max-width: 100%;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a {
  line-height: 1.2;
  display: block;
  background-color: #363C28;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: white;
  border-bottom: 1px #f5f6f7 solid;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a:hover {
  color: #A08965;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a {
  background: black;
  color: #f3f3f3 !important;
  border-color: #f3f3f3;
}

nav.mobile-menu-jet .mobile-menu-wraper ul a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul a:focus-visible, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile a:focus-visible {
  display: block;
  list-style: none;
  margin: 0;
  width: 100%;
}

nav.mobile-menu-jet {
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  color: white;
  height: 100%;
}
nav.mobile-menu-jet.is-active {
  display: block;
}
nav.mobile-menu-jet .mobile-menu-wraper ul, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile {
  display: block;
  list-style: none;
  padding: 15px;
  margin: 0;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item {
  position: relative;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a {
  display: block;
  padding: 23px 16px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #363C28;
  background: white;
  border-bottom: #f5f6f7 1px solid;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a:hover {
  color: #A08965;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a {
  background: #f3f3f3;
  color: black !important;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item > a:hover, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item > a:hover {
  text-decoration: underline;
}

nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item:last-child > a, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item:last-child > a {
  border-bottom: unset;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item + .menu-item, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item + .menu-item {
  margin-top: 12px;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children.is-active ul.sub-menu, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children.is-active ul.sub-menu {
  display: block;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu {
  display: none;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  transform: translateX(0);
  padding: 10px 30px;
  font-size: 0.88rem;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu {
  background-color: black;
}

nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li {
  max-width: 100%;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a {
  line-height: 1.2;
  display: block;
  background-color: #363C28;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: white;
  border-bottom: 1px #f5f6f7 solid;
}
nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a:hover {
  color: #A08965;
}
body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul li.menu-item-has-children ul.sub-menu li > a, body.contrast-yellow nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile li.menu-item-has-children ul.sub-menu li > a {
  background: black;
  color: #f3f3f3 !important;
  border-color: #f3f3f3;
}

nav.mobile-menu-jet .mobile-menu-wraper ul a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul a:focus-visible, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile a:hover, nav.mobile-menu-jet .mobile-menu-wraper ul.top-menu-mobile a:focus-visible {
  display: block;
  list-style: none;
  margin: 0;
  width: 100%;
}

.border-right {
  border-right: 2px solid #A08965;
  position: relative;
  height: 45px;
}

.top-menu, ul.top-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  color: white;
  z-index: 10;
  /** Entry animation */
}
.top-menu.animated, ul.top-menu.animated {
  visibility: visible;
}
.top-menu.animated > .menu-item, ul.top-menu.animated > .menu-item {
  animation: anim 0.5s forwards;
  opacity: 0;
}
@keyframes anim {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.top-menu.animated > .menu-item:nth-of-type(1), ul.top-menu.animated > .menu-item:nth-of-type(1) {
  animation-delay: calc(1 * 200ms + 200ms);
}
.top-menu.animated > .menu-item:nth-of-type(2), ul.top-menu.animated > .menu-item:nth-of-type(2) {
  animation-delay: calc(2 * 200ms + 200ms);
}
.top-menu.animated > .menu-item:nth-of-type(3), ul.top-menu.animated > .menu-item:nth-of-type(3) {
  animation-delay: calc(3 * 200ms + 200ms);
}
.top-menu.animated > .menu-item:nth-of-type(4), ul.top-menu.animated > .menu-item:nth-of-type(4) {
  animation-delay: calc(4 * 200ms + 200ms);
}
.top-menu.animated > .menu-item:nth-of-type(5), ul.top-menu.animated > .menu-item:nth-of-type(5) {
  animation-delay: calc(5 * 200ms + 200ms);
}
.top-menu.animated > .menu-item:nth-of-type(6), ul.top-menu.animated > .menu-item:nth-of-type(6) {
  animation-delay: calc(6 * 200ms + 200ms);
}
.top-menu.animated > .menu-item:nth-of-type(7), ul.top-menu.animated > .menu-item:nth-of-type(7) {
  animation-delay: calc(7 * 200ms + 200ms);
}
.top-menu.animated > .menu-item:nth-of-type(8), ul.top-menu.animated > .menu-item:nth-of-type(8) {
  animation-delay: calc(8 * 200ms + 200ms);
}
.top-menu.animated > .menu-item:nth-of-type(9), ul.top-menu.animated > .menu-item:nth-of-type(9) {
  animation-delay: calc(9 * 200ms + 200ms);
}
.top-menu li, ul.top-menu li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  color: white;
}
.top-menu li:hover a, ul.top-menu li:hover a {
  background-color: white;
}
.top-menu li a, ul.top-menu li a {
  position: relative;
  z-index: 10;
  color: #363C28;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 300;
  display: inline;
  padding: 10px 8px;
  margin: 0 5px;
}
.top-menu li.menu-item-has-children, ul.top-menu li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.top-menu li.menu-item-has-children:hover a, ul.top-menu li.menu-item-has-children:hover a {
  cursor: pointer;
  color: #363C28;
  background-color: white;
}
.top-menu li.menu-item-has-children:hover > .sub-menu, ul.top-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  bottom: 0;
  pointer-events: all;
}
.top-menu li.menu-item-has-children ul.sub-menu, ul.top-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  bottom: 30px;
  padding-left: 0;
  margin-top: 30px;
  transform: translateY(100%);
  width: 320px;
  padding-top: 2rem;
  z-index: 10;
  transition: all 300ms;
  cursor: pointer;
}
.top-menu li.menu-item-has-children ul.sub-menu li, ul.top-menu li.menu-item-has-children ul.sub-menu li {
  display: block;
  line-height: 1.2rem;
  cursor: default;
  padding: 0;
}
.top-menu li.menu-item-has-children ul.sub-menu li:first-child, ul.top-menu li.menu-item-has-children ul.sub-menu li:first-child {
  padding-top: 5px;
}
.top-menu li.menu-item-has-children ul.sub-menu li a, ul.top-menu li.menu-item-has-children ul.sub-menu li a {
  color: white;
  display: block;
  background-color: #A08965;
  padding: 16px 5px 16px 15px;
  cursor: pointer;
}
.top-menu li.menu-item-has-children ul.sub-menu li a:hover, ul.top-menu li.menu-item-has-children ul.sub-menu li a:hover {
  color: white;
  background-color: #aa9575;
}

li.drop-down > span {
  color: #363C28;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-weight: 600;
  cursor: grab;
}
li.drop-down:hover .top-menu-additional-wrap {
  display: block;
}
li.drop-down:hover svg {
  transform: rotate(180deg);
  transition-duration: 500ms;
}
li.drop-down svg {
  transition-duration: 500ms;
}
li.drop-down .top-menu-additional-wrap {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: white;
  max-width: 100%;
  width: 100%;
  transform: translateX(0);
  border-radius: 10px;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional {
  list-style: none;
  padding: 15px 10px;
  margin: 0;
  width: 100%;
  display: block;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li {
  max-width: 100%;
  line-height: 1.2;
  padding: 0 10px 16px;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #363C28;
  padding-bottom: 15px;
  border-bottom: 1px #332E1F solid;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li > a:hover {
  color: #f5f6f7;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li:last-child {
  padding-bottom: 0;
}
li.drop-down .top-menu-additional-wrap ul.top-menu-additional li:last-child a:last-child {
  border-bottom: unset;
  padding-bottom: 5px;
}

.flexContent-icons .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-icons .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.flexContent-icons .img-container::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.flexContent-last-post .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-last-post .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.flexContent-last-post .img-container::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.flexContent-posts .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-posts .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.flexContent-posts .img-container::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.flexContent-last-post-cat .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-last-post-cat .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.flexContent-last-post-cat .img-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.flexContent-last-post-cat-pacjenci .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-last-post-cat-pacjenci .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.flexContent-last-post-cat-pacjenci .img-container::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.flexContent-last-post-cat-crew .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-last-post-cat-crew .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.flexContent-last-post-cat-crew .img-container::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.flexContent-last-post-cat-crew-doctors .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-last-post-cat-crew-doctors .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.flexContent-last-post-cat-crew-doctors .img-container::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.flexContent-last-post-cat-crew-interns .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-last-post-cat-crew-interns .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.flexContent-last-post-cat-crew-interns .img-container::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.flexContent-last-post-cat-crew-interns .doctors-list,
.flexContent-last-post-cat-crew-interns .doctors-list > [class*=col-] {
  overflow: visible !important;
}
.flexContent-last-post-cat-crew-interns .doctor-item {
  position: relative;
  cursor: pointer;
}
.flexContent-last-post-cat-crew-interns .doctor-thumb {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  height: 220px;
  margin-top: 10px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9999;
  border-radius: 8px;
}
.flexContent-last-post-cat-crew-interns .doctor-item.has-thumb:hover .doctor-thumb {
  opacity: 1;
  transform: translateY(0);
}
.flexContent-last-post-cat-crew-interns .doctor-item.has-thumb:hover .doctor-title {
  opacity: 0.85;
}

.flexContent-last-post-donators a.button-link {
  text-decoration: none;
  margin: 0;
  color: white;
  position: relative;
}
.flexContent-last-post-donators a.button-link::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, white 0%, white 50%, #f3f3f3 50%, #f3f3f3 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.3s;
}
.flexContent-last-post-donators a.button-link:hover::after {
  background-position: 0 0;
}
.flexContent-last-post-donators .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.flexContent-last-post-donators .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.flexContent-last-post-donators .img-container::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.flexContent-faq ol.faq-jet {
  padding-left: 0;
  list-style: none;
}
.flexContent-faq ol.faq-jet .counter-display {
  position: relative;
  min-width: 40px;
  height: 40px;
  background-color: #363C28;
  border-radius: 0.2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  transform: translateY(25%);
}
.flexContent-faq ol.faq-jet .counter-display span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: white;
  content: "";
}
.flexContent-faq ol.faq-jet .faq-trigger-box {
  min-width: 35px;
  height: 35px;
  position: relative;
}
.flexContent-faq ol.faq-jet .faq-trigger-box .trigger svg {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}

.flexContent-cover-img .flexContent-cover-img__img-wrapper {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 20%;
}
.flexContent-cover-img .flexContent-cover-img__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* Wyśrodkowanie */
}
@media (max-width: 992px) {
  .flexContent-cover-img .flexContent-cover-img__img-wrapper {
    padding: 30%;
  }
}

.faq-trigger-box {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  margin-left: 10px;
}

.faq-triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid black;
  transition: transform 0.3s ease-in-out;
}

.faq-trigger-box.active .faq-triangle {
  transform: rotate(180deg);
}

textarea {
  resize: none;
}

input, textarea {
  outline-color: #A08965;
  outline-style: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #A08965;
  padding: 15px 10px;
  margin: 10px 0px;
  border: 2px solid #363C28;
  border-radius: 5px;
}
input:focus, textarea:focus {
  border: 2px solid #A08965;
}

.ninja-forms-form-wrap .ninja-forms-field .nf-element {
  background-color: #f5f6f7 !important;
}
.ninja-forms-form-wrap .nf-field-element .nf-element[type=text], .ninja-forms-form-wrap .nf-field-element .nf-element[type=email], .ninja-forms-form-wrap .nf-field-element .nf-element[type=tel] {
  background: white;
  border-color: #A08965;
  border-radius: 100px;
  border-width: 1px;
}
.ninja-forms-form-wrap .nf-field-element .nf-element[type=button] {
  background: #A08965;
  color: white;
  border: none;
  padding: 8px 22px;
  font-size: 1rem;
}
.ninja-forms-form-wrap .nf-field-element textarea {
  background: white;
  border-color: #A08965;
  border-radius: 10px;
}
.ninja-forms-form-wrap .nf-field-element input[type=submit] {
  background-color: transparent;
  border: 2px solid #363C28;
  color: #363C28;
  border-radius: 100px;
  padding: 10px 35px;
}
.ninja-forms-form-wrap .nf-field-element input[type=submit]:hover {
  background-color: #f3f3f3;
}
.ninja-forms-form-wrap a.zgoda {
  font-weight: 400;
  color: #A08965;
}
.ninja-forms-form-wrap a.zgoda:hover {
  text-decoration: underline;
}
.ninja-forms-form-wrap .nf-field-label label {
  font-size: 12px;
  line-height: 12px;
}

.additional-ninja-class {
  display: none;
}

.additional-ninja-class.active {
  display: inline-block;
  color: #A08965;
  font-weight: 400;
}

.search-main .search-results .entry .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.pagination .pages-desc {
  font-weight: 500;
}
.pagination nav.pagination {
  display: inline-block !important;
}
.pagination nav.pagination .screen-reader-text {
  display: none;
}
.pagination nav.pagination .nav-links {
  margin: auto;
  padding: 0 1em;
}
.pagination nav.pagination .page-numbers {
  display: inline;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 7px 12px;
  background-color: white;
  border: 2px solid #332E1F;
  color: #A08965;
}
.pagination nav.pagination .page-numbers:hover {
  border: 2px solid black;
}
.pagination nav.pagination .page-numbers.prev {
  width: 2.5em;
  padding: 7px 12px;
}
.pagination nav.pagination .page-numbers.next {
  width: 2.5em;
  padding: 7px 12px;
}
.pagination nav.pagination .page-numbers.current {
  background-color: black;
  border: 2px solid black;
  color: white;
}
.pagination nav.pagination .page-numbers.dots {
  border: none;
  display: inline-block-block;
}
.pagination nav.pagination a.page-numbers {
  color: #A08965;
  border: 2px solid #332E1F;
  text-decoration: none;
}
.pagination nav.pagination a.page-numbers:hover {
  background-color: #363C28;
  color: white;
}

/* BREADCRUMB
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol.breadcrumb-tmc {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  overflow: hidden;
  display: flex;
  align-items: center !important;
  white-space: nowrap;
}
ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey {
  max-width: unset !important;
}
ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey path {
  stroke: #f3f3f3;
}
ol.breadcrumb-tmc li:first-letter {
  text-transform: uppercase;
}
ol.breadcrumb-tmc li span {
  color: #363C28;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
ol.breadcrumb-tmc li a {
  font-weight: inherit;
  line-height: 2.1;
  font-size: 12px;
  color: #363C28;
  text-decoration: underline;
}
ol.breadcrumb-tmc li a:hover {
  color: #363C28;
  font-weight: inherit;
}
ol.breadcrumb-tmc li a:hover::before {
  opacity: 1;
  border-color: #f3f3f3;
}
ol.breadcrumb-tmc .breadcrumb-tmc-separator {
  padding: 0 5px;
}

.background-4 ol.breadcrumb-tmc span {
  color: white;
}
.background-4 ol.breadcrumb-tmc a {
  color: white;
}
.background-4 ol.breadcrumb-tmc a:hover {
  color: white;
}
.background-4 ol.breadcrumb-tmc a::before {
  color: white;
  border-bottom: 2px solid white;
}
.background-4 ol.breadcrumb-tmc a:hover {
  color: white;
  text-decoration: none;
}
.background-4 ol.breadcrumb-tmc a:hover::before {
  opacity: 1;
  border-color: white;
}

.long-background {
  position: relative;
}
.long-background::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  background: #f5f6f7;
}

.the-content {
  background: white;
  color: #363C28;
}
@media (max-width: 992px) {
  .the-content {
    background: white;
    padding: 1em 1em 2em 1em;
  }
}
.the-content h2 + p, .the-content h3 + p {
  margin-top: 25px;
  color: #363C28;
  line-height: 1.3;
}
.the-content p, .the-content h2 {
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #363C28;
}
.the-content p a, .the-content h2 a {
  color: #363C28;
}
.the-content p a:hover, .the-content h2 a:hover {
  text-decoration: underline;
  text-decoration-color: #A08965;
}
.the-content blockquote + p {
  margin-top: 20px;
  color: #363C28;
}
.the-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px !important;
  margin-bottom: 30px;
  margin-top: 30px;
}
.the-content ul + ul {
  margin-bottom: 10px;
  color: #363C28;
}
.the-content ul + p {
  margin-top: 25px;
  font-size: 0.9rem;
}
.the-content ul {
  margin-bottom: 8px;
}
.the-content ul li {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  color: #363C28;
}
.the-content ul li p {
  margin-bottom: 8px;
  line-height: 28px;
  color: #363C28;
}
.the-content ul li a {
  color: #363C28;
}
.the-content ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #A08965;
}
.the-content ol li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #363C28;
}
.the-content ol li p {
  margin-bottom: 10px;
}
.the-content blockquote {
  color: #363C28;
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding-left: 40px;
  line-height: 28px;
  border-left: 2px solid #332E1F;
  font-weight: 500;
  font-style: italic;
}
.the-content blockquote cite {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  font-style: italic;
}
.the-content blockquote cite:before {
  content: "";
}

th, td {
  font-family: "Poppins", sans-serif;
}

th {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 2px solid #332E1F;
  color: #332E1F;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #332E1F;
  color: #363C28;
  font-size: 16px;
}

th:first-child, td:first-child {
  padding-left: 0;
}

th:last-child, td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: absolute;
    top: -46px;
  }
}
.main-img-wrapper .main-img {
  position: relative;
  padding-top: 4rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .main-img-wrapper .main-img {
    padding-top: 1rem;
  }
}
.main-img-wrapper .main-img .sign-element {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 70%;
  transform: translateX(-50%);
  overflow: hidden;
  padding-bottom: 1.5rem;
}
.main-img-wrapper .main-img .sign-element span {
  font-weight: 400;
  font-size: 1.444rem;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 992px) {
  .main-img-wrapper .main-img .sign-element {
    transform: unset;
  }
}
.main-img-wrapper .main-img .bg-element {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  transition: transform 0.1s ease-out;
}
@media (max-width: 1400px) {
  .main-img-wrapper .main-img .bg-element {
    bottom: 0;
    transform: translateY(-5%);
  }
  .main-img-wrapper .main-img .bg-element svg {
    width: 650px;
  }
}
@media (max-width: 992px) {
  .main-img-wrapper .main-img .bg-element {
    transform: translate(-10%, -15%);
  }
  .main-img-wrapper .main-img .bg-element svg {
    width: 650px;
  }
}

span.underline {
  position: relative;
  text-wrap: nowrap;
}
span.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(30%);
  overflow: hidden;
  object-fit: cover;
  height: 20px;
  background-image: url("../localdata/_default/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

span.underline-short {
  position: relative;
  text-wrap: nowrap;
}
span.underline-short:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(30%);
  overflow: hidden;
  object-fit: cover;
  height: 20px;
  background-image: url("../localdata/_default/underline-short.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.beneficiaries-archive .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.beneficiaries-archive .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.beneficiaries-archive .img-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.flexContent-last-reports .reports-year-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.6rem 2.6rem 0.6rem 1rem;
  border: 2px solid currentColor;
  border-radius: 0.5rem;
  background: transparent;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.flexContent-last-reports .reports-year-select:focus {
  outline: none;
}
