@charset "UTF-8";
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-Cyrillic";
  src: url("../fonts/Averta-400-Cyrillic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-Cyrillic";
  src: url("../fonts/Averta-600-Cyrillic.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-Cyrillic";
  src: url("../fonts/Averta-700-Cyrillic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-Greek";
  src: url("../fonts/Averta-400-Greek.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-Greek";
  src: url("../fonts/Averta-600-Greek.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-Greek";
  src: url("../fonts/Averta-700-Greek.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*  color-white white */
/*  color-black black */
.color-1 {
  color: #222222 !important;
}

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

.color-3 {
  color: #2b9a46 !important;
}

.color-4 {
  color: #196c4b !important;
}

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

.color-6 {
  color: #b5b5b5 !important;
}

.color-7 {
  color: #005C38 !important;
}

.color-8 {
  color: #dbdbdc !important;
}

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

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

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

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

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

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

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

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

.background-7 {
  background-color: #005C38 !important;
}

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

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

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

/* LINKS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*  Font-style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*  TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.font-family-1 {
  font-family: "Averta", sans-serif;
}

.paragraph-1, p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.75em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.paragraph-1::-moz-selection, p::-moz-selection { /* Code for Firefox */
  color: white;
  background: #196c4b;
}
.paragraph-1::selection, p::selection {
  color: white;
  background: #196c4b;
}
.paragraph-1 a::-moz-selection, p a::-moz-selection { /* Code for Firefox */
  color: white;
  background: #196c4b;
}
.paragraph-1 a::selection, p a::selection {
  color: white;
  background: #196c4b;
}
.paragraph-1 a u, p a u {
  text-decoration: none;
}

.paragraph-2 {
  font-size: 0.8em;
}

.header-1, h1 {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2em;
  color: #222222;
  margin-bottom: 0.7em;
}
@media (max-width: 992px) {
  .header-1, h1 {
    font-size: 2.3em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .header-1, h1 {
    font-size: 2.1em;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .header-1, h1 {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}
.header-1 > a, h1 > a {
  font-size: 1em;
  font-weight: 700;
  color: #222222;
  transition: 0.15s ease-in-out;
  line-height: inherit;
}
.header-1 > a:hover, h1 > a:hover {
  color: #222222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-1-front {
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4em;
  color: #222222;
  margin-bottom: 0;
  letter-spacing: 1.25px;
}
@media (max-width: 992px) {
  .header-1-front {
    font-size: 2.3em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .header-1-front {
    font-size: 2.1em;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .header-1-front {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}
.header-1-front > a {
  font-size: 1em;
  font-weight: 700;
  color: white;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-1-front > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-2, h2 {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 1.25em;
  position: relative;
  color: black;
  text-decoration: none;
}
@media (max-width: 992px) {
  .header-2, h2 {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .header-2, h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .header-2, h2 {
    font-size: 1.35em;
    line-height: 1.2em;
  }
}
.header-2 > a, h2 > a {
  font-size: 1em;
  font-weight: 700;
  color: #222222;
  transition: 0.15s ease-in-out;
  text-decoration: none;
}
.header-2 > a:hover, h2 > a:hover {
  color: #196c4b;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.header-2 a.insta-name, h2 a.insta-name {
  font-size: 1em;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.header-2 a.insta-name:hover, h2 a.insta-name:hover {
  color: #196c4b;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-3, h3 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3em;
  color: #222222;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .header-3, h3 {
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .header-3, h3 {
    font-size: 1.8em;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .header-3, h3 {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}
.header-3 > a, h3 > a {
  font-size: 1em;
  font-weight: 500;
  color: #222222;
  transition: 0.15s ease-in-out;
  line-height: inherit;
}
.header-3 > a:hover, h3 > a:hover {
  color: #F4F4F4;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-4, h4 {
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.4em;
  color: #222222;
}
@media (max-width: 992px) {
  .header-4, h4 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .header-4, h4 {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .header-4, h4 {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
.header-4 > a, h4 > a {
  font-size: 1em;
  font-weight: 500;
  color: #222222;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-4 > a:hover, h4 > a:hover {
  color: #222222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-5, h5 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 992px) {
  .header-5, h5 {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .header-5, h5 {
    font-size: 1em;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .header-5, h5 {
    font-size: 0.95em;
    line-height: 1.2em;
  }
}
.header-5 > a, h5 > a {
  font-size: 1em;
  font-weight: 500;
  color: #222222;
  line-height: inherit;
  transition: 0.15s ease-in-out;
  text-decoration: none;
}
.header-5 > a:hover, h5 > a:hover {
  color: #222222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-6, h6 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 992px) {
  .header-6, h6 {
    font-size: 0.95em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .header-6, h6 {
    font-size: 0.93em;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .header-6, h6 {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}
.header-6 > a, h6 > a {
  font-size: 1em;
  font-weight: 500;
  color: #222222;
  line-height: inherit;
  transition: 0.15s ease-in-out;
  text-decoration: none;
}
.header-6 > a:hover, h6 > a:hover {
  color: #222222;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

b,
strong {
  font-weight: 600;
}

/* BASE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
  font-family: "Averta", sans-serif;
  min-height: 100%;
}

html {
  position: relative;
}

.first-letter-uppercase::first-letter, .first-letter-uppercase ::first-letter {
  text-transform: uppercase !important;
}

body.admin-bar {
  padding-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}

/*  ALIGMENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wp-block-image img {
  height: auto;
}

.wp-block-image, figure, figure.wp-block-image {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.wp-block-pullquote {
  padding: 3em 0;
}
@media (max-width: 992px) {
  .wp-block-pullquote {
    padding: 1em 0;
  }
}

/*  MOBILE MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-tmc_mp_open] {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
[data-tmc_mp_open]:hover {
  transition: 0.2s ease-in-out;
}

.tmc_mp_sidebar {
  font-family: "Averta", sans-serif;
  padding-right: 2rem;
  background: #196c4b;
  opacity: 0.9;
}
.tmc_mp_sidebar ul.menu {
  padding-bottom: 30px;
  padding-left: 0;
}
.tmc_mp_sidebar .tmc_mp_inner {
  margin: 30px 30px 0 0;
}
@media (max-width: 599px) {
  .tmc_mp_sidebar .tmc_mp_inner {
    margin: 0 30px 0 0;
  }
}
.tmc_mp_sidebar ul.widgets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tmc_mp_sidebar ul.widgets li.current-menu-item a {
  text-decoration: none !important;
}
.tmc_mp_sidebar ul.widgets li.menu-item {
  color: white;
  display: block;
  padding: 3px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.tmc_mp_sidebar ul.widgets li.menu-item:hover {
  text-decoration: none;
}
.tmc_mp_sidebar ul.widgets li.menu-item a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: none;
  transition-duration: 0.3s;
  position: relative;
}
.tmc_mp_sidebar ul.widgets li.menu-item a:hover {
  transition-duration: 0.3s;
  color: #F4F4F4;
  text-decoration: none;
  transition-timing-function: ease-in;
}
.tmc_mp_sidebar ul.widgets li.menu-item a:hover::before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -4px;
  border-bottom: 2px solid #F4F4F4;
  transition-duration: 0.3s;
}
.tmc_mp_sidebar .widget img {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tmc_mp_sidebar aside {
  padding-left: 3rem;
}
.tmc_mp_sidebar aside aside {
  padding-left: 0;
}
.tmc_mp_sidebar aside.widget {
  padding-bottom: 0;
  margin-bottom: 0;
}
.tmc_mp_sidebar aside.widget svg.eob-svg-social-icon {
  width: 28px;
  height: 28px;
}
.tmc_mp_sidebar aside.widget svg .eob-svg-social {
  fill: white;
}
.tmc_mp_sidebar aside.widget .widget-title {
  color: white;
  font-size: 0.9em;
  text-transform: unset;
  font-weight: 400;
  margin-bottom: 0;
}

.tmc_mp_close_button::before, .tmc_mp_close_button::after {
  background-color: white;
}

.tmc_mp_mobile_close_area {
  padding-top: 20px;
}

/* BREADCRUMB
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol.breadcrumb-tmc {
  font-size: 16px;
}
ol.breadcrumb-tmc li span {
  color: #222222;
  line-height: 1;
}
ol.breadcrumb-tmc li span::first-letter {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  ol.breadcrumb-tmc li span {
    font-size: 0.8em;
  }
}
ol.breadcrumb-tmc li span.breadcrumb-tmc-separator {
  color: #222222;
}
ol.breadcrumb-tmc li a {
  line-height: 2.1;
  font-size: 1em;
  color: #222222;
  text-decoration: none;
  position: relative;
}
ol.breadcrumb-tmc li a::first-letter {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  ol.breadcrumb-tmc li a {
    font-size: 0.8em;
  }
}
ol.breadcrumb-tmc li a::before {
  opacity: 1;
  z-index: 5;
  content: "";
  color: #222222;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px solid #222222;
  transition: 0.3s opacity ease-out;
  pointer-events: none;
}
ol.breadcrumb-tmc li a:hover {
  color: #196c4b;
  text-decoration: none;
}
ol.breadcrumb-tmc li a:hover::before {
  opacity: 1;
  border-color: #196c4b;
}
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;
}

/* Better search */
#tmc_bs_root {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
#tmc_bs_root span.close:before, #tmc_bs_root span.close:after {
  background-color: #196c4b !important;
}

#tmc_bs_input_text {
  border-bottom: 2px solid #222222;
}

[data-tmc_bs_open] {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
[data-tmc_bs_open]:hover {
  transition: 0.2s ease-in-out;
}

.search-section {
  border-radius: 30px;
}

.wrapper-inner input[type=text].input-text {
  border-bottom: 2px solid 4 !important;
}
.wrapper-inner input[type=submit].input-button {
  background-color: #196c4b !important;
  padding: 10px 45px !important;
  text-decoration: none;
  display: inline-block;
  border: 3px solid #196c4b;
  color: white !important;
  transition-duration: 0.3s;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .wrapper-inner input[type=submit].input-button {
    padding: 10px 15px !important;
  }
}
.wrapper-inner input[type=submit].input-button:hover {
  transition-duration: 0.3s;
  color: white !important;
  background-color: #196c4b !important;
}
.wrapper-inner .result a.title {
  color: #196c4b;
}
.wrapper-inner .result .excerpt {
  color: #222222;
}

.tmc_bs_root.is-active.has-results .thumb img {
  max-width: 100%;
  width: 150px;
  height: auto;
}

/* LISTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul, li {
  font-family: "Averta", sans-serif;
}

.the-content img {
  max-width: 100%;
}
.the-content ul li {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.75em;
  color: #222222;
}
.the-content ul li::marker {
  font-size: 1.25em;
}
.the-content ul li:before {
  content: initial;
}
.the-content ul li a {
  color: #196c4b;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: unset;
  padding-bottom: 3px;
}
.the-content ul li a:hover {
  border-bottom: 2px solid #196c4b;
  color: #196c4b;
}
.the-content ol li {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.75em;
  color: #222222;
}
.the-content ol li::marker {
  font-size: 1em;
}
.the-content ol li a {
  color: #196c4b;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: unset;
  padding-bottom: 3px;
}
.the-content ol li a:hover {
  border-bottom: 2px solid #196c4b;
  color: #196c4b;
}
.the-content ol li:before {
  content: initial;
}

/*  TABLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th, td {
  font-family: "Averta", sans-serif;
}

th {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 2px solid #222222;
  color: #222222;
  font-size: 0.8rem;
  font-weight: 400;
}

td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #222222;
  color: #222222;
  font-size: 18px;
}

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

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

/*  BLOCKQUOTE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
  color: #196c4b;
  font-size: 16px;
  width: 120%;
  transform: translateX(-10%);
  margin: 0;
  padding: 0.25em 1em 0.25em 4em;
  line-height: 1.45;
  position: relative;
  border-left: 5px solid #196c4b;
  font-weight: 700;
}
@media (max-width: 1399px) {
  blockquote {
    width: 100%;
    transform: translateX(0);
    padding: 0.25em 1em 0.25em 2em;
  }
}
blockquote cite {
  color: #196c4b;
  font-size: 1.75em;
  font-style: unset;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  text-align: left;
}
blockquote cite:before {
  content: "";
}
blockquote p {
  color: #196c4b;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 560px) {
  blockquote p {
    font-size: inherit !important;
    line-height: 1.4 !important;
  }
}
blockquote p a {
  border-bottom: unset;
  padding-bottom: 1px;
}
blockquote p a:hover {
  border-bottom: 2px solid #196c4b;
}
blockquote p strong {
  font-weight: 700;
}
blockquote sup {
  top: -0.7em;
  font-size: 0.6em;
}

blockquote.has-text-color {
  color: #222222 !important;
}

figure.has-light-green-cyan-background-color, figure.has-light-green-cyan-background-color.is-style-solid-color, figure.has-black-background-color, figure.has-black-background-color.is-style-solid-color, figure.has-background, figure.has-luminous-vivid-amber-background-color, figure.has-cyan-bluish-gray-background-color.is-style-solid-color {
  padding: 3em 1em 3em 1em;
  background-color: white !important;
  border: 2px #196c4b solid;
  max-width: 100%;
}
figure.has-light-green-cyan-background-color blockquote, figure.has-light-green-cyan-background-color.is-style-solid-color blockquote, figure.has-black-background-color blockquote, figure.has-black-background-color.is-style-solid-color blockquote, figure.has-background blockquote, figure.has-luminous-vivid-amber-background-color blockquote, figure.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote {
  padding: unset;
  border-left: unset;
  max-width: 90%;
  transform: translateX(0%);
}
figure.has-light-green-cyan-background-color blockquote p, figure.has-light-green-cyan-background-color.is-style-solid-color blockquote p, figure.has-black-background-color blockquote p, figure.has-black-background-color.is-style-solid-color blockquote p, figure.has-background blockquote p, figure.has-luminous-vivid-amber-background-color blockquote p, figure.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote p {
  font-size: 1.2em !important;
  color: #222222 !important;
}

a.storelink {
  color: white;
  margin-bottom: 0;
  border: 2px solid #222222;
  padding: 15px 30px;
  border-radius: 2px;
  font-weight: 800;
  line-height: 1.4rem;
  background: #222222;
  text-decoration: none;
}
a.storelink:after {
  display: none;
}
a.storelink:hover {
  color: white;
  background: #222222;
  opacity: 0.95;
}

.button--infinite-load-more {
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  padding: 0.8em 2.5em;
  height: 64px;
  font-size: 15px;
  letter-spacing: 0.2em;
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  font-weight: 600;
  width: 440px;
}
.button--infinite-load-more:hover {
  background: #e8e8e8;
}

/*  IFRAME
–––––––––––––––––––––––––––––––––––––––––––––––––– */
iframe.instagram-media, .twitter-tweet, iframe {
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 292px !important;
}

.aligncenter.is-type-video iframe {
  display: block;
  margin: auto;
}

iframe[title="YouTube video player"] {
  max-width: 100%;
}

/* Single
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.time-ago-jet {
  display: block;
  font-size: 1em;
}
@media (max-width: 992px) {
  .time-ago-jet {
    font-size: 0.8em;
  }
}

.author-name-single-post a {
  color: #222222;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: 2px solid #222222;
  padding-bottom: 3px;
}
@media (max-width: 992px) {
  .author-name-single-post a {
    font-size: 0.8em;
  }
}
.author-name-single-post a:hover {
  border-bottom: 2px solid #222222;
  color: #222222;
}

.featured-img-eob-infinite {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}

.featured-img-eob {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 70%;
  background: rgba(0, 0, 0, 0.05);
}
.featured-img-eob img {
  object-position: bottom;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 350ms;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  height: auto;
}
.featured-img-eob img.lazy {
  filter: blur(15px);
  transition: filter 1s;
}
.featured-img-eob img.lazy.is-loaded {
  filter: unset;
}
.featured-img-eob img:hover {
  transition: 0.3s;
  transform: scale(1.05);
  opacity: 0.95;
}
.featured-img-eob .eob-podcast-stick {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}
.featured-img-eob .cat-stamp-eob {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.featured-img-eob .cat-stamp-eob ul, .featured-img-eob .cat-stamp-eob ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured-img-eob .cat-stamp-eob ul li, .featured-img-eob .cat-stamp-eob ol li {
  display: inline-block;
  padding: 10px;
  font-size: 1em;
}
@media (max-width: 992px) {
  .featured-img-eob .cat-stamp-eob ul li, .featured-img-eob .cat-stamp-eob ol li {
    font-size: 0.8em;
  }
}
.featured-img-eob .cat-stamp-eob ul li a, .featured-img-eob .cat-stamp-eob ol li a {
  background-color: #F4F4F4;
  color: #222222;
  text-decoration: none;
  padding: 10px 20px;
  transition: ease 0.2s;
}
@media (max-width: 992px) {
  .featured-img-eob .cat-stamp-eob ul li a, .featured-img-eob .cat-stamp-eob ol li a {
    padding: 8px 10px;
  }
}
.featured-img-eob .cat-stamp-eob ul li a:hover, .featured-img-eob .cat-stamp-eob ol li a:hover {
  color: white;
  text-decoration: none;
  background-color: #196c4b;
}

.single-post-featured-img {
  position: relative;
  width: 100%;
}
.single-post-featured-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.single-post-featured-img img.lazy {
  filter: blur(15px);
  transition: filter 1s;
}
.single-post-featured-img img.lazy.is-loaded {
  filter: unset;
}
.single-post-featured-img img:hover {
  transition: 0.3s;
  opacity: 0.95;
}
.single-post-featured-img .cat-stamp-eob {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.single-post-featured-img .cat-stamp-eob ul, .single-post-featured-img .cat-stamp-eob ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post-featured-img .cat-stamp-eob ul li, .single-post-featured-img .cat-stamp-eob ol li {
  display: inline-block;
  padding: 10px;
  font-size: 1em;
}
@media (max-width: 992px) {
  .single-post-featured-img .cat-stamp-eob ul li, .single-post-featured-img .cat-stamp-eob ol li {
    font-size: 0.8em;
  }
}
.single-post-featured-img .cat-stamp-eob ul li a, .single-post-featured-img .cat-stamp-eob ol li a {
  background-color: #F4F4F4;
  color: #222222;
  text-decoration: none;
  padding: 10px 20px;
  transition: ease 0.2s;
}
@media (max-width: 992px) {
  .single-post-featured-img .cat-stamp-eob ul li a, .single-post-featured-img .cat-stamp-eob ol li a {
    padding: 8px 10px;
  }
}
.single-post-featured-img .cat-stamp-eob ul li a:hover, .single-post-featured-img .cat-stamp-eob ol li a:hover {
  color: white;
  text-decoration: none;
  background-color: #196c4b;
}

.author-img-eob-single {
  display: block;
  overflow: hidden;
  border-radius: 100%;
  top: 0;
  position: relative;
}
.author-img-eob-single::after {
  padding-top: 100%;
  display: block;
  content: "";
  border-radius: 100%;
}
.author-img-eob-single img {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

p.has-background {
  width: 150%;
  margin-left: -25%;
  font-size: 1.8em !important;
  line-height: 40px;
  padding: 3em;
  margin-bottom: 2em;
}
@media (max-width: 1399px) {
  p.has-background {
    margin-left: 0;
    margin-bottom: 2em;
    width: 100%;
  }
}
@media (max-width: 992px) {
  p.has-background {
    font-size: 1.2em !important;
    line-height: 27px;
    margin-left: 0;
    margin-bottom: 2em;
    width: 100%;
    padding: 2em;
  }
}
@media (max-width: 769px) {
  p.has-background {
    padding: 1em;
  }
}

p.has-drop-cap:first-letter {
  font-size: 1em !important;
  line-height: unset !important;
  margin: unset !important;
  float: unset !important;
  font-weight: inherit !important;
}

p.has-large-font-size {
  font-size: 1.25em;
}

:root .has-very-light-gray-background-color {
  background-color: #F4F4F4;
}

p a, figcaption a, .author-name-eob a {
  color: #196c4b;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: 2px solid #222222;
  padding-bottom: 3px;
}
p a:hover, figcaption a:hover, .author-name-eob a:hover {
  border-bottom: 2px solid #196c4b;
  color: #196c4b;
}

.the-content p a {
  color: #222222;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: 2px solid #222222;
  padding-bottom: 3px;
  line-height: 1.75em;
}
.the-content p a:hover {
  border-bottom: 2px solid #196c4b;
  color: #196c4b;
}
.the-content p strong a {
  font-weight: 600;
}
.the-content figcaption {
  background: #F4F4F4;
  margin-top: 12px;
  padding: 10px 20px;
}
.the-content figcaption a {
  color: #196c4b;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: unset;
  padding-bottom: 3px;
}
.the-content figcaption a:hover {
  border-bottom: 2px solid #196c4b;
  color: #196c4b;
  padding-bottom: 2px;
}
.the-content .header-2, .the-content h2 {
  font-weight: 500;
}
.the-content .header-2 strong, .the-content h2 strong {
  font-weight: 700;
}
.the-content sup a {
  color: #196c4b;
  border-bottom: unset;
}
.the-content sup a:hover {
  border-bottom: 2px solid #196c4b;
}
.the-content .has-cyan-bluish-gray-background-color {
  background-color: #F4F4F4;
}
.the-content figure.wp-block-media-text__media img {
  max-width: 100%;
  height: auto;
}

/* Stylizacja bloków galerii */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.wp-block-gallery .blocks-gallery-item {
  flex: 1 1 calc(33.333% - 16px);
  box-sizing: border-box;
}
.wp-block-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.footer-eob ul.tag-list-eob {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.footer-eob ul.tag-list-eob li {
  display: inline-block;
  text-transform: none;
  background-color: white;
  margin: 1em;
}
@media (max-width: 992px) {
  .footer-eob ul.tag-list-eob li {
    font-size: 0.8em;
    margin: 0.8em;
  }
}
.footer-eob ul.tag-list-eob li a {
  color: #222222;
  font-size: 0.875em;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  transition: ease 0.5s;
  padding: 10px 20px;
}
@media (max-width: 992px) {
  .footer-eob ul.tag-list-eob li a {
    padding: 8px 10px;
  }
}
.footer-eob ul.tag-list-eob li a:hover {
  color: white;
  text-decoration: none;
  background-color: #196c4b;
  transition: ease 0.2s;
}
.footer-eob ul.footer-menu-eob {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.footer-eob ul.footer-menu-eob li {
  display: inline-block;
  padding: 0 10px;
  text-transform: none;
}
.footer-eob ul.footer-menu-eob li a {
  color: #222222;
  font-size: 0.875em;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.footer-eob ul.footer-menu-eob li a:hover {
  color: #222222;
  text-decoration: none;
}
.footer-eob ul.footer-menu-eob li:last-child a {
  color: #196c4b;
}

.header-main-eob .paragraph-1, .header-main-eob p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.eob-logo::after {
  display: block;
  content: "";
  padding-bottom: 118%;
}

ul.top-menu-additional {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
ul.top-menu-additional li {
  display: inline-block;
  padding: 0 10px;
}
ul.top-menu-additional li a {
  color: #222222;
  font-size: 0.875em;
  font-weight: 400;
  text-decoration: none;
}
ul.top-menu-additional li a:hover {
  color: #222222;
  text-decoration: none;
}
ul.top-menu-additional li:last-child a {
  color: #196c4b;
}

hr.under-menu {
  margin: 0 1rem 0;
}

ul.top-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
ul.top-menu li {
  display: inline-block;
  padding: 0 20px;
}
ul.top-menu li a {
  color: #222222;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  letter-spacing: 0.03em;
}
ul.top-menu li a::before {
  opacity: 0;
  z-index: 5;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 110%;
  transform: translateX(-50%);
  border-bottom: 2px solid #196c4b;
  transition: 0.3s opacity ease-out;
  pointer-events: none;
}
ul.top-menu li a:hover {
  color: #222222;
  text-decoration: none;
}
ul.top-menu li a:hover::before {
  opacity: 1;
}
ul.top-menu li.menu-item-has-children {
  position: relative;
}
ul.top-menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
ul.top-menu li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 0;
  transform: translateY(100%);
  width: 320px;
  padding-top: 2rem;
  z-index: 10;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}
ul.top-menu li.menu-item-has-children ul.sub-menu li {
  display: block;
  line-height: 1.2rem;
  cursor: default;
  padding: 0;
}
ul.top-menu li.menu-item-has-children ul.sub-menu li a {
  display: block;
  background-color: #F4F4F4;
  padding: 16px 5px 16px 15px;
  cursor: pointer;
}
ul.top-menu li.menu-item-has-children ul.sub-menu li a:hover {
  color: #222222 !important;
}
ul.top-menu li.menu-item-has-children ul.sub-menu li a::before {
  display: none;
}
ul.top-menu li.menu-item-has-children ul.sub-menu li .sub-menu {
  display: block;
  padding-top: 0;
}
ul.top-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a {
  font-weight: 700;
}

.header-main-eob-min {
  width: 100%;
  padding: 0;
  z-index: 10000;
  transition: transform 2s ease-in-out;
  height: auto;
  line-height: 40px;
}
.header-main-eob-min:not(.is-visible) {
  opacity: 0;
  pointer-events: none;
}
.header-main-eob-min .floating-bar {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transform: translate(0);
  transition: transform 500ms;
}
.header-main-eob-min.is-hidden-by-scroll .floating-bar {
  transform: translate(0, -100%);
}

.header-main-eob-min.active {
  display: inline-block !important;
  position: fixed;
  background: #F4F4F4;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.search-eob, .men-burger-eob {
  position: relative;
  line-height: 0;
  cursor: -webkit-grab;
  cursor: grab;
  height: 50px;
  border-radius: 50%;
  width: 50px;
  background-color: unset;
  transition: 0.3s background-color ease;
}
.search-eob:hover, .men-burger-eob:hover {
  background-color: white;
}
.search-eob:hover::before, .men-burger-eob:hover::before {
  background-color: white;
  transition: 0.3s background-color ease;
}

.search-form {
  color: #b5b5b5;
  border: 1px solid #b5b5b5;
  padding: 10px 20px;
  width: 340px;
}

/* Content Map
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.eob-post-contents-menu .contents-menu-list > ol.contents-menu-list-item {
  font-size: 0.875em;
  color: #b5b5b5;
}
.eob-post-contents-menu .contents-menu-list > ol.contents-menu-list-item li {
  padding-bottom: 10px;
  line-height: 1.5em;
}
.eob-post-contents-menu .contents-menu-list > ol.contents-menu-list-item li::marker {
  color: #b5b5b5;
}
.eob-post-contents-menu .contents-menu-list > ol.contents-menu-list-item li > a.item-text {
  color: #222222;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5em;
  opacity: 1;
  border-bottom: 2px solid transparent;
}
.eob-post-contents-menu .contents-menu-list > ol.contents-menu-list-item li > a.item-text:hover {
  border-bottom: 2px solid #196c4b;
  color: #196c4b;
}

/* Main flex content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-flex-content {
  position: relative;
}
.main-flex-content .img-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .main-flex-content .img-container {
    max-height: 50vh;
  }
}
.main-flex-content .img-container img {
  position: relative;
  object-fit: cover;
  display: block;
  top: 0;
  z-index: 1;
  transition: all 350ms;
  width: 100%;
  max-width: 100%;
  max-height: 520px;
  height: 100%;
}
.main-flex-content .img-container img.object-position-top {
  object-position: top;
}
.main-flex-content .img-container img.object-position-center {
  object-position: center;
}
.main-flex-content .img-container img.object-position-bottom {
  object-position: bottom;
}
.main-flex-content .img-container img.lazy {
  filter: blur(15px);
  transition: filter 1s;
}
.main-flex-content .img-container img.lazy.is-loaded {
  filter: unset;
}
.main-flex-content .img-container .eob-podcast-stick {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
}
@media (max-width: 992px) {
  .main-flex-content .img-container .eob-podcast-stick {
    top: 10px;
    right: 10px;
  }
}
.main-flex-content .title-box {
  z-index: 2;
  position: relative;
  margin-top: -80px;
}
@media (max-width: 576px) {
  .main-flex-content .title-box {
    padding: 0;
    margin: 0;
  }
}
.main-flex-content .title-box .author-name-eob a {
  color: white;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: 2px solid white;
  padding-bottom: 3px;
}
.main-flex-content .title-box .author-name-eob a:hover {
  border-bottom: 2px solid white;
  color: white;
}

.main-second-flex-content {
  position: relative;
  max-width: 1600px;
}
.main-second-flex-content .img-container {
  overflow: hidden;
  position: relative;
  display: block;
}
.main-second-flex-content .img-container::after {
  display: block;
  content: "";
  padding-bottom: 55%;
}
.main-second-flex-content .img-container > img {
  position: absolute;
  object-fit: cover;
  object-position: bottom;
  display: block;
  bottom: 0;
  z-index: 1;
  transition: all 350ms;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.main-second-flex-content .img-container > img.object-position-top {
  object-position: top;
}
.main-second-flex-content .img-container > img.object-position-center {
  object-position: center;
}
.main-second-flex-content .img-container > img.object-position-bottom {
  object-position: bottom;
}
.main-second-flex-content .img-container > img.lazy {
  filter: blur(15px);
  transition: filter 1s;
}
.main-second-flex-content .img-container > img.lazy.is-loaded {
  filter: unset;
}
.main-second-flex-content .img-container .eob-podcast-stick {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
}
@media (max-width: 992px) {
  .main-second-flex-content .img-container .eob-podcast-stick {
    top: 10px;
    right: 10px;
  }
}
.main-second-flex-content .cat-mark-eob ul {
  list-style: none;
  padding: 0;
  color: white;
  font-size: 16px;
}
.main-second-flex-content .cat-mark-eob ul li {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
}
.main-second-flex-content .cat-mark-eob ul li a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
.main-second-flex-content .title-box {
  z-index: 2;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 1399px) {
  .main-second-flex-content .title-box {
    transform: unset;
    position: relative;
  }
}
@media (max-width: 576px) {
  .main-second-flex-content .title-box {
    padding: 0;
    margin: 0;
  }
}
.main-second-flex-content .title-box .author-name-eob a {
  color: white;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: 2px solid white;
  padding-bottom: 3px;
}
.main-second-flex-content .title-box .author-name-eob a:hover {
  border-bottom: 2px solid white;
  color: white;
}
.main-second-flex-content .title-box .green-box {
  height: 55%;
}
@media (max-width: 1399px) {
  .main-second-flex-content .title-box .green-box {
    height: unset;
  }
}

.author-img-eob {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
  width: 60px;
}
.author-img-eob::after {
  padding-top: 100%;
  display: block;
  content: "";
}
.author-img-eob img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.author-img-eob-flex {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
  width: 50%;
}
.author-img-eob-flex::after {
  padding-top: 100%;
  display: block;
  content: "";
}
.author-img-eob-flex img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

p.has-background {
  width: 150%;
  margin-left: -25%;
  font-size: 1.8em !important;
  line-height: 40px;
  padding: 3em;
  margin-bottom: 2em;
}
@media (max-width: 1399px) {
  p.has-background {
    margin-left: 0;
    margin-bottom: 2em;
    width: 100%;
  }
}
@media (max-width: 992px) {
  p.has-background {
    font-size: 1.2em !important;
    line-height: 27px;
    margin-left: 0;
    margin-bottom: 2em;
    width: 100%;
    padding: 2em;
  }
}
@media (max-width: 769px) {
  p.has-background {
    padding: 1em;
  }
}

ol.content-map-eob {
  list-style: none;
  margin: 0;
  padding: 10px 30px;
  font-size: 16px;
}
@media (max-width: 992px) {
  ol.content-map-eob {
    padding: 10px 10px;
  }
}
ol.content-map-eob li {
  font-size: 1.4em;
  display: block;
  text-transform: none;
  line-height: 1.75em;
}
@media (max-width: 992px) {
  ol.content-map-eob li {
    font-size: 1.25em;
  }
}
ol.content-map-eob li a {
  color: #222222;
  font-size: 0.875em;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid #222222;
  padding-bottom: 3px;
}
ol.content-map-eob li a:hover {
  border-bottom: 2px solid #196c4b;
  color: #196c4b;
}

p.has-drop-cap:first-letter {
  font-size: 1em !important;
  line-height: unset !important;
  margin: unset !important;
  float: unset !important;
  font-weight: inherit !important;
}

p.has-large-font-size {
  font-size: 1.25em;
}

:root .has-very-light-gray-background-color {
  background-color: #F4F4F4;
}

.author-name-eob a {
  color: #222222;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline;
  border-bottom: 2px solid #222222;
  padding-bottom: 3px;
}
.author-name-eob a:hover {
  border-bottom: 2px solid #196c4b;
  color: #196c4b;
}

.post-flex-content .header-4 {
  text-decoration: none;
}
.post-flex-content .post-info-box {
  min-height: 195px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .post-flex-content .post-info-box {
    min-height: 150px;
  }
}

.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;
  width: 2em;
  height: 2em;
  line-height: 3em;
  text-align: center;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 10px 17px;
}
.pagination nav.pagination .page-numbers.current {
  background-color: #b5b5b5;
  border-color: none;
  color: white;
}
.pagination nav.pagination .page-numbers.dots, .pagination nav.pagination .page-numbers.prev, .pagination nav.pagination .page-numbers.next {
  border: none;
}
.pagination nav.pagination a.page-numbers {
  color: black;
  border: none;
  text-decoration: none;
}
.pagination nav.pagination a.page-numbers:hover {
  background-color: #F4F4F4;
  color: black;
}
.pagination nav.pagination a.next.page-numbers:hover, .pagination nav.pagination a.prev.page-numbers:hover {
  background-color: unset;
}
.pagination nav.pagination a.next.page-numbers .pagination--button, .pagination nav.pagination a.prev.page-numbers .pagination--button {
  text-transform: uppercase;
  color: black;
  border: 1px solid black;
  padding: 0.8em 2.5em;
  font-size: 15px;
  letter-spacing: 0.2em;
}
.pagination nav.pagination a.next.page-numbers .pagination--button:hover, .pagination nav.pagination a.prev.page-numbers .pagination--button:hover {
  background-color: #F4F4F4;
}

.post-flex-content-tree .header-4, .post-flex-content-tree .header-5 {
  text-decoration: none;
}
.post-flex-content-tree .post-info-box {
  min-height: 195px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .post-flex-content-tree .post-info-box {
    min-height: 150px;
  }
}

.flexsection-main-slider {
  background-color: #F4F4F4;
  position: relative;
}
@media (max-width: 768px) {
  .flexsection-main-slider {
    background-color: #005C38;
  }
}
.flexsection-main-slider span.time-ago-jet {
  color: white;
  font-size: 0.8em;
}
.flexsection-main-slider .btn-slider-nav {
  all: unset;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 1em;
  vertical-align: middle;
  width: 140px;
  text-align: center;
  opacity: 0.75;
  transition: 300ms all;
}
.flexsection-main-slider .btn-slider-nav:hover {
  opacity: 0.5;
}
.flexsection-main-slider .btn-slider-nav.prev {
  left: 10px;
}
.flexsection-main-slider .btn-slider-nav.prev:before {
  content: url("../img/arrow-runway-left.svg");
  font-size: 30px;
}
.flexsection-main-slider .btn-slider-nav.next {
  right: 10px;
}
.flexsection-main-slider .btn-slider-nav.next:before {
  content: url("../img/arrow-runway-right.svg");
  font-size: 30px;
}
@media (max-width: 1588px) {
  .flexsection-main-slider .btn-slider-nav {
    display: none;
  }
}
.flexsection-main-slider .main-slider-grid {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  user-select: none;
}
.flexsection-main-slider .main-slider-grid .item {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  scroll-snap-align: start;
}
.flexsection-main-slider .main-slider-grid .eob-post-date {
  font-size: 0.7rem;
}
.flexsection-main-slider .main-slider-grid .img-container img.object-position-top {
  object-position: top;
}
.flexsection-main-slider .main-slider-grid .img-container img.object-position-center {
  object-position: center;
}
.flexsection-main-slider .main-slider-grid .img-container img.object-position-bottom {
  object-position: bottom;
}
.flexsection-main-slider .main-slider-grid .content-box {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .flexsection-main-slider .main-slider-grid .content-box {
    position: relative;
  }
}
.flexsection-main-slider .main-slider-grid .cat-mark-eob ul {
  list-style: none;
  padding: 0;
  color: white;
  font-size: 16px;
  margin-bottom: 0;
}
.flexsection-main-slider .main-slider-grid .cat-mark-eob ul li {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
}
.flexsection-main-slider .main-slider-grid .cat-mark-eob ul li a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
.flexsection-main-slider .main-slider-grid .header-slider {
  font-size: 2.3em;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 0;
  position: relative;
  color: white;
  text-decoration: none;
}
@media (max-width: 992px) {
  .flexsection-main-slider .main-slider-grid .header-slider {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .flexsection-main-slider .main-slider-grid .header-slider {
    font-size: 1.4em;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .flexsection-main-slider .main-slider-grid .header-slider {
    font-size: 1.35em;
    line-height: 1.2em;
  }
}
.flexsection-main-slider .main-slider-grid .header-slider > a {
  font-size: 1em;
  font-weight: 700;
  color: white;
  transition: 0.15s ease-in-out;
  text-decoration: none;
}
.flexsection-main-slider .main-slider-grid .header-slider > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.flexsection-main-slider .main-slider-grid .container-wraper {
  max-width: 1600px;
}
.flexsection-main-slider .slider-navigation-dots {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.flexsection-main-slider .slider-navigation-dots .dot {
  all: unset;
  background: transparent;
  display: inline-block;
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
  position: relative;
  opacity: 0.25;
}
.flexsection-main-slider .slider-navigation-dots .dot:hover {
  opacity: 1;
}
.flexsection-main-slider .slider-navigation-dots .dot::before {
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  color: black;
}
.flexsection-main-slider .main-slider-grid[data-active-index="1"] + .slider-navigation-dots .dot:nth-child(1) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="2"] + .slider-navigation-dots .dot:nth-child(2) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="3"] + .slider-navigation-dots .dot:nth-child(3) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="4"] + .slider-navigation-dots .dot:nth-child(4) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="5"] + .slider-navigation-dots .dot:nth-child(5) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="6"] + .slider-navigation-dots .dot:nth-child(6) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="7"] + .slider-navigation-dots .dot:nth-child(7) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="8"] + .slider-navigation-dots .dot:nth-child(8) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="9"] + .slider-navigation-dots .dot:nth-child(9) {
  opacity: 1;
}
.flexsection-main-slider .main-slider-grid[data-active-index="10"] + .slider-navigation-dots .dot:nth-child(10) {
  opacity: 1;
}

.post-related-content .header-4 {
  text-decoration: none;
}
.post-related-content .post-info-box {
  min-height: 195px;
  position: relative;
  transform: translateY(-45px);
  z-index: 2;
}
@media (max-width: 992px) {
  .post-related-content .post-info-box {
    height: auto;
  }
}

.read-strip-eob {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #2A9B38;
  z-index: 15;
}

span.seconds-ago-jet, span.minutes-ago-jet, span.hours-ago-jet, span.days-ago-jet, span.months-ago-jet, span.years-ago-jet {
  color: #196c4b;
}

img.podcast-logos-eob {
  transition: 0.3s;
}
img.podcast-logos-eob:hover {
  transition: 0.3s;
  transform: scale(0.98);
}

img.writer-eob {
  transition: 0.3s;
}
img.writer-eob:hover {
  filter: brightness(110%);
}

.archive-compendium-grid-three ul.eob-term-kompendium, .archive-compendium-grid-three ol.eob-term-kompendium {
  font-size: 14px;
  bottom: 0;
  right: 0;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-compendium-grid-three ul.eob-term-kompendium li, .archive-compendium-grid-three ol.eob-term-kompendium li {
  display: block;
  font-size: 1em;
}
@media (max-width: 992px) {
  .archive-compendium-grid-three ul.eob-term-kompendium li, .archive-compendium-grid-three ol.eob-term-kompendium li {
    font-size: 0.8em;
  }
}
.archive-compendium-grid-three ul.eob-term-kompendium li a, .archive-compendium-grid-three ol.eob-term-kompendium li a {
  color: #196c4b;
  text-decoration: none;
  padding: 0 10px 0 0;
  transition: ease 0.2s;
}
.archive-compendium-grid-three ul.eob-term-kompendium li a:hover, .archive-compendium-grid-three ol.eob-term-kompendium li a:hover {
  color: #196c4b;
  text-decoration: none;
}
.archive-compendium-grid-three .header-4 {
  text-decoration: none;
}
.archive-compendium-grid-three .post-info-box {
  height: 150px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .archive-compendium-grid-three .post-info-box {
    height: auto;
  }
}

a.eob-featured-image {
  margin-top: -170px;
}
a.eob-featured-image img.lazy {
  filter: blur(15px);
  transition: filter 1s;
}
a.eob-featured-image img.lazy.is-loaded {
  filter: unset;
}
@media (max-width: 992px) {
  a.eob-featured-image {
    margin-top: -100px;
  }
}

.active-filter {
  background: #196c4b !important;
  color: white !important;
  text-decoration: none;
}

.btn-filter {
  padding: 10px 30px;
  background: #F4F4F4;
  color: #222222;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  transition: 0.5s ease;
  cursor: pointer;
  text-decoration: none;
}
.btn-filter:hover {
  transition: 0.5s ease;
  color: white;
  background: #196c4b;
  text-decoration: none;
}
.btn-filter:focus, .btn-filter.focus {
  outline: 0 !important;
  box-shadow: 0 0 0.5em 0.2em #F4F4F4 !important;
}

#podcast-eob-animate {
  animation-name: podcast-eob-pulse;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3000ms;
}
@keyframes podcast-eob-pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  13% {
    transform: scale(0.9);
  }
  16% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#podcast-eob-animate .wave {
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 700ms;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes podcast-eob-wave-1 {
  0% {
    transform: translate(0, 0) scale(1, 0.3);
  }
  50% {
    transform: translate(0, 0) scale(1, 0.8);
  }
  100% {
    transform: translate(0, 0) scale(1, 0.3);
  }
}
@keyframes podcast-eob-wave-2 {
  0% {
    transform: translate(0, 0) scale(1, 0.3);
  }
  50% {
    transform: translate(0, 0) scale(1, 1.6);
  }
  100% {
    transform: translate(0, 0) scale(1, 0.3);
  }
}
@keyframes podcast-eob-wave-3 {
  0% {
    transform: translate(0, 0) scale(1, 0.3);
  }
  50% {
    transform: translate(0, 0) scale(1, 2.4);
  }
  100% {
    transform: translate(0, 0) scale(1, 0.3);
  }
}
@keyframes podcast-eob-wave-4 {
  0% {
    transform: translate(0, 0) scale(1, 0.3);
  }
  50% {
    transform: translate(0, 0) scale(1, 3.2);
  }
  100% {
    transform: translate(0, 0) scale(1, 0.3);
  }
}
@keyframes podcast-eob-wave-5 {
  0% {
    transform: translate(0, 0) scale(1, 0.3);
  }
  50% {
    transform: translate(0, 0) scale(1, 4);
  }
  100% {
    transform: translate(0, 0) scale(1, 0.3);
  }
}
#podcast-eob-animate .wave:nth-of-type(1) {
  animation-name: podcast-eob-wave-1;
  animation-delay: 100ms;
}
#podcast-eob-animate .wave:nth-of-type(2) {
  animation-name: podcast-eob-wave-2;
  animation-delay: 250ms;
}
#podcast-eob-animate .wave:nth-of-type(3) {
  animation-name: podcast-eob-wave-5;
  animation-delay: 100ms;
}
#podcast-eob-animate .wave:nth-of-type(4) {
  animation-name: podcast-eob-wave-3;
  animation-delay: 300ms;
}
#podcast-eob-animate .wave:nth-of-type(5) {
  animation-name: podcast-eob-wave-4;
  animation-delay: 180ms;
}
#podcast-eob-animate .wave:nth-of-type(6) {
  animation-name: podcast-eob-wave-2;
  animation-delay: 120ms;
}
#podcast-eob-animate .wave:nth-of-type(7) {
  animation-name: podcast-eob-wave-1;
  animation-delay: 200ms;
}

.eob-rotator-main .eob-pf-shortcode-component {
  max-width: 100%;
}

.price.is-better {
  color: #c30000 !important;
}

.eob-widget-keywords-shortcode .separator {
  display: none;
}
.eob-widget-keywords-shortcode a {
  color: black;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  transition: ease 0.5s;
  padding: 5px 15px;
  display: inline-block;
  background: #F4F4F4;
  margin-bottom: 10px;
  margin-right: 15px;
  border-radius: 20px;
}
.eob-widget-keywords-shortcode a:hover {
  background: #dbdbdc;
}

.users-flex-content .author-img-eob-users-team {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
  width: 50%;
}
.users-flex-content .author-img-eob-users-team::after {
  padding-top: 100%;
  display: block;
  content: "";
}
.users-flex-content .author-img-eob-users-team img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.notice-stripe-container {
  position: relative;
}
.notice-stripe-container:not(.has-multiple) .notice-stipe-nav {
  display: none;
}
.notice-stripe-container.has-multiple .notice-stripe {
  display: none;
}
.notice-stripe-container.has-multiple[data-current-index="0"] .notice-stripe[data-index="0"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="1"] .notice-stripe[data-index="1"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="2"] .notice-stripe[data-index="2"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="3"] .notice-stripe[data-index="3"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="4"] .notice-stripe[data-index="4"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="5"] .notice-stripe[data-index="5"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="6"] .notice-stripe[data-index="6"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="7"] .notice-stripe[data-index="7"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="8"] .notice-stripe[data-index="8"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="9"] .notice-stripe[data-index="9"] {
  display: block !important;
}
.notice-stripe-container.has-multiple[data-current-index="10"] .notice-stripe[data-index="10"] {
  display: block !important;
}

.notice-stipe-nav {
  all: unset;
  display: block;
  width: 48px;
  height: 48px;
  color: white;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
}
.notice-stipe-nav svg {
  display: inline-block;
}
.notice-stipe-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}
.notice-stipe-nav.nav--prev {
  left: 32px;
}
@media screen and (max-width: 768px) {
  .notice-stipe-nav.nav--prev {
    left: 0;
  }
}
.notice-stipe-nav.nav--next {
  right: 32px;
}
@media screen and (max-width: 768px) {
  .notice-stipe-nav.nav--next {
    right: 0;
  }
}

.notice-stripe {
  padding: 0 84px;
  background: black;
}
@media screen and (max-width: 768px) {
  .notice-stripe {
    padding: 0 56px;
  }
}
.notice-stripe.mobile-app {
  background: #2b9a46;
}
.notice-stripe.mobile-app p {
  color: #222222;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.8rem;
}
.notice-stripe.mobile-app a {
  color: #222222;
  text-decoration: underline;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0.55rem 0;
}
.notice-stripe p {
  margin-bottom: 0;
  color: white;
  margin-top: 0;
  padding: 0.55rem 0;
}
.notice-stripe p a {
  color: white;
  text-decoration: underline;
}

#scrollButton {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
}

#scrollButton.hidden {
  display: none;
}

body.is-jet-menu-active {
  overflow: hidden;
}

.jet-menu-mobile-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 300ms all;
}
.jet-menu-mobile-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}
.jet-menu-mobile-wrapper:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.jet-menu-mobile-wrapper:not(.is-active) .jet-menu-mobile {
  transform: translateX(-100%);
}
.jet-menu-mobile-wrapper .jet-menu-mobile {
  height: 100%;
  width: 100%;
  max-width: 396px;
  overflow: hidden;
  position: absolute;
  transition: 500ms all;
  left: 0;
  top: 0;
  z-index: 1002;
  background: white;
}
.jet-menu-mobile-wrapper .jet-menu-mobile .jet-menu--navigation-bar {
  background: #f4f4f4;
  position: relative;
  width: 100%;
  height: 57px;
}
.jet-menu-mobile-wrapper .jet-menu-mobile .jet-menu--navigation-bar .close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1005;
  content: url("../localdata/_default/close.svg");
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.jet-menu-mobile-wrapper .jet-menu-mobile .jet-menu--navigation-bar .prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  content: url("../localdata/_default/chevrons-down.svg");
  width: 25px;
  height: 25px;
}
.jet-menu-mobile-wrapper .jet-menu-mobile .jet-menu--navigation-bar .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: bold;
}
.jet-menu-mobile-wrapper .jet-menu-mobile ul {
  display: block;
  list-style: none;
  padding: 15px;
  margin: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}
.jet-menu-mobile-wrapper .jet-menu-mobile ul li.menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  color: #222222;
  background: white;
  border-bottom: 1px solid #dbdbdc;
}
.jet-menu-mobile-wrapper .jet-menu-mobile ul li.menu-item + .menu-item {
  margin-top: 12px;
}
.jet-menu-mobile-wrapper .jet-menu-mobile ul li.menu-item-has-children > a {
  position: relative;
}
.jet-menu-mobile-wrapper .jet-menu-mobile ul li.menu-item-has-children > a::after {
  content: url("../localdata/_default/chevrons-down.svg");
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 10px;
}
.jet-menu-mobile-wrapper .jet-menu-mobile ul li.menu-item-has-children.is-active > .jet-menu-mobile {
  transform: translateX(0);
  pointer-events: all;
}
.jet-menu-mobile-wrapper .jet-menu-mobile ul li.menu-item-has-children .jet-menu-mobile {
  transform: translateX(-100%);
  transition: 300ms all;
  pointer-events: none;
}

.card-section .card-section--img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 70%;
}
.card-section .card-section--img-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.card-section .card-section--img-container img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 350ms;
}
.card-section .card-section--img-container img.lazy {
  filter: blur(15px);
  transition: filter 1s;
}
.card-section .card-section--img-container img.lazy.is-loaded {
  filter: unset;
}
.card-section .card-section--img-container img:hover {
  transition: 0.3s;
  transform: scale(1.05);
  opacity: 0.95;
}
.card-section .card-section--img-container .desc-stamp {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 10px;
  background-color: #F4F4F4;
  pointer-events: none;
}

.cookie-banner-overlay {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.cookie-banner-overlay::before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  backdrop-filter: blur(6px);
}
.cookie-banner-overlay .cookie-banner-box {
  background: white;
  z-index: 999999;
  padding: 64px 24px;
}
.cookie-banner-overlay .cookie-banner-box .cookie-banner-text {
  max-height: 200px;
  overflow-y: auto;
  font-size: 16px;
  color: black;
}
.cookie-banner-overlay .cookie-banner-box .cookie-banner-buttons {
  margin-top: 40px;
}

/*  Black Friday Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bf-banner {
  border: 10px #222222 solid;
}
.bf-banner a {
  background: #222222;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.4em;
  color: white;
  text-decoration: none;
}
.bf-banner:hover {
  border: 10px #222222 solid;
  opacity: 0.9;
}
.bf-banner:hover a {
  color: white;
}

.featured-img-lazy-jet {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: var(--lazy-jet-ratio);
  background: rgba(0, 0, 0, 0.05);
}
.featured-img-lazy-jet img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: opacity 400ms;
  object-fit: cover;
}
.featured-img-lazy-jet img.lazy-jet:not(.clone) {
  z-index: 2;
  filter: blur(15px);
}
.featured-img-lazy-jet img.lazy-jet.clone {
  z-index: 1;
  opacity: 0;
  transition: opacity 400ms;
}
.featured-img-lazy-jet img.lazy-jet.clone.is-loaded {
  z-index: 3;
  opacity: 1;
}

[data-jet-archive-infinite-scroll].is-loading .infinite-scroll-pagination {
  display: none;
}
[data-jet-archive-infinite-scroll]:not(.is-loading) .infinite-scroll-loader {
  display: none;
  animation: none;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
[data-jet-archive-infinite-scroll] .infinite-scroll-loader {
  margin: auto;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
  --_m:
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000, #000) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

.countdown-shortcode {
  display: inline;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  white-space: nowrap;
}
.countdown-shortcode .countdown-number {
  display: inline;
  padding: 0.3em 0.5em;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.countdown-shortcode .countdown-separator {
  color: white;
  margin: 0 0.25em;
  user-select: none;
}
