/* src/scss/style.scss */
/* src/css/typography.css */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400..700&display=swap");
:root {
  --transition--default: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1024px) {
  :root {
    --wp--preset--spacing--base: 40px;
    --wp--preset--spacing--3-xl: 90px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --wp--preset--spacing--base: 20px;
    --wp--preset--spacing--3-xl: 80px;
  }
}

@theme {
  --text-7xl: 4rem;
}
@layer components {
  .has-large-font-size {
    @apply text-secondary !text-7xl mb-4;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

strong {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  :root {
    --wp--preset--font-size--h-1: 3rem;
    --wp--preset--font-size--h-2: 2.75rem;
    --wp--preset--font-size--h-3: 2.25rem;
    --wp--preset--font-size--h-4: 2rem;
    --wp--preset--font-size--h-5: 1.75rem;
    --wp--preset--font-size--h-6: 1.5rem;
    --wp--preset--font-size--body1: 1.5rem;
    --wp--preset--font-size--body2: 1.25rem;
    --wp--preset--font-size--body3: 1.125rem;
    --wp--preset--font-size--body4: 0.875rem;
  }
}

.has-h-1-font-size {
  letter-spacing: -2.5%;
}

.has-h-2-font-size {
  letter-spacing: -2.5%;
}

.has-h-3-font-size {
  letter-spacing: -2%;
}

.has-h-4-font-size {
  letter-spacing: -2%;
}

.has-h-5-font-size {
  letter-spacing: -1.5%;
}

.has-h-6-font-size {
  letter-spacing: -1%;
}

.has-body-1-font-size {
  letter-spacing: -1%;
}

.has-lg-font-size,
.has-body-2-font-size {
  letter-spacing: -0.3%;
}

.has-md-font-size,
.has-body-3-font-size {
  letter-spacing: 0;
}

.has-sm-font-size,
.has-body-4-font-size {
  letter-spacing: 0;
}

.breadcrumbs {
  margin-bottom: 44px !important;
  margin-top: 44px !important;
}
.breadcrumbs p {
  font-size: 16px;
  font-weight: var(--font-weight-medium);
}
.breadcrumbs p a {
  color: #492E4B;
  text-decoration: underline;
}

html {
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .has-global-padding {
    --wp--style--root--padding-right: 1.25rem !important;
    --wp--style--root--padding-left: 1.25rem !important;
  }
}

.wp-block-post-content > * {
  margin-inline: auto;
  max-width: 52rem;
}

.wp-block-post-content > .alignwide {
  max-width: 80rem;
}

.wp-block-post-content > .alignfull {
  max-width: none;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}

.has-aspect-ratio-1-1 {
  aspect-ratio: 1;
}

.has-aspect-ratio-1-2 {
  aspect-ratio: 1/2;
}

.has-aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}

.has-aspect-ratio-2-3 {
  aspect-ratio: 2/3;
}

.has-aspect-ratio-4-5 {
  aspect-ratio: 4/5;
}

.has-aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

.h-full {
  height: 100%;
}

.max-w-full {
  max-width: 100% !important;
}

[class*=has-aspect-ratio] > * {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sticky-below {
  z-index: 0;
}
.sticky-below + * {
  z-index: 100 !important;
}

@media only screen and (min-width: 769px) {
  .lg-d-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-d-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  body.page .sticky-cards .title {
    padding-block: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.page .sticky-cards .single-card h5,
  body.page .sticky-cards .single-card p {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .wp-block-group.is-style-accordion > .wp-block-group.is-vertical .wp-block-heading::before {
    display: block;
    margin-bottom: 32px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1024px) {
  body.single-post .entry-content > .wp-block-group:nth-of-type(1) > .wp-block-group:nth-of-type(1) {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1024px) {
  body.single-post .entry-content > .wp-block-group:nth-of-type(1) > .wp-block-group:nth-of-type(1) > .wp-block-group {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.single-post .entry-content > .wp-block-group:nth-of-type(1) > .wp-block-group:nth-of-type(1) h1.wp-block-post-title {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body.single-post .entry-content > .wp-block-group:nth-of-type(1) > .wp-block-group:nth-of-type(1) .wp-block-spacer {
    height: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.single-post .entry-content > .wp-block-group:nth-of-type(1) > .wp-block-group:nth-of-type(1) .wp-block-post-featured-image.has-aspect-ratio-1-1 {
    aspect-ratio: 16/9 !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.single-post .entry-content > .wp-block-group:nth-of-type(2) > .wp-block-group:nth-of-type(1) {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.single-post .entry-content > .wp-block-group:nth-of-type(2) > .wp-block-group:nth-of-type(1) .wp-block-spacer {
    display: none;
  }
}

.wp-site-blocks > .entry-content {
  margin-block-start: 0;
}
@media only screen and (max-width: 767px) {
  .wp-site-blocks > .entry-content .mobile-buttons {
    padding-top: 72px;
  }
}
.wp-site-blocks > .entry-content .wp-block-group.is-style-text-video:not(.ecomic-hero):not(.home-hero) > .wp-block-group.is-layout-grid > .wp-block-cover {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .wp-site-blocks > .entry-content .wp-block-group.is-style-text-video:not(.ecomic-hero):not(.home-hero) > .wp-block-group.is-layout-grid > .wp-block-cover {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-site-blocks > .entry-content .wp-block-group.is-style-text-video:not(.ecomic-hero):not(.home-hero) > .wp-block-group.is-layout-grid > .wp-block-cover {
    margin-right: calc(-1 * (50vw - 620px));
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-site-blocks > .entry-content .wp-block-group.is-style-accordion > .wp-block-group.is-vertical::after {
    width: 32px;
    height: 27px;
    mask-repeat: no-repeat;
    mask-position: center;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-site-blocks > .entry-content .wp-block-group.is-style-accordion > .wp-block-group.is-vertical:hover::after,
  .wp-site-blocks > .entry-content .wp-block-group.is-style-accordion > .wp-block-group.is-vertical.open::after {
    width: 27px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-site-blocks > .entry-content .wp-block-group.is-style-accordion + .wp-block-buttons {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp-site-blocks > .entry-content .wp-block-group.is-style-accordion + .wp-block-buttons a {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-site-blocks > .entry-content .wp-block-group:nth-child(4) .wp-block-group:nth-child(2) > .wp-block-group:first-child .wp-block-buttons a {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-site-blocks > .entry-content .wp-block-group.sticky-below .wp-block-group {
    padding-block: 96px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-site-blocks > .entry-content .wp-block-group.sticky-below .wp-block-group h2,
  .wp-site-blocks > .entry-content .wp-block-group.sticky-below .wp-block-group p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-site-blocks > .entry-content .wp-block-group.sticky-below .wp-block-group .wp-block-spacer {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-site-blocks > .entry-content .wp-block-group.sticky-below .wp-block-group .wp-block-buttons a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-site-blocks > .entry-content .wp-block-query + .wp-block-buttons {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-site-blocks > .entry-content .wp-block-query + .wp-block-buttons a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-site-blocks > .entry-content .wp-block-group.has-body-text-dark-background-color .wp-block-group.narrow-container {
    padding-top: 0 !important;
  }
}

.size-full {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

/* Compliantz page width fix */
#cmplz-document {
  max-width: none;
}

.floating-buttons .contact-btn,
.floating-buttons .scroll-top-btn {
  cursor: pointer;
  display: inline-flex !important;
  background-color: var(--wp--preset--color--grey-50) !important;
  border-radius: 100%;
  border: 2px solid var(--wp--preset--color--primary-300);
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  transition: var(--transition--default);
  width: 54px !important;
  height: 54px !important;
}
.floating-buttons .contact-btn .wp-block-button__link.wp-element-button,
.floating-buttons .scroll-top-btn .wp-block-button__link.wp-element-button {
  background: none;
  min-width: 54px !important;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.floating-buttons .contact-btn:hover,
.floating-buttons .scroll-top-btn:hover {
  background-color: var(--wp--preset--color--grey-100) !important;
}
.floating-buttons .contact-btn:active,
.floating-buttons .scroll-top-btn:active {
  box-shadow: 0 0 0 2px var(--wp--preset--color--accent);
}
.floating-buttons .contact-btn::before,
.floating-buttons .scroll-top-btn::before {
  background-color: var(--wp--preset--color--black);
  /* Visible color through the mask */
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: relative !important;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.floating-buttons .contact-btn {
  background-color: var(--wp--preset--color--primary-900) !important;
  border-radius: 100%;
  border: 1px solid var(--wp--preset--color--primary-300);
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .floating-buttons .contact-btn {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .floating-buttons .contact-btn {
    bottom: 24px;
    right: 24px;
  }
}
.floating-buttons .contact-btn:hover {
  background-color: var(--wp--preset--color--primary-300) !important;
}
.floating-buttons .scroll-top-btn {
  position: fixed;
  right: 16px;
  bottom: 78px;
  z-index: 110;
}
@media screen and (min-width: 768px) {
  .floating-buttons .scroll-top-btn {
    bottom: 80px;
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .floating-buttons .scroll-top-btn {
    bottom: 88px;
    right: 24px;
  }
}
.floating-buttons .contact-btn::before {
  background-color: var(--wp--preset--color--white);
  -webkit-mask-image: url("../assets/img/icon-envelope.svg");
  mask-image: url("../assets/img/icon-envelope.svg");
}
.floating-buttons .scroll-top-btn::before {
  -webkit-mask-image: url("../assets/img/icon-arrow-short-up.svg");
  mask-image: url("../assets/img/icon-arrow-short-up.svg");
}

.entry-content > .wp-block-group:nth-child(1) {
  z-index: 200;
}

.wp-block-group:has(.article-hero-tools) {
  position: relative;
}

.article-hero-tools {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  width: 100%;
}
.article-hero-tools .wp-block-buttons {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article-hero-tools .wp-block-buttons {
    width: auto;
  }
}

.social-share-btns {
  display: flex;
  margin: 0;
  gap: 20px;
}
.social-share-btns .wp-block-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 24px;
  height: 24px;
}
.social-share-btns .wp-block-button__link.wp-element-button {
  display: inline-block;
  min-width: 24px !important;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  overflow: visible;
  text-indent: -9999px; /* hides text if needed */
}
.social-share-btns .wp-block-button__link.wp-element-button:hover::before {
  opacity: 1 !important;
}
.social-share-btns .wp-block-button__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--wp--preset--color--white);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  transition: var(--transition--default);
}
.social-share-btns .social-x-btn .wp-block-button__link::before {
  mask-image: url("../assets/img/icon-x.svg");
  -webkit-mask-image: url("../assets/img/icon-x.svg");
}
.social-share-btns .social-linkedin-btn .wp-block-button__link::before {
  mask-image: url("../assets/img/icon-linkedin.svg");
  -webkit-mask-image: url("../assets/img/icon-linkedin.svg");
}

.wp-block-button.scrolldown {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 24px;
  height: 24px;
}
.wp-block-button.scrolldown .wp-block-button__link.wp-element-button {
  display: inline-block;
  min-width: 24px !important;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  overflow: visible;
  text-indent: -9999px; /* hides text if needed */
}
.wp-block-button.scrolldown .wp-block-button__link.wp-element-button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--wp--preset--color--white);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url("../assets/img/icon-arrow-short-down.svg");
  mask-image: url("../assets/img/icon-arrow-short-down.svg");
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.custom-swiper-navigation {
  display: flex;
  flex-direction: row;
  max-width: 120px;
  margin-left: auto;
  position: absolute;
  right: 0;
  gap: 12px;
}
.custom-swiper-navigation.theme-dark .swiper-button-next,
.custom-swiper-navigation.theme-dark .swiper-button-prev {
  cursor: pointer;
  background-color: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary-300);
}
.custom-swiper-navigation.theme-dark .swiper-button-next:hover,
.custom-swiper-navigation.theme-dark .swiper-button-prev:hover {
  background-color: var(--wp--preset--color--primary-300) !important;
}
.custom-swiper-navigation.theme-dark .swiper-button-next:active,
.custom-swiper-navigation.theme-dark .swiper-button-prev:active {
  box-shadow: 0 0 0 2px var(--wp--preset--color--accent);
}
.custom-swiper-navigation.theme-dark .swiper-button-next::before,
.custom-swiper-navigation.theme-dark .swiper-button-prev::before {
  background-color: var(--wp--preset--color--white);
}
.custom-swiper-navigation.media-text-navigation {
  right: 40px;
  top: calc(56.25vw + 64px);
}
@media screen and (min-width: 769px) {
  .custom-swiper-navigation.media-text-navigation {
    top: calc(37.125vw + 56px);
  }
}
@media screen and (min-width: 1280px) {
  .custom-swiper-navigation.media-text-navigation {
    right: calc(50vw - 600px);
    top: 540px;
  }
}

.swiper-wrapper {
  max-width: max-content;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
  display: inline-flex !important;
  background-color: var(--wp--preset--color--grey-50) !important;
  border-radius: 100%;
  border: 1px solid var(--wp--preset--color--grey-100);
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  transition: var(--transition--default);
  width: 54px !important;
  height: 54px !important;
}
.swiper-button-next .wp-block-button__link.wp-element-button,
.swiper-button-prev .wp-block-button__link.wp-element-button {
  background: none;
  min-width: 54px !important;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--wp--preset--color--grey-100) !important;
}
.swiper-button-next:active,
.swiper-button-prev:active {
  box-shadow: 0 0 0 2px var(--wp--preset--color--accent);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  background-color: var(--wp--preset--color--primary-300);
  /* Visible color through the mask */
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: relative !important;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.swiper-button-prev {
  position: relative !important;
  left: auto !important;
  right: auto !important;
}

.swiper-button-next {
  position: relative !important;
  left: auto !important;
  right: auto !important;
}

.swiper-button-prev::before {
  -webkit-mask-image: url("../assets/img/icon-arrow-short-left.svg");
  mask-image: url("../assets/img/icon-arrow-short-left.svg");
}

.swiper-button-next::before {
  -webkit-mask-image: url("../assets/img/icon-arrow-short-right.svg");
  mask-image: url("../assets/img/icon-arrow-short-right.svg");
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.swiper-button-next svg,
.swiper-button-prev svg,
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
  height: 100%;
}

/* Pagination dots */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #666;
  opacity: 0.5;
  transition: opacity 0.3s, background-color 0.3s;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.systems-container {
  padding-top: 64px;
  padding-bottom: 64px;
}
.systems-container .systems-grid {
  border-top: 1px solid #E0E0E0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.systems-container .systems-grid > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 32px 40px;
}
.systems-container .system-item {
  flex: none;
  width: 25%;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .systems-container .system-item {
    flex: none;
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .systems-container .system-item {
    flex: none;
    width: 50%;
  }
}
.systems-container .thumb-placeholder {
  background-color: #D9D9D9;
  height: 130px;
  width: 100%;
}
.systems-container h3, .systems-container .h3, .systems-container .h3 > * {
  color: #1E1E1E;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 34px;
  margin-bottom: 16px;
}
.systems-container .system-exc {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
.systems-container .tax-entity {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.systems-container .tax-domain {
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 8px;
  padding: 7px;
  text-align: center;
}
.systems-container .taxonomies-label {
  margin-bottom: 16px;
}
.systems-container .filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  width: 100%;
}

.btn-systems {
  display: block;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.btn-systems:hover, .btn-systems:focus {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
@media (max-width: 768px) {
  .btn-systems#reset-filters {
    width: 100%;
  }
}

.controls {
  margin-bottom: 32px;
  display: flex;
  gap: 1rem;
}

.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  width: 100%;
}

.filter-dropdown {
  position: relative;
  width: 25%;
}
@media (max-width: 768px) {
  .filter-dropdown {
    width: 100%;
  }
}
.filter-dropdown.open .filter-options {
  display: flex;
}
.filter-dropdown.open .filter-btn::after {
  transform: translateY(-50%) rotate(180deg);
}

.filter-btn {
  padding: 8.5px 12px;
  padding-right: 40px;
  color: #6A6A6A;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  text-align: left;
  width: 100%;
  position: relative;
  text-align: left;
}
.filter-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  background: url("../assets/img/icon-caret-down.svg") no-repeat center;
  background-size: 12px 12px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.filter-options {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  padding: 12px;
  display: none;
  flex-direction: column;
  z-index: 1;
}
.filter-options label {
  color: #858585;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.filter-options label.label-active, .filter-options label:hover {
  background-color: var(--wp--preset--color--accent) !important;
  color: #505050;
}

.active-filters {
  margin-bottom: 32px;
}

.filter-tag {
  display: inline-block;
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--black);
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  margin-right: 8px;
  padding: 7px 12px;
  text-align: center;
  border-radius: 50px;
}

#search-field {
  background-color: #F4F4F4;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #EAEAEA;
  width: 100%;
  background-image: url("../assets/img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 18px 18px;
  padding-left: 44px;
  /* Standard syntax */
  /* Vendor prefixes for broader compatibility */
  /* Chrome/Safari/Opera */
  /* Firefox 19+ */
  /* IE 10+ */
}
#search-field::placeholder {
  color: #6A6A6A;
  opacity: 1; /* Firefox fix */
}
#search-field::-webkit-input-placeholder {
  color: #6A6A6A;
}
#search-field::-moz-placeholder {
  color: #6A6A6A;
  opacity: 1;
}
#search-field:-ms-input-placeholder {
  color: #6A6A6A;
}

.custom-checkbox {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  position: relative;
}
.custom-checkbox input[type=checkbox] {
  display: none; /* nasconde il checkbox nativo */
}
.custom-checkbox span {
  width: 22px;
  height: 22px;
  border: 2px solid var(--wp--preset--color--black);
  background: var(--wp--preset--color--white);
  flex-shrink: 0;
  position: relative;
  margin-right: 8px;
  transition: background 0.3s, border-color 0.3s;
}
.custom-checkbox input[type=checkbox]:checked + span {
  background: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
}
.custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

.dp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.dp-gallery-item {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.dp-gallery-item img {
  display: block;
  width: 100%;
  height: 90px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .dp-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .dp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .dp-gallery-item img {
    height: 120px;
  }
}
.page-template-page-catalogo-data-product h2.wp-block-heading,
.tax-data-product h2.wp-block-heading,
.single-data-product h2.wp-block-heading {
  font-size: var(--wp--preset--font-size--h-2);
  letter-spacing: -2.5%;
  text-wrap: balance;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 400;
  line-height: 1.1;
}

.tax-data-product .data-product-header h1 {
  font-size: var(--wp--preset--font-size--h-3);
  letter-spacing: -2.5%;
}

.page-template-page-catalogo-data-product,
.tax-data-product {
  font-family: var(--wp--preset--font-family--base);
}
.page-template-page-catalogo-data-product .data-product-header,
.tax-data-product .data-product-header {
  margin-bottom: 20px;
  padding: 42px 0;
}
@media (min-width: 768px) {
  .page-template-page-catalogo-data-product .data-product-header,
  .tax-data-product .data-product-header {
    margin-bottom: 40px;
  }
}
.page-template-page-catalogo-data-product .data-product-header h1,
.tax-data-product .data-product-header h1 {
  color: #FFFFFF;
}
.page-template-page-catalogo-data-product .filter-wrapper,
.tax-data-product .filter-wrapper {
  background-color: #F7F7F7;
  gap: unset;
  padding: 20px 0 20px 20px;
}
.page-template-page-catalogo-data-product .filter-wrapper #search-field,
.tax-data-product .filter-wrapper #search-field {
  background-color: #FFFFFF;
}
.page-template-page-catalogo-data-product .filter-wrapper .active-filters,
.tax-data-product .filter-wrapper .active-filters {
  margin-bottom: 0;
}
.page-template-page-catalogo-data-product .dp-container,
.tax-data-product .dp-container {
  padding-bottom: 64px;
}
.page-template-page-catalogo-data-product .dp-container .dp-grid,
.tax-data-product .dp-container .dp-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  align-items: stretch;
}
.page-template-page-catalogo-data-product .dp-container .dp-grid > *,
.tax-data-product .dp-container .dp-grid > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 8px;
}
.page-template-page-catalogo-data-product .dp-container .item,
.tax-data-product .dp-container .item {
  flex: none;
  width: 100%;
  display: flex;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .page-template-page-catalogo-data-product .dp-container .item,
  .tax-data-product .dp-container .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-template-page-catalogo-data-product .dp-container .item,
  .tax-data-product .dp-container .item {
    width: 33.33333333%;
  }
}
.page-template-page-catalogo-data-product .dp-container .dp-card,
.tax-data-product .dp-container .dp-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.page-template-page-catalogo-data-product .dp-container .dp-card-actions,
.tax-data-product .dp-container .dp-card-actions {
  margin-top: auto;
}

.single-data-product {
  font-family: var(--wp--preset--font-family--base);
}
.single-data-product .data-product-intro {
  background-color: var(--wp--preset--color--primary-900);
  color: #FFFFFF;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .single-data-product .data-product-intro {
    padding: 40px;
  }
}
.single-data-product .data-product-intro h1 {
  margin-top: 16px;
}
.single-data-product .data-product-intro .wp-block-post-excerpt__excerpt {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .single-data-product .data-product-content {
    padding-right: 40px;
  }
}
.single-data-product .content-wrap {
  margin-top: 48px;
  margin-bottom: 76px;
}
.single-data-product .content-wrap p {
  color: #343434;
  font-size: 16px;
}
.single-data-product .data-product-sidebar .sidebar-intro {
  background-color: #F7F7F7;
  font-weight: var(--font-weight-semibold);
  padding: 20px;
}
@media (min-width: 768px) {
  .single-data-product .data-product-sidebar .sidebar-intro {
    border-left: 1px solid #E0E0E0;
    padding: 40px;
  }
}
.single-data-product .data-product-sidebar .sidebar-details {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .single-data-product .data-product-sidebar .sidebar-details {
    border-left: 1px solid #E0E0E0;
    padding: 40px;
  }
}
.single-data-product .data-product-sidebar .sidebar-item {
  color: #666666;
  font-size: 14px;
  margin-bottom: 24px;
}
.single-data-product .data-product-sidebar .sidebar-item .sidebar-item-title {
  margin-bottom: 4px;
}
.single-data-product .data-product-sidebar .sidebar-item .sidebar-item-accent {
  color: #343434;
  font-weight: var(--font-weight-bold);
}
.single-data-product .data-product-sidebar .sidebar-item a.sidebar-item-accent {
  text-decoration: underline;
}
.single-data-product .dp-repeater {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single-data-product .dp-repeater {
    margin-top: 88px;
  }
}
.single-data-product .dp-repeater .btn-download {
  background-color: #F7F7F7;
  border: 2px solid #F7F7F7;
  color: #1E1E1E;
  display: block;
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
  margin-top: 16px;
  padding: 30px 24px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.single-data-product .dp-repeater .btn-download:hover, .single-data-product .dp-repeater .btn-download:focus {
  background-color: #FFFFFF;
  text-decoration: none;
}
.single-data-product .dp-repeater .btn-download::after {
  content: "";
  background-image: url("../assets/img/icon-download.svg");
  height: 22px;
  position: absolute;
  right: 24px;
  width: 22px;
}
.single-data-product .related-data-product {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single-data-product .related-data-product {
    margin-bottom: 88px;
    margin-top: 88px;
  }
}

.flag-doi {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  hyphens: auto;
  text-decoration: none;
}
.flag-doi img {
  display: block;
  flex-shrink: 0;
}

.dp-title {
  font-size: 44px !important;
  font-weight: var(--font-weight-normal) !important;
  letter-spacing: -0.32px !important;
  line-height: 50px;
  margin-bottom: 24px;
}

.dp-card-button {
  background-color: var(--wp--preset--color--accent) !important;
  color: var(--wp--preset--color--black) !important;
  display: block;
  font-size: var(--wp--preset--font-size--sm) !important;
  font-weight: var(--font-weight-semibold);
  margin-top: 16px;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.dp-card-button:hover, .dp-card-button:focus {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
  text-decoration: none;
}

.dp-chips {
  background-color: #E0E0E0;
  border-radius: 20px;
  color: #343434;
  display: inline-block;
  font-family: var(--wp--preset--font-family--base);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 3px;
  margin-right: 8px;
  padding: 0.25rem 0.5rem;
  transition: 0.3s;
}
.dp-chips:hover, .dp-chips:focus {
  background-color: #343434;
  color: #E0E0E0;
}

.dp-card {
  background-color: #FFFFFF;
  border: 2px solid #E0E0E0;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .dp-card {
    padding: 32px 40px;
  }
}
.dp-card .dp-card-title {
  font-size: 28px;
  hyphens: auto;
  letter-spacing: -0.24px;
  line-height: 34px;
  margin-bottom: 16px;
  margin-top: 8px;
  overflow-wrap: break-word;
}
.dp-card .dp-card-excerpt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
}
.dp-card .dp-card-meta {
  border-bottom: 1px solid #E0E0E0;
  color: #343434;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-top: 4px;
}
.dp-card .dp-card-meta .dp-card-value {
  font-weight: var(--font-weight-bold);
}
.dp-card .dp-card-meta .dp-card-value a {
  text-decoration: underline;
}
.dp-card .dp-card-actions {
  margin-top: 48px;
}

.featured-data-product-slider {
  position: relative;
}

.featured-data-product-slider__track {
  position: relative;
  min-height: 420px;
}

.featured-data-product-slide {
  background: #8c5a97;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}
.featured-data-product-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.featured-data-product-slide__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.featured-data-product-slide__text {
  color: #fff;
  padding: 32px 40px;
}

.featured-data-product-slide__title {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
}

.featured-data-product-slide__excerpt {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
}

.featured-data-product-slide__meta {
  margin-top: 32px;
}

.featured-data-product-slide__meta-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
}
.featured-data-product-slide__meta-row a {
  text-decoration: underline;
}

.featured-data-product-slide__actions {
  margin-top: 32px;
}

.featured-data-product-slide__button {
  display: inline-block;
  min-width: 180px;
  padding: 12px 18px;
  background: #fff;
  color: #5b3563;
  text-decoration: none;
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.featured-data-product-slide__button:hover {
  background: #f3eaf6;
  color: #4b2c52;
}

.featured-data-product-slide__media {
  height: 100%;
}

.featured-data-product-slide__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.featured-data-product-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.featured-data-product-slider__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #d3c8d8;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.featured-data-product-slider__dot:hover {
  transform: scale(1.1);
}

.featured-data-product-slider__dot.is-active {
  background: #8c5a97;
}

@media (max-width: 900px) {
  .featured-data-product-slider__track {
    min-height: auto;
  }
  .featured-data-product-slide {
    position: absolute;
  }
  .featured-data-product-slide.is-active {
    position: relative;
  }
  .featured-data-product-slide__content {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .featured-data-product-slide__text {
    padding: 24px;
  }
  .featured-data-product-slide__title {
    font-size: 26px;
  }
  .featured-data-product-slide__media img {
    min-height: 260px;
  }
}
.w-100 {
  width: 100%;
}

.acf-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.acf-video-embed iframe,
.acf-video-embed object,
.acf-video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-data-product-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 8px;
}

.related-data-product-slide {
  flex: 0 0 calc(33.333% - 16px);
  min-width: calc(33.333% - 16px);
  scroll-snap-align: start;
}

.related-data-product-slider::-webkit-scrollbar {
  height: 8px;
}

.related-data-product-slider::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 999px;
}

@media (max-width: 991px) {
  .related-data-product-slide {
    flex: 0 0 calc(50% - 12px);
    min-width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .related-data-product-slide {
    flex: 0 0 85%;
    min-width: 85%;
  }
}
header {
  /*border-bottom: 2px solid var(--wp--preset--color--primary-300);*/
  position: sticky;
  top: 0;
  z-index: 999;
}
header .topbar p > a {
  text-decoration: none;
  text-underline-offset: 0.25em;
}
header .topbar p > a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  header > .wp-block-group:nth-child(1) {
    height: 54px;
  }
}
header > .wp-block-group:nth-child(1) > .wp-block-group {
  display: flex;
  height: 100%;
}
header > .wp-block-group:nth-child(1) > .wp-block-group > .wp-block-group {
  width: 100%;
}
header .follow_links {
  gap: 0;
}
header .follow_links p {
  padding: 0;
}
header .reserved-link a {
  justify-content: right !important;
}
header .reserved-link img {
  filter: brightness(0) invert(1);
  height: 16px;
  margin-left: 8px;
}
header .wp-block-site-logo img {
  height: 32px;
  width: auto;
}
header .search-icon a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--wp--preset--color--primary) !important;
  border: 2px solid var(--wp--preset--color--primary-300) !important;
  min-width: 40px !important;
}
header .search-icon a img {
  filter: brightness(0) invert(1);
  height: 16px;
}
header .navigation_menu_container {
  margin-top: 0;
  padding-bottom: 8px;
}

@media only screen and (max-width: 1023px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  header .wp-block-navigation ul:has(.mobile-logo) {
    display: none;
  }
  header .lg-d-none {
    display: none !important;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container {
    display: block;
  }
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  header {
    border: none;
  }
  header .topbar {
    padding: 8px 20px !important;
  }
  header .topbar .wp-block-button .wp-block-button__link {
    min-width: unset;
  }
  header .topbar .left p {
    font-size: var(--wp--preset--font-size--body-3) !important;
  }
  header .topbar .right p {
    font-size: var(--wp--preset--font-size--body-4) !important;
  }
  header .topbar .right a {
    font-size: 0 !important;
  }
  header .header-content {
    display: flex;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    justify-content: space-between;
    border-bottom: 2px solid var(--wp--preset--color--primary-300);
  }
  header .header-content .logo-row {
    margin: 0 !important;
  }
  header .header-content .logo-row:first-child {
    display: flex;
  }
  header .header-content .logo-row > *:not(:first-child) {
    display: none;
  }
  header .header-content .navigation_menu_container {
    margin: 0 !important;
  }
  header .header-content .navigation_menu_container:first-child {
    display: flex;
  }
  header .header-content .navigation_menu_container > *:not(:first-child) {
    display: none;
  }
  header .header-content .navigation_menu_container .wp-block-navigation {
    flex-direction: column;
    width: 100%;
  }
  header .header-content .navigation_menu_container .wp-block-navigation #modal-1-content > ul:first-of-type .wp-block-navigation-item {
    align-self: flex-start;
  }
  .site-1 header .header-content .navigation_menu_container .wp-block-navigation #modal-1-content > ul:first-of-type .wp-block-navigation-item {
    align-self: flex-end;
  }
  .has-modal-open header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-open {
    display: none;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container {
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100vw;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-close {
    right: 16px;
    top: 10px;
    position: absolute;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-content {
    padding: 0 16px;
    justify-content: space-between;
    min-height: 100vh;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-content > ul:last-child {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px !important;
    align-self: center;
    margin-top: auto;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-content > ul:last-child a span {
    font-size: var(--wp--preset--font-size--body-4);
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container:last-of-type {
    align-self: center;
    flex-direction: row;
    gap: 8px;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container:last-of-type span {
    font-size: var(--wp--preset--font-size--body-4);
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container:last-of-type li {
    margin-top: 0;
    margin-bottom: 0;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container:last-of-type .wp-block-social-links .wp-block-social-link-anchor {
    margin-top: 2px;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-site-logo.is-default-size {
    display: block;
    width: 100%;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-site-logo.is-default-size img {
    height: 32px;
    width: auto;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    margin: 0;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__container {
    gap: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-buttons {
    width: 100%;
    margin-top: 40px;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-buttons .wp-element-button {
    background-color: var(--color-accent);
    color: var(--color-black);
    font-size: var(--wp--preset--font-size--body-4) !important;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-search__button-inside {
    width: 100%;
    margin-top: 40px;
    display: block;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: 1px solid var(--wp--preset--color--primary-300);
    padding: 0;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    border: 2px solid var(--wp--preset--color--primary-300);
    background-color: var(--wp--preset--color--primary);
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-left: 16px;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
    font-size: var(--wp--preset--font-size--body-3) !important;
    color: var(--wp--preset--color--white);
    font-family: var(--wp--preset--font-family--base);
    margin-left: 16px;
  }
  header .header-content .navigation_menu_container .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--wp--preset--color--primary-900);
    color: var(--wp--preset--color--white);
    top: 0;
    bottom: 0;
    height: 100dvh;
  }
  header .header-content .wp-block-navigation ul:has(.mobile-logo) {
    width: 100vw;
    margin-inline: -16px;
    padding: 16px 20px;
    border-bottom: 2px solid var(--wp--preset--color--primary-300);
  }
  header .wp-block-navigation-item__content {
    border-bottom: 1px solid transparent !important;
    font-size: var(--wp--preset--font-size--h-4) !important;
  }
  header .wp-block-navigation-item__content::after {
    content: none;
  }
  header .wp-block-navigation-item__content:hover,
  header .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
    color: var(--wp--preset--color--accent) !important;
    border-bottom: 1px solid var(--wp--preset--color--accent) !important;
  }
  header .wp-block-navigation-item__content:hover::after,
  header .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content::after {
    content: none;
  }
  header .wp-block-navigation__responsive-container .wp-block-navigation-item {
    align-self: end;
    font-size: var(--wp--preset--font-size--h-6);
  }
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
}
.has-header-compact header {
  background-color: var(--wp--preset--color--primary-900);
}
.has-header-compact header .topbar,
.has-header-compact header .logo-row > .wp-block-group:nth-child(2) {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: var(--transition--default);
}
.has-header-compact header .follow_links {
  transition: var(--transition--default);
  padding: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.has-header-compact header .header-content {
  display: flex;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 auto;
  max-width: 1360px;
}
.has-header-compact header .logo-row {
  margin: 0 !important;
}
.has-header-compact header .navigation_menu_container {
  flex: 1 0 auto;
  margin-left: var(--wp--preset--spacing--base) !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 1023px) {
  .has-header-compact header .navigation_menu_container {
    flex: 0 0 auto;
  }
}

.admin-bar header.wp-block-template-part {
  top: 0;
}
@media screen and (min-width: 600px) {
  .admin-bar header.wp-block-template-part {
    top: 46px !important;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar header.wp-block-template-part {
    top: 32px !important;
  }
}

@media screen and (min-width: 1024px) {
  body:not(.has-header-compact) header .logo-row {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

footer {
  margin-block-start: 0;
  position: relative;
  z-index: 100;
}
footer .wp-block-site-logo img {
  height: 50px;
  width: auto;
}
footer .footer_links p {
  color: #BCBCBC;
  margin-bottom: 8px;
}
footer .footer_links nav {
  margin-block-start: 0;
}
footer .footer_links nav a {
  margin-bottom: 8px;
}
footer .footer_links .nav_container {
  padding-top: 24px !important;
  margin-block-end: 24px !important;
}
footer .footer_links .nav_container > nav {
  margin-block-start: 20px !important;
}
@media (max-width: 781px) {
  footer .footer_links .wp-block-columns .wp-block-column {
    border-top: 2px solid var(--wp--preset--color--primary-300);
    border-left: none;
    margin-inline: -40px;
    padding-inline: 40px;
  }
  footer .footer_links .wp-block-columns .wp-block-column:first-child {
    border-top: none;
  }
  footer .footer_links .wp-block-columns .wp-block-column .wp-block-group {
    padding-left: 0 !important;
  }
  footer .footer_links .wp-block-columns .wp-block-column .wp-block-group .has-sm-font-size {
    font-size: var(--wp--preset--font-size--body-4) !important;
  }
}
@media (max-width: 767px) {
  footer .footer_links .wp-block-columns .wp-block-column {
    margin-inline: -20px;
    padding-inline: 20px;
  }
}
footer .wp-block-group.icons-grid figure img {
  object-fit: contain;
}
@media (min-width: 768px) {
  footer .wp-block-group.icons-grid {
    display: grid !important;
  }
}
@media (max-width: 767px) {
  footer .wp-block-group.icons-grid {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 32px;
    padding-bottom: 56px;
    gap: 64px;
  }
  footer .wp-block-group.icons-grid > *:first-child {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 32px;
    align-items: flex-start;
  }
  footer .wp-block-group.icons-grid > *:first-child > *:not(figure) {
    display: none;
  }
  footer .wp-block-group.icons-grid .wp-block-image img {
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  footer .logo-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  footer .logo-row .wp-block-buttons {
    width: 100%;
    flex-direction: column-reverse;
  }
  footer .logo-row .wp-block-buttons .wp-block-button a {
    width: 100%;
    font-size: var(--wp--preset--font-size--body-4) !important;
  }
}
@media (max-width: 767px) {
  footer .follow_links {
    gap: 8px;
  }
  footer .follow_links p {
    padding: 0 !important;
    font-size: var(--wp--preset--font-size--body-4) !important;
  }
}

/*# sourceMappingURL=style.css.map */
