/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/screen.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
}

b,
strong {
  font-weight: 400;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
}

main {
  margin-block-start: 0 !important;
}

.legacy-acf {
  display: contents;
}

:focus:not(:focus-visible) {
  outline: none;
}

div:focus,
section:focus,
article:focus,
aside:focus,
main:focus {
  outline: none;
}

.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  border: 0;
}

.entry-content > .wp-block-group.has-background {
  padding-top: var(--wp--preset--spacing--80);
  padding-bottom: var(--wp--preset--spacing--80);
}

.entry-content > .wp-block-cover:first-child {
  margin-block-end: var(--wp--preset--spacing--80);
}

.entry-content > .wp-block-cover .wp-block-group.has-background {
  padding: var(--wp--preset--spacing--50);
}

.entry-content .alignfull.has-background + .alignfull.has-background {
  margin-top: 0;
}

.entry-content .wp-block-cover.alignfull + .alignfull.has-background {
  margin-top: 0;
}

.entry-content .wp-block-group .wp-block-group.has-background {
  padding: var(--wp--preset--spacing--60);
}

.entry-content .alignwide + .has-background {
  margin-top: var(--wp--preset--spacing--80);
}

.entry-content .alignwide + .wp-block-cover {
  margin-top: var(--wp--preset--spacing--80);
}

.entry-content .alignwide + .alignwide {
  margin-top: var(--wp--preset--spacing--80);
}

.entry-content > .alignfull.has-background:last-child {
  margin-bottom: 0;
}

main:has(.entry-content > .alignfull.has-background:last-child) {
  padding-bottom: 0 !important;
}

.wp-block-cover.alignfull {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}

.wp-element-button,
.wp-block-button__link {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border-color: transparent;
}

.wp-block-post-excerpt__more-text a {
  display: inline-block;
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.6em 1.2em;
  border-radius: var(--wp--custom--radius--full);
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wp-block-post-excerpt__more-text a:hover, .wp-block-post-excerpt__more-text a:focus {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--purso-turkoosi);
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table th,
.wp-block-table td {
  border: 1px solid var(--wp--preset--color--grey-mid);
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
  text-align: left;
}

.wp-block-table th {
  background: var(--wp--preset--color--grey-light);
  font-weight: 400;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: var(--wp--preset--color--grey-light);
}

.wp-block-table figcaption {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--grey-mid);
  margin-top: var(--wp--preset--spacing--20);
}

.wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-embed figcaption,
.wp-block-post-featured-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--black);
  margin-top: var(--wp--preset--spacing--20);
  text-align: left;
}

.wp-block-media-text {
  gap: var(--wp--preset--spacing--70);
}

.wp-block-media-text .wp-block-media-text__media img {
  border-radius: var(--wp--custom--radius--l);
}

.wp-block-media-text .wp-block-media-text__content {
  padding: var(--wp--preset--spacing--50) 0;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    gap: 0;
  }
}

.wp-block-media-text[class*=has-aspect-ratio-] .wp-block-media-text__media img, .wp-block-media-text[class*=has-aspect-ratio-] .wp-block-media-text__media video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-media-text.has-aspect-ratio-1-1 .wp-block-media-text__media {
  aspect-ratio: 1/1;
}

.wp-block-media-text.has-aspect-ratio-4-3 .wp-block-media-text__media {
  aspect-ratio: 4/3;
}

.wp-block-media-text.has-aspect-ratio-3-4 .wp-block-media-text__media {
  aspect-ratio: 3/4;
}

.wp-block-media-text.has-aspect-ratio-3-2 .wp-block-media-text__media {
  aspect-ratio: 3/2;
}

.wp-block-media-text.has-aspect-ratio-16-9 .wp-block-media-text__media {
  aspect-ratio: 16/9;
}

.wp-block-media-text.has-aspect-ratio-9-16 .wp-block-media-text__media {
  aspect-ratio: 9/16;
}

.wp-block-image.is-style-full-width {
  width: 100% !important;
}

.wp-block-image.is-style-full-width img {
  width: 100% !important;
}

@media (prefers-reduced-motion: no-preference) {
  .wp-block-accordion-heading__toggle-icon {
    transition: transform 0.2s ease-in-out;
  }
  .wp-block-accordion-item.is-open > .wp-block-accordion-panel {
    animation: accordion-fade-in 0.25s ease-out;
  }
}

@keyframes accordion-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.site-top-bar {
  background-color: var(--wp--preset--color--xdark-teal);
  color: var(--wp--preset--color--white);
}

.site-top-bar a {
  color: inherit;
  text-decoration: none;
}

.site-top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0.625rem var(--wp--preset--spacing--50);
}

.site-top-bar__actions {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--50);
}

.site-top-bar .topbar-navigation__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--60);
}

.site-top-bar .topbar-navigation__items a {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  white-space: nowrap;
}

.site-top-bar .topbar-navigation__items > .menu-item-has-children {
  position: relative;
}

.site-top-bar .topbar-navigation__items > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 0.5rem;
  vertical-align: 0.1em;
}

.site-top-bar .topbar-navigation__items > .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  background: var(--wp--preset--color--xdark-teal);
  min-width: 12rem;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.site-top-bar .topbar-navigation__items > .menu-item-has-children > .sub-menu li {
  padding: 0;
}

.site-top-bar .topbar-navigation__items > .menu-item-has-children > .sub-menu a {
  display: block;
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

.site-top-bar .topbar-navigation__items > .menu-item-has-children > .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.site-top-bar .topbar-navigation__items > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.site-top-bar .site-language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 0.375rem;
}

.site-top-bar .site-language-switcher__icon {
  flex-shrink: 0;
  color: var(--wp--preset--color--white);
}

.site-top-bar .site-language-switcher select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--medium);
  letter-spacing: 0.02em;
  padding: 0 0.5rem 0 0;
  cursor: pointer;
  line-height: 1.5;
}

.site-top-bar .site-language-switcher select:focus {
  outline: 1px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

.site-top-bar .site-language-switcher select option {
  background: var(--wp--preset--color--xdark-teal);
  color: var(--wp--preset--color--white);
}

.site-top-bar .site-language-switcher::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1.5px solid var(--wp--preset--color--white);
  border-bottom: 1.5px solid var(--wp--preset--color--white);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.site-top-bar .wp-block-polylang-language-switcher {
  position: relative;
}

.site-top-bar .wp-block-polylang-language-switcher select,
.site-top-bar .wp-block-polylang-language-switcher .pll-switcher-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  padding: 0 1.25rem 0 0;
  cursor: pointer;
  line-height: 1.5;
}

.site-top-bar .wp-block-polylang-language-switcher select:focus,
.site-top-bar .wp-block-polylang-language-switcher .pll-switcher-select:focus {
  outline: 1px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

.site-top-bar .wp-block-polylang-language-switcher select option,
.site-top-bar .wp-block-polylang-language-switcher .pll-switcher-select option {
  background: var(--wp--preset--color--xdark-teal);
  color: var(--wp--preset--color--white);
}

.site-top-bar .wp-block-polylang-language-switcher::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1.5px solid var(--wp--preset--color--white);
  border-bottom: 1.5px solid var(--wp--preset--color--white);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.site-top-bar .search-form {
  display: none;
}

.site-top-bar .site-search-form {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.site-top-bar .site-search-form__input {
  width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--medium);
  opacity: 0;
  transition: width 0.25s ease, opacity 0.2s ease, padding 0.25s ease;
}

.site-top-bar .site-search-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.site-top-bar .site-search-form__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.site-top-bar .site-search-form__input:focus {
  outline: 1px dotted var(--wp--preset--color--white);
  outline-offset: 2px;
}

.site-top-bar .site-search-form__toggle {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background: transparent;
  border: none;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 0;
}

.site-top-bar .site-search-form__toggle svg {
  flex-shrink: 0;
}

.site-top-bar .site-search-form.is-expanded .site-search-form__input {
  width: 220px;
  padding: 0.25rem 0.5rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-right: 0.5rem;
}

.site-top-bar .site-search-form.is-expanded .site-search-form__label {
  display: none;
}

.site-top-bar .wp-block-search__button {
  background: transparent !important;
  border: none !important;
  padding: 0.25rem !important;
  min-width: unset !important;
  border-radius: 0 !important;
  line-height: 1;
}

.site-top-bar .wp-block-search__button svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: currentColor;
}

@media (max-width: 781px) {
  .site-top-bar__inner {
    padding: 0.5rem 1rem;
  }
  .site-top-bar > .wp-block-group {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .site-top-bar .purso-group-selector,
  .site-top-bar .language-switcher-placeholder {
    font-size: 0.75rem !important;
  }
}

@media (max-width: 781px) and (max-width: 399px) {
  .site-top-bar__inner {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .site-top-bar__actions {
    gap: 0.75rem;
  }
  .site-top-bar .topbar-navigation__items {
    gap: 0.5rem;
  }
  .site-top-bar .topbar-navigation__items a {
    font-size: 0.75rem;
  }
  .site-top-bar .site-language-switcher select {
    font-size: 0.75rem;
  }
  .site-top-bar .site-language-switcher__icon {
    width: 14px;
    height: 14px;
  }
  .site-top-bar .site-search-form__toggle {
    font-size: 0.75rem;
  }
  .site-top-bar .site-search-form__toggle svg {
    width: 14px;
    height: 14px;
  }
  .site-top-bar .site-search-form.is-expanded .site-search-form__input {
    width: 140px;
  }
}

.site-nav {
  position: relative;
  background-color: var(--wp--preset--color--white);
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
}

.site-nav__branding {
  flex-shrink: 0;
  line-height: 0;
}

.site-nav__branding img {
  width: 152px;
  height: auto;
}

.site-nav__branding a {
  display: block;
  text-decoration: none;
}

.site-nav__menu {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--60);
}

.site-nav .menu-cta:hover, .site-nav .menu-cta:focus-within {
  background: none !important;
}

.site-nav .menu-cta a {
  display: inline-block !important;
  border: 1px solid var(--wp--preset--color--purso-turkoosi) !important;
  border-radius: var(--wp--custom--radius--full) !important;
  padding: 0.75rem 1.75rem !important;
  font-weight: 400 !important;
  font-size: var(--wp--preset--font-size--medium) !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  color: var(--wp--preset--color--black) !important;
  transition: background-color 0.2s, color 0.2s;
}

.site-nav .menu-cta a:hover {
  background-color: var(--wp--preset--color--purso-turkoosi) !important;
  color: #fff !important;
}

.site-nav__toggle {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--wp--preset--color--xdark-teal);
  line-height: 0;
}

.site-nav__toggle .site-nav__toggle-close {
  display: none;
}

.site-nav__toggle[aria-expanded=true] .site-nav__toggle-open {
  display: none;
}

.site-nav__toggle[aria-expanded=true] .site-nav__toggle-close {
  display: block;
}

@media (max-width: 1199px) {
  .site-nav__toggle {
    display: block;
  }
}

.site-nav > .wp-block-group {
  align-items: center;
}

.site-nav .wp-block-site-logo {
  margin: 0;
  line-height: 0;
}

.site-nav .wp-block-navigation {
  margin: 0;
}

.site-nav .wp-block-buttons {
  margin: 0;
}

.site-nav .wp-block-navigation a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

.site-nav .wp-block-navigation a:hover, .site-nav .wp-block-navigation a:focus {
  color: var(--wp--preset--color--purso-turkoosi);
}

.site-nav .wp-block-navigation__submenu-icon svg {
  width: 0.625rem;
  height: 0.625rem;
}

.site-nav .wp-block-button.is-style-outline .wp-block-button__link {
  border-radius: var(--wp--custom--radius--full);
}

.site-nav .wp-block-navigation__responsive-container-open {
  padding: 0.5rem;
}

.site-nav .wp-block-navigation__responsive-container-open svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--wp--preset--color--xdark-teal);
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open {
  padding: 0;
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  padding: 0.5rem;
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--wp--preset--color--white);
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding: 5rem 2rem 2rem;
  gap: 0;
  align-items: stretch;
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  display: block;
  padding: 1.125rem 0;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  margin-left: auto;
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: var(--wp--preset--color--white);
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-left: 1rem;
  border: none;
}

.site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  font-size: 1rem;
  padding: 0.75rem 0;
}

@media (max-width: 599px) {
  .site-nav .wp-block-buttons,
  .site-nav .menu-cta {
    display: none;
  }
}

@media (max-width: 781px) {
  .site-nav {
    min-height: 3.5rem !important;
  }
  .site-nav__inner {
    min-height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-nav__branding img {
    max-width: 120px;
  }
  .site-nav > .wp-block-group {
    min-height: 3.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .site-nav .wp-block-site-logo img {
    max-width: 120px;
    height: auto;
  }
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: var(--wp--preset--color--xdark-teal);
  color: var(--wp--preset--color--white);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav[aria-hidden=false] {
  display: block;
}

.mobile-nav__close {
  position: absolute;
  top: 1rem;
  right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 1rem;
  cursor: pointer;
  color: var(--wp--preset--color--white);
  line-height: 0;
  z-index: 1;
}

.mobile-nav__inner {
  padding: 5rem 1.5rem 2rem;
}

.mobile-nav .menu-cta a {
  display: block;
  border: 1px solid var(--wp--preset--color--white);
  border-radius: var(--wp--custom--radius--full);
  padding: 0.75rem 1.75rem;
  text-align: center;
  color: var(--wp--preset--color--white);
  text-decoration: none;
  font-weight: 300;
  margin-top: 2rem;
}

.mobile-nav .primary-navigation {
  display: block !important;
}

.mobile-nav .primary-navigation__items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav .primary-navigation__items > .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-nav .primary-navigation__items > .menu-item:last-child {
  border-bottom: none;
}

.mobile-nav .primary-navigation__items > .menu-item > .menu-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav .primary-navigation__items > .menu-item > .menu-item__link > a {
  display: block;
  padding: 1rem 0;
  font-family: var(--wp--preset--font-family--titillium-web);
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--wp--preset--color--white);
  text-decoration: none;
  flex: 1;
}

.mobile-nav .primary-navigation__items > .menu-item .menu-item__caret {
  color: var(--wp--preset--color--white);
  padding: 1rem 0 1rem 1rem;
}

.mobile-nav .primary-navigation__items > .menu-item .menu-item__caret .menu-item__caret__icon {
  border-color: var(--wp--preset--color--white);
}

.mobile-nav .mega-menu__wrapper {
  display: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  box-shadow: none !important;
  background: transparent !important;
  animation: none !important;
  padding: 0 !important;
  overflow: visible !important;
  max-height: none !important;
}

.mobile-nav > .primary-navigation .menu-item > .sub-menu {
  display: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  box-shadow: none !important;
  background: transparent !important;
  animation: none !important;
  padding: 0 !important;
  overflow: visible !important;
  max-height: none !important;
}

.mobile-nav [aria-expanded=true] > .sub-menu {
  display: block !important;
  padding-bottom: 0.5rem !important;
}

.mobile-nav [aria-expanded=true] > .mega-menu__wrapper {
  display: flex !important;
  flex-direction: column !important;
  padding-bottom: 0.5rem !important;
}

.mobile-nav .mega-menu__columns {
  display: flex !important;
  flex-direction: column;
  gap: 0;
}

.mobile-nav .mega-menu__column {
  padding: 0;
  border-right: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.mobile-nav .mega-menu__column:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mobile-nav .mega-menu__category-header {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  min-height: 44px;
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  color: var(--wp--preset--color--white);
}

.mobile-nav .mega-menu__category-header:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.mobile-nav .mega-menu__category-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  filter: invert(1);
}

.mobile-nav .mega-menu__category-title {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
}

.mobile-nav .mega-menu__category-arrow {
  width: 24px;
  height: 24px;
}

.mobile-nav .mega-menu__category-arrow svg {
  width: 24px;
  height: 24px;
}

.mobile-nav .mega-menu__category-arrow svg circle {
  fill: var(--wp--preset--color--white);
  stroke: var(--wp--preset--color--purso-turkoosi);
}

.mobile-nav .mega-menu__category-arrow svg path {
  stroke: var(--wp--preset--color--purso-turkoosi);
}

.mobile-nav .mega-menu__category-links {
  padding-left: 0.5rem;
}

.mobile-nav .mega-menu__category-links a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 0;
  min-height: 44px;
}

.mobile-nav .mega-menu__category-links a:hover {
  color: var(--wp--preset--color--white);
}

.mobile-nav .primary-navigation__items ul.mega-menu__category-links a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-nav .primary-navigation__items ul.mega-menu__category-links a:hover {
  color: var(--wp--preset--color--white);
}

.mobile-nav .mega-menu__cards {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  padding: 0.75rem 0 0.5rem !important;
}

.mobile-nav .mega-menu-card {
  flex: 0 0 auto !important;
  width: 100% !important;
  height: 200px;
  border-radius: 12px;
}

.mobile-nav .mega-menu-card .mega-menu-card__title {
  font-size: 16px;
  line-height: 20px;
}

.mobile-nav .mega-menu-card .mega-menu-card__badge {
  font-size: 10px;
  line-height: 16px;
}

.mobile-nav .mega-menu-card .mega-menu-card__overlay {
  padding: 16px;
}

.mobile-nav .mega-menu-card .mega-menu-card__arrow {
  width: 24px;
  height: 24px;
}

.mobile-nav .mega-menu-card .mega-menu-card__arrow svg {
  width: 24px;
  height: 24px;
}

.mobile-nav .mega-menu__social {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0.75rem 0;
  padding-left: 0.5rem;
}

.mobile-nav .mega-menu__social .mega-menu__social-link {
  width: 20px;
  height: 20px;
  color: var(--wp--preset--color--white);
}

.mobile-nav .mega-menu__social .mega-menu__social-link:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.mobile-nav .mega-menu__social .mega-menu__social-link svg {
  width: 20px;
  height: 20px;
}

footer.wp-block-template-part {
  margin-block-start: 0;
}

.site-footer {
  background-image: url(../images/footer-bg.c82e3fd5.jpg);
}

.site-footer a {
  text-decoration: none;
}

.site-footer .wp-block-image img {
  width: auto;
  max-height: 40px;
}

.site-footer > .wp-block-columns > .wp-block-column:first-child > p {
  max-width: 28rem;
}

.site-footer .wp-block-social-links.has-large-icon-size .wp-block-social-link {
  width: 24px;
  height: 24px;
}

.site-footer .wp-block-social-links.has-large-icon-size .wp-block-social-link svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 781px) {
  .site-footer > .wp-block-columns > .wp-block-column:first-child > p {
    max-width: none;
  }
  .site-footer .wp-block-social-links {
    justify-content: flex-start !important;
  }
  .site-footer {
    padding-top: var(--wp--preset--spacing--70) !important;
    padding-bottom: var(--wp--preset--spacing--50) !important;
  }
  .site-footer > .wp-block-columns {
    gap: var(--wp--preset--spacing--60);
    margin-bottom: var(--wp--preset--spacing--60) !important;
  }
  .site-footer .wp-block-columns .wp-block-columns {
    gap: var(--wp--preset--spacing--60);
  }
  .site-footer > .wp-block-group:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--40);
  }
  .site-footer > .wp-block-group:last-child .wp-block-group:last-child {
    justify-content: flex-start !important;
  }
}

.has-purso-link {
  position: relative;
  cursor: pointer;
}

.purso-stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}

.purso-stretched-link:focus-visible {
  outline: 2px solid var(--wp--preset--color--purso-turkoosi);
  outline-offset: 2px;
}

.has-purso-link-arrow::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid var(--wp--preset--color--purso-turkoosi);
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M4 1l5 5-5 5%27 stroke=%27%23008fa5%27 stroke-width=%271.5%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") center/12px no-repeat;
  transition: border-color 0.2s, background-color 0.2s;
  pointer-events: none;
}

.has-purso-link-arrow:hover::after {
  background-color: var(--wp--preset--color--purso-turkoosi);
  border-color: var(--wp--preset--color--purso-turkoosi);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M4 1l5 5-5 5%27 stroke=%27%23fff%27 stroke-width=%271.5%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.has-purso-link {
  overflow: hidden;
}

.has-purso-link img {
  transition: transform 0.4s ease;
}

.has-purso-link:hover img {
  transform: scale(1.03);
}

.purso-gradient-mark {
  background: linear-gradient(to bottom, #fff, #7dc6d1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

h1 strong,
h1 b {
  background: linear-gradient(90deg, var(--wp--preset--color--purso-turkoosi), var(--wp--preset--color--secondary-500), var(--wp--preset--color--purso-turkoosi));
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: gradient-shift 4s ease infinite;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--xdark-teal);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border-color: var(--wp--preset--color--purso-turkoosi);
  border-width: 1px !important;
  transition: border-color 0.2s ease;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--purso-turkoosi) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--purso-turkoosi) !important;
}

.news-highlight-section > .wp-block-heading {
  margin-bottom: var(--wp--preset--spacing--60);
}

.news-highlight-columns {
  flex-wrap: nowrap !important;
}

@media (max-width: 1024px) {
  .news-highlight-columns {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  .news-highlight-columns.is-not-stacked-on-mobile {
    flex-direction: column !important;
  }
  .news-highlight-columns > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

.news-featured-col .wp-block-post-template {
  display: block !important;
}

.news-featured-col .wp-block-post-featured-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--wp--custom--radius--l);
}

.news-featured-col .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.news-featured-col .wp-block-post-featured-image:hover img {
  transform: scale(1.03);
}

.news-list-col {
  display: flex;
  flex-direction: column;
}

.news-list-col .wp-block-post-template {
  display: block !important;
}

.news-featured-content > li > * + * {
  margin-block-start: var(--wp--preset--spacing--30);
}

.news-featured-content .wp-block-post-date {
  margin: 0;
}

.news-featured-content .wp-block-post-title {
  margin: 0;
}

.news-featured-content .wp-block-post-title a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

.news-featured-content .wp-block-post-title a:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.news-featured-content .wp-block-read-more {
  display: inline-block;
  margin-block-start: var(--wp--preset--spacing--40) !important;
  text-decoration: none;
  transition: background-color 0.2s;
}

.news-featured-content .wp-block-read-more:hover {
  background-color: var(--wp--preset--color--xdark-teal) !important;
}

.news-compact-list > li > * + * {
  margin-block-start: 0.25rem;
}

.news-compact-list .wp-block-separator {
  margin-block: var(--wp--preset--spacing--40) !important;
}

.news-compact-list .wp-block-post-title {
  margin: 0;
  font-family: var(--wp--preset--font-family--roboto);
}

.news-compact-list .wp-block-post-title a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

.news-compact-list .wp-block-post-title a:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.news-compact-list .wp-block-post-date {
  margin: 0;
}

.service-card {
  position: relative;
  border-radius: var(--wp--custom--radius--l);
  overflow: hidden;
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.service-card .service-card__image {
  margin: 0;
  margin-left: calc(-1 * var(--wp--preset--spacing--50)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing--50)) !important;
  border-radius: 0 !important;
}

.service-card .service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.4s ease;
}

.service-card .wp-block-heading {
  margin-top: var(--wp--preset--spacing--50) !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
}

.service-card > p {
  margin-bottom: 0 !important;
}

.service-card::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--black);
  margin-top: auto;
  margin-left: auto;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M4 1l5 5-5 5%27 stroke=%27%231a1a1a%27 stroke-width=%271.5%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") center/12px no-repeat;
  transition: background-color 0.2s, border-color 0.2s;
}

.service-card {
  cursor: pointer;
}

.service-card:hover .service-card__image img {
  transform: scale(1.03);
}

.service-card:hover::after {
  background-color: var(--wp--preset--color--purso-turkoosi);
  border-color: var(--wp--preset--color--purso-turkoosi);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M4 1l5 5-5 5%27 stroke=%27white%27 stroke-width=%271.5%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.product-card {
  position: relative;
  border: 1px solid var(--wp--preset--color--grey-light);
  border-radius: var(--wp--custom--radius--l);
  overflow: hidden;
  background: var(--wp--preset--color--white);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.product-card .product-card__image {
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
  aspect-ratio: 4/3;
}

.product-card .product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.4s ease;
}

.product-card .product-card__badge {
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
  padding-bottom: 0;
}

.product-card .product-card__badge a {
  display: inline-block;
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  padding: 0.125rem 0.625rem;
  border-radius: var(--wp--custom--radius--full);
  font-size: var(--wp--preset--font-size--small);
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.01em;
  margin-right: 0.25rem;
}

.product-card .product-card__badge .wp-block-post-terms__separator {
  display: none;
}

.product-card .product-card__title {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
  margin-top: auto !important;
}

.product-card .product-card__title a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

.product-card .product-card__title a:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.product-card {
  cursor: pointer;
}

.product-card:hover .product-card__image img {
  transform: scale(1.03);
}

.wp-block-columns:has(.service-card) {
  flex-wrap: wrap !important;
}

@media (max-width: 1024px) and (min-width: 600px) {
  .wp-block-columns:has(.service-card) > .wp-block-column {
    flex-basis: calc(50% - var(--wp--preset--spacing--40) / 2) !important;
    flex-grow: 0 !important;
  }
}

@media (max-width: 599px) {
  .wp-block-columns:has(.service-card) {
    flex-direction: column !important;
  }
  .wp-block-columns:has(.service-card) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

.wp-block-group.is-style-keynumbers {
  gap: 0 !important;
}

.wp-block-group.is-style-keynumbers > .wp-block-group {
  flex: 1 1 0;
  min-width: 0;
}

.wp-block-group.is-style-keynumbers > .wp-block-group + .wp-block-group {
  border-left: 1px solid var(--wp--preset--color--grey-mid);
}

@media (max-width: 781px) {
  .wp-block-group.is-style-keynumbers {
    flex-direction: column !important;
  }
  .wp-block-group.is-style-keynumbers > .wp-block-group {
    flex-basis: auto;
  }
  .wp-block-group.is-style-keynumbers > .wp-block-group + .wp-block-group {
    border-left: none;
    border-top: 1px solid var(--wp--preset--color--grey-mid);
  }
}

.benefits-grid.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: wrap !important;
  row-gap: var(--wp--preset--spacing--40);
}

.benefits-grid.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: calc(50% - var(--wp--preset--spacing--40) / 2);
  flex-grow: 0;
}

@media (min-width: 782px) {
  .benefits-grid.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: calc(25% - var(--wp--preset--spacing--40) * 3 / 4);
  }
}

@media (max-width: 599px) {
  .benefits-grid.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: calc(50% - var(--wp--preset--spacing--40) / 2);
  }
}

.gform_wrapper {
  background: transparent !important;
  max-width: none !important;
  font-family: var(--wp--preset--font-family--roboto) !important;
  --gf-color-primary: var(--wp--preset--color--purso-turkoosi) !important;
  --gf-radius: 1000px !important;
}

.gform_wrapper .gform_fields {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gform_wrapper .gfield {
  position: relative;
  margin-bottom: 1.5rem;
}

.gform_wrapper fieldset.gfield {
  border: none !important;
  padding: 0 !important;
  margin-inline: 0 !important;
}

.gform_wrapper .ginput_container {
  position: relative !important;
}

.gform_wrapper .gfield_required {
  pointer-events: none;
}

.gform_wrapper .hidden_sub_label {
  display: none !important;
}

.gform_wrapper .gfield_description {
  font-size: 0.85rem !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.gform_wrapper .gform_required_legend {
  display: none !important;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=number],
.gform_wrapper select,
.gform_wrapper .ginput_container input:not([type=checkbox]):not([type=radio]),
.gform_wrapper .ginput_complex input:not([type=checkbox]):not([type=radio]) {
  border: none !important;
  border-radius: var(--wp--custom--radius--full) !important;
  padding: 1.15rem 1.5rem !important;
  font-size: 1rem !important;
  width: 100% !important;
  -webkit-appearance: none;
  box-shadow: inset 0 0 0 1px currentColor !important;
  outline: none !important;
}

.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper select:focus,
.gform_wrapper .ginput_container input:not([type=checkbox]):not([type=radio]):focus,
.gform_wrapper .ginput_complex input:not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--purso-turkoosi) !important;
  outline: 2px solid var(--wp--preset--color--purso-turkoosi);
  outline-offset: 1px;
}

.gform_wrapper .ginput_complex.ginput_container--name {
  display: flex;
  gap: var(--wp--preset--spacing--30);
}

.gform_wrapper .ginput_complex.ginput_container--name > span {
  flex: 1;
}

.gform_wrapper textarea,
.gform_wrapper .ginput_container textarea {
  border: none !important;
  border-radius: var(--wp--custom--radius--l) !important;
  padding: 1rem 1.25rem !important;
  font-family: var(--wp--preset--font-family--roboto) !important;
  font-size: 1rem !important;
  min-height: 192px;
  outline: none !important;
  box-shadow: inset 0 0 0 1px currentColor !important;
  width: 100% !important;
  resize: vertical;
  -webkit-appearance: none;
}

.gform_wrapper textarea:focus,
.gform_wrapper .ginput_container textarea:focus {
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--purso-turkoosi) !important;
  outline: 2px solid var(--wp--preset--color--purso-turkoosi);
  outline-offset: 1px;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  color: #ff6b6b;
}

.gform_wrapper .gfield--type-fileupload .gfield_label.gform-field-label {
  position: static !important;
  display: block !important;
  transform: none !important;
  clip: unset !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  margin-bottom: 0.5rem !important;
  pointer-events: auto !important;
}

.gform_wrapper .gfield--type-fileupload .gform_drop_area {
  border: 1px dashed rgba(0, 0, 0, 0.25) !important;
  border-radius: var(--wp--custom--radius--l) !important;
  background: transparent !important;
  padding: 1.5rem !important;
  text-align: center;
}

.gform_wrapper .gfield--type-fileupload .gform_drop_instructions {
  font-size: 0.9rem;
  opacity: 0.6;
}

.gform_wrapper .gfield--type-fileupload .gform_button_select_files {
  background-color: var(--wp--preset--color--purso-turkoosi) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--wp--custom--radius--full) !important;
  padding: 0.5rem 1.25rem !important;
  font-size: 0.9rem !important;
  font-weight: 300 !important;
  cursor: pointer;
}

.gform_wrapper .gfield--type-fileupload .ginput_preview_list {
  margin-top: 0.75rem;
}

.gform_wrapper .gfield--type-fileupload .ginput_preview {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.85rem;
}

.gform_wrapper .gfield--type-fileupload .gfield_fileupload_filename {
  flex: 1;
}

.gform_wrapper .gfield--type-fileupload .gfield_fileupload_filesize {
  opacity: 0.6;
}

.gform_wrapper .gfield--type-fileupload .gfield_fileupload_progressbar {
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.gform_wrapper .gfield--type-fileupload .gfield_fileupload_progressbar .gfield_fileupload_progressbar_progress {
  height: 100%;
  background: var(--wp--preset--color--purso-turkoosi);
  border-radius: 2px;
}

.gform_wrapper .gfield--type-fileupload .gfield_fileupload_percent {
  opacity: 0.6;
  font-size: 0.8rem;
  min-width: 2.5rem;
  text-align: right;
}

.gform_wrapper .gfield--type-fileupload .gform_delete_file {
  background: transparent !important;
  border: none !important;
  opacity: 0.6;
  cursor: pointer;
  padding: 0.25rem !important;
}

.gform_wrapper .gfield--type-fileupload .gform_delete_file:hover {
  color: #ff6b6b !important;
  opacity: 1;
}

.gform_wrapper .gfield--type-fileupload .gform_fileupload_rules {
  opacity: 0.5;
  font-size: 0.8rem;
}

.gform_wrapper .gfield--type-honeypot {
  display: none !important;
}

.gform_wrapper .hidden_label .gfield_label {
  display: none !important;
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform-footer,
.gform_wrapper .gform_page_footer {
  padding: 0 !important;
  margin-top: var(--wp--preset--spacing--40) !important;
}

.gform_wrapper .gform_page_footer {
  display: flex !important;
  gap: 1rem;
}

.gform_wrapper.gform-theme .gform_footer .gform_button, .gform_wrapper.gform-theme .gform_footer input[type=submit], .gform_wrapper.gform-theme--framework .gform_footer .gform_button, .gform_wrapper.gform-theme--framework .gform_footer input[type=submit],
.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .gform_button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background-color: var(--wp--preset--color--purso-turkoosi) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--wp--custom--radius--full) !important;
  padding: 0.75rem 1.75rem !important;
  font-family: var(--wp--preset--font-family--roboto) !important;
  font-size: 1rem !important;
  text-transform: none !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: opacity 0.2s;
  -webkit-appearance: none;
  box-shadow: none !important;
  line-height: normal !important;
}

.gform_wrapper.gform-theme .gform_footer .gform_button:hover, .gform_wrapper.gform-theme .gform_footer input[type=submit]:hover, .gform_wrapper.gform-theme--framework .gform_footer .gform_button:hover, .gform_wrapper.gform-theme--framework .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .gform_button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer .gform_next_button:hover,
.gform_wrapper .gform_page_footer .gform_previous_button:hover,
.gform_wrapper .gform_page_footer .gform_button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  opacity: 0.85;
}

.gform_wrapper .gform_page_footer .gform_previous_button {
  background: transparent !important;
  color: var(--wp--preset--color--purso-turkoosi) !important;
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--purso-turkoosi) !important;
}

@media (max-width: 781px) {
  .gform_wrapper .ginput_complex.ginput_container--name {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.gform_wrapper .gfield:not(.normal-label) .ginput_container > .gfield_label.gform-field-label {
  display: block !important;
  clip: unset !important;
  clip-path: none !important;
  position: absolute !important;
}

.gform_wrapper :is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-name, .gfield--type-website, .gfield--type-number):not(.normal-label) .ginput_container > .gfield_label.gform-field-label {
  position: absolute !important;
  left: 1.5rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: auto !important;
  width: auto !important;
  clip: unset !important;
  clip-path: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: currentColor !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  pointer-events: none !important;
  z-index: 1 !important;
  transform-origin: left top !important;
  transition: top 0.2s ease, transform 0.2s ease, font-size 0.2s ease, color 0.2s ease !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  line-height: 1 !important;
}

.gform_wrapper :is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-name, .gfield--type-website, .gfield--type-number):not(.normal-label):focus-within .ginput_container > .gfield_label.gform-field-label, .gform_wrapper :is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-name, .gfield--type-website, .gfield--type-number):not(.normal-label).gfield--filled .ginput_container > .gfield_label.gform-field-label {
  top: 0 !important;
  transform: translateY(4px) !important;
  font-size: 0.75rem !important;
}

.gform_wrapper :is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-name, .gfield--type-website, .gfield--type-number):not(.normal-label) input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.gform_wrapper :is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-name, .gfield--type-website, .gfield--type-number):not(.normal-label) input::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.gform_wrapper :is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-name, .gfield--type-website, .gfield--type-number):not(.normal-label) input:focus::-moz-placeholder {
  opacity: 1;
}

.gform_wrapper :is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-name, .gfield--type-website, .gfield--type-number):not(.normal-label) input:focus::placeholder {
  opacity: 1;
}

.gform_wrapper .gfield--type-textarea:not(.normal-label) .ginput_container > .gfield_label.gform-field-label {
  position: absolute !important;
  left: 1.25rem !important;
  top: 1.25rem !important;
  transform: none !important;
  height: auto !important;
  width: auto !important;
  clip: unset !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: currentColor !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  pointer-events: none !important;
  z-index: 1 !important;
  transform-origin: left top !important;
  transition: top 0.2s ease, transform 0.2s ease, font-size 0.2s ease, color 0.2s ease !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  line-height: 1 !important;
}

.gform_wrapper .gfield--type-textarea:not(.normal-label):focus-within .ginput_container > .gfield_label.gform-field-label, .gform_wrapper .gfield--type-textarea:not(.normal-label).gfield--filled .ginput_container > .gfield_label.gform-field-label {
  top: 0 !important;
  transform: translateY(4px) !important;
  font-size: 0.75rem !important;
}

.gform_wrapper .gfield--type-textarea:not(.normal-label) textarea::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.gform_wrapper .gfield--type-textarea:not(.normal-label) textarea::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.gform_wrapper .gfield--type-textarea:not(.normal-label) textarea:focus::-moz-placeholder {
  opacity: 1;
}

.gform_wrapper .gfield--type-textarea:not(.normal-label) textarea:focus::placeholder {
  opacity: 1;
}

.contact-form-section .gform_wrapper {
  --gf-color-in-ctrl: transparent !important;
  --gf-color-in-ctrl-contrast: #fff !important;
  --gf-color-in-ctrl-dark: #fff !important;
  --gf-color-in-ctrl-dark-darker: #fff !important;
  --gf-color-in-ctrl-dark-lighter: rgba(255, 255, 255, 0.65) !important;
  --gf-color-in-ctrl-light: rgba(255, 255, 255, 0.15) !important;
  --gf-color-in-ctrl-light-darker: rgba(255, 255, 255, 0.3) !important;
  --gf-color-in-ctrl-light-lighter: transparent !important;
  --gf-color-out-ctrl-dark: #fff !important;
  --gf-color-out-ctrl-dark-darker: #fff !important;
  --gf-color-out-ctrl-dark-lighter: rgba(255, 255, 255, 0.65) !important;
  --gf-color-out-ctrl-light: rgba(255, 255, 255, 0.15) !important;
  --gf-color-out-ctrl-light-darker: rgba(255, 255, 255, 0.3) !important;
  --gf-color-out-ctrl-light-lighter: transparent !important;
  --gf-ctrl-border-color: #fff !important;
  --gf-ctrl-label-color-primary: #fff !important;
  --gf-ctrl-label-color-secondary: #fff !important;
}

.contact-form-section .gform_wrapper .ginput_container > .gfield_label.gform-field-label {
  color: #fff !important;
}

.contact-form-section .gform_wrapper .gfield:focus-within .ginput_container > .gfield_label.gform-field-label,
.contact-form-section .gform_wrapper .gfield.gfield--filled .ginput_container > .gfield_label.gform-field-label {
  color: #fff !important;
}

.contact-form-section .gform_wrapper .gfield_description {
  color: #fff;
}

.contact-form-section .gform_wrapper input[type=text],
.contact-form-section .gform_wrapper input[type=email],
.contact-form-section .gform_wrapper input[type=tel],
.contact-form-section .gform_wrapper input[type=url],
.contact-form-section .gform_wrapper input[type=number],
.contact-form-section .gform_wrapper select,
.contact-form-section .gform_wrapper .ginput_container input,
.contact-form-section .gform_wrapper .ginput_complex input,
.contact-form-section .gform_wrapper .gfield input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio]) {
  background-color: transparent !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}

.contact-form-section .gform_wrapper input[type=text]::-moz-placeholder, .contact-form-section .gform_wrapper input[type=email]::-moz-placeholder, .contact-form-section .gform_wrapper input[type=tel]::-moz-placeholder, .contact-form-section .gform_wrapper input[type=url]::-moz-placeholder, .contact-form-section .gform_wrapper input[type=number]::-moz-placeholder, .contact-form-section .gform_wrapper select::-moz-placeholder, .contact-form-section .gform_wrapper .ginput_container input::-moz-placeholder, .contact-form-section .gform_wrapper .ginput_complex input::-moz-placeholder, .contact-form-section .gform_wrapper .gfield input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-form-section .gform_wrapper input[type=text]::placeholder,
.contact-form-section .gform_wrapper input[type=email]::placeholder,
.contact-form-section .gform_wrapper input[type=tel]::placeholder,
.contact-form-section .gform_wrapper input[type=url]::placeholder,
.contact-form-section .gform_wrapper input[type=number]::placeholder,
.contact-form-section .gform_wrapper select::placeholder,
.contact-form-section .gform_wrapper .ginput_container input::placeholder,
.contact-form-section .gform_wrapper .ginput_complex input::placeholder,
.contact-form-section .gform_wrapper .gfield input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio])::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-form-section .gform_wrapper input[type=text]:focus,
.contact-form-section .gform_wrapper input[type=email]:focus,
.contact-form-section .gform_wrapper input[type=tel]:focus,
.contact-form-section .gform_wrapper input[type=url]:focus,
.contact-form-section .gform_wrapper input[type=number]:focus,
.contact-form-section .gform_wrapper select:focus,
.contact-form-section .gform_wrapper .ginput_container input:focus,
.contact-form-section .gform_wrapper .ginput_complex input:focus,
.contact-form-section .gform_wrapper .gfield input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--purso-turkoosi) !important;
}

.contact-form-section .gform_wrapper textarea,
.contact-form-section .gform_wrapper .ginput_container textarea,
.contact-form-section .gform_wrapper .gfield textarea {
  background-color: transparent !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}

.contact-form-section .gform_wrapper textarea::-moz-placeholder, .contact-form-section .gform_wrapper .ginput_container textarea::-moz-placeholder, .contact-form-section .gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-form-section .gform_wrapper textarea::placeholder,
.contact-form-section .gform_wrapper .ginput_container textarea::placeholder,
.contact-form-section .gform_wrapper .gfield textarea::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-form-section .gform_wrapper textarea:focus,
.contact-form-section .gform_wrapper .ginput_container textarea:focus,
.contact-form-section .gform_wrapper .gfield textarea:focus {
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--purso-turkoosi) !important;
}

.contact-form-section .gform_wrapper .gfield--type-altcha .ginput_container_altcha,
.contact-form-section .gform_wrapper .gfield--type-altcha altcha-widget,
.contact-form-section .gform_wrapper .gfield--type-altcha .altcha {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.contact-form-section .gform_wrapper .gfield--type-altcha .altcha-checkbox input[type=checkbox] {
  border: 1px solid #fff !important;
  border-radius: var(--wp--custom--radius--xs) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.contact-form-section .gform_wrapper .gfield--type-altcha .altcha-label {
  color: #fff !important;
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .gfield_label.gform-field-label {
  color: #fff !important;
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .gform_drop_area {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .gform_drop_instructions {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .ginput_preview {
  color: #fff;
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .gfield_fileupload_filesize {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .gfield_fileupload_progressbar {
  background: rgba(255, 255, 255, 0.2);
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .gfield_fileupload_percent {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .gform_delete_file {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-form-section .gform_wrapper .gfield--type-fileupload .gform_fileupload_rules {
  color: rgba(255, 255, 255, 0.5);
}

.contact-form-section .has-grey-light-background-color .gform_wrapper {
  --gf-color-in-ctrl: transparent !important;
  --gf-color-in-ctrl-contrast: #000 !important;
  --gf-color-in-ctrl-dark: #000 !important;
  --gf-color-in-ctrl-dark-darker: #000 !important;
  --gf-color-in-ctrl-dark-lighter: rgba(0, 0, 0, 0.65) !important;
  --gf-color-in-ctrl-light: rgba(0, 0, 0, 0.08) !important;
  --gf-color-in-ctrl-light-darker: rgba(0, 0, 0, 0.15) !important;
  --gf-color-in-ctrl-light-lighter: transparent !important;
  --gf-color-out-ctrl-dark: #000 !important;
  --gf-color-out-ctrl-dark-darker: #000 !important;
  --gf-color-out-ctrl-dark-lighter: rgba(0, 0, 0, 0.65) !important;
  --gf-color-out-ctrl-light: rgba(0, 0, 0, 0.08) !important;
  --gf-color-out-ctrl-light-darker: rgba(0, 0, 0, 0.15) !important;
  --gf-color-out-ctrl-light-lighter: transparent !important;
  --gf-ctrl-border-color: rgba(0, 0, 0, 0.25) !important;
  --gf-ctrl-label-color-primary: #000 !important;
  --gf-ctrl-label-color-secondary: rgba(0, 0, 0, 0.65) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container > .gfield_label.gform-field-label {
  color: currentColor !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield:focus-within .ginput_container > .gfield_label.gform-field-label,
.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield.gfield--filled .ginput_container > .gfield_label.gform-field-label {
  color: currentColor !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield_description {
  color: currentColor;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=text],
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=email],
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=tel],
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=url],
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=number],
.contact-form-section .has-grey-light-background-color .gform_wrapper select,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container input,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_complex input,
.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio]) {
  background-color: transparent !important;
  background: transparent !important;
  color: #000 !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=text]::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper input[type=email]::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper input[type=tel]::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper input[type=url]::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper input[type=number]::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper select::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container input::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_complex input::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper .gfield input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio])::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=text]::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=email]::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=tel]::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=url]::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=number]::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper select::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container input::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_complex input::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio])::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=text]:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=email]:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=tel]:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=url]:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper input[type=number]:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper select:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container input:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_complex input:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--purso-turkoosi) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper textarea,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container textarea,
.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield textarea {
  background-color: transparent !important;
  background: transparent !important;
  color: #000 !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper textarea::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container textarea::-moz-placeholder, .contact-form-section .has-grey-light-background-color .gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper textarea::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container textarea::placeholder,
.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield textarea::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper textarea:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper .ginput_container textarea:focus,
.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield textarea:focus {
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--purso-turkoosi) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield--type-altcha .altcha-label {
  color: #000 !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield--type-altcha .altcha-checkbox input[type=checkbox] {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.contact-form-section .has-grey-light-background-color .gform_wrapper .gfield--type-fileupload .gfield_label.gform-field-label {
  color: #000 !important;
}

.hero-slider.wp-block-gallery.has-nested-images,
.is-slider.wp-block-gallery.has-nested-images {
  display: block !important;
  position: relative;
  overflow: hidden;
  border-radius: var(--wp--custom--radius--l);
  aspect-ratio: 4/3;
  gap: 0 !important;
  flex-wrap: nowrap !important;
}

.hero-slider.wp-block-gallery.has-nested-images figure.wp-block-image,
.is-slider.wp-block-gallery.has-nested-images figure.wp-block-image {
  position: absolute !important;
  inset: 0;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  transition: opacity 0.8s ease;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  flex: none !important;
}

.hero-slider.wp-block-gallery.has-nested-images figure.wp-block-image.is-active,
.is-slider.wp-block-gallery.has-nested-images figure.wp-block-image.is-active {
  opacity: 1;
}

.hero-slider.wp-block-gallery.has-nested-images figure.wp-block-image:first-child,
.is-slider.wp-block-gallery.has-nested-images figure.wp-block-image:first-child {
  position: absolute !important;
  opacity: 1;
}

.hero-slider.wp-block-gallery.has-nested-images figure.wp-block-image.is-featured img,
.is-slider.wp-block-gallery.has-nested-images figure.wp-block-image.is-featured img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-slider.wp-block-gallery.has-nested-images figure.wp-block-image img,
.is-slider.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
  background-color: #fff;
}

.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--wp--preset--color--black);
  cursor: pointer;
  transition: background 0.2s ease;
}

.hero-slider__arrow:hover {
  background: rgb(255, 255, 255);
}

.hero-slider__arrow--prev {
  left: var(--wp--preset--spacing--30);
}

.hero-slider__arrow--next {
  right: var(--wp--preset--spacing--30);
}

.hero-slider__arrow svg {
  display: block;
}

.hero-subpage .wp-block-post-featured-image,
.hero-subpage .wp-block-image {
  overflow: hidden;
  border-radius: var(--wp--custom--radius--l);
  aspect-ratio: 4/3;
}

.hero-subpage .wp-block-post-featured-image img,
.hero-subpage .wp-block-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}

.hero-slider__indicators {
  display: flex;
  gap: 4px;
  margin-top: var(--wp--preset--spacing--30);
  max-width: 458px;
  margin-inline: auto;
}

.hero-slider__indicator {
  height: 3px;
  flex: 1;
  background: var(--wp--preset--color--grey-mid);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.hero-slider__indicator::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wp--preset--color--purso-turkoosi);
  transform: scaleX(0);
  transform-origin: left;
}

.hero-slider__indicator.is-active::after {
  transform: scaleX(1);
}

.has-autoplay + .hero-slider__indicators .hero-slider__indicator.is-active::after {
  animation: hero-slider-progress 5s linear forwards;
}

@keyframes hero-slider-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

a:has(.external-link-icon) {
  display: flex;
  align-items: center;
}

.external-link-icon {
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.25em;
  flex-shrink: 0;
  color: var(--wp--preset--color--purso-turkoosi);
}

.primary-navigation__items,
.primary-navigation__items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation__items {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, var(--wp--preset--spacing--60));
}

.primary-navigation__items a {
  color: inherit;
  text-decoration: none;
  letter-spacing: normal;
}

.primary-navigation__items a:hover, .primary-navigation__items a:focus-visible {
  color: var(--wp--preset--color--purso-turkoosi);
}

.primary-navigation__items > li {
  position: relative;
  padding: 0;
  margin-right: 0;
}

.primary-navigation__items > li > .menu-item__link {
  display: flex;
  align-items: center;
  gap: 0.25em;
  min-height: 0;
}

.primary-navigation__items > li > .menu-item__link > a {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  white-space: nowrap;
  text-transform: none;
  padding: 0;
}

.menu-item__caret {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  color: inherit !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.menu-item__caret__icon {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.menu--dropdown .sub-menu,
.menu--dropdown .mega-menu__wrapper {
  display: none;
  position: absolute;
  z-index: 200;
}

.menu--dropdown > li:hover > .sub-menu,
.menu--dropdown > li > .sub-menu[aria-hidden=false],
.menu--dropdown > li:hover > .mega-menu__wrapper,
.menu--dropdown > li > .mega-menu__wrapper[aria-hidden=false] {
  display: block;
}

.menu--dropdown > li > .sub-menu {
  top: 100%;
  left: 0;
  min-width: 14rem;
  background: var(--wp--preset--color--white);
  border-radius: 0 0 var(--wp--custom--radius--l) var(--wp--custom--radius--l);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
  padding: var(--wp--preset--spacing--40) 0;
  animation: mega-menu-in 0.2s ease-out;
}

.menu--dropdown > li > .sub-menu li {
  padding: 0;
}

.menu--dropdown > li > .sub-menu a {
  display: block;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--50);
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--black);
}

.menu--dropdown > li > .sub-menu a:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.menu--dropdown > li[class*=mega-menu--] {
  position: static;
}

.mega-menu__wrapper {
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--wp--preset--color--white);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
  max-height: 80dvh;
  overflow-y: auto;
  animation: mega-menu-in 0.25s ease-out;
}

.menu--dropdown > li:hover > .mega-menu__wrapper,
.menu--dropdown > li > .mega-menu__wrapper[aria-hidden=false] {
  display: flex;
}

.mega-menu__wrapper {
  padding: 27px 24px 27px 34px;
  gap: 24px;
}

.mega-menu__wrapper > .sub-menu {
  position: relative !important;
  display: flex !important;
  flex-direction: column;
  width: 250px;
  min-width: 250px;
  flex-shrink: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}

.mega-menu__wrapper > .sub-menu > li:first-child {
  background: var(--wp--preset--color--grey-light);
  border-radius: var(--wp--custom--radius--l);
  padding: 0;
  margin-bottom: 22px;
}

.mega-menu__wrapper > .sub-menu > li:first-child a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0;
  padding: 20px;
  font-family: var(--wp--preset--font-family--titillium-web);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--wp--preset--color--black);
  text-decoration: none;
  min-height: 102px;
}

.mega-menu__wrapper > .sub-menu > li:first-child a::before {
  content: "";
  grid-column: 1/-1;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2719%27 viewBox=%270 0 22 19%27 fill=%27none%27%3E%3Cpath d=%27M16.064.75H5.072a2.25 2.25 0 00-.724.195 2.25 2.25 0 00-.559.503L1.041 5.273a1.5 1.5 0 00-.29.995c.017.354.15.693.381.963L9.375 16.778a1.5 1.5 0 001.193.587 1.5 1.5 0 001.193-.587l8.243-9.547a1.5 1.5 0 00.38-.963 1.5 1.5 0 00-.289-.995l-2.748-3.825a2.25 2.25 0 00-.559-.503 2.25 2.25 0 00-.724-.195z%27 stroke=%27%231a1a1a%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9.783.75L6.097 6.496l4.471 10.87%27 stroke=%27%231a1a1a%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M11.399.75l3.67 5.746-4.5 10.87%27 stroke=%27%231a1a1a%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M.78 6.505h19.576%27 stroke=%27%231a1a1a%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") center/contain no-repeat;
}

.mega-menu__wrapper > .sub-menu > li:first-child a::after {
  content: "";
  grid-row: 2;
  grid-column: 2;
  align-self: end;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--wp--preset--color--purso-turkoosi);
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M4 1l5 5-5 5%27 stroke=%27%23008fa5%27 stroke-width=%271.5%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") center/12px no-repeat;
}

.mega-menu__wrapper > .sub-menu > li:first-child a:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.mega-menu__wrapper > .sub-menu > li:first-child a:hover::after {
  border-color: var(--wp--preset--color--purso-turkoosi);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M4 1l5 5-5 5%27 stroke=%27%23008fa5%27 stroke-width=%271.5%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.mega-menu__wrapper > .sub-menu > li:not(:first-child) {
  padding: 0;
}

.mega-menu__wrapper > .sub-menu > li:not(:first-child) a {
  display: block;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--wp--preset--color--black);
  text-decoration: none;
  padding: 4px 0;
}

.mega-menu__wrapper > .sub-menu > li:not(:first-child) a:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.mega-menu__wrapper > .mega-menu__cards {
  flex: 1;
  display: flex;
  gap: 24px;
  padding: 0;
  min-width: 0;
}

.mega-menu-card {
  flex: 1 1 0;
  height: 468px;
  min-width: 0;
  border-radius: var(--wp--custom--radius--l);
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--white);
}

.mega-menu-card__media {
  position: absolute;
  inset: 0;
}

.mega-menu-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.mega-menu-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
}

.mega-menu-card__badge {
  display: inline-block;
  align-self: flex-start;
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  padding: 0 7px;
  border-radius: var(--wp--custom--radius--full);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
  margin-bottom: 8px;
}

.mega-menu-card__bottom {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.mega-menu-card__title {
  flex: 1;
  font-family: var(--wp--preset--font-family--titillium-web);
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  color: var(--wp--preset--color--white);
}

.mega-menu-card__arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu-card__arrow svg {
  display: block;
}

.mega-menu-card:hover .mega-menu-card__media img {
  transform: scale(1.03);
}

.mega-menu-card:hover .mega-menu-card__arrow circle {
  fill: var(--wp--preset--color--purso-turkoosi);
  stroke: var(--wp--preset--color--purso-turkoosi);
}

@keyframes mega-menu-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu__columns {
  display: flex;
  flex: 3;
  gap: 0;
  min-width: 0;
}

.mega-menu__columns:not(:has(.mega-menu__column ~ .mega-menu__column)) {
  flex: 0 0 250px;
  min-width: 250px;
  flex-direction: column;
}

.mega-menu__column {
  flex: 1;
  min-width: 0;
  padding: 0 24px;
}

.mega-menu__column:first-child {
  padding-left: 0;
}

.mega-menu__column:last-child {
  padding-right: 0;
}

.mega-menu__column:not(:last-child) {
  border-right: 1px solid var(--wp--preset--color--grey-light);
}

.mega-menu__columns:not(:has(.mega-menu__column ~ .mega-menu__column)) > .mega-menu__column {
  border-right: none;
  padding: 0;
}

.mega-menu__category-header {
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0 8px;
  padding: 14px 20px;
  background: var(--wp--preset--color--grey-light);
  border-radius: var(--wp--custom--radius--l);
  text-decoration: none;
  color: var(--wp--preset--color--black);
  min-height: 102px;
  margin-bottom: 22px;
  transition: color 0.2s ease;
}

.mega-menu__category-header:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.mega-menu__category-header:hover .mega-menu__category-arrow svg circle {
  fill: var(--wp--preset--color--purso-turkoosi);
  stroke: var(--wp--preset--color--purso-turkoosi);
}

.mega-menu__category-header:hover .mega-menu__category-arrow svg path {
  stroke: white;
}

.mega-menu__category-icon {
  grid-column: 1/-1;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.mega-menu__category-title {
  font-family: var(--wp--preset--font-family--titillium-web);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.mega-menu__category-arrow {
  grid-row: 2;
  grid-column: 2;
  align-self: end;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.mega-menu__category-arrow svg {
  display: block;
}

.mega-menu__category-arrow svg circle {
  fill: white;
  stroke: var(--wp--preset--color--purso-turkoosi);
  transition: fill 0.2s ease, stroke 0.2s ease;
}

.mega-menu__category-arrow svg path {
  stroke: var(--wp--preset--color--purso-turkoosi);
  transition: stroke 0.2s ease;
}

.primary-navigation__items ul.mega-menu__category-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.primary-navigation__items ul.mega-menu__category-links a {
  display: block;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--wp--preset--color--black);
  text-decoration: none;
  padding: 4px 0;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.primary-navigation__items ul.mega-menu__category-links a:has(.external-link-icon) {
  display: flex;
  align-items: center;
}

.primary-navigation__items ul.mega-menu__category-links a:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.mega-menu__social {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
}

.mega-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--wp--preset--color--black);
  transition: color 0.2s ease;
}

.mega-menu__social-link:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.mega-menu__social-link svg {
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 1199px) {
  .primary-navigation[data-navigation-type=desktop] {
    display: none;
  }
  .site-nav__cta {
    display: none;
  }
}

.reference-highlight-grid {
  grid-template-columns: 1fr 2fr 1fr;
}

.reference-highlight-grid:has(> li:nth-child(1):last-child) {
  grid-template-columns: 1fr;
}

.reference-highlight-grid:has(> li:nth-child(2):last-child) {
  grid-template-columns: 1fr 1fr;
}

.reference-highlight-grid:has(> li:nth-child(3):last-child) {
  grid-template-columns: 1fr 2fr 1fr;
}

.reference-highlight-grid:has(> li:nth-child(4):last-child) {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 1024px) {
  .reference-highlight-grid .wp-block-post .wp-block-cover {
    min-height: 60vh;
  }
}

.reference-highlight-grid .wp-block-post .has-purso-link-arrow::after {
  border-color: var(--wp--preset--color--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M4 1l5 5-5 5%27 stroke=%27white%27 stroke-width=%271.5%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.reference-highlight-grid .wp-block-post .has-purso-link-arrow:hover::after {
  background-color: var(--wp--preset--color--purso-turkoosi);
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.reference-highlight-grid .wp-block-post-terms a, .reference-highlight-grid .wp-block-post-terms span {
  display: inline-block;
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  padding: 0 0.5rem;
  border-radius: var(--wp--custom--radius--full);
  font-size: var(--wp--preset--font-size--small);
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.01em;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.reference-highlight-grid .wp-block-post-terms__separator {
  display: none !important;
}

.henkilot-card {
  color: inherit;
}

.henkilot-card .henkilot-card__columns {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  align-items: flex-start;
}

.henkilot-card .henkilot-card__image {
  flex: 0 0 140px;
  max-width: 140px;
}

.henkilot-card .henkilot-card__content {
  flex: 1;
  min-width: 0;
}

.henkilot-card .henkilot-card__name {
  font-family: var(--wp--preset--font-family--titillium-web);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.2;
  margin: 0 0 0.25em;
}

.henkilot-card .henkilot-card__role {
  font-size: var(--wp--preset--font-size--small);
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.henkilot-card .henkilot-card__contact {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.henkilot-card .henkilot-card__role + .henkilot-card__contact {
  margin-top: 0.5em;
}

.henkilot-card .henkilot-card__contact a {
  color: var(--wp--preset--color--purso-turkoosi);
  font-size: inherit;
  text-decoration: none;
}

.henkilot-card .henkilot-card__contact a:hover {
  text-decoration: underline;
}

.henkilot-card .henkilot-card__languages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0.5em 0 0;
  padding: 0;
}

.henkilot-card .henkilot-card__language {
  display: flex;
  width: 1.5rem;
  height: 0.85rem;
}

.henkilot-card .henkilot-card__language svg {
  width: 100%;
  height: 100%;
}

.wp-block-group:has(> .henkilot-card + .henkilot-card) {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--50);
}

.wp-block-group:has(> .henkilot-card + .henkilot-card) > .henkilot-card {
  max-width: none;
  margin-inline: 0;
  margin-block-start: 0;
}

.wp-block-group:has(> .henkilot-card + .henkilot-card) > :not(.henkilot-card) {
  grid-column: 1/-1;
}

@media (max-width: 781px) and (min-width: 500px) {
  .wp-block-group:has(> .henkilot-card + .henkilot-card) {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-group:has(> .henkilot-card + .henkilot-card) .henkilot-card__image {
    flex: 0 0 100px;
    max-width: 100px;
  }
}

@media (min-width: 1500px) {
  .wp-block-group:has(> .henkilot-card + .henkilot-card) {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-group:has(> .henkilot-card + .henkilot-card) .henkilot-card__image {
    flex: 0 0 100px;
    max-width: 100px;
  }
}

.card-slider {
  position: relative;
  overflow: visible;
  --card-slider-peek: 5rem;
}

.card-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--50);
}

.card-slider__header .wp-block-heading {
  margin: 0;
}

.card-slider__arrows {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.card-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--grey-mid);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  padding: 0;
  color: var(--wp--preset--color--black);
}

.card-slider__arrow:hover {
  border-color: var(--wp--preset--color--purso-turkoosi);
  background-color: rgba(0, 143, 165, 0.05);
}

.card-slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.card-slider__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-slider__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: var(--wp--preset--spacing--50) !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  max-width: none !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding-left: 0 !important;
  padding-right: var(--wp--preset--spacing--50);
}

.card-slider__track > * {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

.card-slider__track {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.card-slider__track::-webkit-scrollbar {
  display: none;
}

.card-slider__spacer {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  scroll-snap-align: start;
  pointer-events: none;
  margin-right: calc(-1 * var(--wp--preset--spacing--50)) !important;
}

.card-slider__card {
  flex: 0 0 calc((100% - 4 * var(--wp--preset--spacing--50) - var(--card-slider-peek)) / 4) !important;
  max-width: none !important;
  scroll-snap-align: start;
  border: 1px solid var(--wp--preset--color--grey-mid);
  border-radius: var(--wp--custom--radius--m);
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50) !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-slider__card .wp-block-image {
  margin: 0 0 var(--wp--preset--spacing--40);
  width: 48px;
  height: 48px;
}

.card-slider__card .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-slider__card .wp-block-heading {
  margin: 0 0 var(--wp--preset--spacing--30);
}

.card-slider__card > p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .card-slider__card {
    flex: 0 0 calc((100% - 2 * var(--wp--preset--spacing--50) - var(--card-slider-peek)) / 2) !important;
  }
}

@media (max-width: 600px) {
  .card-slider__card {
    flex: 0 0 85% !important;
  }
}

.wp-block-button.has-icon .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}

.wp-block-button.has-icon .wp-block-button__icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.wp-block-button.has-icon .wp-block-button__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.wp-block-button.has-icon .wp-block-button__icon[style*=color] svg {
  fill: currentColor;
}

.facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: auto;
}

.facetwp-page {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 12px 28px;
  border: 1px solid var(--wp--preset--color--purso-turkoosi);
  border-radius: var(--wp--custom--radius--full);
  background: transparent;
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.facetwp-page:hover, .facetwp-page:focus-visible {
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
}

.facetwp-page.active {
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.facetwp-page.prev, .facetwp-page.next {
  padding: 12px 16px;
  border: 0;
  margin: 0;
}

.facetwp-page.dots {
  border-color: transparent;
  cursor: default;
  padding: 12px 4px;
  min-width: auto;
}

.facetwp-page.dots:hover, .facetwp-page.dots:focus-visible {
  background: transparent;
  color: var(--wp--preset--color--black);
}

.facetwp-facet-tuotteet_archive {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--spacing--xxs);
}

.facetwp-facet-tuotteet_archive .facetwp-checkbox,
.facetwp-facet-tuotteet_archive .facetwp-radio {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  gap: var(--wp--custom--spacing--xs);
  padding: var(--wp--custom--spacing--xxs) var(--wp--custom--spacing--xs) !important;
  border: 1px solid var(--wp--preset--color--grey-mid);
  border-radius: var(--wp--custom--radius--s);
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  background-image: none !important;
  background-color: transparent;
}

.facetwp-facet-tuotteet_archive .facetwp-checkbox:hover,
.facetwp-facet-tuotteet_archive .facetwp-radio:hover {
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.facetwp-facet-tuotteet_archive .facetwp-checkbox.checked,
.facetwp-facet-tuotteet_archive .facetwp-radio.checked {
  border-color: var(--wp--preset--color--purso-turkoosi);
  background-color: var(--wp--preset--color--grey-light) !important;
}

.facetwp-facet-tuotteet_archive .facetwp-checkbox.disabled,
.facetwp-facet-tuotteet_archive .facetwp-radio.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.facetwp-facet-tuotteet_archive .facetwp-page-link {
  display: flex;
  align-items: center;
  gap: inherit;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.facetwp-facet-tuotteet_archive .facetwp-counter {
  display: none;
}

.facetwp-facet-tuotteet_archive .facet-svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  color: var(--wp--preset--color--purso-turkoosi);
}

.facetwp-facet-tuotteet_archive .facet-svg-icon svg {
  width: 100%;
  height: 100%;
}

.taxonomy-product_information {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.taxonomy-product_information a, .taxonomy-product_information span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  border-radius: var(--wp--custom--radius--full);
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
  text-decoration: none;
  white-space: nowrap;
}

.taxonomy-product_information .wp-block-post-terms__separator {
  display: none;
}

.product-images {
  position: relative;
  overflow: hidden;
}

.product-images img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.product-images__featured {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-images__featured img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wp-block-post:hover .product-images__gallery, .wp-block-post:has(.wp-block-post-title :focus-visible) .product-images__gallery {
  opacity: 0;
}

.wp-block-post:hover .product-images__featured, .wp-block-post:has(.wp-block-post-title :focus-visible) .product-images__featured {
  opacity: 1;
}

.product-images__gallery {
  transition: opacity 0.3s ease;
}

.product-images--no-gallery .product-images__featured {
  position: static;
  opacity: 1;
}

.wp-block-query {
  position: relative;
}

.wp-block-query .wp-block-post {
  position: relative;
}

.wp-block-query .wp-block-group.has-border-color {
  height: 100%;
}

.wp-block-query .wp-block-post-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.timeline {
  position: relative;
  padding-left: 0;
  --timeline-node-size: 5.5rem;
  overflow-y: auto;
}

.timeline::after {
  display: none;
  content: "";
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: linear-gradient(to bottom, transparent, var(--wp--preset--color--base, #fff));
  pointer-events: none;
  transition: opacity 0.3s;
}

.timeline.is-scrolled-end::after {
  opacity: 0;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--60);
  position: relative;
  padding-bottom: var(--wp--preset--spacing--60);
}

.timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(var(--timeline-node-size, 7.5rem) / 2);
  top: var(--timeline-node-size, 7.5rem);
  bottom: 0;
  width: 0;
  border-left: 2px dashed var(--wp--preset--color--purso-turkoosi);
  transform: translateX(-1px);
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item__node {
  flex-shrink: 0;
  width: var(--timeline-node-size, 5.5rem);
  height: var(--timeline-node-size, 5.5rem);
  border-radius: var(--wp--custom--radius--full);
  border: 2px solid var(--wp--preset--color--purso-turkoosi);
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.timeline-item__year {
  font-family: var(--wp--preset--font-family--titillium-web);
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.2;
  color: var(--wp--preset--color--purso-turkoosi);
  text-align: center;
  display: block;
}

.timeline-item__subtitle {
  font-family: var(--wp--preset--font-family--titillium-web);
  font-weight: 700;
  font-size: clamp(0.625rem, 1.2vw, 0.75rem);
  line-height: 1.2;
  color: var(--wp--preset--color--purso-turkoosi);
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.timeline-item__content {
  padding-top: var(--wp--preset--spacing--50);
  min-width: 0;
}

.timeline-item__content > *:first-child {
  margin-top: 0;
}

.timeline-item__content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .timeline-item {
    gap: var(--wp--preset--spacing--50);
  }
  .timeline {
    --timeline-node-size: 5rem;
  }
  .timeline-item__year {
    font-size: 1rem;
  }
}

.purso-tabs .purso-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
  justify-content: center;
  margin-bottom: var(--wp--preset--spacing--60);
}

.purso-tabs .purso-tabs__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--wp--preset--color--grey-mid);
  cursor: pointer;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  line-height: 1.2;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  border-radius: 999px;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.purso-tabs .purso-tabs__button:hover {
  background: var(--wp--preset--color--grey-light);
}

.purso-tabs .purso-tabs__button:focus-visible {
  outline: 2px solid var(--wp--preset--color--purso-turkoosi);
  outline-offset: 2px;
}

.purso-tabs .purso-tabs__button.is-active {
  background: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.purso-tabs .purso-tabs__panel[hidden] {
  display: none;
}

@media (max-width: 600px) {
  .purso-vacancies__wrap {
    display: block;
    overflow-x: auto;
  }
}

.purso-vacancies__empty {
  color: var(--wp--preset--color--grey-mid);
}

@media (max-width: 600px) {
  .purso-vacancies__list {
    min-width: 500px;
  }
}

.purso-vacancies__header {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--30);
}

.purso-vacancies__header span {
  font-family: var(--wp--preset--font-family--titillium-web);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--xdark-teal);
}

.purso-vacancies__header-col--title, .purso-vacancies__item-col--title {
  flex: 1 0 50%;
  max-width: 50%;
}

.purso-vacancies__header-col--location, .purso-vacancies__item-col--location {
  flex: 1 0 25%;
  max-width: 25%;
}

.purso-vacancies__header-col--date, .purso-vacancies__item-col--date {
  flex: 1 0 25%;
  max-width: 25%;
}

.purso-vacancies__item {
  display: flex;
  gap: var(--wp--preset--spacing--30);
  padding: var(--wp--preset--spacing--30) 0;
  text-decoration: none;
  border-bottom: 1px solid var(--wp--preset--color--grey-light);
  transition: color 0.15s ease;
}

.purso-vacancies__item:first-of-type {
  border-top: 1px solid var(--wp--preset--color--grey-light);
}

.purso-vacancies__item:hover span {
  color: var(--wp--preset--color--purso-turkoosi);
}

.purso-vacancies__item span {
  color: var(--wp--preset--color--black);
  font-weight: 400;
}

.contact-persons .contact-persons__facets {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--wp--preset--spacing--50);
  margin-block-end: var(--wp--preset--spacing--60);
}

.contact-persons .contact-persons__facets .facetwp-facet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot .facetwp-radio[data-value=""] {
  display: none;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot .facetwp-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1px solid var(--wp--preset--color--purso-turkoosi);
  border-radius: var(--wp--custom--radius--full);
  background: transparent;
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot .facetwp-radio:hover, .contact-persons .contact-persons__facets .facetwp-facet-henkilot .facetwp-radio:focus-visible {
  border-color: var(--wp--preset--color--xdark-teal);
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot .facetwp-radio.checked {
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot .facetwp-radio.disabled {
  opacity: 1;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot .facetwp-radio .facetwp-counter {
  display: none;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot_ala {
  display: none;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot_ala .facetwp-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border: 0;
  border-radius: var(--wp--custom--radius--full);
  background: var(--wp--preset--color--grey-light);
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot_ala .facetwp-radio:hover, .contact-persons .contact-persons__facets .facetwp-facet-henkilot_ala .facetwp-radio:focus-visible {
  border-color: var(--wp--preset--color--black);
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot_ala .facetwp-radio.checked {
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot_ala .facetwp-radio.disabled {
  opacity: 1;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot_ala .facetwp-radio .facetwp-counter {
  display: none;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot.facetwp-facet--single-parent {
  display: none;
}

.contact-persons .contact-persons__facets .facetwp-facet-henkilot:has(.facetwp-radio.checked:not([data-value=""])) ~ .facetwp-facet-henkilot_ala {
  display: flex;
}

.contact-persons .contact-persons__facets .facetwp-type-search {
  width: 100%;
  max-width: 400px;
}

.contact-persons .contact-persons__facets .facetwp-type-search .facetwp-input-wrap {
  display: block;
  position: relative;
  width: 100%;
}

.contact-persons .contact-persons__facets .facetwp-type-search .facetwp-search {
  width: 100%;
  min-height: 44px;
  padding: 10px 44px 10px 16px;
  border: 1px solid var(--wp--preset--color--grey-light);
  border-radius: var(--wp--custom--radius--full);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 1rem;
  background: transparent;
  color: var(--wp--preset--color--black);
  transition: border-color 0.15s ease;
}

.contact-persons .contact-persons__facets .facetwp-type-search .facetwp-search:focus {
  outline: none;
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.contact-persons .contact-persons__facets .facetwp-type-search .facetwp-search::-moz-placeholder {
  color: #767676;
}

.contact-persons .contact-persons__facets .facetwp-type-search .facetwp-search::placeholder {
  color: #767676;
}

.contact-persons .contact-persons__facets .facetwp-type-search .facetwp-icon {
  display: none;
}

.contact-persons .contact-persons__facets .facetwp-type-search .facetwp-input-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23008fa5%27 stroke-width=%272.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Ccircle cx=%2710.5%27 cy=%2710.5%27 r=%277.5%27/%3E%3Cline x1=%2716%27 y1=%2716%27 x2=%2722%27 y2=%2722%27/%3E%3C/svg%3E");
}

.contact-persons .contact-persons__facets .facetwp-facet-reset {
  display: block;
}

.contact-persons .contact-persons__facets .facetwp-facet-reset .facetwp-reset {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--wp--preset--color--black);
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 1px solid currentColor;
  padding: 0 0 2px;
  transition: color 0.15s ease;
}

.contact-persons .contact-persons__facets .facetwp-facet-reset .facetwp-reset:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.contact-persons .contact-persons__facets .facetwp-facet-reset.facetwp-hidden {
  display: none;
}

.contact-persons .contact-persons__group {
  margin-block-end: var(--wp--preset--spacing--60);
}

.contact-persons .contact-persons__group:last-child {
  margin-block-end: 0;
}

.contact-persons .contact-persons__group-title {
  font-family: var(--wp--preset--font-family--titillium-web);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  margin-block-start: 0;
  margin-block-end: var(--wp--preset--spacing--40);
  padding-block-end: var(--wp--preset--spacing--20);
  border-bottom: 1px solid var(--wp--preset--color--grey-light);
}

.contact-persons .contact-persons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
}

@media (max-width: 782px) {
  .contact-persons .contact-persons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .contact-persons .contact-persons__grid {
    grid-template-columns: 1fr;
  }
}

.contact-persons .contact-persons__grid .henkilot-card__image {
  flex: 0 0 140px;
  max-width: 140px;
}

@media (max-width: 600px) {
  .contact-persons .contact-persons__grid .henkilot-card__image {
    flex: 0 0 80px;
    max-width: 80px;
  }
}

.contact-persons .contact-persons__empty {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--grey-mid);
}

.relevanssi-live-search-results {
  background: var(--wp--preset--color--white);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  max-height: 60vh;
  overflow-y: auto;
  z-index: 10000;
}

.relevanssi-live-search-results .relevanssi-live-search-result a {
  display: block;
  padding: 0.625rem 1rem;
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.relevanssi-live-search-results .relevanssi-live-search-result a:hover, .relevanssi-live-search-results .relevanssi-live-search-result a:focus {
  background: var(--wp--preset--color--grey-light);
}

.relevanssi-live-search-results .relevanssi-live-search-result + .relevanssi-live-search-result {
  border-top: 1px solid var(--wp--preset--color--grey-light);
}

.relevanssi-live-search-results .relevanssi-live-search-result-status {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: var(--wp--preset--color--black);
  border-bottom: 1px solid var(--wp--preset--color--grey-light);
}

.relevanssi-live-search-results .relevanssi-live-search-result-status p {
  margin: 0;
}

.relevanssi-live-search-results .relevanssi-live-search-no-results,
.relevanssi-live-search-results .relevanssi-live-search-didyoumean {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: var(--wp--preset--color--grey-mid);
  margin: 0;
}

.relevanssi-live-search-results .relevanssi-live-search-didyoumean a {
  color: var(--wp--preset--color--purso-turkoosi);
}

.relevanssi-live-search-results-showing .spinner {
  display: none;
}

.news-highlight__header {
  margin-bottom: var(--wp--custom--spacing--l);
}

.news-highlight__grid {
  position: relative;
  padding-left: calc(55% + var(--wp--custom--spacing--xl));
  min-height: 480px;
}

.news-highlight__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: var(--wp--custom--radius--l);
}

.news-highlight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-highlight__featured {
  padding-bottom: var(--wp--custom--spacing--l);
}

.news-highlight__featured-link {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--spacing--xxs);
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

.news-highlight__featured-link:hover .news-highlight__title {
  text-decoration: underline;
}

.news-highlight__date {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.news-highlight__title {
  margin: 0;
  font-size: var(--wp--preset--font-size--h-5);
  line-height: 1.333;
}

.news-highlight__cta {
  display: inline-block;
  align-self: flex-start;
  padding: 0.75rem 1.75rem;
  background: var(--wp--preset--color--purso-turkoosi);
  color: #fff;
  border-radius: var(--wp--custom--radius--full);
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: opacity 0.2s;
  margin-top: var(--wp--custom--spacing--s);
}

.news-highlight__featured-link:hover .news-highlight__cta {
  opacity: 0.85;
}

.news-highlight__compact {
  padding: var(--wp--custom--spacing--s) 0;
  border-top: 1px solid var(--wp--preset--color--grey-mid);
}

.news-highlight__compact:last-child {
  border-bottom: 1px solid var(--wp--preset--color--grey-mid);
}

.news-highlight__compact-link {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--spacing--xxs);
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

.news-highlight__compact-link:hover .news-highlight__compact-title {
  text-decoration: underline;
}

.news-highlight__compact-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.news-highlight__compact-date {
  display: block;
  font-size: 0.75rem;
  line-height: 1.667;
  letter-spacing: 0.01em;
  margin: 0;
  color: var(--wp--preset--color--black);
}

.news-highlight__footer {
  margin-top: 0;
}

@media (max-width: 781px) {
  .news-highlight__grid {
    padding-left: 0;
    min-height: auto;
  }
  .news-highlight__image {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    margin-bottom: var(--wp--preset--spacing--40);
    aspect-ratio: 3/2;
  }
}

.product-files__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.product-files__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
}

.product-files__link::before {
  content: "";
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M18 11.3l-1-1.1-4 4V3h-1.5v11.3L7 10.2l-1 1 6 5.8 6-5.7zm-12 7.2v1.5h13v-1.5H6z%27/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M18 11.3l-1-1.1-4 4V3h-1.5v11.3L7 10.2l-1 1 6 5.8 6-5.7zm-12 7.2v1.5h13v-1.5H6z%27/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.product-files__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.purso-offices .purso-offices__facets {
  margin-block-end: var(--wp--preset--spacing--60);
}

.purso-offices .purso-offices__facets .facetwp-facet {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.purso-offices .purso-offices__facets .facetwp-link,
.purso-offices .purso-offices__facets .facetwp-radio,
.purso-offices .purso-offices__facets .facetwp-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid var(--wp--preset--color--purso-turkoosi);
  border-radius: var(--wp--custom--radius--full);
  background: transparent;
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}

.purso-offices .purso-offices__facets .facetwp-link:hover, .purso-offices .purso-offices__facets .facetwp-link:focus-visible,
.purso-offices .purso-offices__facets .facetwp-radio:hover,
.purso-offices .purso-offices__facets .facetwp-radio:focus-visible,
.purso-offices .purso-offices__facets .facetwp-checkbox:hover,
.purso-offices .purso-offices__facets .facetwp-checkbox:focus-visible {
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.purso-offices .purso-offices__facets .facetwp-link.checked, .purso-offices .purso-offices__facets .facetwp-link.selected,
.purso-offices .purso-offices__facets .facetwp-radio.checked,
.purso-offices .purso-offices__facets .facetwp-radio.selected,
.purso-offices .purso-offices__facets .facetwp-checkbox.checked,
.purso-offices .purso-offices__facets .facetwp-checkbox.selected {
  background-color: var(--wp--preset--color--purso-turkoosi);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--purso-turkoosi);
}

.purso-offices .purso-offices__facets .facetwp-link.disabled,
.purso-offices .purso-offices__facets .facetwp-radio.disabled,
.purso-offices .purso-offices__facets .facetwp-checkbox.disabled {
  opacity: 1;
}

.purso-offices .purso-offices__facets .facetwp-link .facetwp-counter,
.purso-offices .purso-offices__facets .facetwp-radio .facetwp-counter,
.purso-offices .purso-offices__facets .facetwp-checkbox .facetwp-counter {
  display: none;
}

.purso-offices .purso-offices__container {
  display: flex;
  flex-flow: row wrap;
  gap: var(--wp--preset--spacing--70);
}

@media (min-width: 1280px) {
  .purso-offices .purso-offices__container {
    flex-wrap: nowrap;
  }
}

.purso-offices .purso-offices__left {
  flex: 1 1 100%;
  min-width: 0;
}

@media (min-width: 1280px) {
  .purso-offices .purso-offices__left {
    flex: 1 1 50%;
  }
}

.purso-offices .purso-offices__map {
  flex: 1 1 100%;
  min-width: 0;
}

@media (min-width: 1280px) {
  .purso-offices .purso-offices__map {
    flex: 1 1 50%;
    position: sticky;
    top: 10rem;
    align-self: flex-start;
  }
}

.purso-offices .purso-offices__map .purso-office-card {
  padding: 0.5rem;
  border: 0;
}

.purso-offices .purso-offices__map .purso-office-card p {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.purso-offices .purso-offices__map .purso-office-card .purso-office-card__title {
  font-size: 1rem;
}

.purso-offices .facetwp-type-map {
  position: relative;
  border-radius: var(--wp--custom--radius--m);
  overflow: hidden;
}

.purso-offices .facetwp-type-map #facetwp-map {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.purso-offices .facetwp-type-map::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

.purso-offices .facetwp-map-filtering {
  display: none;
}

.purso-office-card {
  padding: var(--wp--preset--spacing--50) 0;
  border-bottom: 1px solid var(--wp--preset--color--grey-mid);
}

.purso-office-card:first-child {
  border-top: 1px solid var(--wp--preset--color--grey-mid);
}

.purso-office-card .purso-office-card__content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);
}

.purso-office-card .purso-office-card__header {
  margin: 0;
}

.purso-office-card .purso-office-card__title {
  font-family: var(--wp--preset--font-family--titillium-web);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.purso-office-card .purso-office-card__summary {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--medium);
}

.purso-office-card .purso-office-card__summary p:last-child {
  margin-bottom: 0;
}

.profile-categories__title {
  text-align: left;
  color: var(--wp--preset--color--purso-turkoosi);
  padding-top: 0;
  margin-bottom: var(--wp--preset--spacing--60);
  font-weight: 400;
  font-size: clamp(1.375rem, 1rem + 1.2vw, 2.5rem);
}

.profile-categories__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--50);
}

@media (min-width: 576px) {
  .profile-categories__grid--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .profile-categories__grid--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .profile-categories__grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .profile-categories__grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .profile-categories__grid--cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .profile-categories__grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 576px) {
  .profile-categories__grid--cols-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .profile-categories__grid--cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 576px) {
  .profile-categories__grid--cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .profile-categories__grid--cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.profile-categories__item {
  position: relative;
}

.profile-categories__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--wp--preset--color--grey-mid);
  border-radius: var(--wp--custom--radius--l);
  overflow: hidden;
  background: var(--wp--preset--color--white);
  cursor: pointer;
  padding: var(--wp--preset--spacing--50);
}

.profile-categories__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 !important;
  aspect-ratio: 4/3;
}

.profile-categories__icon svg {
  padding: var(--wp--preset--spacing--40);
  max-width: 7rem;
  max-height: 5rem;
  width: 100%;
  height: 100%;
  color: var(--wp--preset--color--purso-turkoosi);
  fill: var(--wp--preset--color--purso-turkoosi);
  transition: transform 0.4s ease;
}

@media (min-width: 992px) {
  .profile-categories__icon svg {
    max-width: 8rem;
    max-height: 6rem;
  }
}

.profile-categories__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
  transition: transform 0.4s ease;
}

.profile-categories__name {
  font-weight: 400;
  color: var(--wp--preset--color--black);
  padding: 0;
  margin: 0;
  font-size: clamp(0.875rem, 0.75rem + 0.4vw, 1.125rem);
}

.profile-categories__name a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

.profile-categories__name a:hover {
  color: var(--wp--preset--color--purso-turkoosi);
}

.profile-categories__item:hover .profile-categories__icon svg,
.profile-categories__item:hover .profile-categories__icon img, .profile-categories__link:hover .profile-categories__icon svg,
.profile-categories__link:hover .profile-categories__icon img {
  transform: scale(1.03);
}

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