/* ==========================================================================
HELPERS CLASSES
========================================================================== */
:root {
  --icon-angle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --font-weight: 700;
}

.mark,
mark {
  padding: unset;
  color: unset;
  background-color: unset;
}

.row {
  gap: var(--bs-gutter-x) 0;
  margin-top: unset;
}
.row > * {
  margin-top: unset;
}

figure {
  margin: unset;
}

body.no-scroll {
  overflow: hidden;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

strong {
  font-weight: 600;
}

.overlay-menu {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}

:where(figure) {
  margin: 0;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.grecaptcha-badge {
  right: -300px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  -webkit-margin-before: var(--wp--custom--main-size);
          margin-block-start: var(--wp--custom--main-size);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.btn-close:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 1px solid #0d6efd;
  outline: -moz-mac-focusring auto 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.map {
  line-height: 1;
}
.map iframe {
  width: 100%;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--wp--preset--color--primary);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: loaderRotation 0.8s linear infinite;
          animation: loaderRotation 0.8s linear infinite;
}

@-webkit-keyframes loaderRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loaderRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: var(--wp--custom--border--radius);
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

/* ==========================================================================
FORMS
========================================================================== */
::-webkit-input-placeholder {
  opacity: 0.8;
}

::-moz-placeholder {
  opacity: 0.8;
}

:-ms-input-placeholder {
  opacity: 0.8;
}

:-moz-placeholder {
  opacity: 0.8;
}

label {
  display: block;
}

select,
input[type=text],
input[type=url],
input[type=date],
input[type=file],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=number],
input[type=file],
textarea {
  display: block;
  width: 100%;
  padding: 0.65rem 0.75rem;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border: 1px solid var(--wp--preset--color--grey);
  border-radius: var(--wp--custom--border--radius);
  background-color: var(--wp--preset--color--grey);
}
select:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=file]:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
select[readonly],
input[type=text][readonly],
input[type=url][readonly],
input[type=date][readonly],
input[type=file][readonly],
input[type=email][readonly],
input[type=tel][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=number][readonly],
input[type=file][readonly],
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

textarea {
  height: 120px;
}

select {
  -moz-padding-start: calc(0.75rem - 3px);
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25rem auto;
  background-image: var(--icon-angle);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0.75rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  background-position: center;
  background-image: var(--icon-angle);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.nice-select {
  float: none;
  font-size: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  line-height: 40px;
  border-radius: var(--wp--custom--border--radius);
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.nice-select:after {
  -webkit-margin-before: -0.125rem;
          margin-block-start: -0.125rem;
  right: 0.75rem;
}

body .select2-container,
body .ui-widget.ui-datepicker {
  z-index: 5 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: var(--wp--custom--border--radius);
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

#fileName {
  background-color: var(--wp--preset--color--primary);
  display: inline-block;
  padding: 7px 20px;
  border-radius: var(--wp--custom--border--radius);
  color: #FFFFFF;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-weight: normal;
  overflow: hidden;
  cursor: pointer;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
}

.ligth-form ::-webkit-input-placeholder {
  opacity: 0.8;
  color: #FFF;
}
.ligth-form ::-moz-placeholder {
  opacity: 0.8;
  color: #FFF;
}
.ligth-form :-ms-input-placeholder {
  opacity: 0.8;
  color: #FFF;
}
.ligth-form :-moz-placeholder {
  opacity: 0.8;
  color: #FFF;
}
.ligth-form a,
.ligth-form label {
  color: #FFF;
}
.ligth-form select,
.ligth-form input[type=text],
.ligth-form input[type=url],
.ligth-form input[type=date],
.ligth-form input[type=file],
.ligth-form input[type=email],
.ligth-form input[type=tel],
.ligth-form input[type=number],
.ligth-form input[type=password],
.ligth-form input[type=number],
.ligth-form input[type=file],
.ligth-form textarea {
  background: none;
  color: #FFF;
  border-color: currentColor;
}

.navigation.post-navigation .nav-links a,
.wp-block-read-more,
.btn,
.wp-block-post-navigation-link a,
.wp-block-post-excerpt__more-link,
.wp-element-button,
.wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline,
.woocommerce .button,
input[type=button],
input[type=submit] {
  line-height: 1.5;
  padding: 0.5rem 2rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  border-radius: var(--wp--custom--border--radius);
  font-size: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);
}

.btn-custom,
.navigation.post-navigation .nav-links a,
.wp-block-read-more,
.wp-block-post-navigation-link a,
.wp-block-post-excerpt__more-link,
.woocommerce .button,
input[type=button],
input[type=submit] {
  background-color: var(--wp--preset--color--primary);
  color: #FFF;
  display: inline-block;
  border-color: var(--wp--preset--color--primary);
}
.btn-custom:hover,
.navigation.post-navigation .nav-links a:hover,
.wp-block-read-more:hover,
.wp-block-post-navigation-link a:hover,
.wp-block-post-excerpt__more-link:hover,
.woocommerce .button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: #FFF;
  background-color: var(--wp--custom--color-primary-hover);
  border-color: var(--wp--custom--color-primary-hover);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  color: #FFFFFF;
}

.wp-block-button.is-style-blue .wp-block-button__link {
  background-color: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-blue .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--primary);
}

.wp-block-button.is-style-white .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-white .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--primary);
}

.btn-blue {
  background-color: var(--wp--preset--color--blue);
}
.btn-blue:hover {
  background-color: var(--wp--preset--color--orange);
  color: #000;
}

/* ==========================================================================
CF7
========================================================================== */
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .field-cf7 {
  -webkit-margin-after: calc(var(--wp--custom--main-size) / 2);
          margin-block-end: calc(var(--wp--custom--main-size) / 2);
}
.wpcf7-form .field-cf7 > p {
  margin: 0;
}
.wpcf7-form .field-cf7 label {
  -webkit-margin-after: 0.188rem;
          margin-block-end: 0.188rem;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../images/loading-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem;
  color: transparent;
}
.wpcf7-form .wpcf7-submit {
  min-width: 9.375rem;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7-form .wpcf7-not-valid + .nice-select {
  border-color: #f00;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 0 0 0.75rem 0;
  padding: 0.313rem;
  font-size: 0.875rem;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: var(--wp--custom--border--radius);
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: var(--wp--custom--border--radius);
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  padding-top: 5px;
  display: block;
}
.wpcf7-form div.wpcf7-spam-blocked,
.wpcf7-form div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.wpcf7-field-group-remove,
.wpcf7-field-group-add {
  border: none;
  border-radius: 30px;
  background-color: var(--wp--preset--color--primary);
  color: #FFF;
  font-size: 18px;
  padding: 8px 30px;
  display: block;
}
.wpcf7-field-group-remove:hover,
.wpcf7-field-group-add:hover {
  color: white;
  background-color: #134A8C;
}

.wpcf7-field-group-add {
  max-width: 200px;
  margin: 10px auto 20px auto;
}

.options-inline .wpcf7-radio,
.options-inline .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.options-inline .wpcf7-radio label,
.options-inline .wpcf7-checkbox label {
  font-weight: 400;
}

@media (min-width: 768px) {
  .cf7-two-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr calc(var(--wp--custom--main-size) / 2) 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 calc(var(--wp--custom--main-size) / 2);
  }
}
/* ==========================================================================
NINJA FORMS
========================================================================== */
.nf-before-form-content {
  display: none;
}

/* ==========================================================================
OWL CAROUSEL
========================================================================== */
.owl-carousel:not(.owl-loaded) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  overflow: hidden;
}

.owl-carousel {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-dots {
  -webkit-margin-before: var(--wp--custom--main-size);
          margin-block-start: var(--wp--custom--main-size);
  line-height: 1;
}
.owl-carousel .owl-nav {
  -webkit-margin-before: var(--wp--custom--main-size);
          margin-block-start: var(--wp--custom--main-size);
}
.owl-carousel .owl-nav button {
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  margin: 0;
  width: 2.813rem;
  height: 2.813rem;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 2rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23404042'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.313rem;
  background: none;
  border: 1px solid var(--wp--preset--color--primary);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--wp--custom--color-primary-hover);
  opacity: 1;
}

@media (min-width: 1400px) {
  .middle-arrows-owl-carousel {
    padding: 0 calc(var(--wp--custom--main-size) * 2);
  }
  .middle-arrows-owl-carousel .owl-carousel .owl-nav {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    position: absolute;
    top: calc(50% - 1.563rem);
    left: 0;
    width: 100%;
    pointer-events: none;
  }
  .middle-arrows-owl-carousel .owl-carousel .owl-nav button {
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    -webkit-margin-after: 0 !important;
            margin-block-end: 0 !important;
    pointer-events: auto;
  }
  .middle-arrows-owl-carousel .owl-carousel .owl-nav button.owl-prev {
    float: left;
    -webkit-margin-start: -3.375rem;
            margin-inline-start: -3.375rem;
  }
  .middle-arrows-owl-carousel .owl-carousel .owl-nav button.owl-next {
    float: right;
    -webkit-margin-end: -3.375rem;
            margin-inline-end: -3.375rem;
  }
}
/* ==========================================================================
NAVIGATION
========================================================================== */
.navigation {
  padding-top: calc(var(--wp--custom--main-size) * 2);
}
.navigation .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--wp--custom--main-size) / 1.5);
  font-size: 1.375rem;
  line-height: 1;
}
.navigation.pagination a,
.navigation.pagination span {
  border: none;
  color: var(--wp--preset--color--primary);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-decoration: none;
}
.navigation.pagination a:hover,
.navigation.pagination span.current {
  color: var(--wp--preset--color--blue);
}
.navigation.post-navigation {
  padding: var(--wp--custom--main-size);
  padding-top: calc(var(--wp--custom--main-size) * 2);
}
.navigation.post-navigation .nav-links {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation.post-navigation .nav-links .nav-next {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.navigation.post-navigation .nav-links a {
  min-width: 130px;
}
.navigation.post-navigation .nav-links a:hover {
  background-color: var(--wp--custom--color-primary-hover);
  color: #FFFFFF;
}

.wp-block-query-pagination {
  padding-top: calc(var(--wp--custom--main-size) * 2);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  line-height: 1;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--wp--custom--main-size) / 1.5);
  font-size: 1.375rem;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a,
.wp-block-query-pagination .wp-block-query-pagination-numbers span {
  border: none;
  color: var(--wp--preset--color--primary);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination .wp-block-query-pagination-numbers span.current {
  color: var(--wp--preset--color--green);
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1;
}

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin: 0;
}

@media (min-width: 1200px) {
  .wp-block-query-pagination,
  .navigation {
    padding-top: calc(var(--wp--custom--main-size) * 2);
  }
}
/* ==========================================================================
BLOG
========================================================================== */
article .wp-block-post-featured-image a {
  display: block;
}
article .wp-block-post-featured-image img {
  max-width: none;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
article .wp-post-terms {
  padding: calc(var(--wp--custom--main-size) / 2) var(--wp--custom--main-size);
  position: relative;
  z-index: 10;
}
article .wp-post-terms a {
  text-decoration: none;
  color: currentColor;
}
article .wp-post-terms a:hover {
  color: currentColor;
  text-decoration: underline;
}
article .wp-post-terms .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--wp--custom--main-size) / 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
}
article .wp-post-terms .wp-block-post-terms,
article .wp-post-terms .inner span {
  display: block;
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article .wp-block-post-terms .wp-block-post-terms__separator {
  white-space: unset;
}
article .wp-block-post-date {
  text-transform: uppercase;
  opacity: 0.5;
}
article .time-post {
  background-image: url(../images/icon-clock.svg);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}

.list-posts article.wola_in_the_news {
  position: relative;
}
.list-posts article.wola_in_the_news .wp-post-details {
  -webkit-padding-before: var(--wp--custom--main-size);
          padding-block-start: var(--wp--custom--main-size);
}
.list-posts article.wola_in_the_news .wp-block-post-title a {
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  overflow: unset;
  text-overflow: unset;
}
.list-posts article.wola_in_the_news .wp-block-post-featured-image {
  width: 100%;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--wp--custom--main-size);
}
.list-posts article.wola_in_the_news .wp-block-post-featured-image img {
  max-width: 9.375rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

body.page article.wola_in_the_news,
body.page .wp-block-post-template .wp-block-post.wola_in_the_news article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page article.wola_in_the_news .wp-post-details,
body.page .wp-block-post-template .wp-block-post.wola_in_the_news article .wp-post-details {
  padding: var(--wp--custom--main-size) 0;
  width: auto;
}
body.page article.wola_in_the_news .wp-block-post-featured-image,
body.page .wp-block-post-template .wp-block-post.wola_in_the_news article .wp-block-post-featured-image {
  width: 85px;
  padding: var(--wp--custom--main-size);
  padding-right: 0;
}

.list-posts article .wp-post-metas,
.single .wp-post-metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-posts article .wp-post-metas a,
.single .wp-post-metas a {
  text-decoration: none;
}
.list-posts article .wp-post-metas a:hover,
.single .wp-post-metas a:hover {
  text-decoration: underline;
}
.list-posts article .wp-post-metas span,
.single .wp-post-metas span {
  display: block;
}
.list-posts article .wp-post-metas span:not(:last-child),
.single .wp-post-metas span:not(:last-child) {
  -webkit-padding-end: var(--wp--custom--main-size);
          padding-inline-end: var(--wp--custom--main-size);
}

.wp-block-post-template article,
.list-posts article {
  position: relative;
  --wp--custom--main-size: 1rem;
  background-color: #FFF;
  border-radius: var(--wp--custom--border--radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.wp-block-post-template article a,
.list-posts article a {
  text-decoration: none;
}
.wp-block-post-template article a:hover,
.list-posts article a:hover {
  text-decoration: underline;
}
.wp-block-post-template article .wp-post-details,
.list-posts article .wp-post-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-padding-after: calc(var(--wp--custom--main-size) * 1.5);
          padding-block-end: calc(var(--wp--custom--main-size) * 1.5);
}
.wp-block-post-template article .wp-post-details > *:not(.wp-post-terms),
.list-posts article .wp-post-details > *:not(.wp-post-terms) {
  margin-inline: calc(var(--wp--custom--main-size) * 1.5);
}
.wp-block-post-template article .wp-block-post-title,
.list-posts article .wp-block-post-title {
  font-size: 1.375rem;
  font-weight: 600;
}
.wp-block-post-template article .wp-block-post-title a,
.list-posts article .wp-block-post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-post-template article .wp-block-post-featured-image img.placeholder-image,
.list-posts article .wp-block-post-featured-image img.placeholder-image {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.wp-block-post-template article .wp-post-author,
.list-posts article .wp-post-author {
  -webkit-margin-before: auto !important;
          margin-block-start: auto !important;
  padding-top: var(--wp--custom--main-size);
}
.wp-block-post-template .type_multimedia-video .wp-block-post-featured-image,
.list-posts .type_multimedia-video .wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-template .type_multimedia-video .wp-block-post-featured-image a:after,
.list-posts .type_multimedia-video .wp-block-post-featured-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-video.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.is-style-bg-grey article,
.list-posts-bg-grey article {
  background-color: #F6F6F6;
}
.is-style-bg-grey article .wp-block-post-featured-image img.placeholder-image,
.list-posts-bg-grey article .wp-block-post-featured-image img.placeholder-image {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.is-style-bg-dark article {
  background-color: #4B4B4E;
  color: #FFF;
}
.is-style-bg-dark article .wp-post-terms {
  color: #4B4B4E;
}
.is-style-bg-dark article .wp-post-terms a {
  color: currentColor;
}

.list-posts-light article {
  background-color: #4B4B4E;
  color: #FFF;
}
.list-posts-light article .wp-post-terms {
  color: var(--wp--preset--color--primary);
}
.list-posts-light article .wp-post-terms a {
  color: var(--wp--preset--color--primary);
}
.list-posts-light article a {
  color: #FFF;
}
.list-posts-light article a:hover {
  color: #FFF;
}

.list-posts-no-image article .image-post {
  display: none;
}

.list-posts-newsletter article {
  background-color: #4B4B4E;
  color: #FFF;
}
.list-posts-newsletter article a {
  color: #FFF;
}

@media (min-width: 768px) {
  .list-posts.featured-post article {
    position: relative;
  }
  .list-posts.featured-post article .image-post a {
    display: block;
  }
  .list-posts.featured-post article .image-post img {
    aspect-ratio: 16/7.5;
  }
  .list-posts.featured-post article .excerpt-post {
    position: absolute;
    bottom: calc(var(--wp--custom--main-size) * 2);
    left: calc(var(--wp--custom--main-size) * 2);
    background-color: #FFF;
    max-width: 420px;
    border-radius: var(--wp--custom--border--radius);
    overflow: hidden;
    height: unset;
  }
}
@media (min-width: 992px) {
  .is-style-left-img .wp-block-post-template article,
  .list-posts.layout-2 article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .is-style-left-img .wp-block-post-template article .wp-block-post-featured-image,
  .list-posts.layout-2 article .wp-block-post-featured-image {
    width: 100%;
    height: 100%;
  }
  .is-style-left-img .wp-block-post-template article .wp-block-post-featured-image a,
  .list-posts.layout-2 article .wp-block-post-featured-image a {
    height: 100%;
    display: block;
  }
  .is-style-left-img .wp-block-post-template article .wp-block-post-featured-image img,
  .list-posts.layout-2 article .wp-block-post-featured-image img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .is-style-left-img.is-style-left-img-event-home .wp-block-post-template article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66.666% 33.333%;
    grid-template-columns: 66.666% 33.333%;
  }
}
.list-post-search {
  padding-bottom: var(--wp--custom--main-size);
}
.list-post-search article {
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: var(--wp--custom--main-size);
  padding-bottom: var(--wp--custom--main-size);
}
.list-post-search article:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-post-search article .wp-post-metas {
  font-size: 1.125rem;
  opacity: 1;
}
.list-post-search article > * {
  -webkit-margin-before: calc(var(--wp--custom--main-size) / 2);
          margin-block-start: calc(var(--wp--custom--main-size) / 2);
}
.list-post-search article > .content-post {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.list-post-search article > .content-post p {
  margin: 0;
}

@media (min-width: 992px) {
  .list-posts.list-posts-related .col:nth-child(3) {
    display: block;
  }
}
/* ==========================================================================
SINGLE POST
========================================================================== */
.single-analysis .hentry,
.single-post .hentry {
  position: relative;
}
.single-analysis .hentry header,
.single-post .hentry header {
  position: relative;
}
.single-analysis .hentry header img,
.single-post .hentry header img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.single-analysis .hentry .container-xxl,
.single-post .hentry .container-xxl {
  position: relative;
  z-index: 10;
}
.single-analysis .hentry .sidebar-section:not(:first-child),
.single-post .hentry .sidebar-section:not(:first-child) {
  -webkit-margin-before: calc(var(--wp--custom--main-size) * 2);
          margin-block-start: calc(var(--wp--custom--main-size) * 2);
}
.single-analysis .hentry .sidebar-section h3,
.single-post .hentry .sidebar-section h3 {
  text-transform: uppercase;
  font-size: 1rem;
}

.single-analysis .wrap-breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 10;
  color: #FFF;
}
.single-analysis .wrap-breadcrumbs a {
  color: #FFF;
}
.single-analysis .wrap-breadcrumbs a:hover {
  color: #FFF;
}
.single-analysis .hentry header {
  color: #FFF;
}
.single-analysis .hentry header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.single-analysis .hentry header .section {
  padding-top: calc(var(--wp--custom--main-size) * 5);
}
.single-analysis .hentry header .section a {
  color: #FFF;
}
.single-analysis .hentry header .section a:hover {
  color: #FFF;
}
.single-analysis .hentry .wp-post-terms {
  color: var(--wp--preset--color--primary);
}
.single-analysis .hentry .wp-post-terms a {
  color: var(--wp--preset--color--primary);
}
.single-analysis .hentry .wp-post-terms a a {
  color: var(--wp--custom--color-primary-hover);
}

@media (min-width: 992px) {
  .single-analysis .hentry header .section {
    padding-top: calc(var(--wp--custom--main-size) * 10);
  }
}
.entry-content figure {
  max-width: 100%;
}

/* ==========================================================================
404
========================================================================== */
.error404 {
  background-color: var(--wp--preset--color--primary);
  background-image: url(../images/bg-pattern-light.png);
}
.error404 .main-header {
  background: none;
}
.error404 .main-header .wp-block-site-logo,
.error404 .main-header #main-menu {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.error404 .main-footer .top-footer {
  padding-top: 0 !important;
}
.error404 .main-header .wp-block-search,
.error404 .wrap-breadcrumbs,
.error404 .wrap-logo-footer {
  display: none;
}
.error404 .main-footer {
  background: none !important;
}
.error404 main {
  color: white;
}
.error404 section {
  -webkit-padding-before: var(--wp--custom--main-size);
          padding-block-start: var(--wp--custom--main-size);
}
.error404 section .texts {
  font-size: 1.2rem;
}
.error404 section p a {
  color: #FFF;
  text-decoration: underline;
}
.error404 section h2 {
  line-height: 1;
  font-size: 9vw;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .error404 section .texts {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .error404 section h2 {
    font-size: 3.75rem;
  }
}
/* ==========================================================================
SEARCH
========================================================================== */
.wp-block-search .wp-block-search__label {
  display: none;
}
.wp-block-search .wp-block-search__button {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
  padding-inline: 1rem;
  font-weight: normal;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--primary);
}

.searchwp-live-search-result--img img {
  border-radius: var(--wp--custom--border--radius);
}

.wp-block-search .wp-block-search__inside-wrapper,
.search-form {
  border: 1px solid #ced4da;
  border-radius: var(--wp--custom--border--radius);
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search .wp-block-search__inside-wrapper .form-control,
.search-form .wp-block-search__input,
.search-form .form-control {
  width: 100%;
  background-color: #F6F6F6;
  border: none;
  border-radius: var(--wp--custom--border--radius) !important;
  padding-inline: 2.5rem;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 0.8rem 50%;
  height: 46px;
  font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
}
.wp-block-search .wp-block-search__inside-wrapper .search-field,
.search-form .search-field {
  border: none;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__inside-wrapper .btn,
.search-form .wp-block-search__button,
.search-form .btn {
  position: relative;
  font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
  line-height: 1;
  margin-left: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 42px;
  border-radius: 0.4rem;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__label,
.search-form .wp-block-search__label {
  display: none;
}

.wrap-search {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 24px 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.wrap-search.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.wrap-search .dgwt-wcas-sf-wrapp {
  width: calc(100% - 48px);
}
.wrap-search .dgwt-wcas-sf-wrapp {
  margin: 0 24px;
}
.wrap-search .search-form {
  padding: 0 24px;
}
.wrap-search .search-form .input-group {
  border: none;
}
.wrap-search .search-form .form-control {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
  padding: 0;
  font-size: 18px;
}
.wrap-search .search-form .search-field {
  border: none;
}
.wrap-search .search-form .btn {
  border-radius: 0;
  padding: 0;
}
.wrap-search .search-form .btn img {
  width: 30px;
}

@media (min-width: 768px) {
  .wrap-search .search-form,
  .wrap-search .dgwt-wcas-sf-wrapp {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .wrap-search {
    padding: 36px 0;
  }
}
.search-no-results #main {
  --wp--style--global--content-size: 900px;
}

/* ==========================================================================
BOOTSTRAP
========================================================================== */
.accordion {
  background: none;
}

.accordion-item {
  background: none;
  border: none;
  background: none !important;
}

.accordion-header {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: none !important;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

.accordion-body {
  padding: var(--wp--custom--main-size) 0;
}

.accordion-button:not(.collapsed) {
  color: var(--wp--preset--color--secondary);
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button {
  background: none;
  color: var(--wp--preset--color--secondary);
  font-size: 1.15rem;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.accordion-button::after {
  background-image: var(--icon-angle);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--icon-angle);
  background-position: center;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

@media (min-width: 1200px) {
  .accordion-button {
    font-size: 1.25rem;
  }
}
/* ==========================================================================
GENERAL
========================================================================== */
a:where(:not(.wp-element-button)) {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

table {
  width: 100%;
  max-width: 100%;
  margin: 25px 0;
  background-color: transparent;
  font-size: 0.9rem;
}

table:not(.variations) td,
table:not(.variations) th {
  padding: 0.3rem;
}

table:not(.variations) td,
table:not(.variations) th {
  border-top: 1px solid #dee2e6;
}

.container,
.container-xl,
.container-xxl,
.container-fluid {
  -webkit-padding-start: var(--wp--custom--main-size);
          padding-inline-start: var(--wp--custom--main-size);
  -webkit-padding-end: var(--wp--custom--main-size);
          padding-inline-end: var(--wp--custom--main-size);
  max-width: 1320px;
}

section.wp-block-group,
.section {
  padding-top: calc(var(--wp--custom--main-size) * 2);
  padding-bottom: calc(var(--wp--custom--main-size) * 2);
  scroll-margin-block-start: 5.9375rem;
}

@media (min-width: 992px) {
  section.wp-block-group,
  .section {
    padding-top: calc(var(--wp--custom--main-size) * 2.5);
    padding-bottom: calc(var(--wp--custom--main-size) * 2.5);
  }
}
@media (min-width: 1200px) {
  section.wp-block-group,
  .section {
    padding-top: calc(var(--wp--custom--main-size) * 3);
    padding-bottom: calc(var(--wp--custom--main-size) * 3);
  }
  .list-posts article,
  .wp-block-post-template article {
    -webkit-transition: -webkit-box-shadow 0.3s ease-out;
    transition: -webkit-box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  }
  .list-posts article:hover,
  .wp-block-post-template article:hover {
    -webkit-box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.1);
  }
  .list-media-hits .media-hit a:hover .quote {
    text-decoration: underline;
  }
}
/* ==========================================================================
GUTENBERG
========================================================================== */
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  border-radius: 0.3125rem;
}

.is-style-d-none {
  display: none !important;
}

.wp-block-embed-youtube {
  border-radius: var(--wp--custom--border--radius);
  overflow: hidden;
}

.wp-block-details summary {
  border-bottom: 1px solid currentColor;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 1rem 0;
  line-height: 1.3;
}
.wp-block-details summary:after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  content: "";
  background-repeat: no-repeat;
  background-image: var(--icon-angle);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.wp-block-details[open] {
  padding-bottom: var(--wp--custom--main-size);
}
.wp-block-details[open] summary:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.wp-block-details.has-background {
  border-radius: var(--wp--custom--border--radius);
}
.wp-block-details.has-background summary {
  padding-inline: var(--wp--custom--main-size);
  padding-top: 1rem;
}
.wp-block-details.has-background > :where(:not(summary)) {
  -webkit-margin-start: var(--wp--custom--main-size);
          margin-inline-start: var(--wp--custom--main-size);
  -webkit-margin-end: var(--wp--custom--main-size);
          margin-inline-end: var(--wp--custom--main-size);
}

.has-global-padding > .wp-block-group.alignfull.has-background.is-layout-constrained {
  -webkit-padding-start: var(--wp--custom--main-size);
          padding-inline-start: var(--wp--custom--main-size);
  -webkit-padding-end: var(--wp--custom--main-size);
          padding-inline-end: var(--wp--custom--main-size);
}

.wp-block-social-link {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.wp-block-social-link:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.8;
}

hr,
.wp-block-separator {
  opacity: 1;
  border-top: 1px solid #D5D0CA;
  border-bottom: 0;
}

@media (min-width: 1400px) {
  .list-people .g-xxl-5,
  .list-people .gy-xxl-5 {
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 2rem;
  }
}
.has-white-link-color .is-style-link-arrow a:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.has-white-link-color a {
  color: #FFF;
}
.has-white-link-color a:hover {
  color: #FFF;
}

.has-white-color.is-style-link-arrow a:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.is-provider-flickr img {
  border-radius: var(--wp--custom--border--radius);
}

.no-captions figcaption {
  display: none;
}

.wp-block-heading a {
  text-decoration: none;
}
.wp-block-heading a:hover {
  text-decoration: underline;
}

.box-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.box-button > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.no-text-decoration a {
  text-decoration: none;
}
.no-text-decoration a:hover {
  text-decoration: underline;
}

/* ==========================================================================
WPML
========================================================================== */
.current-language-item {
  padding: 0.72rem 1rem 0.72rem 2.5rem;
  border-radius: var(--wp--custom--border--radius) !important;
  background-color: #F6F6F6 !important;
  background-image: url(../images/icon-globe.svg);
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.current-language-item:hover {
  background-color: #efefef !important;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal {
  width: 100% !important;
}

.wpml-language-switcher-block ul.isHorizontal li div {
  display: block !important;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a {
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: 1rem !important;
  padding: 0.72rem 1rem;
  border-radius: var(--wp--custom--border--radius) !important;
  background-color: #F6F6F6 !important;
  text-align: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a:hover {
  background-color: #efefef !important;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

#lang_sel_list {
  width: 100%;
}
#lang_sel_list ul li {
  width: 100% !important;
  padding-left: 0 !important;
}
#lang_sel_list .wpml-ls-link {
  text-align: center;
  padding: 0.8rem 1rem !important;
  border-radius: var(--wp--custom--border--radius) !important;
  background-color: #F6F6F6 !important;
  background-image: url(../images/icon-globe.svg);
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.125rem;
  font-weight: 500;
}
#lang_sel_list .wpml-ls-link:hover {
  background-color: #efefef !important;
}

/* ==========================================================================
HEADER
========================================================================== */
.main-header {
  z-index: 998;
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #FFF;
}
.main-header .col-logo a {
  display: block;
}
.main-header .col-logo a img {
  max-width: 100px;
}
.main-header .col-donate {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.main-header .col-donate .wp-element-button {
  padding-inline: 1rem;
}

@media (min-width: 375px) {
  .main-header .col-logo a img {
    max-width: 120px;
  }
}
.wpml-language-switcher-block {
  text-transform: uppercase;
  font-size: 1rem !important;
}
.wpml-language-switcher-block .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  display: block;
}

.wrap-breadcrumbs {
  padding: var(--wp--custom--main-size);
  padding-bottom: 0;
  font-weight: 500;
}
.wrap-breadcrumbs a {
  text-decoration: none;
}
.wrap-breadcrumbs a:hover {
  text-decoration: underline;
}
.wrap-breadcrumbs > * {
  max-width: var(--wp--style--global--content-size);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.wrap-breadcrumbs .inner {
  max-width: 40.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-newsletter .wrap-breadcrumbs,
.search-results .wrap-breadcrumbs,
.blog .wrap-breadcrumbs,
.archive .wrap-breadcrumbs,
.page-template-priorities .wrap-breadcrumbs,
.page-template-analysis .wrap-breadcrumbs,
.page-template-wola-in-the-news .wrap-breadcrumbs,
.page-template-staff .wrap-breadcrumbs,
.page-template-events .wrap-breadcrumbs,
.page-template-countries .wrap-breadcrumbs,
.page-template-past-events .wrap-breadcrumbs,
.page-template-no-spaces .wrap-breadcrumbs {
  background: #FFF;
}

@media (max-width: 1023px) {
  .main-header .col-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 0;
  }
  .main-header .row {
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .row .col-right,
  .main-header .row .col-logo {
    z-index: 99;
  }
  .main-header .row .col-right {
    -webkit-margin-end: 3.4rem;
            margin-inline-end: 3.4rem;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 768px) {
  .main-header .col-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .wrap-breadcrumbs {
    padding-top: calc(var(--wp--custom--main-size) * 2);
  }
}
@media (min-width: 1024px) {
  .main-header {
    padding-top: var(--wp--custom--main-size);
    padding-bottom: var(--wp--custom--main-size);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .main-header .col-logo a img {
    max-width: 150px;
  }
}
/* ==========================================================================
MAIN NAVIGATION
========================================================================== */
#main-navigation {
  position: fixed;
  background-color: #FFF;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  overflow: auto;
}
#main-navigation .header-menu {
  padding-inline: var(--wp--custom--main-size);
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-navigation .header-menu .btn-close {
  color: var(--wp--preset--color--primary);
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-navigation ul a {
  display: block;
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
  text-decoration: none;
}
#main-navigation > div > ul {
  padding: var(--wp--custom--main-size);
}
#main-navigation > div > ul > li {
  border-radius: 0.3125rem;
}
#main-navigation > div > ul > li > a {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
}
#main-navigation > div > ul > li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.5rem;
}
#main-navigation > div > ul > li.menu-item-has-children > .arrow {
  cursor: pointer;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: var(--icon-angle);
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  -webkit-margin-end: 1.25rem;
          margin-inline-end: 1.25rem;
  background-color: transparent;
  border: none;
}
#main-navigation > div > ul > li.menu-item-has-children > .arrow.show-sub-menu {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#main-navigation > div > ul > li:not(.menu-item-has-children) > .arrow {
  padding: 0;
  border: none;
  background-color: transparent;
  display: none;
}
#main-navigation > div > ul > li.show-submenu > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#main-navigation > div > ul > li.btn-on-menu > a {
  background-color: var(--wp--preset--color--blue);
  text-align: center;
  font-size: 1.125rem;
}
#main-navigation > div > ul > li > .sub-menu {
  width: 100%;
  display: none;
  background-color: #F6F6F6;
  border-radius: var(--wp--custom--border--radius);
  padding-block: 0.625rem;
}
#main-navigation > div > ul > li > .sub-menu > li > a {
  font-size: 0.9375rem;
  padding: 0.625rem 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#main-navigation > div > ul > li > .sub-menu > li > a:hover {
  text-decoration: underline !important;
}
#main-navigation > div > ul > li > .sub-menu > li > a img {
  max-width: 1.5rem;
}

@media (min-width: 992px) {
  #main-navigation {
    overflow: unset;
    width: auto;
    height: calc(100% - 3rem);
    top: var(--wp--custom--main-size);
    left: var(--wp--custom--main-size);
    border-radius: var(--wp--custom--border--radius);
    -webkit-box-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, 0.3);
  }
  #main-navigation .menu-main-menu-en-container {
    overflow-y: auto;
    height: calc(100vh - 120px);
    overflow-x: hidden;
  }
  #main-navigation ul li {
    width: 16.875rem;
    -webkit-padding-start: var(--wp--custom--main-size);
            padding-inline-start: var(--wp--custom--main-size);
  }
  #main-navigation > div > ul {
    padding: 1.125rem 0 0 0;
  }
  #main-navigation > div > ul > li {
    padding-block: 0;
    -webkit-padding-start: var(--wp--custom--main-size);
            padding-inline-start: var(--wp--custom--main-size);
  }
  #main-navigation > div > ul > li:not(:last-child) {
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
  #main-navigation > div > ul > li > a {
    border-radius: 0.3125rem 0 0 0.3125rem;
    font-size: 1.125rem;
  }
  #main-navigation > div > ul > li.btn-on-menu {
    -webkit-padding-end: var(--wp--custom--main-size);
            padding-inline-end: var(--wp--custom--main-size);
  }
  #main-navigation > div > ul > li.btn-on-menu > a {
    border-radius: 0.3125rem;
  }
  #main-navigation > div > ul > li.btn-on-menu > a:hover {
    background-color: var(--wp--preset--color--blue);
  }
  #main-navigation > div > ul > li.menu-item-has-children {
    display: block;
  }
  #main-navigation > div > ul > li.menu-item-has-children > .arrow {
    display: none !important;
  }
  #main-navigation > div > ul > li > .sub-menu {
    border-radius: 0 var(--wp--custom--border--radius) var(--wp--custom--border--radius) 0;
    padding-top: 5.5rem;
    -webkit-padding-after: var(--wp--custom--main-size);
            padding-block-end: var(--wp--custom--main-size);
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    background-color: #F6F6F6;
    left: 16.405rem;
    overflow-y: auto;
    -webkit-box-shadow: 1.5625rem 1.25rem 1.875rem rgba(0, 0, 0, 0.2);
            box-shadow: 1.5625rem 1.25rem 1.875rem rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  #main-navigation > div > ul > li > .sub-menu > li > a {
    font-weight: 400;
    padding: 0.625rem 1.25rem;
    font-size: 1.125rem;
  }
  #main-navigation > div > ul > li.current-menu-item > a {
    background-color: #F6F6F6;
  }
  #main-navigation > div > ul > li > a:hover:not(.btn-on-menu), #main-navigation > div > ul > li > a:focus-visible:not(.btn-on-menu) {
    background-color: #F6F6F6;
  }
}
body.show-main-menu {
  overflow: hidden;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
body.show-main-menu #main-navigation {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
FOOTER
========================================================================== */
.main-footer a {
  text-decoration: none;
}
.main-footer .top-footer {
  padding-top: calc(var(--wp--custom--main-size) * 2);
  padding-bottom: calc(var(--wp--custom--main-size) * 2);
}
.main-footer .row-navigation a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.main-footer .row-navigation a:hover {
  opacity: 0.5;
}
.main-footer .row-navigation ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.main-footer .row-navigation ul li:not(:first-child) {
  -webkit-margin-before: var(--wp--preset--spacing--1);
          margin-block-start: var(--wp--preset--spacing--1);
}
.main-footer .wp-block-search .wp-block-search__input {
  background-image: url(../images/icon-search-light.svg);
  background-color: #4B4B4E;
  color: #FFF;
}

@media (max-width: 991px) {
  .main-footer .row-navigation h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem;
    -webkit-margin-after: 0 !important;
            margin-block-end: 0 !important;
  }
  .main-footer .row-navigation h2::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: var(--icon-angle);
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .main-footer .row-navigation h2.show-submenu::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-footer .row-navigation h2.show-submenu + ul {
    display: block;
  }
  .main-footer .row-navigation ul {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-footer .top-footer {
    padding-top: calc(var(--wp--custom--main-size) * 2.5);
    padding-bottom: calc(var(--wp--custom--main-size) * 2.5);
  }
}
@media (min-width: 1200px) {
  .main-footer .top-footer {
    padding-top: calc(var(--wp--custom--main-size) * 3);
    padding-bottom: calc(var(--wp--custom--main-size) * 3);
  }
}
/* ==========================================================================
HEADER PAGE
========================================================================== */
.header-page {
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: var(--wp--custom--main-size);
  padding-bottom: calc(var(--wp--custom--main-size) * 2);
}
.header-page .is-layout-constrained {
  width: 100%;
  position: relative;
  z-index: 90;
}
.header-page > img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.header-page h1 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.header-page.header-page-priority h1, .header-page.header-page-country h1 {
  color: #FFFFFF;
}
.header-page.header-page-priority:before, .header-page.header-page-country:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
}

.archive-description {
  max-width: 40rem;
}

.page-template-updates .wrap-breadcrumbs {
  background-color: var(--wp--preset--color--grey);
}

.page-template-priority .wrap-breadcrumbs,
.page-template-country .wrap-breadcrumbs {
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.country-map iframe {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  border-radius: var(--wp--custom--border--radius);
}

.page-id-69467 .wrap-breadcrumbs,
.page-id-69470 .wrap-breadcrumbs,
.page-id-296 .wrap-breadcrumbs,
.page-id-47969 .wrap-breadcrumbs {
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background: none;
}

.img-map-country img {
  max-width: none;
  width: 100%;
}

@media (min-width: 992px) {
  .header-page {
    padding-block: calc(var(--wp--custom--main-size) * 2);
    min-height: 400px;
  }
  .header-page h1 {
    gap: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .header-page.header-page-priority h1 {
    padding-right: 30%;
  }
}
/* ==========================================================================
UI ITEMS
========================================================================== */
.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tags-list a {
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 0.3rem;
  background-color: #D5D0CA;
  text-transform: uppercase;
  font-size: 0.875rem;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.tags-list a:hover {
  opacity: 0.8;
}
.tags-list.tags-list-icon a {
  background-color: #F6F6F6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.tags-list.tags-list-icon a img {
  max-width: 1.5rem;
}

.countries-tags {
  gap: 0.375rem;
}
.countries-tags .country-tag {
  background-color: #F6F6F6;
  padding: 0.5rem;
  border-radius: 0.3rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
  gap: 0.375rem;
}
.countries-tags .country-tag a {
  text-decoration: none;
  display: block;
}
.countries-tags .country-tag a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.countries-tags .country-tag figure {
  line-height: 1;
}
.countries-tags .country-tag img {
  max-width: 1.5rem;
}
.countries-tags .country-tag:hover {
  opacity: 0.8;
}

.tag-expert {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  background-color: #FFF;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}

.card-priorities {
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.card-priorities figure {
  position: relative;
  z-index: 5;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.card-priorities a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card-priorities a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (min-width: 1200px) {
  .card-priorities {
    -webkit-transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .card-priorities:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.pill-priorities {
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.pill-priorities a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (min-width: 1200px) {
  .pill-priorities:not(:hover) {
    background-color: #F6F6F6 !important;
  }
}
.link-icon {
  position: relative;
}
.link-icon a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

main ul:not([class]) {
  -webkit-padding-start: 0.9375rem;
          padding-inline-start: 0.9375rem;
}
main ul:not([class]) li:not(:first-child) {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}

.is-style-link-arrow a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  text-decoration: none;
}
.is-style-link-arrow a:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background-image: url(../images/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.is-style-link-arrow a:hover {
  text-decoration: underline;
}

.has-white-color .is-style-link-arrow a:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.countries-list,
.priorities-list {
  padding: 0;
  list-style: none;
  -webkit-margin-before: var(--wp--custom--main-size);
          margin-block-start: var(--wp--custom--main-size);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.countries-list li:not(:first-child),
.priorities-list li:not(:first-child) {
  -webkit-margin-before: 0.375rem;
          margin-block-start: 0.375rem;
}
.countries-list li a,
.priorities-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.countries-list li a:hover,
.priorities-list li a:hover {
  text-decoration: underline;
}
.countries-list li a img,
.priorities-list li a img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
  width: 1.5rem;
  height: 1.5rem;
}

.list-authors-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--wp--custom--main-size);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-authors-post .item {
  text-align: center;
  position: relative;
}
.list-authors-post .item .small-info {
  display: inline-block;
  cursor: pointer;
}
.list-authors-post .item .small-info img {
  max-width: 3.75rem;
  border-radius: 50%;
}
.list-authors-post .item .small-info p {
  font-weight: 700;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  line-height: 1.3;
}
.list-authors-post .item-wola img {
  max-width: 4rem;
  border-radius: 0;
}
.list-authors-post .item-wola p {
  font-weight: 700;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  line-height: 1.3;
}
.list-authors-post .author-card {
  width: 350px;
  position: absolute;
  top: 105%;
  display: none;
  z-index: 99;
}
.list-authors-post .author-card > * {
  margin-top: calc(var(--wp--custom--main-size) / 2);
}
.list-authors-post .author-card .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin-top: 0;
}
.list-authors-post .author-card .title {
  font-size: 1.5em;
  font-weight: 600;
}
.list-authors-post .author-card img {
  max-width: 9.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .list-authors-post .item {
    width: 100%;
  }
  .list-authors-post .item .small-info img {
    max-width: 5rem;
  }
}
.bg-grey {
  background-color: #F6F6F6;
}

.is-style-box-pattern,
.is-style-box {
  padding: var(--wp--custom--main-size);
  border-radius: var(--wp--custom--border--radius);
}

.is-style-box-pattern {
  background-image: url(../images/bg-pattern.png);
  background-size: cover;
}

@media (min-width: 1200px) {
  .is-style-box-pattern,
  .is-style-box {
    padding: calc(var(--wp--custom--main-size) * 2);
  }
}
.wp-block-cover,
.wp-block-cover-image {
  padding: var(--wp--custom--main-size);
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}

/* ==========================================================================
COUNTRIES
========================================================================== */
.list-pages-staff .item,
.list-pages-countries .item {
  border-radius: var(--wp--custom--border--radius);
  overflow: hidden;
}
.list-pages-staff .item:not(:first-child),
.list-pages-countries .item:not(:first-child) {
  -webkit-margin-before: var(--wp--custom--main-size);
          margin-block-start: var(--wp--custom--main-size);
}
.list-pages-staff .item .img-staff img,
.list-pages-staff .item .img-map img,
.list-pages-countries .item .img-staff img,
.list-pages-countries .item .img-map img {
  max-width: none;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-pages-staff .item .section-header h2,
.list-pages-countries .item .section-header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.list-pages-staff .item .list-posts .col:last-child,
.list-pages-countries .item .list-posts .col:last-child {
  display: none;
}

.img-staff {
  position: relative;
}
.img-staff .tag-expert {
  position: absolute;
  right: var(--wp--custom--main-size);
  top: var(--wp--custom--main-size);
}

@media (min-width: 768px) {
  .list-pages-staff .item .img-staff img {
    height: 100%;
    aspect-ratio: unset;
  }
  .list-pages-countries .item .img-map img {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .list-pages-staff .item .img-staff img {
    aspect-ratio: 1/1;
  }
  .list-pages-countries .item:not(:first-child) {
    -webkit-margin-before: calc(var(--wp--custom--main-size) * 2);
            margin-block-start: calc(var(--wp--custom--main-size) * 2);
  }
  .list-pages-countries .item .list-posts .col:last-child {
    display: block;
  }
}
@media (min-width: 1200px) {
  .list-pages-countries .item .img-map img {
    height: 100%;
    aspect-ratio: 4/3;
  }
}
/* ==========================================================================
EXPERTS
========================================================================== */
.list-experts {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-experts article {
  height: 100%;
  background-color: #FFF;
  padding: var(--wp--custom--main-size);
  border-radius: var(--wp--custom--border--radius);
}
.list-experts a {
  text-decoration: none;
}
.list-experts a img {
  max-width: none;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.list-experts a h3 {
  font-size: 1.375rem;
}
.list-experts.list-experts-bg-grey article {
  background-color: var(--wp--preset--color--grey);
}

/* ==========================================================================
PRIORITIES
========================================================================== */
.list-pages-priorities .item {
  border-radius: var(--wp--custom--border--radius);
}
.list-pages-priorities .item:not(:first-child) {
  -webkit-margin-before: var(--wp--custom--main-size);
          margin-block-start: var(--wp--custom--main-size);
}
.list-pages-priorities .item .btn-collapse {
  border-radius: 0.5rem 0.5rem 0 0;
  text-align: start;
  color: #FFF;
  background-color: var(--wp--preset--color--primary);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.list-pages-priorities .item .btn-collapse img {
  max-width: 1.25rem;
}
.list-pages-priorities .item .btn-collapse:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  background-image: var(--icon-angle);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.list-pages-priorities .item .btn-collapse.collapsed:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* ==========================================================================
MULTIMEDIA
========================================================================== */
.list-posts-multimedia .col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

/* ==========================================================================
STAFF
========================================================================== */
.single-staff .wrap-breadcrumbs,
.single-staff main header {
  background-color: #FFF;
}
.single-staff .image img {
  border-radius: var(--wp--custom--border--radius);
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1200px) {
  .single-staff .row.g-xl-5 :where(body .is-layout-constrained) > *:not(:first-child) {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.social-links a {
  width: 32px;
  height: 32px;
  display: block;
  background-size: cover;
}
.social-links a[href*="facebook.com"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23404042'%3e%3cpath fill-rule='evenodd' d='M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z'/%3e%3c/svg%3e");
}
.social-links a[href*="twitter.com"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23404042'%3e%3cpath fill-rule='evenodd' d='M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245l-7.131-10.378Zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387l-4.745-6.787Z'/%3e%3c/svg%3e");
}
.social-links a[href*="x.com"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23404042'%3e%3cpath fill-rule='evenodd' d='M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245l-7.131-10.378Zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387l-4.745-6.787Z'/%3e%3c/svg%3e");
}
.social-links a[href*="youtube.com"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23404042'%3e%3cpath fill-rule='evenodd' d='M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z'/%3e%3c/svg%3e");
}
.social-links a[href*="instagram.com"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23404042'%3e%3cpath fill-rule='evenodd' d='M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z'/%3e%3c/svg%3e");
}
.social-links a[href*="linkedin.com"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23404042'%3e%3cpath fill-rule='evenodd' d='M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z'/%3e%3c/svg%3e");
}
.social-links a[href*="bsky.app"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23404042'%3e%3cpath fill-rule='evenodd' d='M6.3,4.2c2.3,1.7,4.8,5.3,5.7,7.2.9-1.9,3.4-5.4,5.7-7.2,1.7-1.3,4.3-2.2,4.3.9s-.4,5.2-.6,5.9c-.7,2.6-3.3,3.2-5.6,2.8,4,.7,5.1,3,2.9,5.3-5,5.2-6.7-2.8-6.7-2.8,0,0-1.7,8-6.7,2.8-2.2-2.3-1.2-4.6,2.9-5.3-2.3.4-4.9-.3-5.6-2.8-.2-.7-.6-5.3-.6-5.9,0-3.1,2.7-2.1,4.3-.9h0Z'/%3e%3c/svg%3e");
}

.list-media-hits .media-hit span,
.list-media-hits .media-hit a {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  text-decoration: none;
  border-radius: var(--wp--custom--border--radius);
}
.list-media-hits .media-hit .quote {
  font-size: clamp(1.125rem, 1.0509rem + 0.3704vw, 1.375rem);
  font-weight: 600;
}
.list-media-hits .media-hit .name {
  font-size: clamp(1rem, 0.963rem + 0.1852vw, 1.125rem);
}
.list-media-hits .media-hit:not(:first-child) {
  margin-top: var(--wp--custom--main-size);
}

/* ==========================================================================
EVENTS
========================================================================== */
.wrap-events {
  background-image: url(../images/bg-pattern.png);
  background-color: #D5D0CA;
}

@media (min-width: 992px) {
  .feature-post .hentry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feature-post .hentry .wp-block-post-featured-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .feature-post .hentry .wp-block-post-featured-image a {
    display: block;
    height: 100%;
  }
  .feature-post .hentry .wp-block-post-featured-image img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .feature-post .hentry .wp-block-post-featured-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
  }
  .feature-post .hentry .wp-block-post-featured-image img {
    aspect-ratio: 16/9;
  }
}
/* ==========================================================================
BANNER DONATE
========================================================================== */
.donate-color-yellow .banner-donate {
  background-color: var(--wp--preset--color--yellow);
}

.donate-color-pink .banner-donate {
  background-color: var(--wp--preset--color--pink);
}

.donate-color-blue .banner-donate {
  background-color: var(--wp--preset--color--blue);
}

.donate-color-orange .banner-donate {
  background-color: var(--wp--preset--color--orange);
}

.donate-color-purple .banner-donate {
  background-color: var(--wp--preset--color--purple);
}

.donate-color-green .banner-donate {
  background-color: var(--wp--preset--color--green);
}

.donate-color-salmon .banner-donate {
  background-color: var(--wp--preset--color--salmon);
}

/* ==========================================================================
HOME
========================================================================== */
body.home .main-header {
  position: fixed;
}
body.home .main-header:not(.nav-scrolled) {
  width: 100%;
  background: none;
}
body.home .main-header:not(.nav-scrolled) .wp-block-site-logo,
body.home .main-header:not(.nav-scrolled) #main-menu {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body.home .main-header:not(.nav-scrolled) .wp-block-search .wp-block-search__inside-wrapper,
body.home .main-header:not(.nav-scrolled) .search-form {
  border-color: transparent;
}
body.home .wrap-breadcrumbs {
  display: none;
}

@media (max-width: 767px) {
  .list-priorities-home .card-priorities {
    padding: 1rem !important;
  }
  .list-priorities-home .card-priorities figure {
    max-width: 70px;
  }
}
@media (min-width: 1200px) {
  .list-priorities-home .card-priorities {
    -webkit-box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .list-priorities-home .card-priorities a {
    color: var(--wp--preset--color--primary);
  }
  .list-priorities-home .card-priorities:not(:hover) {
    background-color: #4B4B4E !important;
  }
  .list-priorities-home .card-priorities:not(:hover) .wp-block-image {
    -webkit-filter: brightness(0) invert(1) !important;
            filter: brightness(0) invert(1) !important;
  }
  .list-priorities-home .card-priorities:not(:hover) a {
    color: #FFF;
  }
}
.banner-home {
  min-height: 85svh;
}

.intro-home > * {
  max-width: 800px;
}

@media (min-width: 768px) {
  .item-priority-home .main-img {
    height: 100%;
    background-color: #CCC;
  }
  .item-priority-home .main-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ==========================================================================
SERACH FILTERS
========================================================================== */
.heading-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
.heading-filter::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: var(--icon-angle);
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.heading-filter:not(.show-submenu)::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.heading-filter:not(.show-submenu) + ul {
  display: none;
}

.search-filters-list {
  list-style: none;
  padding: 0;
  -webkit-margin-before: var(--wp--custom--main-size);
          margin-block-start: var(--wp--custom--main-size);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.search-filters-list li a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.search-filters-list li a:hover {
  text-decoration: underline;
}
.search-filters-list li a img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  width: 24px;
  height: 24px;
}
.search-filters-list li.active {
  background-color: var(--wp--preset--color--grey);
  padding-block: 6px;
  border-radius: 5px;
}
.search-filters-list li.active a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.search-filters-list li:not(:first-child) {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
.search-filters-list.search-filters-list-experts img {
  border-radius: 50%;
}

body.tax-tax_country .box-tax_country {
  display: none !important;
}

body.tax-tax_issue .box-tax_issue {
  display: none !important;
}

/* ==========================================================================
COLORS
========================================================================== */
.wp-post-terms {
  min-height: 40px;
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--primary);
}

.tax_issue-migration .wp-post-terms,
.tax_issue-migracion .wp-post-terms {
  background-color: var(--wp--preset--color--aquamarine);
  color: var(--wp--preset--color--primary);
}

.tax_issue-rule-of-law .wp-post-terms,
.tax_issue-estado-de-derecho .wp-post-terms {
  background-color: var(--wp--preset--color--salmon);
  color: var(--wp--preset--color--primary);
}

.tax_issue-peace-security .wp-post-terms,
.tax_issue-paz-y-seguridad .wp-post-terms {
  background-color: var(--wp--preset--color--pink);
  color: var(--wp--preset--color--primary);
}

.tax_issue-gender-and-racial-justice .wp-post-terms,
.tax_issue-justicia-de-genero-y-racial .wp-post-terms {
  background-color: var(--wp--preset--color--purple);
  color: var(--wp--preset--color--primary);
}

.tax_issue-climate .wp-post-terms,
.tax_issue-clima .wp-post-terms {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--primary);
}

.tax_issue-drug-policy .wp-post-terms,
.tax_issue-politica-de-drogas .wp-post-terms {
  background-color: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--primary);
}

.tax_issue-democracia .wp-post-terms,
.tax_issue-democracy .wp-post-terms {
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--primary);
}

/* ==========================================================================
LIVE SEARCH
========================================================================== */
.searchwp-live-search-results {
  border: 1px solid #F6F6F6;
}

.postype-name {
  font-size: 0.75rem;
  margin-top: 0.5rem !important;
}

.searchwp-live-search-results-showing {
  border-radius: var(--wp--custom--border--radius) !important;
}

.searchwp-live-search-result--title {
  font-weight: 400 !important;
}

.searchwp-live-search-result--desc {
  font-size: 0.8em !important;
  margin-top: 0.5rem;
  font-weight: 400 !important;
  opacity: 0.7;
}

.searchwp-live-search-result--img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto !important;
}

@media (min-width: 992px) {
  .searchwp-live-search-result {
    padding: 1.2rem !important;
  }
}
/* ==========================================================================
BLOG LAYOUTS
========================================================================== */
.list-post-events,
.is-style-layout-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--wp--custom--main-size);
}
.list-post-events li,
.is-style-layout-1 li {
  margin-top: 0;
}

@media (max-width: 767px) {
  .list-post-events li:not(:nth-child(1)) .wp-block-post-featured-image,
  .list-post-events li:not(:nth-child(1)) .wp-block-post-excerpt,
  .is-style-layout-1 li:not(:nth-child(1)) .wp-block-post-featured-image,
  .is-style-layout-1 li:not(:nth-child(1)) .wp-block-post-excerpt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .is-style-layout-1 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .is-style-layout-1 li:not(:nth-child(1)):not(:nth-child(2)) .wp-block-post-featured-image,
  .is-style-layout-1 li:not(:nth-child(1)):not(:nth-child(2)) .wp-block-post-excerpt {
    display: none;
  }
}
@media (min-width: 768px) {
  .first-post-full .wp-block-post:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .first-post-full .wp-block-post:first-child article .wp-block-post-featured-image,
  .first-post-full .wp-block-post:first-child article .wp-block-post-featured-image img {
    aspect-ratio: 16/6 !important;
  }
}
@media (min-width: 992px) {
  .list-post-events,
  .is-style-layout-1 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .list-post-events li,
  .is-style-layout-1 li {
    margin-top: 0;
  }
  .list-post-events li:nth-child(odd),
  .is-style-layout-1 li:nth-child(odd) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .list-post-events li:nth-child(odd) article,
  .is-style-layout-1 li:nth-child(odd) article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-post-events li:nth-child(odd) article .wp-post-details,
  .is-style-layout-1 li:nth-child(odd) article .wp-post-details {
    width: 50%;
  }
  .list-post-events li:nth-child(odd) article .wp-block-post-featured-image,
  .is-style-layout-1 li:nth-child(odd) article .wp-block-post-featured-image {
    width: 50%;
  }
  .list-post-events li:nth-child(odd) article .wp-block-post-featured-image a,
  .is-style-layout-1 li:nth-child(odd) article .wp-block-post-featured-image a {
    height: 100%;
    display: block;
  }
  .list-post-events li:nth-child(odd) article .wp-block-post-featured-image img,
  .is-style-layout-1 li:nth-child(odd) article .wp-block-post-featured-image img {
    height: 100%;
  }
  .list-post-events li:nth-child(even),
  .is-style-layout-1 li:nth-child(even) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .list-post-events li:nth-child(even) .wp-block-post-featured-image,
  .is-style-layout-1 li:nth-child(even) .wp-block-post-featured-image {
    display: none;
  }
  .first-post-full .wp-block-post:first-child {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
.is-style-layout-2 {
  display: -ms-grid;
  display: grid;
  gap: var(--wp--custom--main-size);
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.is-style-layout-2 li {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .is-style-layout-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .is-style-layout-2 li:nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .is-style-layout-2 li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
  }
}
@media (min-width: 992px) {
  .is-style-layout-2 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .is-style-layout-2 li:nth-child(1) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .is-style-layout-2 li:not(:nth-child(1)) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .is-style-layout-2 li:not(:nth-child(1)) .wp-block-post-featured-image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .is-style-layout-2 li:nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
  .is-style-layout-2 li:not(:nth-child(1)) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .is-style-layout-2 li:not(:nth-child(1)) .wp-block-post-featured-image {
    display: unset;
  }
  .is-style-layout-2 li:nth-child(2), .is-style-layout-2 li:nth-child(3), .is-style-layout-2 li:nth-child(4) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .is-style-layout-2 li:nth-child(2) .wp-block-post-featured-image, .is-style-layout-2 li:nth-child(3) .wp-block-post-featured-image, .is-style-layout-2 li:nth-child(4) .wp-block-post-featured-image {
    display: none;
  }
}
.list-post-events .is-style-layout-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--wp--custom--main-size);
}
.list-post-events .is-style-layout-3 div.col,
.list-post-events .is-style-layout-3 li {
  margin-top: 0;
}
.list-post-events .is-style-layout-3 div.col:not(:nth-child(1)) article .content-post,
.list-post-events .is-style-layout-3 div.col:not(:nth-child(1)) article .wp-block-post-excerpt,
.list-post-events .is-style-layout-3 div.col:not(:nth-child(1)) article .wp-block-post-featured-image,
.list-post-events .is-style-layout-3 li:not(:nth-child(1)) article .content-post,
.list-post-events .is-style-layout-3 li:not(:nth-child(1)) article .wp-block-post-excerpt,
.list-post-events .is-style-layout-3 li:not(:nth-child(1)) article .wp-block-post-featured-image {
  display: none;
}

@media (min-width: 768px) {
  .is-style-layout-3 div.col:nth-child(1) article,
  .is-style-layout-3 li:nth-child(1) article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .is-style-layout-3 div.col:nth-child(1) article .wp-post-details,
  .is-style-layout-3 li:nth-child(1) article .wp-post-details {
    width: 50%;
  }
  .is-style-layout-3 div.col:nth-child(1) article .wp-block-post-featured-image,
  .is-style-layout-3 li:nth-child(1) article .wp-block-post-featured-image {
    width: 50%;
  }
  .is-style-layout-3 div.col:nth-child(1) article .wp-block-post-featured-image a,
  .is-style-layout-3 li:nth-child(1) article .wp-block-post-featured-image a {
    height: 100%;
    display: block;
  }
  .is-style-layout-3 div.col:nth-child(1) article .wp-block-post-featured-image img,
  .is-style-layout-3 li:nth-child(1) article .wp-block-post-featured-image img {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .is-style-layout-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .is-style-layout-3 div.col:nth-child(1),
  .is-style-layout-3 li:nth-child(1) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .is-style-layout-3 div.col:nth-child(1) article .wp-post-details,
  .is-style-layout-3 li:nth-child(1) article .wp-post-details {
    width: 34%;
  }
  .is-style-layout-3 div.col:nth-child(1) article .wp-block-post-featured-image,
  .is-style-layout-3 li:nth-child(1) article .wp-block-post-featured-image {
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .is-style-layout-3 div.col:nth-child(1) article .wp-post-details > .wp-post-terms + *,
  .is-style-layout-3 li:nth-child(1) article .wp-post-details > .wp-post-terms + * {
    margin-top: calc(var(--wp--custom--main-size) * 2);
  }
  .is-style-layout-3 div.col:nth-child(1) article .wp-post-details > :not(.wp-post-terms),
  .is-style-layout-3 li:nth-child(1) article .wp-post-details > :not(.wp-post-terms) {
    margin-inline: calc(var(--wp--custom--main-size) * 3);
  }
}
.list-post-features li:not(:nth-child(1)) .wp-block-post-excerpt {
  display: none !important;
}

@media (min-width: 768px) {
  .last-post-feature {
    position: relative;
  }
  .last-post-feature .wp-block-post-featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .last-post-feature .wp-block-post-featured-image img {
    border-radius: var(--wp--custom--border--radius);
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .last-post-feature .wp-block-query li {
    padding: var(--wp--custom--main-size);
  }
}
@media (min-width: 992px) {
  .last-post-feature .wp-block-query li {
    padding-top: calc(var(--wp--custom--main-size) * 5);
  }
}
@media (min-width: 1200px) {
  .last-post-feature .wp-block-query li {
    padding: calc(var(--wp--custom--main-size) * 2);
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    padding-top: calc(var(--wp--custom--main-size) * 7);
  }
}
.grid-newsletter {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(19rem, 100%), 1fr));
  container-type: inline-size;
  gap: var(--wp--custom--main-size);
}
.grid-newsletter h3 {
  font-weight: 500;
}
.grid-newsletter a {
  display: block;
  background: #FFF;
  padding: var(--wp--custom--main-size);
  border-radius: var(--wp--custom--border--radius);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-decoration: none;
}
.grid-newsletter a:hover {
  opacity: 0.7;
}
.grid-newsletter.dark a {
  background-color: #4B4B4E;
  color: #FFF;
}

.priorities-list-image a {
  text-decoration: none;
}
.priorities-list-image a:hover {
  text-decoration: underline;
}

.info-sort-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-margin-after: var(--wp--custom--main-size);
          margin-block-end: var(--wp--custom--main-size);
}
.info-sort-layout .sort-by {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.select-layout,
.sort-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.select-layout .btn,
.sort-by .btn {
  font-size: 1rem;
}
.select-layout .btn-current,
.sort-by .btn-current {
  color: var(--wp--preset--color--green);
}
.select-layout .dropdown-toggle,
.sort-by .dropdown-toggle {
  font-size: 1rem;
  border: none;
  line-height: 1;
  color: var(--wp--preset--color--green);
}

.dropdown-menu {
  --bs-dropdown-link-active-color: #404042;
  --bs-dropdown-link-active-bg: #F6F6F6 ;
}

@media (min-width: 768px) {
  .posts-layout-list .list-posts.row-cols-sm-2 > * {
    width: 100%;
  }
  .posts-layout-list .list-posts article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .posts-layout-list .list-posts article .wp-post-details {
    width: 50%;
  }
  .posts-layout-list .list-posts article .wp-block-post-featured-image {
    width: 50%;
  }
  .posts-layout-list .list-posts article .wp-block-post-featured-image a {
    height: 100%;
    display: block;
  }
  .posts-layout-list .list-posts article .wp-block-post-featured-image img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .posts-layout-list .list-posts article {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .sidebar-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background-color: var(--wp--preset--color--grey);
    z-index: 9999;
    padding: var(--wp--custom--main-size);
    overflow-y: auto;
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .show-mobile-filters .sidebar-filters {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ==========================================================================
MOBILE ADDITIONAL STYLES
========================================================================== */
@media (max-width: 576px) {
  body,
  .sort-by .dropdown-toggle,
  .info-sort-layout,
  .info-sort-layout button,
  .wp-block-post-excerpt,
  .list-posts article .wp-post-metas,
  .single .wp-post-metas a,
  .tax_issue-migration .wp-post-terms,
  .main-footer,
  .wrap-breadcrumbs {
    font-size: 0.875rem;
  }
  .tags-list.tags-list-icon a {
    font-size: 0.75rem;
  }
  .navigation.pagination .nav-links {
    font-size: 18px;
  }
}
@media (max-width: 679px) {
  .is-style-layout-2 li {
    display: none;
  }
  .is-style-layout-2 li:nth-child(1), .is-style-layout-2 li:nth-child(2), .is-style-layout-2 li:nth-child(3) {
    display: block;
  }
  .is-style-layout-2 li:not(:nth-child(1)) .wp-block-post-featured-image {
    display: none;
  }
  .home-query-updates .wp-block-post-template li {
    display: none;
  }
  .home-query-updates .wp-block-post-template li:nth-child(1), .home-query-updates .wp-block-post-template li:nth-child(2), .home-query-updates .wp-block-post-template li:nth-child(3) {
    display: block;
  }
}
.blog .wrap-breadcrumbs,
.archive .wrap-breadcrumbs {
  background-color: var(--wp--preset--color--blue);
}

/* ==========================================================================
ACCESIBILITY ADDITIONAL STYLES
========================================================================== */
.wp-block-cover .btn-play-pause {
  opacity: 0.6;
  position: absolute;
  z-index: 99;
  right: var(--wp--custom--main-size);
  bottom: var(--wp--custom--main-size);
  background-color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-size: 75% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393'/%3e%3c/svg%3e");
}
.wp-block-cover .btn-play-pause.video-playing {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5m5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5'/%3e%3c/svg%3e");
}

.skip-to-main {
  position: absolute;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0.625em 1.25em;
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--primary);
  z-index: 999;
  font-weight: 700;
}

.skip-to-main:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}