@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300..800;1,300..800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
:root {
  --white: #ffffff;
  --black: #000;
  --primary-color: #9D152D;
  --primary-color-alt: #3C0202;
  --secundary-color: #011751;
  --accent-color: #007299;
  --primary-gradient: linear-gradient(0deg, rgba(255, 255, 255, .2) 0%, rgba(157, 21, 45, .2) 100%);
  --primary-gradient-invert: linear-gradient(0deg,rgba(157, 21, 45, .2) 0%, rgba(255, 255, 255, .2) 100%);
  --fs_small: 1.5rem;
  --fs_normal: 1.8rem;
  --fs_large: 2.2rem;
  --fs_huge: 4.2rem;
  --fs_menu: 1.8rem;
  --fs_h1: 4.2rem;
  --fs_h2: 3.08rem;
  --fs_h3: 2.53rem;
  --fs_h4: 2.2rem;
  --fs_h5: 1.98rem;
  --fs_h6: 1.76rem;
  --header-height: 10rem;
  --main-menu-height: 5.6rem;
  --site-width: 128rem;
  --container-max-width: 111.1rem;
  --default-inset: 2rem;
  --horizontal-inset: var(--default-inset);
  --vertical-inset: var(--default-inset);
  --search-field-height: 5.2rem;
  --color-lightgray: #DDE1E6;
  --border-color: var(--color-lightgray);
  --column-gap: 4.4rem;
  --heading-font: "Roboto", sans-serif;
  --site-font: "Roboto", sans-serif;
  --button-font: var(--site-font);
  --background-color-3: #FFF3F4;
  --background-color-4: var(--primary-color);
  --border-radius: .5rem;
  --hamburger-item-height: 5.6rem;
  --card-image-height: 25rem;
  --button-primary-background: var(--secundary-color);
  --button-padding: 1.6rem 3rem;
  --header-menu-background: transparent;
  --header-menu-submenu-background: white;
  --header-menu-link-color: var(--secundary-color);
  --header-menu-link-hover-color: var(--primary-color);
  --header-menu-link-selected-color: inherit;
  --hero_height: 20.2rem;
}
@media screen and (max-width: 888px) {
  :root {
    --header-height: 9rem;
    --horizontal-inset: 0;
    --vertical-inset: 0;
    --fs_large: 2.2rem;
    --fs_huge: 2.6rem;
    --hero_height: 15rem;
    --fs_h1: 2.6rem;
    --fs_h2: 2.64rem;
    --fs_h3: 2.42rem;
  }
}

@keyframes subtilefadeIn {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  50% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes subtilefadeInFast {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes subtilefadeInUpFast {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.subtileFadeIn {
  animation: subtilefadeIn ease 2s;
}

.subtileFadeInFast {
  animation: subtilefadeIn ease 1s;
}

.subtileFadeInUpFast {
  animation: subtilefadeInUpFast ease 1s;
}

.sptheme-frontend hr {
  margin: 3rem 0;
}

section .accordion-container h2, section .splb-content_full_width h2,
section .splb-element-heading h2 {
  padding-bottom: 0 !important;
  margin-bottom: 4.3rem !important;
  position: relative;
  color: var(--secundary-color);
}
section .accordion-container h2:after, section .splb-content_full_width h2:after,
section .splb-element-heading h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  height: 0.4rem;
  width: 7.6rem;
  background: var(--primary-color);
}
section .splb-element-heading {
  padding-bottom: 0 !important;
}
section .splb-element-heading h2 {
  padding-left: 0;
}
section .splb-element-heading h2:before {
  content: unset;
}

body.sptheme-frontend:not(.sptheme-admin-preview) {
  padding-top: calc(var(--header-height));
}
@media screen and (max-width: 888px) {
  body.sptheme-frontend:not(.sptheme-admin-preview) {
    padding-top: var(--header-height);
  }
}
section.section-page-footer {
  padding: 0;
}

.site-container {
  margin-bottom: 4rem;
}

section.page-section .page-section-inner {
  max-width: var(--container-max-width);
}

.sptheme-frontend h1, .sptheme-frontend h2, .sptheme-frontend h3, .sptheme-frontend h4, .sptheme-frontend h5, .sptheme-frontend h6 {
  font-family: var(--heading-font), serif;
}
.sptheme-frontend .facetwp-facet-news_pagination {
  margin-left: var(--horizontal-inset);
  margin-top: 3.2rem;
  font-size: 2rem;
  margin-bottom: -1.4rem;
}
.sptheme-frontend .facetwp-facet-news_pagination a.active {
  color: var(--primary-color);
}
.sptheme-frontend p {
  line-height: 1.8;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
}

mark, .mark {
  background-color: transparent;
  color: var(--black);
  position: relative;
  display: inline-block;
  vertical-align: top;
}
mark:before, .mark:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--accent-color);
  z-index: -1;
}
h1 mark:before, h2 mark:before, h1 .mark:before, h2 .mark:before {
  top: 0.8rem;
  left: -0.5rem;
  right: -0.5rem;
}

[class*=button][href^=http]:not([href*=sgs]):not(:has(img)):after,
p a[href^=http]:not([href*=sgs]):not(:has(img)):after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
  border-radius: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 1.6rem;
  width: 1.6rem;
  content: "↗"; /* You can replace with a Unicode or SVG icon */
  margin-left: 0.8rem;
  font-size: 1rem;
  text-decoration: none;
  background: var(--primary-color);
  color: white;
  font-weight: 800;
}

.header-cta .sptheme-button {
  font-weight: 600;
}

.buttons-container {
  gap: 2rem;
}

body .sptheme-button {
  border-radius: var(--border-radius);
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  padding: var(--button-padding);
}
body .sptheme-button span {
  line-height: 2rem;
}
body .sptheme-button.button-primary {
  background: var(--accent-color);
}
body .sptheme-button.button-primary span {
  color: white;
}
body .sptheme-button.button-primary:hover, body .sptheme-button.button-primary:active, body .sptheme-button.button-primary:focus {
  background-color: var(--secundary-color);
  color: var(--black);
}
body .sptheme-button.button-secondary {
  background: white;
}
body .sptheme-button.button-secondary span {
  color: var(--black);
}
body .sptheme-button.button-secondary:hover {
  background: white;
}
body .sptheme-button.button-text span,
body .sptheme-button.button-text .button-icon {
  color: var(--primary-color);
}
body .sptheme-button.button-text {
  border-block-end-color: var(--primary-color);
}
body .sptheme-button.button-text:hover, body .sptheme-button.button-text:active, body .sptheme-button.button-text:focus {
  border-block-end-color: var(--primary-color);
}
body .sptheme-button.button-tertiairy {
  box-shadow: inset 0 0 0 1px var(--border-color);
  box-sizing: border-box;
}
body .sptheme-button.button-tertiairy:has(.button-icon) {
  padding: 1.6rem;
}
body .sptheme-button.button-tertiairy span {
  color: var(--black);
}
body .sptheme-button.button-tertiairy .button-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: var(--background-color-3);
  height: 3.8rem;
  width: 3.8rem;
  font-size: 2.4rem;
}
body .sptheme-button.button-tertiairy:hover {
  box-shadow: inset 0 0 0 1px var(--primary-color);
  background: white;
}
body .sptheme-button.button-tertiairy:hover span {
  color: var(--primary-color);
}

.site-header-container {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.site-header-container .site-header-inner {
  flex-wrap: initial;
  position: relative;
  gap: 2rem;
}
body.header-state-alt .site-header-container {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  --header-height: calc(--header-height * .8);
}
.site-header-container a.header-logo {
  flex: 1;
  margin: 0;
  justify-content: flex-start;
  order: 1;
}
.site-header-container a.header-logo img[class^=logo] {
  max-height: 75%;
  height: calc(var(--header-height) / 1.5);
}
@media screen and (max-width: 888px) {
  .site-header-container a.header-logo {
    justify-content: flex-start;
    order: 1;
  }
  .site-header-container a.header-logo img[class^=logo] {
    max-height: calc(var(--header-height) / 1.8);
  }
}
.site-header-container .header-cta {
  flex: 0;
  order: 3;
  justify-content: flex-end;
}
.site-header-container .header-cta a {
  border-radius: var(--border-radius);
}
.site-header-container .header-cta .login-button {
  box-shadow: none;
}
@media screen and (max-width: 888px) {
  .site-header-container .hamburger-toggle {
    order: 3;
  }
}
.site-header-container .header-menu {
  order: 2;
  justify-content: right;
}
.site-header-container .header-menu .header-menu-items {
  width: 100%;
}
.site-header-container .header-menu ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.site-header-container .header-menu li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--header-menu-link-color);
  height: var(--main-menu-height);
  font-weight: 400;
  padding: 0 2rem;
  line-height: 1;
}
.site-header-container .header-menu li.current-menu-item > a, .site-header-container .header-menu li.current_page_item > a, .site-header-container .header-menu li.current-menu-ancestor > a {
  color: var(--header-menu-link-selected-color);
}
.site-header-container .header-menu li.current-menu-item > a span:before, .site-header-container .header-menu li.current_page_item > a span:before, .site-header-container .header-menu li.current-menu-ancestor > a span:before {
  border: none;
  background: none;
}
.site-header-container .header-menu li.current-menu-item > a:not(.megamenu-panel a):before, .site-header-container .header-menu li.current_page_item > a:not(.megamenu-panel a):before, .site-header-container .header-menu li.current-menu-ancestor > a:not(.megamenu-panel a):before {
  content: "";
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 0;
  height: 3px;
  background: var(--primary-color);
  z-index: 2;
}
.site-header-container .header-menu li.current-menu-item.menu-item-has-children > a:before, .site-header-container .header-menu li.current_page_item.menu-item-has-children > a:before, .site-header-container .header-menu li.current-menu-ancestor.menu-item-has-children > a:before {
  transform: translateX(-1rem);
}
.site-header-container .header-menu li ul.sub-menu {
  border: 1px solid transparent;
  border-top: none;
  background: var(--header-menu-submenu-background);
  border-bottom-left-radius: var(--border-radius);
}
.site-header-container .header-menu li ul.sub-menu li a {
  text-wrap: nowrap;
  justify-content: flex-start;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.site-header-container .header-menu li ul.sub-menu li a:hover span {
  text-decoration: none;
}
.site-header-container .header-menu li ul.sub-menu li a:before {
  display: none;
}
.site-header-container .header-menu li ul.sub-menu li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header-container .header-menu li ul.sub-menu li:not(:last-of-type) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header-container .header-menu li ul.sub-menu li.current-menu-item {
  font-weight: 600;
}
.site-header-container .header-menu li ul.sub-menu li:hover a {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header-container .header-menu li:last-of-type ul.sub-menu {
  right: -2vw;
  left: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--border-radius);
}
@media screen and (max-width: 888px) {
  .site-header-container .header-menu {
    display: none;
  }
}

.site-header-container .header-menu .header-menu-items li.has-megamenu {
  position: static;
}
.site-header-container .header-menu .header-menu-items .has-megamenu > a {
  cursor: pointer;
}
.site-header-container .header-menu .header-menu-items .megamenu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--background-color-3);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.site-header-container .header-menu .header-menu-items .has-megamenu.megamenu-is-open .megamenu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header-container .header-menu .header-menu-items .megamenu-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6rem;
  max-width: 144.8rem;
  margin: 0 auto;
  padding: 4rem 3rem 5rem;
  position: relative;
  min-height: 34rem;
}
.site-header-container .header-menu .header-menu-items ul.megamenu-pillars {
  display: flex;
  flex-direction: column;
  flex: 0 0 45%;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.site-header-container .header-menu .header-menu-items li.megamenu-pillar {
  width: 100%;
  position: static;
}
.site-header-container .header-menu .header-menu-items .megamenu-pillar > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  padding: 1rem 0;
  height: auto;
  line-height: 1.4;
  font-size: var(--fs_large);
  color: var(--secundary-color);
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.site-header-container .header-menu .header-menu-items .megamenu-pillar.is-active > a,
.site-header-container .header-menu .header-menu-items .megamenu-pillar > a:hover {
  color: var(--primary-color);
}
.site-header-container .header-menu .header-menu-items .pillar-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
}
.site-header-container .header-menu .header-menu-items .pillar-icon img {
  max-width: 95%;
  max-height: 95%;
  width: auto;
  height: auto;
}
.site-header-container .header-menu .header-menu-items ul.megamenu-sublinks {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(50% - 6rem);
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.site-header-container .header-menu .header-menu-items ul.megamenu-sublinks li {
  width: 100%;
  margin: 0;
}
.site-header-container .header-menu .header-menu-items ul.megamenu-sublinks a {
  display: block;
  padding: 0.7rem 0;
  height: auto;
  line-height: 1.4;
  font-size: var(--fs_normal);
  color: var(--secundary-color);
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.site-header-container .header-menu .header-menu-items ul.megamenu-sublinks a:hover {
  color: var(--primary-color);
}
.site-header-container .header-menu .header-menu-items .has-megamenu.megamenu-is-open .megamenu-pillar.is-active > .megamenu-sublinks {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 888px) {
  .site-header-container .header-menu .header-menu-items .megamenu-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    display: none;
  }
  .site-header-container .header-menu .header-menu-items .has-megamenu.megamenu-is-open .megamenu-panel {
    display: block;
  }
  .site-header-container .header-menu .header-menu-items .megamenu-inner {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0 2rem;
    min-height: initial;
  }
  .site-header-container .header-menu .header-menu-items ul.megamenu-pillars {
    flex: initial;
    width: 100%;
  }
  .site-header-container .header-menu .header-menu-items ul.megamenu-sublinks {
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    display: none;
    padding-left: 4.7rem;
  }
  .site-header-container .header-menu .header-menu-items .has-megamenu.megamenu-is-open .megamenu-pillar.is-active > .megamenu-sublinks {
    display: block;
  }
}

.hamburger-menu-wrapper .hamburger-inner {
  padding: var(--default-inset);
  padding-top: calc(var(--header-height) + var(--default-inset));
  height: calc(100vh - var(--header-height) - 2 * var(--default-inset));
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-y: auto;
  padding-bottom: 10rem;
}
.hamburger-menu-wrapper .hamburger-inner .hamburger-search {
  width: 100%;
  flex-basis: 100%;
}
.hamburger-menu-wrapper .hamburger-inner nav {
  width: 100%;
}
.hamburger-menu-wrapper ul.hamburger-menu-items {
  font-size: var(--fs_normal);
  font-weight: 500;
}
.hamburger-menu-wrapper ul.hamburger-menu-items li {
  display: block;
  border-bottom: 1px solid var(--primary-color);
}
.hamburger-menu-wrapper ul.hamburger-menu-items li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--black);
  margin: 0;
  text-decoration: none;
  padding: 1.5rem 0;
  line-height: 1.5;
}
.hamburger-menu-wrapper ul.hamburger-menu-items li a:focus, .hamburger-menu-wrapper ul.hamburger-menu-items li a:active {
  color: var(--primary-color);
}
.hamburger-menu-wrapper ul.hamburger-menu-items li.current_page_item > a, .hamburger-menu-wrapper ul.hamburger-menu-items li.current_page_parent > a, .hamburger-menu-wrapper ul.hamburger-menu-items li.current-menu-item > a {
  color: var(--primary-color);
  text-decoration: none;
}
.hamburger-menu-wrapper .sptheme-search-form {
  margin-bottom: 2rem;
  font-size: var(--fs_normal);
}
.hamburger-menu-wrapper .sptheme-search-form input[type=search] {
  background: white;
  width: 100%;
}
.hamburger-menu-wrapper .hamburger-socials {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.hamburger-menu-wrapper .hamburger-socials a[class^=social-link] {
  font-size: var(--fs_huge);
  color: var(--primary-color);
  text-decoration: none;
}

.page-transition-overlay.hamburger .overlay-inner {
  background: var(--background-color-3);
}

.hamburger-toggle {
  width: calc(var(--header-height) * 0.75);
}

.sptheme-search-form {
  margin-right: 20%;
  position: relative;
  width: 100%;
}
.sptheme-search-form .screen-reader-text {
  display: none;
}
.sptheme-search-form label .fa-search {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
  z-index: 1;
}
.sptheme-search-form input[type=search] {
  width: 100%;
  height: var(--search-field-height);
  border-radius: var(--border-radius);
  background: #eee;
  border: none;
  padding-left: 5.5rem;
  padding-right: 4rem;
  font-size: 1.6rem;
  -webkit-appearance: none;
  appearance: none;
}
.sptheme-search-form input[type=search]::placeholder {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.sptheme-search-form input[type=search]:focus::placeholder {
  opacity: 0;
}
.sptheme-search-form button.search-submit {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  border-radius: var(--border-radius);
  height: 3rem;
  width: 3rem;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 1;
  color: white;
  background: var(--primary-color);
  border: none;
  opacity: 0;
  transform: scale(0);
}
.sptheme-search-form label:has(input[type=search]:focus) + button.search-submit {
  opacity: 1;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}

footer.sptheme-page-footer {
  margin-top: auto;
  overflow: hidden;
}
footer.sptheme-page-footer .section-page-footer {
  margin-top: auto;
  overflow: hidden;
  background: var(--white) var(--primary-gradient);
  color: var(--secundary-color);
  padding-top: 5rem;
  padding-bottom: 6rem;
}
footer.sptheme-page-footer .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}
@media screen and (max-width: 888px) {
  footer.sptheme-page-footer .footer-top {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
footer.sptheme-page-footer .footer-logo-container img, footer.sptheme-page-footer .footer-logo-container svg {
  width: 24rem !important;
  height: auto;
}
footer.sptheme-page-footer .footer-tagline {
  margin: 1rem 0 0;
  color: var(--secundary-color);
  font-size: 1.9rem;
  font-weight: 700;
}
footer.sptheme-page-footer .footer-join {
  text-align: right;
}
footer.sptheme-page-footer .footer-join h3 {
  color: var(--secundary-color);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
footer.sptheme-page-footer .footer-join .footer-socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1.8rem;
}
footer.sptheme-page-footer .footer-join .footer-socials a[class^=social-link] {
  color: var(--primary-color);
  font-size: 2.2rem;
  text-decoration: none;
}
footer.sptheme-page-footer .footer-join .footer-socials a[class^=social-link]:hover {
  color: var(--primary-color-alt);
}
@media screen and (max-width: 888px) {
  footer.sptheme-page-footer .footer-join {
    text-align: left;
  }
  footer.sptheme-page-footer .footer-join .footer-socials {
    justify-content: flex-start;
  }
}
footer.sptheme-page-footer .footer-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--column-gap);
}
@media screen and (max-width: 888px) {
  footer.sptheme-page-footer .footer-main {
    flex-direction: column;
  }
}
footer.sptheme-page-footer .footer-offices {
  flex: 0 0 22%;
}
footer.sptheme-page-footer .footer-offices h3 {
  color: var(--secundary-color);
  font-size: var(--fs_h3);
  font-weight: 700;
  margin-bottom: 2.4rem;
}
footer.sptheme-page-footer .footer-offices .footer-offices-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office {
  padding: 1.1rem 0;
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office summary {
  color: var(--primary-color);
  font-size: 1.9rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office summary::-webkit-details-marker {
  display: none;
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office summary::before {
  content: "+";
  display: inline-block;
  width: 2.6rem;
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office details[open] summary::before {
  content: "–";
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office .footer-office-details {
  padding: 1rem 0 0.6rem 2.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--secundary-color);
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office .footer-office-details p {
  margin: 0.8rem 0 0;
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office .footer-office-details a {
  color: inherit;
  text-decoration: none;
}
footer.sptheme-page-footer .footer-offices .footer-offices-list .footer-office .footer-office-details a:hover {
  text-decoration: underline;
}
footer.sptheme-page-footer .footer-menus {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 5rem;
}
@media screen and (min-width: 888px) and (max-width: 1100px) {
  footer.sptheme-page-footer .footer-menus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 888px) {
  footer.sptheme-page-footer .footer-menus {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
footer.sptheme-page-footer .footer-elem-menu h3 {
  color: var(--primary-color);
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
footer.sptheme-page-footer .footer-elem-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.sptheme-page-footer .footer-elem-menu li {
  min-height: 2.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer.sptheme-page-footer .footer-elem-menu a {
  color: var(--secundary-color);
  text-decoration: none;
  font-size: 1.6rem;
  padding: 0.55rem 0;
}
footer.sptheme-page-footer .footer-elem-menu a:hover {
  text-decoration: underline;
}

section.section-footer-end {
  background: var(--primary-color);
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0;
}
section.section-footer-end .footer-end {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.2rem 0;
}
@media screen and (max-width: 888px) {
  section.section-footer-end .footer-end {
    flex-direction: column;
  }
}
section.section-footer-end .footer-copyright {
  color: white;
  font-weight: 600;
}
section.section-footer-end .footer-end-menu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
section.section-footer-end .footer-end-menu li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
section.section-footer-end .footer-end-menu li a span {
  font-weight: inherit;
}
section.section-footer-end .footer-end-menu li a:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 888px) {
  section.section-footer-end .footer-end-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/**
 * Decoratieve blobs (inline SVG uit Figma "SP Blobs").
 *
 * Gebruik: get_template_part( 'template-parts/blobs/blob', null, [ 'variant' => 'blue' ] );
 *
 * Alles is te sturen via custom properties, dus je kunt per plek afwijken zonder
 * de partial aan te passen:
 *
 *   .hero .sp-blob {
 *       --sp-blob-size: 60rem;
 *       --sp-blob-opacity: 0.3;
 *       --sp-blob-from: var(--secundary-color);
 *   }
 */
.sp-blob {
  --sp-blob-size: 40rem;
  --sp-blob-opacity: 0.15;
  --sp-blob-from: var(--primary-color);
  --sp-blob-to: var(--primary-color);
  display: block;
  width: var(--sp-blob-size);
  max-width: 100%;
  line-height: 0;
  pointer-events: none;
  user-select: none;
}

.sp-blob__svg {
  display: block;
  width: 100%;
  height: auto;
}

.sp-blob__path {
  fill-opacity: var(--sp-blob-opacity);
}

/* Varianten — vorm zit in de partial, kleur hier. */
.sp-blob--rose {
  --sp-blob-from: #922230;
  --sp-blob-to: #EB4E4E;
}

.sp-blob--blue {
  --sp-blob-from: #26739A;
  --sp-blob-to: #778EA4;
}

/**
 * Positionering.
 *
 * De blob is puur decoratief: hij hoort achter de content en mag geen
 * layout-ruimte innemen. Geef de OUDER de class `sp-blob-container` en de blob
 * zelf `sp-blob--behind`. Plaats hem daarna met top/right/bottom/left vanuit je
 * eigen CSS.
 *
 *   <div class="hero sp-blob-container">
 *       <?php get_template_part( 'template-parts/blobs/blob', null, [
 *           'animate' => 'morph', 'class' => 'sp-blob--behind',
 *       ] ); ?>
 *       <h1>...</h1>
 *   </div>
 *
 * `isolation: isolate` is hier niet optioneel. `sp-blob--behind` gebruikt
 * z-index: -1, en `position: relative` alleen maakt géén stacking context. De
 * blob zakt dan door de ouder heen en verdwijnt achter de achtergrond van een
 * voorouder — zichtbaar zodra die ouder een achtergrondkleur heeft. Met
 * `isolate` blijft hij netjes tussen de achtergrond en de content van de ouder.
 */
.sp-blob-container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.splb-element:has(> .sp-blob) {
  position: relative;
  isolation: isolate;
}

.sp-blob--behind {
  position: absolute;
  z-index: -1;
}

/**
 * Formaat en positie, instelbaar per element.
 *
 * De blob wordt met translate vanaf zijn ankerpunt naar buiten geschoven, zodat
 * hij half buiten het element valt zoals in de ontwerpen. Precies uitlijnen op
 * de content is bewust niet het doel: het is decoratie die mag afwijken.
 */
.sp-blob--size-small {
  --sp-blob-size: 26rem;
}

.sp-blob--size-medium {
  --sp-blob-size: 40rem;
}

.sp-blob--size-large {
  --sp-blob-size: 58rem;
}

.sp-blob--size-xlarge {
  --sp-blob-size: 76rem;
}

.sp-blob--pos-top-left,
.sp-blob--pos-top-center,
.sp-blob--pos-top-right {
  top: 0;
}

.sp-blob--pos-middle-left,
.sp-blob--pos-middle-center,
.sp-blob--pos-middle-right {
  top: 50%;
}

.sp-blob--pos-bottom-left,
.sp-blob--pos-bottom-center,
.sp-blob--pos-bottom-right {
  bottom: 0;
}

.sp-blob--pos-top-left,
.sp-blob--pos-middle-left,
.sp-blob--pos-bottom-left {
  left: 0;
}

.sp-blob--pos-top-center,
.sp-blob--pos-middle-center,
.sp-blob--pos-bottom-center {
  left: 50%;
}

.sp-blob--pos-top-right,
.sp-blob--pos-middle-right,
.sp-blob--pos-bottom-right {
  right: 0;
}

.sp-blob--pos-top-left {
  translate: -25% -25%;
}

.sp-blob--pos-top-center {
  translate: -50% -25%;
}

.sp-blob--pos-top-right {
  translate: 25% -25%;
}

.sp-blob--pos-middle-left {
  translate: -25% -50%;
}

.sp-blob--pos-middle-center {
  translate: -50% -50%;
}

.sp-blob--pos-middle-right {
  translate: 25% -50%;
}

.sp-blob--pos-bottom-left {
  translate: -25% 25%;
}

.sp-blob--pos-bottom-center {
  translate: -50% 25%;
}

.sp-blob--pos-bottom-right {
  translate: 25% 25%;
}

/* Animatiepresets — opt-in via het `animate` arg van de partial. */
/**
 * Morph: de blob vervormt heen en weer tussen de twee Figma-vormen.
 *
 * Dit gebeurt in JS (assets/js/sp-blobs.js), niet in CSS — Safari kan het
 * `d`-attribuut van een path niet via CSS animeren, en dat is al het
 * iOS-verkeer. De JS zet `d` rechtstreeks, wat overal werkt.
 */
.sp-blob--morph .sp-blob__path {
  will-change: d;
}

.sp-blob--float {
  animation: sp-blob-float 12s ease-in-out infinite;
}

.sp-blob--drift {
  animation: sp-blob-drift 26s linear infinite;
}

.sp-blob--pulse {
  animation: sp-blob-pulse 9s ease-in-out infinite;
}

@keyframes sp-blob-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -2.4rem, 0);
  }
}
@keyframes sp-blob-drift {
  0% {
    transform: rotate(0deg) scale(1);
  }
  33% {
    transform: rotate(6deg) scale(1.06);
  }
  66% {
    transform: rotate(-4deg) scale(0.97);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes sp-blob-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sp-blob {
    animation: none !important;
  }
}
.breadcrumbs-container {
  position: relative;
}
body:not(.home) .breadcrumbs-container {
  margin-bottom: 2rem;
}
.breadcrumbs-container:has(+ .sptheme-layouts > [data-bg-type^=bg-type]:first-of-type) {
  margin-bottom: 0;
}
.breadcrumbs-container:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.015);
  z-index: -1;
  border-bottom: 1px solid var(--color-lightgray);
}
@media screen and (max-width: 888px) {
  .breadcrumbs-container .breadcrumbs-inner {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 888px) {
  .breadcrumbs-container [property^=itemListElement] .home:not(.current-item) i.fa {
    margin: 0;
  }
}

/* Style external links */
.splb-element .splb-element-heading {
  text-align: center;
  padding-bottom: var(--row-gap);
  line-height: 110%;
}
.splb-element .splb-element-heading h2 {
  margin-bottom: 0;
  font-weight: 500 !important;
}
.splb-element .splb-element-heading h2 + .intro-text {
  margin-top: 3.2rem;
}
.splb-element img {
  border-radius: var(--border-radius);
}
.splb-element[data-bg-width=bg-width-2]:before {
  border-radius: var(--border-radius);
}
.splb-element[data-bg-type=bg-type-5]:before {
  background: transparent;
  border-bottom: 1px solid var(--color-lightgray);
}
.sptheme-layouts .splb-element[data-bg-type=bg-type-6] {
  margin-top: 0;
}
.splb-element[data-bg-type=bg-type-6][data-bg-width=bg-width-2] {
  margin-top: 2rem;
}
.splb-element[data-bg-type=bg-type-6]:before {
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid var(--color-lightgray);
}
.splb-element[data-bg-type=bg-type-7]:before {
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--background-color-3) 100%);
  z-index: 2;
  mix-blend-mode: color;
}
body:not(.wp-admin) .splb-element.floating-layout {
  margin-top: -17rem;
}
.splb-element.floating-layout {
  z-index: 1;
}
.splb-element.floating-layout:before {
  border-radius: var(--border-radius);
}
.splb-element:has(+ .floating-layout) {
  padding-bottom: 21rem !important;
}

.splb-element[data-bg-type=bg-type-8],
.splb-element[data-bg-type=bg-type-9] {
  --panel-blob-opacity: .45;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--border-radius);
  padding-left: 6rem;
  padding-right: 6rem;
}
.splb-element[data-bg-type=bg-type-8] .sp-blob-panel,
.splb-element[data-bg-type=bg-type-9] .sp-blob-panel {
  opacity: var(--panel-blob-opacity);
}
.splb-element[data-bg-type=bg-type-8] .sp-blob-panel-left,
.splb-element[data-bg-type=bg-type-9] .sp-blob-panel-left {
  top: -30%;
  left: -42%;
  width: 80%;
}
.splb-element[data-bg-type=bg-type-8] .sp-blob-panel-right,
.splb-element[data-bg-type=bg-type-9] .sp-blob-panel-right {
  bottom: -45%;
  right: -38%;
  width: 70%;
  transform: scale(-1);
}
@media screen and (max-width: 888px) {
  .splb-element[data-bg-type=bg-type-8],
  .splb-element[data-bg-type=bg-type-9] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.splb-element[data-bg-type=bg-type-8] {
  --panel-blob-opacity: .25;
}
.splb-element[data-bg-type=bg-type-8]:before {
  background-color: var(--background-color-3);
}

.splb-element[data-bg-type=bg-type-9]:before {
  background-color: #EEF3F6;
}

.splb-element.splb-page_hero {
  border-radius: 1rem;
  background: rgba(207, 130, 128, 0.1);
  text-align: center;
  margin: 2rem 0;
}
.splb-element.splb-page_hero:before {
  display: none;
}
.splb-element.splb-page_hero h1 {
  text-align: center;
  width: 100%;
  color: var(--secundary-color);
  font-size: 4.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 888px) {
  .splb-element.splb-page_hero h1 {
    font-size: 2.5rem;
  }
}
.splb-element.splb-page_hero h1:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3.8rem;
  bottom: -2rem;
  height: 0.4rem;
  width: 7.6rem;
  background: var(--primary-color);
}
.splb-element.splb-page_hero:not(.no-image) h1 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.splb-element.splb-page_hero.no-image {
  height: revert;
  padding-top: 4.9rem !important;
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 888px) {
  .splb-element.splb-page_hero.no-image {
    padding: 4rem 0 !important;
  }
}
.splb-element.splb-page_hero.no-image .page-hero-background {
  height: revert;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid var(--color-lightgray);
}
.splb-element.splb-page_hero.no-image h1 {
  color: var(--secundary-color);
}
.splb-element.splb-page_hero.no-image[data-bg-type=bg-type-7] h1 {
  color: white;
}
.splb-element.splb-page_hero span[class^=sp-blob] {
  opacity: 0.5;
}
.splb-element.splb-page_hero .sp-blob-left {
  left: -20%;
  width: calc(var(--sp-blob-size) + 10%);
}
.splb-element.splb-page_hero .sp-blob-right {
  right: -20%;
  width: calc(var(--sp-blob-size) + 10%);
  transform: scale(-1);
}

.splb-element.cta-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
}
.splb-element.cta-element p {
  font-size: 4.2rem;
  line-height: 5rem;
}
.splb-element.cta-element .sptheme-button {
  color: white;
  border-color: white;
}
@media screen and (max-width: 888px) {
  .splb-element.cta-element {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .splb-element.cta-element p {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}

.splb-element.splb-link_list {
  margin-top: 1rem;
}
.splb-element.splb-link_list:is(.splb-two_column_flexible .splb-element.splb-link_list) {
  padding-right: 8%;
}
@media screen and (max-width: 888px) {
  .splb-element.splb-link_list:is(.splb-two_column_flexible .splb-element.splb-link_list) {
    padding-right: 0;
  }
}
@media screen and (min-width: 888px) and (max-width: 1448px) {
  .splb-element.splb-link_list:is(.splb-two_column_flexible .splb-element.splb-link_list) {
    padding-right: 3.2vw;
  }
}
.splb-element.splb-link_list .splb-element-heading h2 {
  font-size: 2.2rem;
  font-weight: 600;
}
.splb-element.splb-link_list ul.link-list-items {
  border-top: 1px solid var(--primary-color);
}
.splb-element.splb-link_list li.link-list-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 5rem;
  text-decoration: none;
  line-height: 1.2;
  font-size: 2.2rem;
  border-bottom: 1px solid var(--primary-color);
  padding: 0.8rem 5.1rem 0.8rem 0;
}
.splb-element.splb-link_list li.link-list-item a:after {
  content: url("/wp-content/themes/sptheme-child/assets/images/arrow-right-light.svg");
  position: absolute;
  right: 0.8rem;
}
.splb-element.splb-link_list li.link-list-item a:hover:after {
  content: url("/wp-content/themes/sptheme-child/assets/images/arrow-right-bold.svg");
}

.splb-element.splb-two_column_flexible.ratio-33-66 > .splb-columns {
  flex-wrap: nowrap;
}
.splb-element.splb-two_column_flexible.ratio-33-66 > .splb-columns > .splb-column:first-child {
  flex: calc(33.3333333333% - var(--column-gap));
}
.splb-element.splb-two_column_flexible.ratio-33-66 > .splb-columns > .splb-column:last-child {
  flex: calc(66.6666666667% - var(--column-gap));
}
.splb-element.splb-two_column_flexible.ratio-33-66.order-reverse > .splb-columns > .splb-column:first-child {
  flex: calc(66.6666666667% - var(--column-gap));
}
.splb-element.splb-two_column_flexible.ratio-33-66.order-reverse > .splb-columns > .splb-column:last-child {
  flex: calc(33.3333333333% - var(--column-gap));
}
@media screen and (max-width: 888px) {
  .splb-element.splb-two_column_flexible.mobile-order-reverse > .splb-columns > .splb-column:first-child {
    order: 2;
  }
  .splb-element.splb-two_column_flexible.mobile-order-reverse > .splb-columns > .splb-column:last-child {
    order: 1;
  }
}

.splb-element.splb-content_full_width > h1,
.splb-element.splb-content_full_width > h2 {
  padding-bottom: 1.4rem;
  margin-bottom: 0;
}
.splb-element.splb-content_full_width > h2:not(:is(p + h2)):first-of-type {
  margin-top: 0;
}
.splb-element.splb-content_full_width > ul,
.splb-element.splb-content_full_width > ol {
  padding-left: 4rem;
  margin-left: 0;
}

.splb-element[class*=splb-people_list] .people-container ul.people-list {
  margin-top: 0;
  justify-content: center;
  gap: calc(var(--grid-gap) * 2);
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item {
  width: calc(23% - var(--grid-gap) / 5);
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item .person-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item .person-item-link:hover .person-name {
  color: var(--primary-color-alt);
  text-decoration: underline;
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item img {
  border-radius: var(--border-radius);
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item[data-photo-pos=center_top] img {
  object-position: top;
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item[data-photo-pos=center_middle] img {
  object-position: center;
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item[data-photo-pos=center_bottom] img {
  object-position: bottom;
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item .person-name {
  color: rgb(from var(--primary-color) r g b/100%);
  font-size: var(--fs_large);
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item p.desc {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item p.desc.person-description {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgb(30%, 30%, 30%);
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item p.desc.person-description .read-more {
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: 500;
  text-wrap: nowrap;
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item p.desc.person-description .read-more:hover {
  color: var(--primary-color-alt);
}
.splb-element[class*=splb-people_list] .people-container ul.people-list .person-item p.desc.person-function-desc {
  line-height: 1.2;
}
@media screen and (max-width: 724px) {
  .splb-element[class*=splb-people_list] .people-container ul.people-list .person-item {
    width: calc(45% - var(--grid-gap) / 4);
  }
}
.splb-element[class*=splb-people_list].committee-persons .people-container ul.people-list .person-item img {
  width: 60%;
  height: auto;
}

.splb-element[class*=splb-spma_program] {
  z-index: initial;
}

.accordion-container ul.accordion-items {
  --accordion-padding: 3.7rem;
  margin-top: 1rem;
}
.accordion-container ul.accordion-items.is-stuck {
  position: fixed;
  top: 0;
}
.accordion-container ul.accordion-items li.accordion-item {
  display: block;
  text-align: left;
  margin-top: 2rem;
  margin-left: var(--accordion-padding);
  border-bottom: 1px solid rgb(from var(--border-color) r g b/0%);
  scroll-margin-top: 100px;
}
.accordion-container ul.accordion-items li.accordion-item .acci-label {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 4rem;
}
.accordion-container ul.accordion-items li.accordion-item .acci-label:hover {
  color: var(--primary-color);
}
.accordion-container ul.accordion-items li.accordion-item .acci-label:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  content: "\f061";
  font-size: 2rem;
  left: calc(var(--accordion-padding) * -1);
  top: 0;
  transition: transform 0.2s ease-in-out;
  z-index: 2;
  color: var(--primary-color);
}
.accordion-container ul.accordion-items li.accordion-item .acci-text {
  display: none;
  padding-top: 2rem;
}
.accordion-container ul.accordion-items li.accordion-item.expanded, .accordion-container ul.accordion-items li.accordion-item.default-expanded {
  border-bottom: 1px solid rgb(from var(--border-color) r g b/100%);
  padding-bottom: 3rem;
}
.accordion-container ul.accordion-items li.accordion-item.expanded .acci-text, .accordion-container ul.accordion-items li.accordion-item.default-expanded .acci-text {
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  display: block;
}
.accordion-container ul.accordion-items li.accordion-item.expanded .acci-label:before, .accordion-container ul.accordion-items li.accordion-item.default-expanded .acci-label:before {
  transform: rotate(45deg);
}
@media screen and (min-width: 888px) {
  .accordion-container ul.accordion-items.has-detail-panel li,
  .accordion-container ul.accordion-items.has-detail-panel li.expanded,
  .accordion-container ul.accordion-items.has-detail-panel li.default-expanded {
    margin-top: 0;
    padding-top: 1.5rem;
    border-bottom: 1px solid rgb(from var(--border-color) r g b/100%);
    padding-bottom: 1.5rem;
  }
  .accordion-container ul.accordion-items.has-detail-panel li .acci-label,
  .accordion-container ul.accordion-items.has-detail-panel li.expanded .acci-label,
  .accordion-container ul.accordion-items.has-detail-panel li.default-expanded .acci-label {
    font-size: calc(var(--fs_large) * 0.8);
    font-family: var(--site-font), sans-serif;
    font-weight: 700;
    line-height: 1.5;
  }
  .accordion-container ul.accordion-items.has-detail-panel li .acci-text,
  .accordion-container ul.accordion-items.has-detail-panel li.expanded .acci-text,
  .accordion-container ul.accordion-items.has-detail-panel li.default-expanded .acci-text {
    display: none;
  }
}
@media screen and (max-width: 888px) {
  .accordion-container ul.accordion-items li.accordion-item {
    padding-top: 2.1rem;
    margin-top: 0;
    border-bottom: 1px solid rgb(89.3137254902%, 89.3137254902%, 89.3137254902%);
    padding-bottom: 2.1rem;
    padding-right: 1rem;
    position: relative;
  }
  .accordion-container ul.accordion-items li.accordion-item.expanded, .accordion-container ul.accordion-items li.accordion-item.default-expanded {
    border-bottom: 0;
  }
  .accordion-container ul.accordion-items li.accordion-item.expanded:after, .accordion-container ul.accordion-items li.accordion-item.default-expanded:after {
    position: absolute;
    background: rgb(97.3137254902%, 97.3137254902%, 97.3137254902%);
    left: calc(var(--accordion-padding) * -1 - 2.6rem);
    right: -2.6rem;
    content: "";
    top: -0.1rem;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    border-bottom: 1px solid rgb(89.3137254902%, 89.3137254902%, 89.3137254902%);
  }
  .accordion-container ul.accordion-items li.accordion-item .acci-label {
    font-size: 2rem;
    line-height: 3.5rem;
    position: relative;
    z-index: 2;
  }
  .accordion-container ul.accordion-items li.accordion-item .acci-label:hover {
    color: inherit;
  }
  .accordion-container ul.accordion-items li.accordion-item .acci-label.open {
    color: var(--primary-color);
  }
  .accordion-container ul.accordion-items li.accordion-item .acci-text {
    position: relative;
    z-index: 2;
  }
  .accordion-container ul.accordion-items li.accordion-item.expanded .acci-text ul, .accordion-container ul.accordion-items li.accordion-item.default-expanded .acci-text ul {
    padding-left: 0;
  }
  .accordion-container ul.accordion-items li.accordion-item.expanded .acci-text ul ul, .accordion-container ul.accordion-items li.accordion-item.default-expanded .acci-text ul ul {
    padding-left: 2rem;
    margin-top: 1.5rem;
  }
}
.accordion-container .acci-text,
.accordion-container .detail-panel {
  container-type: inline-size;
}
.accordion-container .acci-text h5,
.accordion-container .detail-panel h5 {
  font-size: var(--fs_large);
}
.accordion-container .acci-text h3,
.accordion-container .detail-panel h3 {
  font-family: var(--heading-font), Serif;
  font-weight: 300;
}
.accordion-container .acci-text h3:has(+ div), .accordion-container .acci-text h3:has(+ iframe),
.accordion-container .detail-panel h3:has(+ div),
.accordion-container .detail-panel h3:has(+ iframe) {
  margin-bottom: 1rem;
}
.accordion-container .acci-text a:not(.sptheme-button),
.accordion-container .detail-panel a:not(.sptheme-button) {
  color: var(--primary-color);
  font-weight: 600;
}
.accordion-container .acci-text a:not(.sptheme-button):hover,
.accordion-container .detail-panel a:not(.sptheme-button):hover {
  color: var(--black);
}
.accordion-container .acci-text ul, .accordion-container .acci-text li,
.accordion-container .detail-panel ul,
.accordion-container .detail-panel li {
  list-style: disc;
  margin: revert;
  padding: revert;
  line-height: 1.4;
}
.accordion-container .acci-text a.sptheme-button,
.accordion-container .detail-panel a.sptheme-button {
  margin-top: 1.5rem;
}
.accordion-container .acci-text ul li,
.accordion-container .detail-panel ul li {
  margin-top: 2rem;
}
.accordion-container .acci-text ul li:has(> ul),
.accordion-container .detail-panel ul li:has(> ul) {
  font-weight: 600;
}
.accordion-container .acci-text ul li:has(> ul) li,
.accordion-container .detail-panel ul li:has(> ul) li {
  font-weight: normal;
}
.accordion-container .acci-text ul.donors-list,
.accordion-container .detail-panel ul.donors-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
}
.accordion-container .acci-text ul.donors-list > li,
.accordion-container .detail-panel ul.donors-list > li {
  list-style: none !important;
  margin: 0 !important;
  width: 33%;
  padding: 1rem 0 !important;
  border-bottom: 1px solid var(--border-color);
}
@container (max-width: 768px) {
  .accordion-container .acci-text ul.donors-list > li,
  .accordion-container .detail-panel ul.donors-list > li {
    width: 100%;
  }
}
@container (max-width: 768px) {
  .accordion-container .acci-text ul.donors-list > li,
  .accordion-container .detail-panel ul.donors-list > li {
    width: 50%;
  }
}
@container (min-width: 768px) and (max-width: 999px) {
  .accordion-container .acci-text ul.donors-list > li,
  .accordion-container .detail-panel ul.donors-list > li {
    width: 33%;
  }
}
@container (min-width: 999px) {
  .accordion-container .acci-text ul.donors-list > li,
  .accordion-container .detail-panel ul.donors-list > li {
    width: 25%;
  }
}
.accordion-container .acci-text ul.donors-list.columns-2 > li,
.accordion-container .detail-panel ul.donors-list.columns-2 > li {
  width: 50% !important;
}
@container (max-width: 768px) {
  .accordion-container .acci-text ul.donors-list.columns-2 > li,
  .accordion-container .detail-panel ul.donors-list.columns-2 > li {
    width: 100% !important;
  }
}
.accordion-container .acci-text > ul:first-child,
.accordion-container .detail-panel > ul:first-child {
  margin-top: 0;
}
.accordion-container .acci-text > ul:first-child li:first-child,
.accordion-container .detail-panel > ul:first-child li:first-child {
  margin-top: 0;
}
.accordion-container .acci-text li,
.accordion-container .detail-panel li {
  margin-bottom: 2rem;
}
.accordion-container .acci-text img,
.accordion-container .detail-panel img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 888px) {
  .accordion-container:is(.tabbed-accordion) {
    display: flex;
    flex-direction: row;
    gap: 3.2rem;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-left ul,
  .accordion-container:is(.tabbed-accordion).tabbed-left .accordion-container-inner, .accordion-container:is(.tabbed-accordion).tabbed-right ul,
  .accordion-container:is(.tabbed-accordion).tabbed-right .accordion-container-inner {
    flex: 0 0 30%;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-left ul li,
  .accordion-container:is(.tabbed-accordion).tabbed-left .accordion-container-inner li, .accordion-container:is(.tabbed-accordion).tabbed-right ul li,
  .accordion-container:is(.tabbed-accordion).tabbed-right .accordion-container-inner li {
    margin-left: 0;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-left ul li.expanded .acci-label,
  .accordion-container:is(.tabbed-accordion).tabbed-left .accordion-container-inner li.expanded .acci-label, .accordion-container:is(.tabbed-accordion).tabbed-right ul li.expanded .acci-label,
  .accordion-container:is(.tabbed-accordion).tabbed-right .accordion-container-inner li.expanded .acci-label {
    color: var(--primary-color);
  }
  .accordion-container:is(.tabbed-accordion).tabbed-left ul li .acci-label:before,
  .accordion-container:is(.tabbed-accordion).tabbed-left .accordion-container-inner li .acci-label:before, .accordion-container:is(.tabbed-accordion).tabbed-right ul li .acci-label:before,
  .accordion-container:is(.tabbed-accordion).tabbed-right .accordion-container-inner li .acci-label:before {
    display: none;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-right {
    flex-direction: row-reverse;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-top {
    flex-direction: column;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-top ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-top ul li {
    margin-left: 0;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-top ul li .acci-label {
    padding: 1rem 1.6rem;
    border: 1px solid var(--primary-color);
    font-family: var(--button-font), sans-serif;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-top ul li .acci-label:before {
    display: none;
  }
  .accordion-container:is(.tabbed-accordion).tabbed-top ul li.expanded .acci-label {
    color: var(--primary-color);
  }
}
@media screen and (max-width: 888px) {
  .accordion-container:is(.tabbed-accordion) .detail-panel {
    display: none;
  }
}
@media screen and (min-width: 888px) {
  .accordion-container:is(.tabbed-accordion) .detail-panel {
    margin-top: 2rem;
    flex: 1;
  }
}

.sptheme-slider-wrapper {
  --swiper-pagination-bottom: 2rem;
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-bullet-width: 1rem;
  --swiper-pagination-bullet-height: 1rem;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-navigation-size: 4.4rem;
  --swiper-navigation-sides-offset: 3rem;
  position: relative;
  height: auto;
  aspect-ratio: 16/5;
  width: 100vw;
  max-width: 144rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  transition-property: margin;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  overflow: hidden;
  border-radius: var(--border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /*@media screen and (min-width: 1440px) {
      border-radius: var(--border-radius);
      overflow: hidden;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin-top: 3rem;

  }*/
}
@media screen and (max-width: 888px) {
  .sptheme-slider-wrapper {
    --swiper-navigation-size: 3rem;
    --swiper-navigation-sides-offset: 2rem;
  }
}
.sptheme-slider-wrapper .swiper-button-next:after,
.sptheme-slider-wrapper .swiper-button-prev:after {
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sptheme-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sptheme-slider-wrapper .swiper-pagination .swiper-pagination-bullet:active {
  background: var(--primary-color);
  box-shadow: none;
}
@media screen and (max-width: 888px) {
  .sptheme-slider-wrapper .swiper-pagination {
    display: none !important;
  }
}
.sptheme-slider-wrapper .sptheme-slider-container {
  top: 0;
  bottom: 0;
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-self {
  height: 100%;
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-image-container img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 0;
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content {
  z-index: 2;
  padding: var(--default-inset);
  padding-left: 8%;
  max-width: 60%;
  color: white;
  text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content > * {
  margin: 1.5rem;
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content h2 {
  font-size: var(--fs_huge);
}
.sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content[data-slide-content-style=dark] {
  color: var(--black);
  text-shadow: none;
}
@media screen and (max-width: 700px) {
  .sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content {
    padding-left: 10%;
    max-width: 80%;
    font-size: 14px;
  }
  .sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content > * {
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 550px) {
  .sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content {
    padding-left: 15%;
  }
  .sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content p {
    display: none;
  }
  .sptheme-slider-wrapper .sptheme-slider-container .slider-item-inner .slider-item-content {
    --button-font-size: 80%;
    --button-padding: .8rem 1.6rem;
  }
}

.sptheme-layouts .splb-element.splb-slider:has(.hero-slider) {
  padding-top: 0;
}

.splb-element.splb-home_hero {
  --home-hero-angle: min(2vw, 8rem);
  --home-hero-min-height: 68rem;
  --home-hero-overlay-opacity: .5;
  margin-bottom: -20rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: var(--home-hero-min-height);
  padding: 12rem 0 calc(var(--home-hero-angle) + 8rem);
}
.splb-element.splb-home_hero.hero-overlay-none {
  --home-hero-overlay-opacity: 0;
}
.splb-element.splb-home_hero.hero-overlay-light {
  --home-hero-overlay-opacity: .3;
}
.splb-element.splb-home_hero.hero-overlay-medium {
  --home-hero-overlay-opacity: .5;
}
.splb-element.splb-home_hero.hero-overlay-dark {
  --home-hero-overlay-opacity: .68;
}
@media screen and (max-width: 888px) {
  .splb-element.splb-home_hero {
    margin-bottom: -10rem;
  }
}
.splb-element.splb-home_hero .home-hero-background,
.splb-element.splb-home_hero .home-hero-graphic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  --home-hero-curve: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'><path d='M0,0 Q50,20 100,0 Z' fill='%23000'/></svg>");
  -webkit-mask-image: linear-gradient(#000, #000), var(--home-hero-curve);
  -webkit-mask-size: 100% calc(100% - var(--home-hero-angle)), 100% var(--home-hero-angle);
  -webkit-mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-image: linear-gradient(#000, #000), var(--home-hero-curve);
  mask-size: 100% calc(100% - var(--home-hero-angle)), 100% var(--home-hero-angle);
  mask-position: top left, bottom left;
  mask-repeat: no-repeat, no-repeat;
}
.splb-element.splb-home_hero .home-hero-background {
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.splb-element.splb-home_hero .home-hero-background:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--secundary-color);
  opacity: var(--home-hero-overlay-opacity);
}
.splb-element.splb-home_hero .home-hero-graphic {
  z-index: 1;
  pointer-events: none;
}
.splb-element.splb-home_hero .home-hero-graphic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splb-element.splb-home_hero .home-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  color: var(--white);
}
.splb-element.splb-home_hero .home-hero-title {
  margin: 0;
  color: var(--white);
  font-weight: 700;
}
.splb-element.splb-home_hero .home-hero-subtitle {
  margin: 1.5rem 0 0;
  max-width: 60rem;
  font-size: var(--fs_large);
  color: var(--white);
}
.splb-element.splb-home_hero .buttons-container {
  margin-top: 4rem;
}
.splb-element.splb-home_hero.no-image .home-hero-background {
  background-color: var(--secundary-color);
}
@media screen and (max-width: 888px) {
  .splb-element.splb-home_hero {
    --home-hero-min-height: 52rem;
    padding: 8rem 0 calc(var(--home-hero-angle) + 6rem);
  }
  .splb-element.splb-home_hero .home-hero-subtitle {
    font-size: var(--fs_normal);
  }
  .splb-element.splb-home_hero .buttons-container {
    margin-top: 3rem;
  }
}

.splb-element.splb-logo_slider .logos-rotator {
  --logo-rotator-height: 10rem;
  --logo-rotator-fade: .8s;
}
.splb-element.splb-logo_slider .logos-rotator .logos-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.splb-element.splb-logo_slider .logos-rotator .logo-slot {
  position: relative;
  flex: 1 1 0;
  height: var(--logo-rotator-height);
  margin: 0;
}
.splb-element.splb-logo_slider .logos-rotator .logo-slot-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.splb-element.splb-logo_slider .logos-rotator .logo-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity var(--logo-rotator-fade) ease-in-out;
}
.splb-element.splb-logo_slider .logos-rotator .logo-layer.is-active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .splb-element.splb-logo_slider .logos-rotator .logos-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 4rem;
  }
  .splb-element.splb-logo_slider .logos-rotator .logo-slot {
    flex: 0 0 calc(33.333% - 4rem);
  }
}
@media screen and (max-width: 888px) {
  .splb-element.splb-logo_slider .logos-rotator {
    --logo-rotator-height: 4.5rem;
  }
  .splb-element.splb-logo_slider .logos-rotator .logo-slot {
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .splb-element.splb-logo_slider .logos-rotator .logo-layer {
    transition: none;
  }
}

.splb-office_locations .office-locations-heading {
  color: var(--secundary-color);
  font-weight: 700;
  margin-bottom: 3.6rem;
}
.splb-office_locations .office-locations-heading::after {
  content: "";
  display: block;
  width: 6rem;
  height: 0.3rem;
  margin-top: 1rem;
  background: var(--primary-color);
}
.splb-office_locations .office-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 888px) and (max-width: 1100px) {
  .splb-office_locations .office-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 888px) {
  .splb-office_locations .office-cards {
    grid-template-columns: 1fr;
  }
}
.splb-office_locations .office-card {
  background: var(--background-color-3);
  border-radius: var(--border-radius);
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.splb-office_locations .office-card-photo img {
  display: block;
  width: 100%;
  height: 11rem;
  object-fit: cover;
}
.splb-office_locations .office-card-body {
  padding: 2.4rem;
  color: var(--secundary-color);
  font-size: 1.6rem;
  line-height: 1.9;
}
.splb-office_locations .office-card-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.4rem;
}
.splb-office_locations .office-card-head h3 {
  color: var(--primary-color);
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0;
}
.splb-office_locations .office-card-flag {
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.18);
}
.splb-office_locations .office-card-contact {
  margin-top: 1.9rem;
}
.splb-office_locations .office-card-contact p {
  margin: 0;
}
.splb-office_locations .office-card-contact a {
  color: inherit;
  text-decoration: none;
}
.splb-office_locations .office-card-contact a:hover {
  text-decoration: underline;
}

.splb-element.splb-pillar_hero {
  margin-bottom: 10rem;
  padding-bottom: 0;
  --pillar-hero-menu-width: 52rem;
  position: relative;
  background: var(--background-color-3);
}
.splb-element.splb-pillar_hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  translate: -50% 0;
  background: inherit;
  z-index: 0;
}
.splb-element.splb-pillar_hero .pillar-hero-inner {
  position: static;
  padding: 2rem 0;
  min-height: 34rem;
}
.splb-element.splb-pillar_hero .pillar-hero-content {
  position: relative;
  z-index: 2;
  width: 50%;
}
.splb-element.splb-pillar_hero .pillar-hero-title {
  margin: 0;
  color: var(--secundary-color);
  font-weight: 700;
}
.splb-element.splb-pillar_hero .pillar-hero-title:after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.3rem;
  margin-top: 2rem;
  background: var(--primary-color);
}
.splb-element.splb-pillar_hero .pillar-hero-intro {
  margin-top: 2.5rem;
  max-width: 46rem;
  color: var(--secundary-color);
}
.splb-element.splb-pillar_hero .pillar-hero-intro p:last-child {
  margin-bottom: 0;
}
.splb-element.splb-pillar_hero .pillar-hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc((100% - 100vw) / 2);
  width: 55vw;
  z-index: 1;
}
.splb-element.splb-pillar_hero .pillar-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: linear-gradient(to right, transparent 0%, black 28%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 28%);
}
.splb-element.splb-pillar_hero .pillar-menu {
  position: absolute;
  right: calc((100% - 100vw) / 2);
  bottom: 0;
  translate: 0 40%;
  z-index: 3;
  width: var(--pillar-hero-menu-width);
  padding: 6rem 6rem 6rem 9rem;
  background: var(--background-color-3);
  mask-image: url("/wp-content/themes/sptheme-child/assets/images/blobs/blob-pillar-menu-mask.svg");
  mask-size: 100% 100%;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/sptheme-child/assets/images/blobs/blob-pillar-menu-mask.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.splb-element.splb-pillar_hero.has-pillar-menu .pillar-hero-inner {
  padding-bottom: 12rem;
}
.splb-element.splb-pillar_hero .pillar-menu-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.splb-element.splb-pillar_hero .pillar-menu-item {
  margin: 0;
}
.splb-element.splb-pillar_hero .pillar-menu-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
  font-size: var(--fs_normal);
  font-weight: 600;
  color: var(--secundary-color);
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.splb-element.splb-pillar_hero .pillar-menu-item a:hover {
  color: var(--primary-color);
}
.splb-element.splb-pillar_hero .pillar-menu-item.is-active > a {
  color: var(--primary-color);
}
.splb-element.splb-pillar_hero .pillar-menu-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
}
.splb-element.splb-pillar_hero .pillar-menu-icon img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .splb-element.splb-pillar_hero {
    --pillar-hero-menu-width: 42rem;
  }
  .splb-element.splb-pillar_hero .pillar-menu {
    padding: 3rem 4rem 3rem 6rem;
  }
}
@media screen and (max-width: 888px) {
  .splb-element.splb-pillar_hero .pillar-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 0;
    min-height: 0;
  }
  .splb-element.splb-pillar_hero .pillar-hero-content {
    width: 100%;
  }
  .splb-element.splb-pillar_hero .pillar-hero-image {
    position: static;
    width: auto;
  }
  .splb-element.splb-pillar_hero .pillar-hero-image img {
    aspect-ratio: 3/2;
    height: auto;
    border-radius: var(--border-radius);
    mask-image: none;
    -webkit-mask-image: none;
  }
  .splb-element.splb-pillar_hero .pillar-menu {
    position: static;
    translate: none;
    width: 100%;
    padding: 3rem;
    border-radius: var(--border-radius);
    mask-image: none;
    -webkit-mask-image: none;
  }
  .splb-element.splb-pillar_hero.has-pillar-menu .pillar-hero-inner {
    padding-bottom: 3rem;
  }
}

.splb-element.splb-services_overview {
  --service-card-gap: 3rem;
  --service-card-overlap: 11rem;
}
.splb-element.splb-services_overview .services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--service-card-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
.splb-element.splb-services_overview .service-item {
  margin: 0;
  display: flex;
}
.splb-element.splb-services_overview .service-item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
  padding: 3.5rem 2.5rem;
  background: var(--background-color-3);
  border-radius: var(--border-radius);
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.06);
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.splb-element.splb-services_overview.services-align-center .service-item-inner {
  align-items: center;
  text-align: center;
}
.splb-element.splb-services_overview.services-align-left .service-item-inner {
  align-items: flex-start;
  text-align: left;
}
.splb-element.splb-services_overview a.service-item-inner {
  text-decoration: none;
}
.splb-element.splb-services_overview a.service-item-inner .service-item-title,
.splb-element.splb-services_overview a.service-item-inner .service-item-text,
.splb-element.splb-services_overview a.service-item-inner .service-item-text *, .splb-element.splb-services_overview a.service-item-inner:hover .service-item-title,
.splb-element.splb-services_overview a.service-item-inner:hover .service-item-text,
.splb-element.splb-services_overview a.service-item-inner:hover .service-item-text *, .splb-element.splb-services_overview a.service-item-inner:focus .service-item-title,
.splb-element.splb-services_overview a.service-item-inner:focus .service-item-text,
.splb-element.splb-services_overview a.service-item-inner:focus .service-item-text * {
  text-decoration: none;
}
.splb-element.splb-services_overview a.service-item-inner:hover {
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.12);
}
.splb-element.splb-services_overview .service-item-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
}
.splb-element.splb-services_overview .service-item-icon img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.splb-element.splb-services_overview .service-item-title {
  margin: 0;
  font-size: var(--fs_h5);
  font-weight: 700;
  color: var(--secundary-color);
}
.splb-element.splb-services_overview .service-item-text {
  font-size: var(--fs_normal);
  color: var(--black);
}
.splb-element.splb-services_overview .service-item-text p:last-child {
  margin-bottom: 0;
}
.splb-element.splb-services_overview.services-overlap-previous {
  position: relative;
  z-index: 3;
  margin-top: calc(var(--service-card-overlap) * -1);
}
.splb-element.splb-services_overview.services-count-3 .services-list, .splb-element.splb-services_overview.services-count-6 .services-list {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .splb-element.splb-services_overview .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .splb-element.splb-services_overview.services-count-3 .services-list, .splb-element.splb-services_overview.services-count-6 .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 888px) {
  .splb-element.splb-services_overview {
    --service-card-gap: 2rem;
    --service-card-overlap: 5rem;
  }
  .splb-element.splb-services_overview .services-list, .splb-element.splb-services_overview.services-count-3 .services-list, .splb-element.splb-services_overview.services-count-6 .services-list {
    grid-template-columns: 1fr;
  }
  .splb-element.splb-services_overview .service-item-inner {
    padding: 3rem 2.5rem;
  }
}

.splb-element.splb-testimonials_slider .testimonials-slider-wrapper {
  --swiper-pagination-color: var(--primary-color);
  --swiper-pagination-bullet-inactive-color: #D7D7D7;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 1rem;
  --swiper-pagination-bullet-height: 1rem;
  --swiper-pagination-bullet-horizontal-gap: .6rem;
  --swiper-pagination-bottom: 3rem;
  position: relative;
  background: var(--background-color-3);
  border-radius: var(--border-radius);
  padding: 6rem 6rem 9rem;
}
@media screen and (max-width: 888px) {
  .splb-element.splb-testimonials_slider .testimonials-slider-wrapper {
    padding: 4rem 2.5rem 8rem;
  }
}
.splb-element.splb-testimonials_slider .testimonial-item-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 888px) {
  .splb-element.splb-testimonials_slider .testimonial-item-inner {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    text-align: center;
  }
}
.splb-element.splb-testimonials_slider .testimonial-item-img {
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  width: 14rem;
  border-radius: 100%;
  overflow: hidden;
}
.splb-element.splb-testimonials_slider .testimonial-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 888px) {
  .splb-element.splb-testimonials_slider .testimonial-item-img {
    width: 10rem;
  }
}
.splb-element.splb-testimonials_slider .testimonial-item-body {
  flex: 1 1 auto;
  padding-left: 5rem;
  position: relative;
}
.splb-element.splb-testimonials_slider .testimonial-item-body:before {
  content: "“";
  position: absolute;
  top: -2rem;
  left: 0;
  font-family: var(--heading-font);
  font-size: 9rem;
  line-height: 1;
  color: var(--primary-color);
}
@media screen and (max-width: 888px) {
  .splb-element.splb-testimonials_slider .testimonial-item-body {
    padding-left: 0;
    padding-top: 4rem;
  }
  .splb-element.splb-testimonials_slider .testimonial-item-body:before {
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7rem;
  }
}
.splb-element.splb-testimonials_slider .testimonial-content {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: var(--fs_large);
  font-style: italic;
  line-height: auto;
  color: var(--secundary-color);
}
.splb-element.splb-testimonials_slider .testimonial-content p:last-child {
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: revert;
}
.splb-element.splb-testimonials_slider .testimonial-author {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  margin-top: 2.5rem;
  font-size: var(--fs_normal);
  color: var(--secundary-color);
}
.splb-element.splb-testimonials_slider .testimonial-author .author-name {
  font-weight: 700;
}

.splb-element.splb-upcoming_events_overview .upcoming-events-wrapper {
  --swiper-pagination-color: var(--primary-color);
  --swiper-pagination-bullet-inactive-color: #D7D7D7;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 1rem;
  --swiper-pagination-bullet-height: 1rem;
  --swiper-pagination-bullet-horizontal-gap: .6rem;
  position: relative;
  overflow: visible;
  padding-bottom: 6rem;
}
.splb-element.splb-upcoming_events_overview .swiper-pagination {
  bottom: 0;
}
.splb-element.splb-upcoming_events_overview .event-item {
  height: auto;
}
.splb-element.splb-upcoming_events_overview .event-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.splb-element.splb-upcoming_events_overview .event-item-img {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.splb-element.splb-upcoming_events_overview .event-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease;
}
.splb-element.splb-upcoming_events_overview .event-item-img:hover img {
  scale: 1.03;
}
.splb-element.splb-upcoming_events_overview .event-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 2.5rem 0 0;
}
.splb-element.splb-upcoming_events_overview .event-item-title {
  margin: 0;
  font-size: var(--fs_h4);
  color: var(--secundary-color);
}
.splb-element.splb-upcoming_events_overview .event-item-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.splb-element.splb-upcoming_events_overview .event-item-title a:hover {
  color: var(--primary-color);
}
.splb-element.splb-upcoming_events_overview .event-item-meta {
  margin: 0;
  font-size: var(--fs_normal);
  color: var(--secundary-color);
}
.splb-element.splb-upcoming_events_overview .event-item-link {
  margin-top: 1rem;
}
@media screen and (max-width: 888px) {
  .splb-element.splb-upcoming_events_overview .event-item-content {
    padding-top: 2rem;
  }
}

.splb-element.splb-usp_overview {
  --usp-column-gap: 6rem;
  --usp-row-gap: 3rem;
  position: relative;
}
.splb-element.splb-usp_overview .splb-element-heading {
  margin-bottom: 4rem;
}
.splb-element.splb-usp_overview .usp-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--usp-row-gap) var(--usp-column-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
.splb-element.splb-usp_overview.usp-columns-3 .usp-list {
  grid-template-columns: repeat(3, 1fr);
}
.splb-element.splb-usp_overview.usp-columns-4 .usp-list {
  grid-template-columns: repeat(4, 1fr);
}
.splb-element.splb-usp_overview .usp-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.4rem;
  margin: 0;
}
.splb-element.splb-usp_overview .usp-item-body {
  flex: 1 1 auto;
}
.splb-element.splb-usp_overview .usp-item-title {
  margin: 0 0 1rem;
  font-size: var(--fs_normal);
  font-weight: 700;
  color: var(--secundary-color);
}
.splb-element.splb-usp_overview .usp-item-text {
  font-size: var(--fs_normal);
  color: var(--secundary-color);
}
.splb-element.splb-usp_overview .usp-item-text p:last-child {
  margin-bottom: 0;
}
.splb-element.splb-usp_overview .usp-check {
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0.2rem;
  color: var(--primary-color);
}
.splb-element.splb-usp_overview .usp-check svg {
  width: 100%;
  height: 100%;
  display: block;
}
.splb-element.splb-usp_overview.usp-style-columns .usp-item {
  display: block;
}
@media screen and (max-width: 1024px) {
  .splb-element.splb-usp_overview {
    --usp-column-gap: 4rem;
  }
  .splb-element.splb-usp_overview.usp-columns-3 .usp-list, .splb-element.splb-usp_overview.usp-columns-4 .usp-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 888px) {
  .splb-element.splb-usp_overview .usp-list, .splb-element.splb-usp_overview.usp-columns-3 .usp-list, .splb-element.splb-usp_overview.usp-columns-4 .usp-list {
    grid-template-columns: 1fr;
  }
}

.splb-flowchart {
  width: 91.9rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .splb-flowchart {
    width: 100%;
  }
}
.splb-flowchart .flowchart-items-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 1100px) {
  .splb-flowchart .flowchart-items-list {
    flex-direction: column;
    align-items: center;
  }
}
.splb-flowchart .flowchart-items-list .flowchart-item {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 22.8rem;
  height: 25.68rem;
}
@media screen and (max-width: 1100px) {
  .splb-flowchart .flowchart-items-list .flowchart-item {
    margin-bottom: 3rem;
  }
}
.splb-flowchart .flowchart-items-list .flowchart-item .flowchart-num-indicator,
.splb-flowchart .flowchart-items-list .flowchart-item .flowchart-mobile-toggle {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  z-index: 1;
  mask: url("/wp-content/themes/sptheme-child/assets/images/tmp/aiosyn-polygon-mask.svg");
  background: var(--primary-color);
  color: white;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 1100px) {
  .splb-flowchart .flowchart-items-list .flowchart-item .flowchart-mobile-toggle {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .splb-flowchart .flowchart-items-list .flowchart-item .flowchart-mobile-toggle {
    width: 2.3666666667rem;
    height: 2.6rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5rem;
  }
  .splb-flowchart .flowchart-items-list .flowchart-item .flowchart-mobile-toggle span {
    transform: rotate(90deg);
    font-size: 2.4rem;
  }
}
.splb-flowchart .flowchart-items-list .flowchart-item .flowchart-num-indicator {
  width: 3.1rem;
  height: 3.5rem;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1100px) {
  .splb-flowchart .flowchart-items-list .flowchart-item:not(:last-child):after {
    position: absolute;
    content: "";
    right: -5.5rem;
    top: 10rem;
    height: 1.3rem;
    width: 2.8rem;
    background-image: url("/wp-content/themes/sptheme-child/assets/images/tmp/ac-arrow.svg");
    background-repeat: no-repeat;
    opacity: 0.2;
  }
}
.splb-flowchart .flowchart-items-list .flowchart-item .flowchart-item-inner {
  background-image: url("/wp-content/themes/sptheme-child/assets/images/tmp/aiosyn-polygon-salmon.svg");
  background-size: 100% auto;
  position: relative;
}
.splb-flowchart .flowchart-items-list .flowchart-item .flowchart-item-inner:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 8rem;
  background-image: url("/wp-content/themes/sptheme-child/assets/images/tmp/aiosyn-polygon-exp-2.svg");
  background-size: 100% auto;
  z-index: 1;
  bottom: 0;
  transform: scaleY(-1);
  opacity: 0;
}
.splb-flowchart .flowchart-items-list .flowchart-item .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 2.7rem;
  width: 11rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--main-color);
}
.splb-flowchart .flowchart-items-list .flowchart-item .flowchart-item-icon {
  height: 11rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.splb-flowchart .flowchart-items-list .flowchart-item .flowchart-item-icon img {
  height: auto;
  width: 10rem;
  mix-blend-mode: darken;
}
.splb-flowchart .flowchart-items-list .flowchart-item[data-num="1"] .flowchart-item-icon img {
  width: 10rem;
}
.splb-flowchart .flowchart-items-list .flowchart-item[data-num="2"] .flowchart-item-icon img {
  width: 6rem;
}
.splb-flowchart .flowchart-items-list .flowchart-item[data-num="3"] .flowchart-item-icon img {
  width: 11.4rem;
}
.splb-flowchart .flowchart-items-list .flowchart-item .flowchart-item-content {
  max-height: 0;
  overflow: hidden;
  height: auto;
  font-size: 1.4rem;
  transition: none;
  opacity: 0;
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected {
  height: auto;
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-item-inner {
  background-image: url("/wp-content/themes/sptheme-child/assets/images/tmp/aiosyn-polygon-exp-2.svg");
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-item-inner:after {
  opacity: 1;
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-item-content {
  max-height: 70rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  height: auto;
  opacity: 1;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-item-content ul, .splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-item-content li {
  list-style-type: none;
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-item-content li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-item-content li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background: var(--primary-color);
  width: 0.3rem;
  height: 0.3rem;
  top: 0.9rem;
  left: 0;
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-mobile-toggle {
  z-index: 2;
}
.splb-flowchart .flowchart-items-list .flowchart-item.selected .flowchart-mobile-toggle span {
  transform: rotate(-90deg);
}

.sptheme-classic-content {
  padding-left: var(--horizontal-inset);
  padding-right: var(--horizontal-inset);
  padding-top: 6rem;
}
.page-section-inner:has(.breadcrumbs-container) > .sptheme-classic-content {
  padding-top: 0;
}
.sptheme-classic-content h1 {
  font-size: var(--fs_huge);
  line-height: 1.2;
  margin-bottom: 2rem;
}
.sptheme-classic-content h1 .search-results-count {
  padding-left: 0.8rem;
  font-size: inherit;
  color: var(--primary-color);
}
@media screen and (min-width: 888px) {
  .sptheme-classic-content.medium-width {
    width: 85%;
    margin: 0 auto;
  }
  .sptheme-classic-content.narrow-width {
    width: 70%;
    margin: 0 auto;
  }
}
.sptheme-classic-content.single-content img {
  max-width: 100%;
  height: auto;
}
.sptheme-classic-content.single-content .single-image-container {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.sptheme-classic-content.single-content h1,
.sptheme-classic-content.single-content h2 {
  padding: 2rem 0;
}
.sptheme-classic-content.single-content .date {
  font-size: var(--fs_small);
}
.sptheme-classic-content.single-content .date.publish-date {
  display: block;
  color: var(--black);
  opacity: 0.5;
  margin-top: -1rem;
}

.search-results .search-results-section {
  padding-top: 2rem;
  margin-bottom: 3rem;
  border-top: 1px solid var(--border-color);
}
.search-results .search-results-section-title {
  margin-bottom: 1rem;
  color: var(--primary-color);
  font-weight: 600;
}
.search-results .search-results-section-title .search-results-section-count {
  color: var(--black);
  font-weight: 400;
}

.publications-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: flex-end;
  margin-bottom: 3.2rem;
  padding: 2rem 2.4rem;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.publications-filters .publication-filter {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1 1 20rem;
}
.publications-filters .publication-filter h3 {
  font-family: var(--site-font), sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  line-height: 1;
}
.publications-filters .publication-filter .facetwp-facet {
  margin: 0;
}
.publications-filters .publication-filter select.facetwp-dropdown {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 4.2rem;
  padding: 0 3.6rem 0 1.4rem;
  font-family: var(--site-font), sans-serif;
  font-size: 1.5rem;
  color: var(--black);
  background-color: white;
  border: 1px solid var(--border-color);
  border-radius: calc(var(--border-radius) * 0.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.publications-filters .publication-filter select.facetwp-dropdown:hover {
  border-color: var(--primary-color);
}
.publications-filters .publication-filter select.facetwp-dropdown:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(182, 18, 27, 0.12);
}
@media screen and (max-width: 888px) {
  .publications-filters {
    flex-direction: column;
    gap: 1.2rem;
  }
  .publications-filters .publication-filter {
    flex: 1 1 100%;
    width: 100%;
  }
}

.splb-element.sgs-publications .accordion-items.has-detail-panel {
  flex: 0 0 20%;
}

.publications-list-container ul.publications-list {
  margin: 0;
  padding: 0;
}
.publications-list-container ul.publications-list li.publication-item {
  list-style: none;
  border-radius: var(--border-radius);
  background: var(--background-color-3);
  padding: 2.5rem;
  position: relative;
  border: 1px solid var(--border-color);
  margin: 2rem 0;
}
.publications-list-container ul.publications-list li.publication-item .publication-types {
  margin-bottom: 1rem;
}
.publications-list-container ul.publications-list li.publication-item .publication-type {
  margin-bottom: 1rem;
  font-weight: 700;
}
.publications-list-container ul.publications-list li.publication-item h4.publication-title {
  padding-bottom: 0;
  line-height: 1.4;
}
.publications-list-container ul.publications-list li.publication-item p.publication-author {
  line-height: 1.2;
  color: rgb(34.3137254902%, 34.3137254902%, 34.3137254902%);
}
@media screen and (max-width: 888px) {
  .publications-list-container ul.publications-list li.publication-item {
    margin-left: calc(var(--accordion-padding) * -1);
  }
}

ul.articles-list.as-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: calc(var(--column-gap) / 2);
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 888px) {
  ul.articles-list.as-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(var(--column-gap) / 2);
  }
}
@media screen and (max-width: 640px) {
  ul.articles-list.as-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.article-item {
  border: 0;
}
.as-grid .article-item {
  padding: 0;
}
.as-grid .article-item .article-card {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.as-grid .article-item .article-card:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.as-grid .article-item .article-card .info {
  padding: var(--default-inset);
  font-size: 1.6rem;
}
.as-grid .article-item .article-card .item-taxonomies .item-category-container {
  position: absolute;
  right: -0.7rem;
  top: -0.7rem;
  z-index: 3;
}
.as-grid .article-item .article-card .event-attachments ul li {
  display: block;
  list-style: revert;
  list-style-position: outside;
  margin-bottom: 1rem;
}
.as-grid .article-item .article-card .event-attachments a {
  color: var(--primary-color);
  line-height: 1.5;
}
.as-grid .article-item .article-card .event-attachments a:hover {
  color: var(--primary-color-dark);
}
.as-grid .article-item .article-card .event-attachments a:visited {
  color: var(--primary-color-dark);
}
.as-grid .article-item .article-card .article-item-img {
  height: unset;
  aspect-ratio: 1/0.7;
}
.as-grid .article-item .article-card .category {
  font-weight: 300;
  font-size: var(--fs_small);
}
.as-grid .article-item .article-card .title {
  font-size: var(--fs_normal);
  line-height: 1.2;
}
.as-grid .article-item .article-card .article-excerpt + .event-attachments {
  display: block;
  margin-top: 2rem;
}
.as-grid .article-item .article-card .article-excerpt br {
  margin-bottom: 1rem;
}
.as-grid .article-item[data-post-type=project] .article-card .article-item-img {
  border-radius: 100%;
  height: calc(var(--card-image-height) - 4rem);
  width: auto;
  max-width: 30rem;
  aspect-ratio: 1/1;
  margin: 2rem auto;
  transform: none;
}

.person-single .person-hero {
  display: grid;
  grid-template-columns: minmax(0, 34rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 888px) {
  .person-single .person-hero {
    grid-template-columns: 1fr;
  }
}
.person-single .person-hero.no-photo {
  grid-template-columns: 1fr;
}
.person-single .person-hero-photo {
  border-radius: 1rem;
  overflow: hidden;
}
.person-single .person-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.person-single .person-hero-photo[data-photo-pos=center_top] img {
  object-position: top;
}
.person-single .person-hero-photo[data-photo-pos=center_middle] img {
  object-position: center;
}
.person-single .person-hero-photo[data-photo-pos=center_bottom] img {
  object-position: bottom;
}
@media screen and (max-width: 888px) {
  .person-single .person-hero-photo {
    max-height: 40rem;
  }
}
.person-single .person-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  border-radius: 1rem;
  background: rgba(207, 130, 128, 0.1);
  padding: 6rem 4rem;
  min-height: auto;
}
.person-single .person-hero-panel h1.person-name {
  color: var(--secundary-color);
  font-size: 4.2rem;
  font-weight: bold;
  position: relative;
  margin: 0;
  padding-bottom: 2rem;
}
@media screen and (max-width: 888px) {
  .person-single .person-hero-panel h1.person-name {
    font-size: 2.6rem;
  }
}
.person-single .person-hero-panel h1.person-name:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3.8rem;
  bottom: 0;
  height: 0.4rem;
  width: 7.6rem;
  background: var(--primary-color);
}
.person-single .person-hero-panel .person-function {
  margin: 0;
  font-size: var(--fs_large);
  font-weight: 500;
  color: var(--primary-color);
}
.person-single .person-hero-panel .person-country {
  margin: 0;
  font-size: var(--fs_normal);
  color: var(--secundary-color);
}
.person-single .person-hero-panel span[class^=sp-blob] {
  opacity: 0.5;
}
.person-single .person-hero-panel .sp-blob-left {
  left: -12%;
  top: 50%;
  translate: 0 -50%;
  height: 160%;
}
.person-single .person-hero-panel .sp-blob-right {
  right: -12%;
  top: 50%;
  translate: 0 -50%;
  height: 160%;
  scale: -1;
}
.person-single .person-bio {
  max-width: 86rem;
}
.person-single .person-detail-section {
  margin-top: 4.8rem;
}
.person-single .person-detail-section > h2 {
  font-size: var(--fs_h4);
  color: var(--secundary-color);
  margin-bottom: 2rem;
}
.person-single .person-type-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.person-single .person-type-list li {
  background: var(--background-color-3);
  color: var(--primary-color);
  border-radius: 10rem;
  padding: 0.8rem 2.4rem;
  font-size: var(--fs_small);
  font-weight: 500;
}
.person-single .person-client-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.person-single .person-client-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 1.2rem;
  padding: 2.4rem 2rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  background: var(--white);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.person-single .person-client-list a:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.person-single .person-client-list .person-client-logo {
  max-height: 9rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.person-single .person-client-list .person-client-name {
  text-align: center;
  font-size: var(--fs_small);
  color: var(--secundary-color);
}

.event-single .event-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 888px) {
  .event-single .event-hero {
    grid-template-columns: 1fr;
  }
}
.event-single .event-hero.no-image {
  grid-template-columns: 1fr;
}
.event-single .event-hero-image {
  border-radius: 1rem;
  overflow: hidden;
}
.event-single .event-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 888px) {
  .event-single .event-hero-image {
    max-height: 32rem;
  }
}
.event-single .event-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  border-radius: 1rem;
  background: rgba(207, 130, 128, 0.1);
  padding: 6rem 4rem;
}
.event-single .event-hero-panel h1.event-title {
  color: var(--secundary-color);
  font-size: var(--fs_h1);
  font-weight: bold;
  position: relative;
  margin: 0;
  padding-bottom: 2rem;
}
.event-single .event-hero-panel h1.event-title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3.8rem;
  bottom: 0;
  height: 0.4rem;
  width: 7.6rem;
  background: var(--primary-color);
}
.event-single .event-hero-panel .event-date {
  margin: 0;
  font-size: var(--fs_large);
  font-weight: 500;
  color: var(--primary-color);
}
.event-single .event-hero-panel .event-place {
  margin: 0;
  font-size: var(--fs_normal);
  color: var(--secundary-color);
}
.event-single .event-hero-panel .event-website-button {
  margin-top: 1.2rem;
}
.event-single .event-hero-panel span[class^=sp-blob] {
  opacity: 0.5;
}
.event-single .event-hero-panel .sp-blob-left {
  left: -12%;
  top: 50%;
  translate: 0 -50%;
  height: 160%;
}
.event-single .event-hero-panel .sp-blob-right {
  right: -12%;
  top: 50%;
  translate: 0 -50%;
  height: 160%;
  scale: -1;
}
.event-single .event-hero-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}
.event-single .event-badge {
  display: block;
  border-radius: 10rem;
  padding: 0.6rem 1.8rem;
  font-size: var(--fs_small);
  font-weight: 500;
  color: var(--white);
}
.event-single .event-badge-virtual {
  background: var(--accent-color);
}
.event-single .event-badge-passed {
  background: var(--secundary-color);
}
.event-single .event-description {
  max-width: 86rem;
}
.event-single .event-description img {
  max-width: 100%;
  height: auto;
}
.event-single .event-detail-section {
  margin-top: 4.8rem;
}
.event-single .event-detail-section > h2 {
  font-size: var(--fs_h4);
  color: var(--secundary-color);
  margin-bottom: 2rem;
}
.event-single .event-discipline-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-single .event-discipline-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  background: var(--background-color-3);
  color: var(--primary-color);
  border-radius: 10rem;
  padding: 0.8rem 2.4rem 0.8rem 1.2rem;
  font-size: var(--fs_small);
  font-weight: 500;
}
.event-single .event-discipline-icon {
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.event-single .event-client-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-single .event-client-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 1.2rem;
  padding: 2.4rem 2rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  background: var(--white);
  text-decoration: none;
}
.event-single a.event-client-inner {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.event-single a.event-client-inner:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.event-single .event-client-logo {
  max-height: 9rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.event-single .event-client-name {
  text-align: center;
  font-size: var(--fs_small);
  color: var(--secundary-color);
}
.event-single .event-attachments-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.splb-element.splb-upcoming_events_overview.upcoming-events-standalone {
  margin-top: 6rem;
}

.events-calendar {
  margin-top: 4rem;
}
.events-calendar .events-calendar-toggle {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.6rem;
  border-radius: 10rem;
  background: var(--background-color-3);
  margin-bottom: 4rem;
}
.events-calendar .events-calendar-toggle-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  border: 0;
  border-radius: 10rem;
  background: transparent;
  color: var(--primary-color);
  font-family: var(--button-font);
  font-size: var(--fs_normal);
  font-weight: 500;
  padding: 1.2rem 2.6rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.events-calendar .events-calendar-toggle-button:hover {
  background: rgba(157, 21, 45, 0.08);
}
.events-calendar .events-calendar-toggle-button.is-active {
  background: var(--primary-color);
  color: var(--white);
}
.events-calendar .events-calendar-toggle-button.is-active .events-calendar-count {
  background: var(--white);
  color: var(--primary-color);
}
.events-calendar .events-calendar-count {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 2.6rem;
  padding: 0.1rem 0.8rem;
  border-radius: 10rem;
  background: var(--primary-color);
  color: var(--white);
  font-size: var(--fs_small);
  font-weight: 500;
  line-height: 2.2rem;
}
.events-calendar .events-calendar-year {
  margin-bottom: 4.8rem;
}
.events-calendar .events-calendar-year-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
  font-size: var(--fs_h3);
  color: var(--secundary-color);
  margin: 0 0 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border-color);
}
.events-calendar .events-calendar-year-title .events-calendar-count {
  background: var(--background-color-3);
  color: var(--primary-color);
}
.events-calendar .events-calendar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 888px) {
  .events-calendar .events-calendar-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.events-calendar .calendar-event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.events-calendar .calendar-event-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.events-calendar .calendar-event-card:hover .calendar-event-img img {
  scale: 1.03;
}
.events-calendar .calendar-event-card:hover .calendar-event-title {
  color: var(--primary-color);
}
.events-calendar .calendar-event-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.events-calendar .calendar-event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease;
}
.events-calendar .calendar-event-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 2rem;
}
.events-calendar .calendar-event-badge {
  display: block;
  border-radius: 10rem;
  padding: 0.4rem 1.4rem;
  background: var(--accent-color);
  color: var(--white);
  font-size: var(--fs_small);
  font-weight: 500;
}
.events-calendar .calendar-event-title {
  margin: 0;
  font-size: var(--fs_h5);
  color: var(--secundary-color);
  transition: color 0.2s ease;
  font-weight: 500;
}
.events-calendar .calendar-event-meta {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1rem;
  margin: 0;
  font-size: var(--fs_normal);
  color: var(--secundary-color);
}
.events-calendar .calendar-event-meta i {
  width: 1.8rem;
  flex-shrink: 0;
  text-align: center;
  font-size: 1.6rem;
  color: var(--primary-color);
}
.events-calendar .calendar-event-date {
  font-weight: 500;
  color: var(--primary-color);
}
.events-calendar .events-calendar-empty {
  font-size: var(--fs_normal);
  color: var(--secundary-color);
}

.spotlight-cards {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spotlight-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.spotlight-card-link:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.spotlight-card-link:hover .spotlight-card-img img {
  scale: 1.03;
}
.spotlight-card-link:hover .spotlight-card-title {
  color: var(--primary-color);
}

.spotlight-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
.spotlight-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.spotlight-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 2rem;
  flex-grow: 1;
}

.spotlight-card-type {
  margin: 0;
  font-size: var(--fs_small);
  font-weight: 300;
  color: var(--secundary-color);
}

.spotlight-card-title {
  margin: 0;
  font-size: var(--fs_h5);
  font-weight: 500;
  color: var(--secundary-color);
  transition: color 0.2s ease;
}

.spotlight-card-date {
  margin: 0;
  font-size: var(--fs_small);
  color: var(--primary-color);
  font-weight: 500;
}

.spotlight-card-excerpt {
  margin: 0;
  font-size: var(--fs_small);
  color: var(--secundary-color);
  line-height: 1.5;
}

.spotlight-card-authors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  margin-top: auto;
  padding-top: 1.2rem;
}

.spotlight-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.spotlight-author-avatar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  overflow: hidden;
  background: var(--background-color-3);
  color: var(--primary-color);
  font-size: var(--fs_small);
  font-weight: 500;
  flex-shrink: 0;
}
.spotlight-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-author-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.spotlight-author-name {
  font-size: var(--fs_small);
  font-weight: 500;
  color: var(--secundary-color);
}

.spotlight-author-function {
  font-size: 1.3rem;
  color: #5a6572;
}

.spotlight-cards[data-view=grid] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 3rem;
}
@media screen and (max-width: 888px) {
  .spotlight-cards[data-view=grid] {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.spotlight-cards[data-view=list] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.spotlight-cards[data-view=list] .spotlight-card-link {
  display: grid;
  grid-template-columns: 26rem minmax(0, 1fr);
}
.spotlight-cards[data-view=list] .spotlight-card-img {
  height: 100%;
  aspect-ratio: auto;
  min-height: 16rem;
}
@media screen and (max-width: 888px) {
  .spotlight-cards[data-view=list] .spotlight-card-link {
    grid-template-columns: 11rem minmax(0, 1fr);
  }
  .spotlight-cards[data-view=list] .spotlight-card-body {
    padding: 1.4rem;
  }
  .spotlight-cards[data-view=list] .spotlight-card-excerpt,
  .spotlight-cards[data-view=list] .spotlight-card-authors {
    display: none;
  }
}

.spotlight-featured {
  margin-bottom: 4rem;
}

.spotlight-card--featured .spotlight-card-link {
  position: relative;
  display: block;
  border: 0;
}
.spotlight-card--featured .spotlight-card-img {
  aspect-ratio: 21/9;
}
@media screen and (max-width: 888px) {
  .spotlight-card--featured .spotlight-card-img {
    aspect-ratio: 4/3;
  }
}
.spotlight-card--featured .spotlight-card-body {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(0deg, rgba(1, 23, 81, 0.85) 0%, rgba(1, 23, 81, 0) 100%);
  padding: 6rem 3rem 2.4rem;
  gap: 0.6rem;
}
.spotlight-card--featured .spotlight-card-type {
  color: var(--white);
  opacity: 0.85;
}
.spotlight-card--featured .spotlight-card-title {
  font-size: var(--fs_h3);
  color: var(--white);
}
@media screen and (max-width: 888px) {
  .spotlight-card--featured .spotlight-card-title {
    font-size: var(--fs_h4);
  }
}
.spotlight-card--featured .spotlight-card-date {
  color: var(--white);
  opacity: 0.85;
}
.spotlight-card--featured .spotlight-card-excerpt,
.spotlight-card--featured .spotlight-card-authors {
  display: none;
}
.spotlight-card--featured .spotlight-card-link:hover .spotlight-card-title {
  color: var(--white);
  text-decoration: underline;
}

.spotlight-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30rem;
  gap: var(--column-gap);
  margin-top: 4rem;
}
@media screen and (max-width: 888px) {
  .spotlight-overview {
    grid-template-columns: 1fr;
  }
}

.spotlight-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.spotlight-toolbar-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
  font-size: var(--fs_h4);
  color: var(--secundary-color);
}

.spotlight-filter-reset {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  font-size: var(--fs_small);
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: none;
}
.spotlight-filter-reset:hover {
  text-decoration: underline;
}

.spotlight-view-toggle {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  padding: 0.4rem;
  border-radius: var(--border-radius);
  background: var(--background-color-3);
}
.spotlight-view-toggle button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 0;
  border-radius: var(--border-radius);
  background: transparent;
  color: var(--primary-color);
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.spotlight-view-toggle button:hover {
  background: rgba(157, 21, 45, 0.08);
}
.spotlight-view-toggle button.is-active {
  background: var(--primary-color);
  color: var(--white);
}
@media screen and (max-width: 640px) {
  .spotlight-view-toggle {
    display: none;
  }
}

.spotlight-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-self: start;
}
@media screen and (max-width: 888px) {
  .spotlight-sidebar {
    margin-top: 4rem;
  }
}

.spotlight-widget {
  background: var(--background-color-3);
  border-radius: var(--border-radius);
  padding: 2.4rem;
}

.spotlight-widget-title {
  margin: 0 0 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(157, 21, 45, 0.15);
  font-size: var(--fs_h5);
  color: var(--secundary-color);
}

.spotlight-widget-count {
  font-size: 1.3rem;
  color: #5a6572;
}

.spotlight-recent-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.spotlight-recent-item {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  text-decoration: none;
}
.spotlight-recent-item:hover .spotlight-recent-title {
  color: var(--primary-color);
}

.spotlight-recent-thumb {
  width: 6.4rem;
  height: 4.8rem;
  border-radius: var(--border-radius);
  overflow: hidden;
  flex-shrink: 0;
}
.spotlight-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-recent-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.spotlight-recent-title {
  font-size: var(--fs_small);
  font-weight: 500;
  color: var(--secundary-color);
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.spotlight-recent-date {
  font-size: 1.3rem;
  color: #5a6572;
}

.spotlight-type-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.spotlight-type-list a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0.8rem;
  border-radius: var(--border-radius);
  font-size: var(--fs_small);
  font-weight: 500;
  color: var(--secundary-color);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.spotlight-type-list a:hover {
  background: rgba(157, 21, 45, 0.08);
  color: var(--primary-color);
}
.spotlight-type-list a.is-active {
  background: var(--primary-color);
  color: var(--white);
}
.spotlight-type-list a.is-active .spotlight-widget-count {
  color: var(--white);
}

.spotlight-tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.spotlight-tag-label {
  display: block;
  border-radius: 10rem;
  padding: 0.5rem 1.6rem;
  background: var(--spotlight-tag-bg, var(--secundary-color));
  color: var(--spotlight-tag-color, var(--white));
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a.spotlight-tag-label:hover {
  opacity: 0.85;
}

.spotlight-pagination {
  margin-top: 4rem;
}
.spotlight-pagination .page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.spotlight-pagination .page-numbers li {
  margin: 0;
}
.spotlight-pagination a.page-numbers,
.spotlight-pagination span.page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 1rem;
  border-radius: 50%;
  font-size: var(--fs_small);
  font-weight: 500;
  color: var(--secundary-color);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.spotlight-pagination a.page-numbers:hover,
.spotlight-pagination span.page-numbers:hover {
  background: var(--background-color-3);
  color: var(--primary-color);
}
.spotlight-pagination a.page-numbers.current,
.spotlight-pagination span.page-numbers.current {
  background: var(--primary-color);
  color: var(--white);
}
.spotlight-pagination a.page-numbers.dots,
.spotlight-pagination span.page-numbers.dots {
  background: transparent;
}

.spotlight-empty {
  font-size: var(--fs_normal);
  color: var(--secundary-color);
}
.spotlight-empty a {
  color: var(--primary-color);
}

.spotlight-article {
  max-width: 86rem;
  margin: 2rem auto 0;
}
.spotlight-article .spotlight-article-image {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 3.2rem;
}
.spotlight-article .spotlight-article-image img {
  display: block;
  width: 100%;
  height: auto;
}
.spotlight-article .spotlight-article-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
.spotlight-article .spotlight-article-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  margin: 0 0 1.2rem;
  font-size: var(--fs_small);
  color: var(--secundary-color);
}
.spotlight-article .spotlight-article-meta i {
  color: var(--primary-color);
  margin-right: 0.6rem;
}
.spotlight-article .spotlight-article-type {
  display: block;
  border-radius: 10rem;
  padding: 0.4rem 1.4rem;
  background: var(--background-color-3);
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}
.spotlight-article .spotlight-article-type:hover {
  background: var(--primary-color);
  color: var(--white);
}
.spotlight-article .spotlight-article-title {
  margin: 0;
  font-size: var(--fs_h2);
  color: var(--secundary-color);
}
@media screen and (max-width: 888px) {
  .spotlight-article .spotlight-article-title {
    font-size: var(--fs_h3);
  }
}
.spotlight-article .spotlight-share-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  background: var(--white);
  color: var(--secundary-color);
  font-size: 1.8rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.spotlight-article .spotlight-share-button:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.spotlight-article .spotlight-share-button .spotlight-share-feedback {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  white-space: nowrap;
  background: var(--secundary-color);
  color: var(--white);
  font-size: 1.3rem;
  padding: 0.5rem 1.2rem;
  border-radius: var(--border-radius);
}
.spotlight-article .spotlight-article-content {
  font-size: var(--fs_normal);
  line-height: 1.7;
}
.spotlight-article .spotlight-article-footer {
  margin-top: 4rem;
  padding-top: 3.2rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.spotlight-article .spotlight-article-footer h2 {
  margin: 0 0 1.6rem;
  font-size: var(--fs_h5);
  color: var(--secundary-color);
}
.spotlight-article .spotlight-contributor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.spotlight-article .spotlight-contributor-list .spotlight-author:hover .spotlight-author-name {
  color: var(--primary-color);
}
.spotlight-article .spotlight-contributor-list .spotlight-author-avatar {
  width: 4.8rem;
  height: 4.8rem;
}

.spotlight-related {
  margin-top: 6.4rem;
}
.spotlight-related .spotlight-related-title {
  font-size: var(--fs_h4);
  color: var(--secundary-color);
  margin: 0 0 2.4rem;
}
.spotlight-related .spotlight-card-excerpt {
  display: none;
}

.splb-element.splb-testimonials_overview .testimonial-list-container {
  display: flex;
  flex-direction: row;
}
.splb-element.splb-testimonials_overview .testimonial-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: var(--column-gap);
  flex-wrap: wrap;
}
.splb-element.splb-testimonials_overview .testimonial-list .testimonial-item {
  max-width: calc(33% - var(--column-gap));
  font-size: var(--fs_normal);
}
@media screen and (max-width: 888px) {
  .splb-element.splb-testimonials_overview .testimonial-list .testimonial-item {
    max-width: initial;
  }
}
.splb-element.splb-testimonials_overview .testimonial-list .testimonial-item .testimonial-item-inner {
  border-radius: var(--border-radius);
  background: var(--background-color-3);
  padding: 2.5rem;
  position: relative;
}
.splb-element.splb-testimonials_overview .testimonial-list .testimonial-item .testimonial-item-inner:after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 3.75rem;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(45deg);
  background: inherit;
}
.splb-element.splb-testimonials_overview .testimonial-list .testimonial-item .testimonial-item-img {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 12rem;
  transform: none;
  overflow: hidden;
}
.splb-element.splb-testimonials_overview .testimonial-list .testimonial-item .testimonial-item-img img {
  width: 100%;
  position: relative;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: initial;
}
.splb-element.splb-testimonials_overview .testimonial-list .testimonial-item .testimonial-content {
  margin-top: 2rem;
}
.splb-element.splb-testimonials_overview .testimonial-list .testimonial-item .testimonial-author {
  font-size: var(--fs_small);
  line-height: 1.5;
  display: block;
  margin-top: 2rem;
  padding-left: 1.5rem;
}
.splb-element.splb-testimonials_overview .testimonial-list .testimonial-item .testimonial-author .author-name {
  font-family: var(--site-font);
  font-weight: 700;
}

.splb-element.splb-usps li.usp-item .icon-container, .splb-element.splb-usps.usps-icon-top li.usp-item .icon-container {
  border-radius: 0;
  background: white;
  color: rgb(from var(--black) r g b/30%);
}

/* Legacy CSS from the Memberclicks site page HTML copy pastes */
[data-name=pb-iframe-player] {
  margin-top: 2rem;
  border: 0;
}
[data-name=pb-iframe-player] iframe {
  border: 0;
}

/*# sourceMappingURL=sptheme-child-main.css.map */
