﻿/**
 * artefactum Cassiopeia child template
 * Premium B2B design layer for SP Page Builder content.
 */

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400 800;
  src: url("/fonts/Raleway-Regular.woff2") format("woff2");
  font-display: swap;
}

/* English products: Fast Track vs CosVention comparison */
.af-fasttrack-comparison {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 48px;
  border-radius: 8px;
  color: #4b275f;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(244,236,250,.91)),
    url('/images/2026/02/03/fasttrackcosvention.png') center/cover no-repeat;
  box-shadow: 0 22px 55px rgba(44, 16, 63, .16);
  overflow: hidden;
}

.af-fasttrack-comparison * {
  box-sizing: border-box;
}

.af-ft-brand {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 44px;
  line-height: 1;
  text-align: center;
  color: #5c3473;
}

.af-ft-brand span {
  display: block;
  margin-top: 8px;
  font-family: Hind, sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  color: #86758f;
}

.af-ft-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.af-ft-panel {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 32px;
  border: 1px solid rgba(92, 52, 115, .18);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(3px);
  text-align: left;
}

.af-ft-kicker,
.af-ft-panel h3,
.af-ft-panel strong {
  text-align: center;
}

.af-ft-kicker {
  margin: 0 0 8px;
  font-size: 16px;
  color: #5c3473;
}

.af-ft-panel h3 {
  margin: 0 0 24px;
  font-family: Raleway, sans-serif;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 700;
  color: #5c3473;
  text-shadow: none;
}

.af-ft-panel ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.af-ft-panel li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 34px;
  font-size: 17px;
  line-height: 1.45;
  color: #4c315f;
}

.af-ft-panel li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .05em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5c3473;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.af-ft-panel strong {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(92,52,115,.16);
  font-size: 16px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #5c3473;
}

.af-ft-vs {
  align-self: center;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 4px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: linear-gradient(135deg, #8d6ea0, #5c3473);
  box-shadow: 0 12px 28px rgba(44,16,63,.25);
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.af-ft-summary {
  max-width: 880px;
  margin: 32px auto 0;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  color: #4c315f;
}

@media (max-width: 767px) {
  .af-fasttrack-comparison {
    width: min(100%, calc(100vw - 28px));
    padding: 30px 20px;
  }

  .af-ft-brand {
    font-size: 32px;
  }

  .af-ft-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .af-ft-panel {
    min-height: 0;
    padding: 24px 20px;
  }

  .af-ft-vs {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    font-size: 25px;
  }

  .af-ft-panel h3 {
    font-size: 30px;
  }

  .af-ft-summary {
    font-size: 16px;
  }
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 700;
  src: url("/fonts/OpenSans-Regular.woff2") format("woff2");
  font-display: swap;
}

:root {
  --af-purple: #5c3473;
  --af-purple-dark: #3f1f52;
  --af-purple-deep: #25152f;
  --af-purple-soft: #85609d;
  --af-lavender: #f3edf7;
  --af-lavender-2: #eee4f4;
  --af-offwhite: #faf8fb;
  --af-panel: #ffffff;
  --af-ink: #2b2531;
  --af-text: #68616d;
  --af-muted: #8a8290;
  --af-line: #e4dce9;
  --af-line-strong: #d2c2dc;
  --af-accent: #8b6aa0;
  --af-success: #8aa891;
  --af-radius-sm: 10px;
  --af-radius: 16px;
  --af-radius-lg: 26px;
  --af-shadow-sm: 0 10px 28px rgba(48, 28, 62, 0.1);
  --af-shadow: 0 24px 70px rgba(48, 28, 62, 0.16);
  --af-shadow-strong: 0 30px 90px rgba(48, 28, 62, 0.24);
  --af-container: 1180px;
  --cassiopeia-color-primary: var(--af-purple);
  --cassiopeia-color-link: var(--af-purple);
  --cassiopeia-color-hover: var(--af-purple-dark);
  --template-link-color: var(--af-purple);
  --template-special-color: var(--af-purple);
}

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

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  color: var(--af-text);
  background:
    linear-gradient(180deg, rgba(243, 237, 247, 0.55), rgba(255, 255, 255, 0) 440px),
    var(--af-offwhite);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

body,
input,
textarea,
select,
button,
.container-header,
.container-header a,
.container-header span,
.container-footer,
.container-footer a,
.container-footer p,
.com_sppagebuilder :where(h1, h2, h3, h4, h5, h6, p, a, span, li, td, th, button, .sppb-addon-title, .sppb-addon-content, .sppb-addon-text, .sppb-addon-subtitle, .sppb-article-introtext, .sppb-article-meta, .sppb-readmore) {
  font-family: "Raleway", Arial, sans-serif !important;
}

a {
  color: var(--af-purple);
  text-underline-offset: 0.2em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

a:hover,
a:focus {
  color: var(--af-purple-dark);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.sppb-addon-title {
  color: var(--af-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

h1,
.h1 {
  font-size: clamp(2.4rem, 7vw, 5.4rem);
}

h2,
.h2,
h2.sppb-addon-title {
  font-size: clamp(2rem, 4.5vw, 3.9rem);
}

h3,
.h3,
h3.sppb-addon-title {
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
}

h4,
.h4,
h4.sppb-addon-title {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

p,
.sppb-addon-content,
.sppb-addon-text,
.sppb-article-introtext {
  color: var(--af-text);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.76;
}

::selection {
  color: #fff;
  background: var(--af-purple);
}

/* Buttons */
.btn,
.sppb-btn,
button,
input[type="submit"] {
  max-width: 100%;
  border-radius: 999px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
}

.btn-primary,
.sppb-btn-primary,
.sppb-btn-custom,
input[type="submit"] {
  background: linear-gradient(135deg, var(--af-purple), var(--af-purple-dark));
  border: 1px solid rgba(92, 52, 115, 0.9);
  box-shadow: 0 16px 34px rgba(92, 52, 115, 0.26);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-custom:hover,
.sppb-btn-custom:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: linear-gradient(135deg, var(--af-purple-dark), #24102f);
  border-color: var(--af-purple-dark);
  box-shadow: 0 20px 46px rgba(92, 52, 115, 0.34);
  color: #fff;
  transform: translateY(-1px);
}

/* Neutralize Cassiopeia's page frame for SP Page Builder content. */
.com_sppagebuilder .site-grid {
  display: block;
  grid-template-columns: none;
  background: transparent;
}

.com_sppagebuilder .grid-child.container-component,
.com_sppagebuilder .container-component > main,
.com_sppagebuilder #sp-page-builder,
.com_sppagebuilder .sp-page-builder,
.com_sppagebuilder .sp-page-builder .page-content {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.com_sppagebuilder .sp-page-builder .page-content .sppb-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.com_sppagebuilder .sp-page-builder .page-content .sppb-row-container {
  width: min(100%, var(--af-container));
  max-width: var(--af-container);
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.com_sppagebuilder .sp-page-builder .page-content .sppb-row {
  min-width: 0;
  max-width: 100%;
}

/* Header / navigation */
.container-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(92, 52, 115, 0.1);
  box-shadow: 0 12px 38px rgba(43, 37, 49, 0.08);
  backdrop-filter: blur(18px);
}

.container-header::before {
  display: none;
}

.af-topbar {
  background: linear-gradient(90deg, var(--af-purple), #68407f);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
}

.af-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.35rem;
  box-sizing: border-box;
  width: min(100%, var(--af-container));
  max-width: var(--af-container);
  min-height: 34px;
  margin-inline: auto;
  padding-inline: 20px;
}

.af-topbar a {
  color: #fff;
  text-decoration: none;
}

.af-topbar a:hover,
.af-topbar a:focus {
  color: rgba(255, 255, 255, 0.82);
}

.af-topbar__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.af-language {
  display: inline-flex;
  align-items: stretch;
  gap: 0.24rem;
  align-self: stretch;
}

.af-language a {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  padding-inline: 0.58rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
}

.af-language a.is-active,
.af-language a:hover,
.af-language a:focus {
  border-bottom-color: #fff;
  color: #fff;
}

.af-mobile-language {
  position: absolute;
  top: 0;
  right: 14px;
  z-index: 5000;
  display: none;
  align-items: center;
  height: 32px;
}

.af-mobile-language a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 32px;
  border-bottom: 2px solid transparent;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.af-mobile-language a.is-active,
.af-mobile-language a:hover,
.af-mobile-language a:focus {
  border-bottom-color: #fff;
}

.container-header .grid-child {
  width: min(100%, var(--af-container));
  max-width: var(--af-container);
  margin-inline: auto;
  padding-inline: 20px;
}

.container-header .navbar-brand {
  min-height: 94px;
  padding: 0;
}

.container-header .brand-logo {
  display: inline-flex;
  align-items: center;
}

.container-header .brand-logo img {
  width: min(310px, 46vw);
  max-height: 94px;
  object-fit: contain;
}

.container-header .container-nav {
  align-items: center;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.container-header .mod-menu {
  gap: 0.25rem;
}

.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
  position: relative;
  border-radius: 0;
  color: var(--af-purple-dark);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0;
  padding: 0.74rem 0.95rem;
  text-transform: none;
}

.container-header .mod-menu > li > a::after,
.container-header .dj-megamenu li.dj-up > a.dj-up_a::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: 0.28rem;
  left: 0.75rem;
  height: 2px;
  background: var(--af-purple);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li.current > a,
.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus {
  background: transparent;
  color: var(--af-purple);
  text-decoration: none;
}

.container-header .mod-menu > li.active > a::after,
.container-header .mod-menu > li.current > a::after,
.container-header .mod-menu > li > a:hover::after,
.container-header .mod-menu > li > a:focus::after,
.container-header .dj-megamenu li.dj-up.active > a.dj-up_a::after,
.container-header .dj-megamenu li.dj-up.current > a.dj-up_a::after,
.container-header .dj-megamenu li.dj-up > a.dj-up_a:hover::after,
.container-header .dj-megamenu li.dj-up > a.dj-up_a:focus::after {
  transform: scaleX(1);
}

.container-header .dj-megamenu-wrapper {
  width: auto;
}

.container-header .dj-megamenu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
}

.container-header .dj-megamenu li.dj-up > a.dj-up_a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0.82rem 0.94rem;
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
  color: var(--af-purple-dark) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.container-header .dj-megamenu li.dj-up.active > a.dj-up_a,
.container-header .dj-megamenu li.dj-up.current > a.dj-up_a,
.container-header .dj-megamenu li.dj-up > a.dj-up_a:hover,
.container-header .dj-megamenu li.dj-up > a.dj-up_a:focus {
  color: var(--af-purple) !important;
  text-decoration: none;
}

.container-header .dj-megamenu li.dj-up > a.dj-up_a span {
  color: inherit !important;
  font-family: inherit !important;
}

.container-header .metismenu.mod-menu .mm-toggler::after {
  border-top-color: var(--af-purple);
}

@media (min-width: 992px) {
  .container-header > .grid-child:not(.container-nav) {
    display: flex;
    align-items: center;
    min-height: 94px;
  }

  .container-header .navbar-brand {
    min-height: 94px;
  }

  .container-header .container-nav {
    display: flex;
    min-height: 94px;
    margin-top: -94px;
    padding-left: 360px;
  }

  .container-header .mod-menu > li:last-child > a {
    background: transparent;
    box-shadow: none;
    color: var(--af-purple-dark);
    padding-right: 1.15rem;
    padding-left: 1.15rem;
  }

  .container-header .mod-menu > li:last-child > a:hover,
  .container-header .mod-menu > li:last-child > a:focus {
    background: transparent;
    color: var(--af-purple);
  }
}

/* Hero and trust cards */
.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
  isolation: isolate;
  overflow: hidden;
  margin-inline: 0;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 {
  min-height: clamp(620px, 74vh, 820px) !important;
  padding-top: clamp(92px, 11vh, 132px) !important;
  padding-bottom: clamp(86px, 10vh, 124px) !important;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 > .sppb-row-overlay,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 > .sppb-row-overlay {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(120deg, rgba(37, 21, 47, 0.86), rgba(92, 52, 115, 0.7) 50%, rgba(37, 21, 47, 0.78)) !important;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4::after,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(37, 21, 47, 0.28));
  pointer-events: none;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-row-container,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-row-container {
  position: relative;
  z-index: 2;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-title,
.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 h1,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-title,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 h2 {
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(2.45rem, 6.2vw, 5.6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
  text-shadow: 0 18px 44px rgba(18, 9, 24, 0.42);
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-content,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-content {
  color: rgba(255, 255, 255, 0.82);
  max-width: 780px;
  margin-inline: auto;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-content p,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-content p {
  color: rgba(255, 255, 255, 0.82);
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-icon-inner i,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-icon-inner i {
  filter: drop-shadow(0 18px 35px rgba(18, 9, 24, 0.32));
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-btn-custom,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-btn-custom {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(18, 9, 24, 0.28);
  color: var(--af-purple-dark) !important;
  padding: 0.85rem 1.35rem !important;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-btn-custom:hover,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-btn-custom:hover {
  background: var(--af-purple-dark) !important;
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_-,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv {
  margin-right: 0 !important;
  margin-left: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--af-radius-lg);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 28px 70px rgba(19, 9, 26, 0.2);
  backdrop-filter: blur(14px);
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon {
  color: #fff;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title {
  color: #fff !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text p,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text p {
  color: rgba(255, 255, 255, 0.82);
}

/* Shared section rhythm */
.com_sppagebuilder #section-id-1584946492369,
.com_sppagebuilder #section-id-1669744397403,
.com_sppagebuilder #section-id-1585031350836,
.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X,
.com_sppagebuilder #section-id-1585109559319 {
  padding-block: clamp(64px, 9vw, 112px);
}

.com_sppagebuilder #section-id-1584946492369,
.com_sppagebuilder #section-id-1585031350836 {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 237, 247, 0.72)),
    var(--af-offwhite);
}

.com_sppagebuilder #section-id-1669744397403,
.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X,
.com_sppagebuilder #section-id-1585109559319 {
  background: #fff;
}

.com_sppagebuilder #section-id-1584946492369::before,
.com_sppagebuilder #section-id-1669744397403::before,
.com_sppagebuilder #section-id-1585031350836::before,
.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X::before,
.com_sppagebuilder #section-id-1585109559319::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(92, 52, 115, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 52, 115, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.com_sppagebuilder #section-id-1584946492369 .sppb-addon-title,
.com_sppagebuilder #section-id-1669744397403 .sppb-addon-title,
.com_sppagebuilder #section-id-1585031350836 .sppb-addon-title,
.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X .sppb-addon-title,
.com_sppagebuilder #section-id-1585109559319 .sppb-addon-title {
  color: var(--af-purple-dark);
}

.com_sppagebuilder #section-id-1584946492369 h2.sppb-addon-title,
.com_sppagebuilder #section-id-1585031350836 h2.sppb-addon-title {
  max-width: 920px;
  margin-inline: auto;
}

.com_sppagebuilder #section-id-1584946492369 h2.sppb-addon-title::after,
.com_sppagebuilder #section-id-1585031350836 h2.sppb-addon-title::after {
  content: "";
  display: block;
  width: min(380px, 70vw);
  height: 4px;
  margin: 1.25rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--af-purple), transparent);
}

/* Positioning and strengths */
.com_sppagebuilder #section-id-1584946492369 .sppb-img-responsive,
.com_sppagebuilder #section-id-1669744397403 .sppb-img-responsive {
  border-radius: var(--af-radius);
  box-shadow: var(--af-shadow);
}

.com_sppagebuilder #section-id-1584946492369 .sppb-addon-text-block,
.com_sppagebuilder #section-id-1669744397403 .sppb-addon-text-block {
  color: var(--af-text);
}

.com_sppagebuilder .sppb-panel-default {
  overflow: hidden;
  border: 1px solid var(--af-line);
  border-radius: var(--af-radius-sm);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 26px rgba(48, 28, 62, 0.07);
}

.com_sppagebuilder .sppb-panel-default > .sppb-panel-heading {
  background: linear-gradient(135deg, #fff, var(--af-offwhite));
  border: 0;
  color: var(--af-purple-dark);
  font-weight: 700;
}

.com_sppagebuilder .sppb-panel-body {
  border-top: 1px solid var(--af-line);
}

.com_sppagebuilder .sppb-addon-accordion .sppb-panel,
.com_sppagebuilder .sppb-addon-accordion .sppb-panel-modern,
.com_sppagebuilder .sppb-addon-accordion .sppb-panel-default {
  overflow: hidden;
  margin: 0 0 1rem;
  border: 1px solid rgba(92, 52, 115, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 16px 38px rgba(48, 28, 62, 0.08);
  backdrop-filter: blur(6px);
}

.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 1rem 1.4rem 1rem 1.75rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(92, 52, 115, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.72) !important;
  color: var(--af-purple-dark) !important;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--af-purple), var(--af-purple-soft));
  opacity: 0.72;
}

.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading:hover,
.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading:focus,
.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading.active {
  background:
    linear-gradient(90deg, rgba(92, 52, 115, 0.13), transparent 46%),
    #fff !important;
}

.com_sppagebuilder .sppb-addon-accordion .sppb-panel-title {
  display: block;
  color: var(--af-purple-dark) !important;
  font: inherit;
  letter-spacing: 0;
}

.com_sppagebuilder .sppb-addon-accordion .sppb-toggle-direction {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 1rem;
  border: 1px solid rgba(92, 52, 115, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--af-purple-dark) !important;
  box-shadow: 0 8px 18px rgba(48, 28, 62, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading.active .sppb-toggle-direction {
  background: var(--af-purple);
  color: #fff !important;
  transform: rotate(90deg);
}

.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading.active .sppb-toggle-direction *,
.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading.active .sppb-toggle-direction::before,
.com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading.active .sppb-toggle-direction::after {
  color: #fff !important;
}

.com_sppagebuilder .sppb-addon-accordion .sppb-panel-body {
  padding: clamp(1.2rem, 2.5vw, 2rem) !important;
  border-top: 1px solid rgba(92, 52, 115, 0.12) !important;
  background: rgba(255, 255, 255, 0.72);
}

.com_sppagebuilder .grafik img {
  max-width: 420px !important;
  border-radius: 0;
  box-shadow: none;
}

/* Technology band */
.com_sppagebuilder #section-id-WmlgPnvPvwcFmC2GI8jSt,
.com_sppagebuilder #section-id-JR5LtPEIy79x0JnibmZjv {
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(320px, 44vw, 520px);
}

.com_sppagebuilder #section-id-WmlgPnvPvwcFmC2GI8jSt > .sppb-row-overlay,
.com_sppagebuilder #section-id-JR5LtPEIy79x0JnibmZjv > .sppb-row-overlay {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.15), transparent 28%),
    linear-gradient(120deg, rgba(37, 21, 47, 0.86), rgba(92, 52, 115, 0.72)) !important;
}

.com_sppagebuilder #section-id-WmlgPnvPvwcFmC2GI8jSt .sppb-addon-title,
.com_sppagebuilder #section-id-JR5LtPEIy79x0JnibmZjv .sppb-addon-title {
  color: #fff;
  text-shadow: 0 16px 38px rgba(19, 9, 26, 0.36);
}

.com_sppagebuilder #section-id-JR5LtPEIy79x0JnibmZjv h3.sppb-addon-title {
  color: rgba(255, 255, 255, 0.86);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* News / insights */
.com_sppagebuilder #section-id-1585031350836 {
  padding-bottom: clamp(32px, 5vw, 54px);
}

.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X {
  padding-top: 0;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-addon-article-layout-editorial-row {
  gap: 24px;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-addon-article-layout {
  display: flex;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-addon-article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--af-line);
  border-radius: var(--af-radius);
  background: #fff;
  box-shadow: var(--af-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-addon-article:hover {
  border-color: var(--af-line-strong);
  box-shadow: var(--af-shadow);
  transform: translateY(-4px);
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-article-img-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--af-lavender);
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-article-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-addon-article:hover .sppb-article-img-wrap img {
  transform: scale(1.035);
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-article-info-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.3rem;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 h3 {
  margin-bottom: 0.75rem;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 h3 a {
  color: var(--af-purple-dark);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.18;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-article-meta {
  order: -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
  color: var(--af-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-meta-category a {
  border-radius: 999px;
  background: var(--af-lavender);
  color: var(--af-purple);
  padding: 0.18rem 0.55rem;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-article-introtext {
  color: var(--af-text);
  font-size: 0.96rem;
}

.com_sppagebuilder #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9 .sppb-readmore {
  margin-top: auto;
  color: var(--af-purple);
  font-weight: 800;
}

/* Newsletter and inquiry CTA */
.com_sppagebuilder #section-id-E3blyc7J9NYLF2_wxqUzR {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, var(--af-purple-dark), var(--af-purple));
  color: #fff;
  padding-block: clamp(54px, 8vw, 90px);
}

.com_sppagebuilder #section-id-E3blyc7J9NYLF2_wxqUzR::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--af-radius-lg);
  pointer-events: none;
}

.com_sppagebuilder #section-id-E3blyc7J9NYLF2_wxqUzR .sppb-addon-title,
.com_sppagebuilder #section-id-E3blyc7J9NYLF2_wxqUzR h2,
.com_sppagebuilder #section-id-E3blyc7J9NYLF2_wxqUzR h4 {
  color: #fff;
}

.com_sppagebuilder #section-id-E3blyc7J9NYLF2_wxqUzR h4.sppb-addon-title {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.com_sppagebuilder #section-id-E3blyc7J9NYLF2_wxqUzR .sppb-btn-primary {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.76);
  color: var(--af-purple-dark);
}

.com_sppagebuilder #section-id-1585109559319 {
  background:
    linear-gradient(180deg, #fff, var(--af-offwhite));
}

.com_sppagebuilder #section-id-1585109558920 {
  overflow: hidden;
  border: 1px solid var(--af-line);
  border-radius: var(--af-radius-lg);
  background:
    radial-gradient(circle at 88% 20%, rgba(92, 52, 115, 0.12), transparent 30%),
    #fff;
  box-shadow: var(--af-shadow);
}

.com_sppagebuilder #section-id-1585109558920 .sppb-row {
  align-items: center;
}

.com_sppagebuilder #section-id-1585109558920 .sppb-addon-text-block {
  padding: clamp(2rem, 5vw, 3.5rem);
}

.com_sppagebuilder #section-id-1585109558920 h4.sppb-addon-title {
  color: var(--af-purple-dark);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 800;
}

.com_sppagebuilder #section-id-1585109558920 #btn-1663098536724 {
  display: inline-flex;
  width: auto;
  min-width: 220px;
  justify-content: center;
  margin-left: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: 0.95rem 1.8rem;
}

.com_sppagebuilder #section-id-1585109558920 img {
  filter: drop-shadow(0 28px 42px rgba(48, 28, 62, 0.18));
}

/* Footer */
.container-footer,
.footer {
  background:
    linear-gradient(135deg, var(--af-purple-deep), var(--af-purple-dark));
  color: rgba(255, 255, 255, 0.84);
}

.container-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.container-footer .grid-child {
  width: min(100%, var(--af-container));
  max-width: var(--af-container);
  margin-inline: auto;
  padding: clamp(48px, 7vw, 80px) 20px;
}

.container-footer h3,
.container-footer h4,
.container-footer .moduletable > h3 {
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.container-footer a,
.footer a {
  color: rgba(255, 255, 255, 0.9);
}

.container-footer a:hover,
.footer a:hover {
  color: #fff;
}

/* Forms */
.form-control,
.form-select,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  border: 1px solid var(--af-line);
  border-radius: 999px;
}

textarea {
  border-radius: var(--af-radius-sm);
}

.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus {
  border-color: var(--af-purple-soft);
  box-shadow: 0 0 0 0.2rem rgba(92, 52, 115, 0.14);
}

/* Responsive */
@media (max-width: 991.98px) {
  .af-topbar__inner {
    justify-content: space-between;
    min-height: 32px;
    padding-inline: 16px;
  }

  .af-topbar__contact {
    font-size: 0.82rem;
  }

  .container-header .navbar-brand {
    min-height: 78px;
  }

  .container-header .brand-logo img {
    width: min(238px, 64vw);
    max-height: 76px;
  }

  .container-header .container-nav {
    justify-content: flex-start;
    padding-bottom: 0.8rem;
  }

  .container-header .mod-menu {
    width: 100%;
    gap: 0.25rem;
  }

  .container-header .mod-menu > li > a,
  .container-header .mod-menu > li > span {
    padding: 0.7rem 0.9rem;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 {
    min-height: 620px !important;
    padding-top: 90px !important;
    padding-bottom: 84px !important;
  }

  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_-,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv {
    border-radius: var(--af-radius);
  }

  .com_sppagebuilder #section-id-1585109558920 #btn-1663098536724 {
    margin-left: clamp(1.4rem, 5vw, 2rem);
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }

  .af-topbar {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-height: 32px;
    overflow: hidden;
  }

  .af-topbar__inner {
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    padding-inline: 14px;
  }

  .af-topbar__contact {
    display: none;
  }

  .af-language {
    position: absolute;
    top: 0;
    right: 14px;
    z-index: 20;
    display: flex !important;
    align-items: stretch;
    height: 32px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .af-language a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 34px;
    color: #fff !important;
    font-size: 0.9rem !important;
    line-height: 32px !important;
    text-indent: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .af-mobile-language {
    position: absolute;
    top: 0;
    right: 14px;
    z-index: 5000;
    display: flex !important;
    align-items: center;
    height: 32px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .af-mobile-language a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 32px;
    border-bottom: 2px solid transparent;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
  }

  .af-mobile-language a.is-active,
  .af-mobile-language a:hover,
  .af-mobile-language a:focus {
    border-bottom-color: #fff;
  }

  p,
  .sppb-addon-content,
  .sppb-addon-text,
  .sppb-addon-subtitle,
  .overlay-image-title {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    white-space: normal !important;
  }

  .com_sppagebuilder .sp-page-builder .page-content .sppb-row-container {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    box-sizing: border-box !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .com_sppagebuilder .sp-page-builder .page-content .sppb-container-inner,
  .com_sppagebuilder .sp-page-builder .page-content .sppb-row,
  .com_sppagebuilder .sp-page-builder .page-content .sppb-nested-row {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .com_sppagebuilder .sp-page-builder .page-content [class*="sppb-col-"],
  .com_sppagebuilder .sp-page-builder .page-content .sppb-row-column,
  .com_sppagebuilder .sp-page-builder .page-content .sppb-column,
  .com_sppagebuilder .sp-page-builder .page-content .sppb-column-addons,
  .com_sppagebuilder .sp-page-builder .page-content .sppb-addon-wrapper,
  .com_sppagebuilder .sp-page-builder .page-content .sppb-addon {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .com_sppagebuilder .sp-page-builder .page-content [class*="sppb-col-"],
  .com_sppagebuilder .sp-page-builder .page-content .sppb-row-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
    padding-top: 88px !important;
    padding-bottom: 58px !important;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-title,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-title {
    max-width: min(100%, 300px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(1.25rem, 5.6vw, 1.6rem) !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-wrap: balance;
  }

  .com_sppagebuilder #section-id-1584946492369 h2.sppb-addon-title,
  .com_sppagebuilder #section-id-1669744397403 h2.sppb-addon-title,
  .com_sppagebuilder #section-id-1585031350836 h2.sppb-addon-title {
    max-width: min(100%, 315px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(1.22rem, 5.8vw, 1.62rem) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-wrap: balance;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-content,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-content {
    max-width: 100% !important;
    width: min(100%, 310px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-inline: 2px;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
  }

  .com_sppagebuilder #section-id-1584946492369 .sppb-addon-content,
  .com_sppagebuilder #section-id-1584946492369 .sppb-addon-text,
  .com_sppagebuilder #section-id-1669744397403 .sppb-addon-content,
  .com_sppagebuilder #section-id-1669744397403 .sppb-addon-text {
    width: min(100%, 320px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-btn-custom,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-btn-custom {
    max-width: calc(100vw - 40px) !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 0.88rem !important;
  }

  .com_sppagebuilder #sppb-addon-wrapper-0utAmgOBWXKxTJoopIoKC,
  .com_sppagebuilder #sppb-addon-wrapper-G2Kgt8IfCg2b9JKtavcJd {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .com_sppagebuilder #sppb-addon-0utAmgOBWXKxTJoopIoKC {
    text-align: center !important;
  }

  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon {
    padding: 1rem !important;
  }

  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-body,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-content {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text p {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .com_sppagebuilder #section-id-1584946492369,
  .com_sppagebuilder #section-id-1669744397403,
  .com_sppagebuilder #section-id-1585031350836,
  .com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X,
  .com_sppagebuilder #section-id-1585109559319 {
    padding-block: 46px;
  }

  .com_sppagebuilder #section-id-E3blyc7J9NYLF2_wxqUzR::before {
    inset: 10px;
    border-radius: var(--af-radius);
  }

  .com_sppagebuilder #section-id-1585109558920 {
    border-radius: var(--af-radius);
  }

  .com_sppagebuilder #section-id-1585109558920 #btn-1663098536724 {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }

  .com_sppagebuilder .grafik img {
    max-width: 300px !important;
  }
}

@media (max-width: 479.98px) {
  .container-header .brand-logo img {
    width: min(220px, 68vw);
  }

  .container-header .mod-menu > li > a,
  .container-header .mod-menu > li > span {
    font-size: 0.92rem;
  }

  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
    padding-top: 72px !important;
  }
}

/* Premium refinement pass: compact header, stronger depth, connected sections. */
body {
  background:
    radial-gradient(circle at 8% 12%, rgba(92, 52, 115, 0.09), transparent 28rem),
    radial-gradient(circle at 86% 34%, rgba(133, 96, 157, 0.08), transparent 30rem),
    linear-gradient(180deg, #fbf9fc 0%, #f7f3f9 34%, #ffffff 74%, #f8f5fa 100%);
}

.com_sppagebuilder .sp-page-builder .page-content {
  background:
    linear-gradient(rgba(92, 52, 115, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 52, 115, 0.016) 1px, transparent 1px);
  background-size: 56px 56px;
}

.container-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(92, 52, 115, 0.09);
  box-shadow: 0 10px 30px rgba(43, 37, 49, 0.06);
  transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.container-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(92, 52, 115, 0.13);
  box-shadow: 0 18px 46px rgba(43, 37, 49, 0.12);
  animation: afHeaderDrop 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes afHeaderDrop {
  from {
    opacity: 0.96;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.af-topbar {
  background: linear-gradient(90deg, var(--af-purple-dark), var(--af-purple));
  font-size: 0.84rem;
}

.af-topbar__inner {
  min-height: 28px;
}

.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span,
.container-header .dj-megamenu li.dj-up > a.dj-up_a {
  color: #625b66 !important;
  font-weight: 700;
}

.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li.current > a,
.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus,
.container-header .dj-megamenu li.dj-up.active > a.dj-up_a,
.container-header .dj-megamenu li.dj-up.current > a.dj-up_a,
.container-header .dj-megamenu li.dj-up > a.dj-up_a:hover,
.container-header .dj-megamenu li.dj-up > a.dj-up_a:focus {
  color: var(--af-purple) !important;
}

.container-header .mod-menu > li > a::after,
.container-header .dj-megamenu li.dj-up > a.dj-up_a::after {
  bottom: 0.18rem;
  height: 2px;
  background: linear-gradient(90deg, var(--af-purple), var(--af-purple-soft));
}

.af-mobile-language {
  display: none !important;
}

@media (min-width: 992px) {
  .container-header > .grid-child:not(.container-nav),
  .container-header .navbar-brand,
  .container-header .container-nav {
    min-height: 76px;
  }

  .container-header .brand-logo img {
    width: min(284px, 36vw);
    max-height: 66px;
  }

  .container-header .container-nav {
    margin-top: -76px;
    padding-left: 326px;
  }

  .container-header.is-scrolled > .grid-child:not(.container-nav),
  .container-header.is-scrolled .navbar-brand,
  .container-header.is-scrolled .container-nav {
    min-height: 68px;
  }

  .container-header.is-scrolled .brand-logo img {
    width: min(250px, 32vw);
    max-height: 58px;
  }

  .container-header.is-scrolled .container-nav {
    margin-top: -68px;
  }

  .container-header .dj-megamenu li.dj-up > a.dj-up_a {
    padding: 0.64rem 0.88rem;
  }
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
  box-shadow: inset 0 -140px 120px rgba(37, 21, 47, 0.22);
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4::before,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(115deg, transparent 0 43%, rgba(255, 255, 255, 0.09) 43.2% 43.8%, transparent 44% 100%),
    linear-gradient(145deg, transparent 0 58%, rgba(255, 255, 255, 0.07) 58.2% 58.8%, transparent 59% 100%),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.16), transparent 20rem);
  opacity: 0.62;
  pointer-events: none;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 > .sppb-row-overlay,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 > .sppb-row-overlay {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.2), transparent 28%),
    radial-gradient(circle at 78% 26%, rgba(76, 126, 154, 0.16), transparent 30%),
    linear-gradient(112deg, rgba(37, 21, 47, 0.9), rgba(92, 52, 115, 0.72) 46%, rgba(35, 24, 43, 0.86)) !important;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-row-container,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-row-container {
  z-index: 3;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-title,
.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 h1,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-title,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 h2 {
  text-shadow: 0 22px 60px rgba(18, 9, 24, 0.54);
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_-,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 34px 90px rgba(19, 9, 26, 0.28);
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-feature,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-feature,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media {
  min-height: 100%;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, background-color 180ms ease;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-feature:hover,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-feature:hover {
  transform: translateY(-2px);
}

.com_sppagebuilder #section-id-1584946492369,
.com_sppagebuilder #section-id-1585031350836 {
  background:
    radial-gradient(circle at 86% 12%, rgba(92, 52, 115, 0.08), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(244, 237, 248, 0.86));
}

.com_sppagebuilder #section-id-1669744397403,
.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X,
.com_sppagebuilder #section-id-1585109559319 {
  background:
    radial-gradient(circle at 12% 8%, rgba(92, 52, 115, 0.055), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 246, 251, 0.94));
}

.com_sppagebuilder #section-id-1584946492369,
.com_sppagebuilder #section-id-1669744397403,
.com_sppagebuilder #section-id-1585031350836,
.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X,
.com_sppagebuilder #section-id-1585109559319 {
  padding-block: clamp(56px, 7vw, 96px);
}

.com_sppagebuilder .sppb-addon-title span,
.com_sppagebuilder .sppb-panel-default > .sppb-panel-heading,
.com_sppagebuilder .sppb-panel-default > .sppb-panel-heading *,
.com_sppagebuilder .sppb-nav-tabs a,
.com_sppagebuilder .sppb-nav-pills a,
.com_sppagebuilder .sppb-addon-tab .sppb-tab-content h1,
.com_sppagebuilder .sppb-addon-tab .sppb-tab-content h2,
.com_sppagebuilder .sppb-addon-tab .sppb-tab-content h3,
.com_sppagebuilder .sppb-addon-tab .sppb-tab-content h4 {
  color: var(--af-purple-dark) !important;
}

.com_sppagebuilder #section-id-1585109558920 {
  width: min(100%, 1080px);
  margin-inline: auto !important;
  overflow: visible;
  border-color: rgba(210, 194, 220, 0.88);
  background:
    radial-gradient(circle at 80% 18%, rgba(92, 52, 115, 0.14), transparent 22rem),
    linear-gradient(135deg, #ffffff, #faf7fc 58%, #f3edf7);
  box-shadow: 0 30px 90px rgba(48, 28, 62, 0.18);
}

.com_sppagebuilder #section-id-1585109558920::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), transparent 45%, rgba(92, 52, 115, 0.08));
  pointer-events: none;
}

.com_sppagebuilder #section-id-1585109558920 .sppb-row {
  position: relative;
  z-index: 1;
  min-height: clamp(330px, 30vw, 430px);
}

.com_sppagebuilder #section-id-1585109558920 img {
  width: min(100%, 520px);
  max-width: none;
  filter: drop-shadow(0 30px 48px rgba(48, 28, 62, 0.22));
}

.com_sppagebuilder #section-id-1585109558920 h4.sppb-addon-title {
  color: var(--af-purple-dark);
}

.container-footer {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.09), transparent 24rem),
    linear-gradient(135deg, #22132d, var(--af-purple-dark));
}

.container-footer .grid-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
}

.container-footer .moduletable {
  min-width: 0;
}

.container-footer .moduletable > h3 {
  margin-bottom: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .container-header.is-scrolled {
    animation: none;
  }
}

@media (max-width: 991.98px) {
  .af-topbar {
    min-height: 30px;
  }

  .af-topbar__inner {
    min-height: 30px;
    padding-inline: 16px;
  }

  .af-topbar__contact {
    display: none;
  }

  .af-language {
    position: fixed !important;
    top: 0;
    right: auto;
    left: min(72vw, 280px);
    z-index: 5001;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .af-language a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 30px;
    color: #fff !important;
    font-size: 0.86rem !important;
    font-weight: 700;
    line-height: 30px !important;
    text-decoration: none;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .af-mobile-language {
    display: none !important;
  }

  .container-header .navbar-brand {
    min-height: 76px;
  }

  .container-header .brand-logo img {
    width: min(232px, 58vw);
    max-height: 66px;
  }

  .container-header .container-nav {
    position: absolute;
    top: 50px;
    right: 20px;
    width: auto;
    padding-bottom: 0.35rem;
    padding-left: 0;
    z-index: 4;
  }

  .container-header .dj-mobile-open-btn {
    position: fixed;
    top: 104px;
    right: auto;
    left: 20px;
    z-index: 5001;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 8px;
    background: var(--af-purple) !important;
    box-shadow: 0 12px 28px rgba(92, 52, 115, 0.26);
  }

  .container-header .dj-mobile-open-icon,
  .container-header .dj-mobile-open-icon::before,
  .container-header .dj-mobile-open-icon::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    content: "";
  }

  .container-header .dj-mobile-open-icon {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .container-header .dj-mobile-open-icon::before {
    top: -8px;
    transform: translateX(-50%);
  }

  .container-header .dj-mobile-open-icon::after {
    top: 8px;
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .af-topbar {
    min-height: 30px;
  }

  .af-topbar__inner {
    min-height: 30px;
  }

  .af-language {
    position: fixed !important;
    top: 0;
    right: 16px;
    z-index: 5001;
    height: 30px;
  }

  .af-language a {
    height: 30px;
    min-width: 36px;
    font-size: 0.86rem !important;
    line-height: 30px !important;
  }

  .af-mobile-language {
    display: none !important;
  }

  .container-header .grid-child {
    padding-inline: 20px;
  }

  .container-header .navbar-brand {
    min-height: 86px;
  }

  .container-header .brand-logo img {
    width: min(230px, 62vw);
    max-height: 70px;
  }

  .container-header .container-nav {
    position: absolute;
    top: 50px;
    right: 20px;
    width: auto;
    padding: 0;
    z-index: 4;
  }

  .container-header .navbar-toggler {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 8px;
    background: var(--af-purple);
    box-shadow: 0 12px 28px rgba(92, 52, 115, 0.26);
  }

  .container-header .dj-mobile-open-btn {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 5001;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 8px;
    background: var(--af-purple) !important;
    box-shadow: 0 12px 28px rgba(92, 52, 115, 0.26);
  }

  .container-header .dj-mobile-open-icon,
  .container-header .dj-mobile-open-icon::before,
  .container-header .dj-mobile-open-icon::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    content: "";
  }

  .container-header .dj-mobile-open-icon {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .container-header .dj-mobile-open-icon::before {
    top: -8px;
    transform: translateX(-50%);
  }

  .container-header .dj-mobile-open-icon::after {
    top: 8px;
    transform: translateX(-50%);
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
    min-height: 520px !important;
    padding-top: 70px !important;
    padding-bottom: 56px !important;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-title,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-title {
    max-width: min(100%, 280px) !important;
    font-size: clamp(1.3rem, 5.2vw, 1.48rem) !important;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-content,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-content {
    width: min(100%, 282px) !important;
    font-size: 0.9rem !important;
    line-height: 1.58 !important;
  }

  .com_sppagebuilder #section-id-1584946492369,
  .com_sppagebuilder #section-id-1669744397403,
  .com_sppagebuilder #section-id-1585031350836,
  .com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X,
  .com_sppagebuilder #section-id-1585109559319 {
    padding-block: 42px;
  }

  .com_sppagebuilder #section-id-1585109558920 {
    width: 100%;
    overflow: hidden;
  }

  .com_sppagebuilder #section-id-1585109558920 .sppb-row {
    min-height: 0;
  }

  .com_sppagebuilder #section-id-1585109558920 img {
    width: min(100%, 340px);
    margin-inline: auto;
  }

  .container-footer .grid-child {
    display: block;
  }

  .container-footer .moduletable + .moduletable {
    margin-top: 2rem;
  }
}

/* Robust language and DJ mobile control positioning. */
.af-topbar__inner {
  padding-right: 116px;
}

.af-topbar .af-language {
  position: fixed !important;
  top: 0;
  right: max(16px, calc((100vw - var(--af-container)) / 2 + 20px));
  z-index: 5001;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  height: 28px;
  visibility: visible !important;
  opacity: 1 !important;
}

.af-topbar .af-language a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 28px;
  color: #fff !important;
  font-size: 0.86rem !important;
  font-weight: 700;
  line-height: 28px !important;
  text-decoration: none;
  visibility: visible !important;
  opacity: 1 !important;
}

  .container-header [id$="mobileWrap"] .dj-mobile-open-btn {
    position: fixed;
    top: 104px;
    right: auto;
    left: 20px;
  z-index: 5001;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--af-purple) !important;
  box-shadow: 0 12px 28px rgba(92, 52, 115, 0.26);
}

.container-header [id$="mobileWrap"] .dj-mobile-open-icon,
.container-header [id$="mobileWrap"] .dj-mobile-open-icon::before,
.container-header [id$="mobileWrap"] .dj-mobile-open-icon::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  content: "";
}

.container-header [id$="mobileWrap"] .dj-mobile-open-icon {
  top: 50%;
  transform: translate(-50%, -50%);
}

.container-header [id$="mobileWrap"] .dj-mobile-open-icon::before {
  top: -8px;
  transform: translateX(-50%);
}

.container-header [id$="mobileWrap"] .dj-mobile-open-icon::after {
  top: 8px;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .container-header [id$="mobileWrap"] {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .af-topbar__inner {
    padding-right: 92px;
  }

  .af-topbar .af-language {
    right: auto;
    left: min(72vw, 280px);
    height: 30px;
  }

  .af-topbar .af-language a {
    height: 30px;
    line-height: 30px !important;
  }
}

/* Correction pass: fixed menu, softer KPI cards, line-art background, CI panel colors. */
html {
  scroll-padding-top: 116px;
}

body {
  padding-top: 104px;
}

.container-header {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96) !important;
  transform: translateZ(0);
}

.container-header .grid-child,
.container-header .navbar-brand,
.container-header .container-nav {
  background: transparent !important;
}

.container-header.is-scrolled {
  box-shadow: 0 16px 42px rgba(43, 37, 49, 0.14);
}

.com_sppagebuilder .sp-page-builder .page-content {
  background-color: #faf8fb;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='920' viewBox='0 0 1440 920' fill='none'%3E%3Cpath d='M-140 210C160 78 336 154 564 292C808 440 1020 458 1580 236' stroke='%235C3473' stroke-opacity='.085' stroke-width='1.5'/%3E%3Cpath d='M-180 462C136 344 356 372 612 514C866 654 1094 686 1600 484' stroke='%235C3473' stroke-opacity='.06' stroke-width='1.2'/%3E%3Cpath d='M-120 706C202 612 486 672 716 764C964 864 1188 866 1540 720' stroke='%23ffffff' stroke-opacity='.86' stroke-width='2'/%3E%3Cpath d='M960 -140C830 92 850 238 1018 418C1178 590 1182 718 1058 1060' stroke='%235C3473' stroke-opacity='.045' stroke-width='1.4'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 249, 0.95) 42%, rgba(255, 255, 255, 0.98));
  background-repeat: repeat-y, no-repeat;
  background-position: center top, center top;
  background-size: min(1440px, 180vw) auto, auto;
}

.com_sppagebuilder #section-id-1584946492369::before,
.com_sppagebuilder #section-id-1669744397403::before,
.com_sppagebuilder #section-id-1585031350836::before,
.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X::before,
.com_sppagebuilder #section-id-1585109559319::before {
  background-image: none !important;
}

.com_sppagebuilder #section-id-1584946492369,
.com_sppagebuilder #section-id-1585031350836,
.com_sppagebuilder #section-id-1669744397403,
.com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X,
.com_sppagebuilder #section-id-1585109559319 {
  background: transparent !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_-,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 26px 70px rgba(19, 9, 26, 0.2);
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-feature,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-feature,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.com_sppagebuilder .sppb-panel-default,
.com_sppagebuilder .sppb-panel-modern,
.com_sppagebuilder .sppb-panel,
.com_sppagebuilder .sppb-addon-accordion .sppb-panel {
  border-color: rgba(210, 194, 220, 0.75) !important;
}

.com_sppagebuilder .sppb-panel-heading,
.com_sppagebuilder .sppb-panel-heading *,
.com_sppagebuilder .sppb-panel-title,
.com_sppagebuilder .sppb-panel-title *,
.com_sppagebuilder .sppb-toggle-direction,
.com_sppagebuilder .sppb-toggle-direction *,
.com_sppagebuilder .sppb-panel-heading .fa,
.com_sppagebuilder .sppb-panel-heading .fas,
.com_sppagebuilder .sppb-panel-heading .far,
.com_sppagebuilder .sppb-panel-heading .sppb-icon,
.com_sppagebuilder .sppb-addon-accordion a,
.com_sppagebuilder .sppb-addon-accordion button {
  color: var(--af-purple-dark) !important;
}

.com_sppagebuilder .sppb-panel-heading a:hover,
.com_sppagebuilder .sppb-panel-heading a:focus,
.com_sppagebuilder .sppb-addon-accordion a:hover,
.com_sppagebuilder .sppb-addon-accordion a:focus {
  color: var(--af-purple) !important;
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 134px;
  }

  body {
    padding-top: 132px;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
    padding-top: 132px !important;
  }
}

@media (max-width: 767.98px) {
  .com_sppagebuilder .sp-page-builder .page-content {
    background-size: 1120px auto, auto;
    background-position: 48% top, center top;
  }
}

/* Header adjustment: topbar scrolls away, white navigation stays sticky. */
html {
  --af-live-topbar-height: 36px;
  --af-live-header-height: 96px;
  scroll-padding-top: calc(var(--af-live-header-height) + 24px);
}

body {
  padding-top: 0 !important;
}

.af-topbar {
  position: relative;
  z-index: 1002;
  min-height: 36px;
  background: linear-gradient(90deg, #482158, var(--af-purple));
}

.af-topbar__inner {
  min-height: 36px;
  padding-right: 20px;
}

.af-topbar .af-language {
  position: static !important;
  inset: auto !important;
  height: auto;
  margin-left: 1rem;
}

.af-topbar .af-language a {
  height: 36px;
  min-width: 42px;
  line-height: 36px !important;
}

.container-header {
  top: var(--af-live-topbar-height) !important;
  min-height: var(--af-live-header-height);
  transition: top 220ms ease, background-color 220ms ease, box-shadow 220ms ease, min-height 220ms ease;
}

.af-topbar-passed .container-header {
  top: 0 !important;
}

.site-grid {
  margin-top: var(--af-live-header-height);
}

.container-header > .grid-child:not(.container-nav),
.container-header .navbar-brand,
.container-header .container-nav {
  min-height: var(--af-live-header-height) !important;
}

.container-header .brand-logo img {
  width: min(350px, 42vw) !important;
  max-height: 82px !important;
}

.container-header .container-nav {
  margin-top: calc(-1 * var(--af-live-header-height)) !important;
  padding-left: 390px !important;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
  padding-top: clamp(150px, 13vh, 190px) !important;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-btn-custom,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-btn-custom {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fff, #f4eef7) !important;
  box-shadow: 0 18px 42px rgba(21, 9, 30, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  color: var(--af-purple-dark) !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  padding: 0.95rem 1.55rem !important;
  text-decoration: none !important;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-btn-custom::after,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-btn-custom::after {
  content: "\2192";
  font-size: 1rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-btn-custom:hover,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-btn-custom:hover {
  background: linear-gradient(135deg, var(--af-purple), var(--af-purple-dark)) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-btn-custom:hover::after,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-btn-custom:hover::after {
  transform: translateX(3px);
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_-,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv {
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: 0 22px 60px rgba(19, 9, 26, 0.18) !important;
  backdrop-filter: none !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- :is(.sppb-addon-feature, .sppb-media, .sppb-media-body, .sppb-media-content, .sppb-addon-content, .sppb-addon-text),
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv :is(.sppb-addon-feature, .sppb-media, .sppb-media-body, .sppb-media-content, .sppb-addon-content, .sppb-addon-text) {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.com_sppagebuilder .sppb-panel-heading,
.com_sppagebuilder .sppb-panel-heading a,
.com_sppagebuilder .sppb-panel-heading span,
.com_sppagebuilder .sppb-panel-heading i,
.com_sppagebuilder .sppb-panel-title,
.com_sppagebuilder .sppb-panel-title a,
.com_sppagebuilder .sppb-panel-title span,
.com_sppagebuilder .sppb-panel-title i,
.com_sppagebuilder .sppb-panel-title::before,
.com_sppagebuilder .sppb-panel-title::after,
.com_sppagebuilder .sppb-toggle-direction,
.com_sppagebuilder .sppb-addon-accordion :is(a, button, span, i, svg),
.com_sppagebuilder .sppb-addon-accordion :is(a, button, span, i)::before,
.com_sppagebuilder .sppb-addon-accordion :is(a, button, span, i)::after {
  color: var(--af-purple-dark) !important;
  border-color: var(--af-purple-dark) !important;
}

.com_sppagebuilder .sppb-addon-accordion svg,
.com_sppagebuilder .sppb-addon-accordion svg * {
  fill: var(--af-purple-dark) !important;
  stroke: var(--af-purple-dark) !important;
}

@media (max-width: 991.98px) {
  html {
    --af-live-topbar-height: 36px;
    --af-live-header-height: 104px;
  }

  .site-grid {
    margin-top: var(--af-live-header-height);
  }

  .container-header {
    min-height: var(--af-live-header-height);
  }

  .container-header .brand-logo img {
    width: min(260px, 66vw) !important;
    max-height: 78px !important;
  }

  .container-header .container-nav {
    margin-top: 0 !important;
    padding-left: 0 !important;
  }

  .container-header .dj-mobile-open-btn,
  .container-header [id$="mobileWrap"] .dj-mobile-open-btn {
    top: calc(var(--af-live-topbar-height) + 70px) !important;
  }

  .af-topbar-passed .container-header .dj-mobile-open-btn,
  .af-topbar-passed .container-header [id$="mobileWrap"] .dj-mobile-open-btn {
    top: 70px !important;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
    padding-top: 130px !important;
  }
}

/* Menu-only refinement: compact fixed nav, larger logo, no height drift. */
html {
  --af-live-topbar-height: 42px;
  --af-live-header-height: 88px;
  scroll-padding-top: calc(var(--af-live-header-height) + 18px);
}

.af-topbar {
  min-height: var(--af-live-topbar-height) !important;
  overflow: visible;
}

.af-topbar__inner {
  min-height: var(--af-live-topbar-height) !important;
}

.af-topbar .af-language {
  position: static !important;
  inset: auto !important;
  height: auto !important;
  margin-left: 1.2rem;
}

.af-topbar .af-language a {
  height: var(--af-live-topbar-height) !important;
  line-height: var(--af-live-topbar-height) !important;
}

.container-header {
  top: var(--af-live-topbar-height) !important;
  height: var(--af-live-header-height) !important;
  min-height: var(--af-live-header-height) !important;
  max-height: var(--af-live-header-height) !important;
  overflow: visible;
}

.af-topbar-passed .container-header {
  top: 0 !important;
}

.container-header > .grid-child:not(.container-nav),
.container-header .navbar-brand,
.container-header .container-nav {
  height: var(--af-live-header-height) !important;
  min-height: var(--af-live-header-height) !important;
  max-height: var(--af-live-header-height) !important;
}

.container-header > .grid-child:not(.container-nav) {
  display: flex !important;
  align-items: center !important;
}

.container-header .navbar-brand {
  display: flex !important;
  align-items: center !important;
}

.container-header .brand-logo {
  height: 100% !important;
  align-items: center !important;
}

.container-header .brand-logo img {
  width: min(390px, 44vw) !important;
  max-height: 86px !important;
}

.container-header .container-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-top: calc(-1 * var(--af-live-header-height)) !important;
  padding-left: 390px !important;
}

.container-header .dj-megamenu li.dj-up > a.dj-up_a {
  padding-top: 0.68rem !important;
  padding-bottom: 0.68rem !important;
}

.site-grid {
  margin-top: var(--af-live-header-height) !important;
}

.com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4,
.com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
  padding-top: clamp(128px, 11vh, 160px) !important;
}

@media (min-width: 992px) {
  .container-header.is-scrolled {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  .container-header.is-scrolled > .grid-child:not(.container-nav),
  .container-header.is-scrolled .navbar-brand,
  .container-header.is-scrolled .container-nav {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  .container-header.is-scrolled .container-nav {
    margin-top: -76px !important;
  }

  .container-header.is-scrolled .brand-logo img {
    width: min(340px, 38vw) !important;
    max-height: 72px !important;
  }
}

@media (max-width: 991.98px) {
  html {
    --af-live-topbar-height: 36px;
    --af-live-header-height: 96px;
  }

  .container-header .brand-logo img {
    width: min(270px, 68vw) !important;
    max-height: 84px !important;
  }

  .container-header .container-nav {
    position: absolute;
    top: 0 !important;
    right: 20px;
    height: var(--af-live-header-height) !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
  }

  .container-header .dj-mobile-open-btn,
  .container-header [id$="mobileWrap"] .dj-mobile-open-btn {
    top: calc(var(--af-live-topbar-height) + 62px) !important;
  }

  .af-topbar-passed .container-header .dj-mobile-open-btn,
  .af-topbar-passed .container-header [id$="mobileWrap"] .dj-mobile-open-btn {
    top: 62px !important;
  }

  .com_sppagebuilder #section-id-YeAyyjYBq32K8WjyjwEc4,
  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2 {
    padding-top: 112px !important;
  }
}

/* Hero trust boxes: clearer headings and no clipped content. */
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_-,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv {
  overflow: visible !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-row,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-row {
  align-items: stretch;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-row-column,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-row-column,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- [class*="sppb-col-"],
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv [class*="sppb-col-"] {
  min-width: 0 !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon {
  width: 100%;
  min-width: 0;
  padding: clamp(1.35rem, 2.4vw, 2rem) clamp(1.25rem, 2.7vw, 2.25rem) !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  min-width: 0;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media-body,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-body,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media-content,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-content {
  min-width: 0;
  max-width: 100%;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title {
  display: block;
  max-width: 100%;
  margin: 0 0 0.68rem !important;
  color: #fff !important;
  font-size: clamp(1rem, 1.15vw, 1.16rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  overflow: visible !important;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-shadow: 0 10px 24px rgba(18, 9, 24, 0.32);
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title::after,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 0.58rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text p,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(0.95rem, 1.02vw, 1.04rem) !important;
  font-weight: 500;
  line-height: 1.58 !important;
  overflow-wrap: normal;
}

@media (max-width: 991.98px) {
  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title {
    overflow-wrap: break-word;
  }
}

/* KPI title refinement: preserve words and use the full card width. */
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media {
  display: block !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-img-container,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-img-container,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-icon-container,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-icon-container {
  float: left;
  margin: 0.08rem 0.58rem 0 0 !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media-body,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-body,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media-content,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-content {
  display: block !important;
  width: 100% !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: normal;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title::after,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title::after {
  clear: both;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text {
  clear: both;
  padding-top: 0.15rem;
}

/* SP Page Builder media-object fix for KPI headings. */
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 0.72rem;
  align-items: start;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .pull-left,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .pull-left {
  float: none !important;
  width: 18px !important;
  margin: 0.1rem 0 0 !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-icon,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-icon,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-icon-container,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-icon-container {
  display: inline-flex !important;
  width: 18px !important;
  justify-content: center;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media-body,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-body,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media-content,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-content {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title {
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  text-overflow: clip !important;
}

/* Final KPI card polish: keep labels readable and visually separated. */
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .addon-root-feature,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .addon-root-feature,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-feature,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-feature,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-content,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-content,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media-body,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-body,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media-content,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media-content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon {
  padding: clamp(1.3rem, 2.2vw, 1.85rem) clamp(1.05rem, 2vw, 1.55rem) !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-media,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-media {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.62rem !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .pull-left,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .pull-left {
  display: flex !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-icon,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-icon,
.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-icon-container,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-icon-container {
  display: inline-flex !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.08rem !important;
  line-height: 1 !important;
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 0.42rem !important;
  padding-left: 0 !important;
  color: #fff !important;
  font-size: clamp(0.98rem, 1vw, 1.12rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-shadow: 0 12px 26px rgba(18, 9, 24, 0.34);
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title::after,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title::after {
  content: "";
  display: block;
  clear: none !important;
  width: 38px;
  height: 2px;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.24));
}

.com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text,
.com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text {
  clear: none !important;
  padding-top: 0 !important;
}

@media (max-width: 767.98px) {
  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_-,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv {
    width: min(100%, calc(100vw - 2rem)) !important;
    max-width: calc(100vw - 2rem) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-row,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- [class*="sppb-col-"],
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv [class*="sppb-col-"],
  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-row-column,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-row-column {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon {
    padding: 1.35rem 1.55rem !important;
  }

  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text,
  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text *,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text *,
  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-subtitle,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-subtitle,
  .com_sppagebuilder #section-id-NvonGYP26Y7oJ6sf77C_- .overlay-image-title,
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv .overlay-image-title {
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
}

/* Mobile navigation: clean premium drawer and stable burger control. */
html {
  --af-mobile-drawer-top: calc(var(--af-live-topbar-height, 36px) + var(--af-live-header-height, 96px));
}

html.af-topbar-passed {
  --af-mobile-drawer-top: var(--af-live-header-height, 96px);
}

@media (max-width: 1100px) {
  .container-header #dj-megamenu167mobile,
  .container-header [id$="mobileWrap"] {
    position: static !important;
  }

  .container-header .dj-mobile-open-btn,
  .container-header #dj-megamenu167mobile .dj-mobile-open-btn,
  .container-header [id$="mobileWrap"] .dj-mobile-open-btn,
  #dj-megamenu167mobile .dj-mobile-open-btn,
  #dj-megamenu167mobileWrap .dj-mobile-open-btn {
    position: fixed !important;
    top: calc(var(--af-live-topbar-height, 36px) + 48px) !important;
    right: clamp(16px, 4vw, 22px) !important;
    left: auto !important;
    z-index: 5200 !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid rgba(92, 52, 115, 0.18) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 14px 34px rgba(55, 33, 66, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
    color: var(--af-purple) !important;
    transform: translateY(-50%) !important;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 160ms ease;
  }

  .af-topbar-passed .container-header .dj-mobile-open-btn,
  .af-topbar-passed .container-header #dj-megamenu167mobile .dj-mobile-open-btn,
  .af-topbar-passed .container-header [id$="mobileWrap"] .dj-mobile-open-btn,
  .af-topbar-passed #dj-megamenu167mobile .dj-mobile-open-btn,
  .af-topbar-passed #dj-megamenu167mobileWrap .dj-mobile-open-btn {
    top: 48px !important;
  }

  .container-header .dj-mobile-open-btn:hover,
  .container-header .dj-mobile-open-btn:focus {
    border-color: rgba(92, 52, 115, 0.32) !important;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(55, 33, 66, 0.24), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    transform: translateY(-50%) translateY(-1px) !important;
  }

  body.dj-offcanvas-open .container-header .dj-mobile-open-btn,
  body.dj-offcanvas-open #dj-megamenu167mobile .dj-mobile-open-btn,
  body.dj-offcanvas-open #dj-megamenu167mobileWrap .dj-mobile-open-btn {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .container-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon,
  .container-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::before,
  .container-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::after,
  .container-header [id$="mobileWrap"] .dj-mobile-open-icon,
  .container-header [id$="mobileWrap"] .dj-mobile-open-icon::before,
  .container-header [id$="mobileWrap"] .dj-mobile-open-icon::after,
  #dj-megamenu167mobile .dj-mobile-open-icon,
  #dj-megamenu167mobile .dj-mobile-open-icon::before,
  #dj-megamenu167mobile .dj-mobile-open-icon::after,
  #dj-megamenu167mobileWrap .dj-mobile-open-icon,
  #dj-megamenu167mobileWrap .dj-mobile-open-icon::before,
  #dj-megamenu167mobileWrap .dj-mobile-open-icon::after {
    display: block !important;
    width: 24px !important;
    height: 2.5px !important;
    border-radius: 999px !important;
    background: var(--af-purple) !important;
    content: "" !important;
  }

  .container-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon,
  .container-header [id$="mobileWrap"] .dj-mobile-open-icon,
  #dj-megamenu167mobile .dj-mobile-open-icon,
  #dj-megamenu167mobileWrap .dj-mobile-open-icon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    transition: background-color 90ms ease;
  }

  .container-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::before,
  .container-header [id$="mobileWrap"] .dj-mobile-open-icon::before,
  #dj-megamenu167mobile .dj-mobile-open-icon::before,
  #dj-megamenu167mobileWrap .dj-mobile-open-icon::before {
    position: absolute !important;
    top: -7px !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    transform: none !important;
    transition: top 120ms ease, transform 160ms ease;
  }

  .container-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::after,
  .container-header [id$="mobileWrap"] .dj-mobile-open-icon::after,
  #dj-megamenu167mobile .dj-mobile-open-icon::after,
  #dj-megamenu167mobileWrap .dj-mobile-open-icon::after {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: -7px !important;
    left: 0 !important;
    transform: none !important;
    transition: bottom 120ms ease, transform 160ms ease;
  }

  .container-header .dj-mobile-open-btn.dj-fa-no.active .dj-mobile-open-icon {
    background: transparent !important;
  }

  .container-header .dj-mobile-open-btn.dj-fa-no.active .dj-mobile-open-icon::before {
    top: 0 !important;
    transform: rotate(45deg) !important;
  }

  .container-header .dj-mobile-open-btn.dj-fa-no.active .dj-mobile-open-icon::after {
    bottom: 0 !important;
    transform: rotate(-45deg) !important;
  }

  #dj-megamenu167offcanvas.dj-offcanvas {
    position: fixed !important;
    top: var(--af-mobile-drawer-top) !important;
    left: clamp(10px, 3vw, 18px) !important;
    z-index: 5150 !important;
    width: min(348px, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    height: calc(100dvh - var(--af-mobile-drawer-top) - 14px) !important;
    max-height: calc(100dvh - var(--af-mobile-drawer-top) - 14px) !important;
    overflow: hidden auto !important;
    border: 1px solid rgba(92, 52, 115, 0.13) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 28px 80px rgba(34, 21, 42, 0.26) !important;
    -webkit-overflow-scrolling: touch;
  }

  body.dj-offcanvas-anim .dj-offcanvas-wrapper,
  body.dj-offcanvas-anim,
  body.dj-offcanvas-open {
    overflow: hidden !important;
  }

  body.dj-offcanvas-anim .dj-offcanvas-pusher-in {
    overflow-y: visible !important;
  }

  .dj-offcanvas-open .dj-megamenu-offcanvas-overlay::after {
    background: rgba(35, 20, 44, 0.34) !important;
    backdrop-filter: blur(2px);
  }

  #dj-megamenu167offcanvas .dj-offcanvas-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 2;
    display: flex !important;
    min-height: 62px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 12px 14px 8px !important;
    border-bottom: 1px solid rgba(92, 52, 115, 0.08) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 252, 0.96)) !important;
    text-align: right !important;
  }

  #dj-megamenu167offcanvas .dj-offcanvas-close-btn {
    position: relative !important;
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(92, 52, 115, 0.14) !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(55, 33, 66, 0.13) !important;
  }

  #dj-megamenu167offcanvas .dj-offcanvas-close-icon {
    position: relative !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
  }

  #dj-megamenu167offcanvas .dj-offcanvas-close-icon::before,
  #dj-megamenu167offcanvas .dj-offcanvas-close-icon::after {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: block !important;
    width: 22px !important;
    height: 2.5px !important;
    border-radius: 999px !important;
    background: var(--af-purple) !important;
    content: "" !important;
    transform-origin: center !important;
  }

  #dj-megamenu167offcanvas .dj-offcanvas-close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  #dj-megamenu167offcanvas .dj-offcanvas-close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  #dj-megamenu167offcanvas .dj-offcanvas-logo {
    display: none !important;
  }

  #dj-megamenu167offcanvas .dj-offcanvas-content {
    max-height: calc(100dvh - var(--af-mobile-drawer-top) - 90px) !important;
    padding: 0.45rem 0.85rem 1rem !important;
    overflow: visible !important;
  }

  #dj-megamenu167offcanvas ul.dj-mobile-dark {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #dj-megamenu167offcanvas ul.dj-mobile-dark li.dj-mobileitem {
    border: 0 !important;
    background: transparent !important;
  }

  #dj-megamenu167offcanvas ul.dj-mobile-dark li.dj-mobileitem > a {
    display: flex !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0.18rem 0 !important;
    padding: 0.9rem 0.95rem !important;
    border: 1px solid transparent !important;
    border-radius: 13px !important;
    background: transparent !important;
    color: var(--af-purple-dark) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  }

  #dj-megamenu167offcanvas ul.dj-mobile-dark li.dj-mobileitem.active > a,
  #dj-megamenu167offcanvas ul.dj-mobile-dark li.dj-mobileitem.current > a,
  #dj-megamenu167offcanvas ul.dj-mobile-dark li.dj-mobileitem > a:hover,
  #dj-megamenu167offcanvas ul.dj-mobile-dark li.dj-mobileitem > a:focus {
    border-color: rgba(92, 52, 115, 0.12) !important;
    background: linear-gradient(135deg, rgba(92, 52, 115, 0.1), rgba(247, 243, 250, 0.94)) !important;
    color: var(--af-purple) !important;
    transform: translateX(2px);
  }

  #dj-megamenu167offcanvas ul.dj-mobile-dark ul.dj-mobile-nav-child {
    margin: 0.15rem 0 0.45rem 0.55rem !important;
    padding: 0.15rem 0 0.15rem 0.6rem !important;
    border-left: 1px solid rgba(92, 52, 115, 0.16) !important;
    background: transparent !important;
  }

  #dj-megamenu167offcanvas ul.dj-mobile-dark ul.dj-mobile-nav-child li.dj-mobileitem > a {
    min-height: 42px !important;
    padding: 0.64rem 0.78rem !important;
    font-size: 0.92rem !important;
    font-weight: 650 !important;
    color: rgba(61, 39, 72, 0.82) !important;
  }
}

@media (max-width: 575.98px) {
  .container-header .dj-mobile-open-btn,
  .container-header #dj-megamenu167mobile .dj-mobile-open-btn,
  .container-header [id$="mobileWrap"] .dj-mobile-open-btn,
  #dj-megamenu167mobile .dj-mobile-open-btn,
  #dj-megamenu167mobileWrap .dj-mobile-open-btn {
    right: 16px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    border-radius: 13px !important;
  }

  #dj-megamenu167offcanvas.dj-offcanvas {
    left: 12px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }
}

/* Joomla article/news pages: align classic content with the premium B2B design layer. */
body.com_content,
body.com_content :where(p, a, span, li, dd, dt, time, figcaption, strong, em, h1, h2, h3, h4, h5, h6, button) {
  font-family: "Raleway", Arial, sans-serif !important;
}

body .container-header {
  background: rgba(255, 255, 255, 0.98) !important;
}

body .container-header > .grid-child:not(.container-nav),
body .container-header .navbar-brand,
body .container-header .container-nav {
  min-height: var(--af-live-header-height, 96px) !important;
}

body .container-header .brand-logo img {
  width: min(350px, 42vw) !important;
  max-height: 82px !important;
}

body .container-header .dj-megamenu,
body .container-header .dj-megamenu-wrapper {
  display: flex !important;
  align-items: center !important;
}

body .container-header .dj-megamenu li.dj-up > a.dj-up_a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 0 1rem !important;
  color: #5f5867 !important;
  font-size: clamp(0.98rem, 0.9vw, 1.07rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body .container-header .dj-megamenu li.dj-up > a.dj-up_a span,
body .container-header .dj-megamenu li.dj-up > a.dj-up_a .title,
body .container-header .dj-megamenu li.dj-up > a.dj-up_a .name {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* Keep desktop navigation typography identical on Page Builder and Joomla article pages. */
.container-header #dj-megamenu167,
.container-header #dj-megamenu167sticky,
.container-header .dj-megamenu {
  font-family: "Raleway", Arial, sans-serif !important;
}

.container-header #dj-megamenu167 li.dj-up > a.dj-up_a,
.container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a,
.container-header .dj-megamenu li.dj-up > a.dj-up_a {
  min-height: 46px !important;
  padding: 0 18px !important;
  color: #5f5867 !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.container-header #dj-megamenu167 li.dj-up > a.dj-up_a > span,
.container-header #dj-megamenu167 li.dj-up > a.dj-up_a .title,
.container-header #dj-megamenu167 li.dj-up > a.dj-up_a .name,
.container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a > span,
.container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a .title,
.container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a .name,
.container-header .dj-megamenu li.dj-up > a.dj-up_a > span,
.container-header .dj-megamenu li.dj-up > a.dj-up_a .title,
.container-header .dj-megamenu li.dj-up > a.dj-up_a .name {
  color: inherit !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.container-header #dj-megamenu167 li.dj-up.active > a.dj-up_a,
.container-header #dj-megamenu167 li.dj-up.current > a.dj-up_a,
.container-header #dj-megamenu167 li.dj-up > a.dj-up_a:hover,
.container-header #dj-megamenu167 li.dj-up > a.dj-up_a:focus,
.container-header #dj-megamenu167sticky li.dj-up.active > a.dj-up_a,
.container-header #dj-megamenu167sticky li.dj-up.current > a.dj-up_a,
.container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a:hover,
.container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a:focus,
.container-header .dj-megamenu li.dj-up.active > a.dj-up_a,
.container-header .dj-megamenu li.dj-up.current > a.dj-up_a,
.container-header .dj-megamenu li.dj-up > a.dj-up_a:hover,
.container-header .dj-megamenu li.dj-up > a.dj-up_a:focus {
  color: var(--af-purple) !important;
}

@media (max-width: 1240px) and (min-width: 1101px) {
  .container-header #dj-megamenu167 li.dj-up > a.dj-up_a,
  .container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a,
  .container-header .dj-megamenu li.dj-up > a.dj-up_a {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .container-header #dj-megamenu167 li.dj-up > a.dj-up_a > span,
  .container-header #dj-megamenu167 li.dj-up > a.dj-up_a .title,
  .container-header #dj-megamenu167 li.dj-up > a.dj-up_a .name,
  .container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a > span,
  .container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a .title,
  .container-header #dj-megamenu167sticky li.dj-up > a.dj-up_a .name,
  .container-header .dj-megamenu li.dj-up > a.dj-up_a,
  .container-header .dj-megamenu li.dj-up > a.dj-up_a > span,
  .container-header .dj-megamenu li.dj-up > a.dj-up_a .title,
  .container-header .dj-megamenu li.dj-up > a.dj-up_a .name {
    font-size: 15px !important;
  }
}

/* English DJ Megamenu module: keep request page navigation size aligned with the rest of the site. */
.container-header #dj-megamenu169 li.dj-up > a.dj-up_a,
.container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a {
  min-height: 46px !important;
  padding: 0 18px !important;
  color: #5f5867 !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.container-header #dj-megamenu169 li.dj-up > a.dj-up_a > span,
.container-header #dj-megamenu169 li.dj-up > a.dj-up_a .title,
.container-header #dj-megamenu169 li.dj-up > a.dj-up_a .name,
.container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a > span,
.container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a .title,
.container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a .name {
  color: inherit !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.container-header #dj-megamenu169 li.dj-up.active > a.dj-up_a,
.container-header #dj-megamenu169 li.dj-up.current > a.dj-up_a,
.container-header #dj-megamenu169 li.dj-up > a.dj-up_a:hover,
.container-header #dj-megamenu169 li.dj-up > a.dj-up_a:focus,
.container-header #dj-megamenu169sticky li.dj-up.active > a.dj-up_a,
.container-header #dj-megamenu169sticky li.dj-up.current > a.dj-up_a,
.container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a:hover,
.container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a:focus {
  color: var(--af-purple) !important;
}

@media (max-width: 1240px) and (min-width: 1101px) {
  .container-header #dj-megamenu169 li.dj-up > a.dj-up_a,
  .container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .container-header #dj-megamenu169 li.dj-up > a.dj-up_a,
  .container-header #dj-megamenu169 li.dj-up > a.dj-up_a > span,
  .container-header #dj-megamenu169 li.dj-up > a.dj-up_a .title,
  .container-header #dj-megamenu169 li.dj-up > a.dj-up_a .name,
  .container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a,
  .container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a > span,
  .container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a .title,
  .container-header #dj-megamenu169sticky li.dj-up > a.dj-up_a .name {
    font-size: 15px !important;
  }
}

/* Keep the purple topbar typography consistent across all template views. */
.af-topbar,
.af-topbar__inner,
.af-topbar__contact,
.af-topbar__contact a,
.af-topbar__contact span,
.af-topbar .af-language,
.af-topbar .af-language a {
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.af-topbar {
  min-height: 40px !important;
}

.af-topbar__inner {
  min-height: 40px !important;
}

.af-topbar .af-language a {
  min-width: 44px !important;
  height: 40px !important;
  line-height: 40px !important;
}

@media (max-width: 575.98px) {
  .af-topbar,
  .af-topbar__inner,
  .af-topbar__contact,
  .af-topbar__contact a,
  .af-topbar__contact span,
  .af-topbar .af-language,
  .af-topbar .af-language a {
    font-size: 14px !important;
  }
}

body .container-header .dj-megamenu li.dj-up.active > a.dj-up_a,
body .container-header .dj-megamenu li.dj-up.current > a.dj-up_a,
body .container-header .dj-megamenu li.dj-up > a.dj-up_a:hover,
body .container-header .dj-megamenu li.dj-up > a.dj-up_a:focus {
  color: var(--af-purple) !important;
}

body.com_content.view-article {
  background:
    radial-gradient(circle at 12% 16%, rgba(92, 52, 115, 0.07), transparent 30%),
    radial-gradient(circle at 88% 34%, rgba(133, 96, 157, 0.08), transparent 34%),
    linear-gradient(180deg, #fbf9fc 0%, #f7f2f9 46%, #fff 100%) !important;
  color: var(--af-text) !important;
  font-size: 17px !important;
}

body.com_content.view-article .site-grid {
  position: relative;
  display: block !important;
  grid-template-columns: none !important;
  max-width: 100% !important;
  margin-top: var(--af-live-header-height, 96px) !important;
  padding: clamp(2.1rem, 4vw, 4rem) clamp(1rem, 4vw, 2.25rem) clamp(4rem, 8vw, 6.5rem) !important;
  overflow: hidden;
}

body.com_content.view-article .site-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='760' viewBox='0 0 1440 760' fill='none'%3E%3Cpath d='M-160 130C86 42 284 78 512 204C782 354 1018 366 1588 134' stroke='%235C3473' stroke-opacity='.08' stroke-width='1.4'/%3E%3Cpath d='M-120 404C156 282 386 318 638 466C896 618 1118 650 1564 466' stroke='%235C3473' stroke-opacity='.055' stroke-width='1.2'/%3E%3Cpath d='M930 -110C822 92 848 230 1010 392C1162 544 1176 650 1062 906' stroke='%23ffffff' stroke-opacity='.95' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: min(1440px, 175vw) auto;
}

body.com_content.view-article .grid-child.container-component {
  position: relative;
  z-index: 1;
  display: block !important;
  min-width: 0 !important;
  width: min(1120px, calc(100vw - 2rem)) !important;
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

body.com_content.view-article .container-component > main {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: clamp(1.55rem, 4.8vw, 4.8rem) !important;
  border: 1px solid rgba(210, 194, 220, 0.72);
  border-radius: clamp(18px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 252, 0.9)),
    #fff;
  box-shadow: 0 28px 90px rgba(48, 28, 62, 0.13);
}

body.com_content.view-article .container-component > main::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -110px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92, 52, 115, 0.09), transparent 68%);
  pointer-events: none;
}

body.com_content.view-article .com-content-article.item-page {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: 920px;
  min-width: 0 !important;
  margin: 0 auto;
}

body.com_content.view-article .page-header {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 clamp(1.4rem, 3vw, 2rem) !important;
  padding: 0 0 clamp(1rem, 2.4vw, 1.45rem) !important;
  border-bottom: 1px solid rgba(210, 194, 220, 0.78) !important;
}

body.com_content.view-article .page-header h1 {
  width: 100% !important;
  max-width: 930px;
  margin: 0 !important;
  color: var(--af-purple-dark) !important;
  font-size: clamp(2.25rem, 4.15vw, 3.65rem) !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  text-shadow: none !important;
}

body.com_content.view-article .article-info {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 clamp(1.4rem, 3vw, 2rem) !important;
  padding: 0 !important;
  color: var(--af-purple-dark) !important;
}

body.com_content.view-article .article-info-term {
  display: none !important;
}

body.com_content.view-article .article-info dd {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 !important;
  padding: 0.55rem 0.85rem !important;
  border: 1px solid rgba(210, 194, 220, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--af-purple-dark) !important;
  font-size: 0.96rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.com_content.view-article .article-info .icon-fw,
body.com_content.view-article .article-info [class^="icon-"],
body.com_content.view-article .article-info [class*=" icon-"] {
  color: var(--af-purple) !important;
}

body.com_content.view-article figure.item-image {
  width: 100% !important;
  max-width: 100% !important;
  margin: clamp(1.2rem, 3vw, 2rem) 0 clamp(1.6rem, 3vw, 2.35rem) !important;
  text-align: left !important;
}

body.com_content.view-article figure.item-image img {
  display: block;
  width: min(100%, 780px) !important;
  max-width: 100% !important;
  height: auto !important;
  border: 1px solid rgba(210, 194, 220, 0.64);
  border-radius: 22px;
  box-shadow: 0 24px 62px rgba(48, 28, 62, 0.16);
}

body.com_content.view-article .com-content-article__body {
  width: 100% !important;
  max-width: 900px;
  color: #5f5867 !important;
  font-size: clamp(1.1rem, 1.04vw, 1.2rem) !important;
  line-height: 1.78 !important;
}

body.com_content.view-article .com-content-article__body p,
body.com_content.view-article .com-content-article__body li,
body.com_content.view-article .com-content-article__body span,
body.com_content.view-article .com-content-article__body span[role="presentation"] {
  width: auto !important;
  max-width: 100% !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

body.com_content.view-article .com-content-article__body > p:first-child {
  max-width: 760px;
  margin: 0 0 1.25rem !important;
  padding: 1rem 1.15rem !important;
  border-left: 4px solid var(--af-purple);
  border-radius: 0 14px 14px 0;
  background: rgba(243, 237, 247, 0.76);
  color: var(--af-purple-dark) !important;
  font-size: clamp(1.08rem, 1.15vw, 1.22rem) !important;
  font-weight: 720 !important;
  line-height: 1.55 !important;
}

body.com_content.view-article .com-content-article__body p {
  margin: 0 0 1.15rem !important;
  color: #5f5867 !important;
}

body.com_content.view-article .com-content-article__body h2,
body.com_content.view-article .com-content-article__body h3,
body.com_content.view-article .com-content-article__body h4 {
  position: relative;
  margin: clamp(2rem, 4vw, 3rem) 0 0.9rem !important;
  color: var(--af-purple-dark) !important;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem) !important;
  font-weight: 780 !important;
  line-height: 1.18 !important;
  text-shadow: none !important;
}

body.com_content.view-article .com-content-article__body h2::before,
body.com_content.view-article .com-content-article__body h3::before,
body.com_content.view-article .com-content-article__body h4::before {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-bottom: 0.72rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--af-purple), rgba(92, 52, 115, 0.22));
}

body.com_content.view-article .com-content-article__body strong {
  color: var(--af-ink) !important;
  font-weight: 780 !important;
}

body.com_content.view-article .com-content-article__body a,
body.com_content.view-article .com-content-article__body joomla-hidden-mail {
  color: var(--af-purple) !important;
  font-weight: 700;
}

body.com_content.view-article .com-content-article__body p:empty {
  display: none !important;
}

@media (min-width: 1101px) {
  body.com_content.view-article .container-header.is-scrolled {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  body.com_content.view-article .container-header.is-scrolled > .grid-child:not(.container-nav),
  body.com_content.view-article .container-header.is-scrolled .navbar-brand,
  body.com_content.view-article .container-header.is-scrolled .container-nav {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  body.com_content.view-article .container-header.is-scrolled .container-nav {
    margin-top: -76px !important;
  }
}

@media (max-width: 991.98px) {
  body.com_content.view-article .site-grid {
    padding-top: clamp(1.4rem, 5vw, 2.4rem) !important;
  }

  body.com_content.view-article .container-component > main {
    padding: clamp(1.25rem, 5vw, 2.25rem) !important;
    border-radius: 20px;
  }

  body.com_content.view-article .page-header h1 {
    font-size: clamp(2rem, 8vw, 2.8rem) !important;
  }
}

@media (max-width: 575.98px) {
  body.com_content.view-article .site-grid {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    overflow-x: hidden !important;
  }

  body.com_content.view-article .grid-child.container-component,
  body.com_content.view-article .com-content-article.item-page,
  body.com_content.view-article .com-content-article__body {
    width: calc(100vw - 1.5rem) !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.com_content.view-article .container-component > main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.com_content.view-article .container-component > main {
    border-radius: 18px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  body.com_content.view-article .page-header h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.78rem, 7.1vw, 2.25rem) !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  body.com_content.view-article .article-info,
  body.com_content.view-article figure.item-image,
  body.com_content.view-article .com-content-article__body > * {
    width: calc(100vw - 3.5rem) !important;
    max-width: calc(100vw - 3.5rem) !important;
  }

  body.com_content.view-article .com-content-article__body > p:first-child {
    width: calc(100vw - 3.5rem) !important;
    max-width: calc(100vw - 3.5rem) !important;
  }

  body.com_content.view-article .page-header,
  body.com_content.view-article .page-header h1 {
    width: calc(100vw - 3.5rem) !important;
    max-width: calc(100vw - 3.5rem) !important;
  }

  body.com_content.view-article .page-header h1,
  body.com_content.view-article .com-content-article__body,
  body.com_content.view-article .com-content-article__body p,
  body.com_content.view-article .com-content-article__body span,
  body.com_content.view-article .com-content-article__body h2,
  body.com_content.view-article .com-content-article__body h3,
  body.com_content.view-article .com-content-article__body h4 {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body.com_content.view-article figure.item-image img {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.com_content.view-article .article-info dd {
    width: 100%;
    justify-content: flex-start;
  }

  body.com_content.view-article figure.item-image img {
    border-radius: 16px;
  }
}

/* Subpage readability pass: align current SP Page Builder pages with the CI. */
body.com_sppagebuilder .sp-page-builder .page-content :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  span,
  a,
  strong,
  em,
  button,
  .sppb-addon-title,
  .sppb-addon-content,
  .sppb-addon-text,
  .sppb-addon-subtitle,
  .sppb-image-layout-title,
  .sppb-image-layout-text,
  .sppb-feature-box-title,
  .sppb-sp-slider-title,
  .sppb-sp-slider-text,
  .sp-slider-btn-text
) {
  font-family: "Raleway", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section {
  color: var(--af-text);
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section :where(
  .sppb-addon-content,
  .sppb-addon-text,
  .sppb-addon-subtitle,
  .sppb-image-layout-text,
  p,
  li
) {
  color: #5f5867 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .sppb-addon-title,
  .sppb-image-layout-title
) {
  color: var(--af-purple-dark) !important;
  text-shadow: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content h1.sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-header h1.sppb-addon-title {
  font-size: clamp(2.35rem, 5.2vw, 4.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content h2.sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-header h2.sppb-addon-title {
  font-size: clamp(1.95rem, 4.1vw, 3.55rem) !important;
  font-weight: 780 !important;
  line-height: 1.1 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content h3.sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-image-layout-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-header h3.sppb-addon-title {
  font-size: clamp(1.35rem, 2.35vw, 2.15rem) !important;
  font-weight: 760 !important;
  line-height: 1.16 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
),
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sppb-section-background-video),
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sp-slider) {
  isolation: isolate;
  color: #fff !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq
) {
  min-height: clamp(520px, 72vh, 820px) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
) > .sppb-row-overlay,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sp-slider) .sp-background::after,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sp-slider) .sp-video-background-mask {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(115deg, rgba(29, 15, 38, 0.86), rgba(92, 52, 115, 0.78) 48%, rgba(29, 15, 38, 0.9)) !important;
  mix-blend-mode: normal !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
) .sppb-row-container,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sp-slider) .sppb-container {
  position: relative;
  z-index: 2;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
) :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .sppb-addon-title,
  .sppb-feature-box-title,
  .sppb-sp-slider-title,
  strong
),
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sp-slider) :where(
  h1,
  h2,
  h3,
  .sppb-sp-slider-title
) {
  color: #fff !important;
  text-shadow: 0 18px 46px rgba(18, 9, 24, 0.5) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-sp-slider-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sp-slider) .sppb-sp-slider-title {
  max-width: min(980px, calc(100vw - 2.5rem));
  margin-inline: auto !important;
  font-size: clamp(2.15rem, 5.6vw, 5rem) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-sp-slider-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sp-slider) .sppb-sp-slider-text {
  max-width: min(820px, calc(100vw - 2.5rem));
  margin-inline: auto !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
) :where(
  .sppb-addon-content,
  .sppb-addon-text,
  .sppb-addon-subtitle,
  .sppb-sp-slider-text,
  p,
  li
) {
  color: rgba(255, 255, 255, 0.93) !important;
  text-shadow: 0 10px 28px rgba(18, 9, 24, 0.36);
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  .sppb-section-content-bottom
) .sppb-addon-title {
  max-width: min(980px, calc(100vw - 2.5rem));
  margin-inline: auto !important;
  font-size: clamp(2rem, 4.4vw, 4.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1535348956468 {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.16), transparent 26rem),
    linear-gradient(135deg, rgba(37, 21, 47, 0.92), rgba(92, 52, 115, 0.9)) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, #3f1f52, var(--af-purple)) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1535348956468 .sppb-addon-title {
  font-size: clamp(1.5rem, 2.45vw, 2.35rem) !important;
  font-weight: 780 !important;
  line-height: 1.16 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1535348956468 .sppb-addon-content {
  max-width: 620px;
  margin-left: auto;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1535348956468 img {
  border-radius: var(--af-radius-sm);
  box-shadow: 0 22px 54px rgba(18, 9, 24, 0.28);
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-wrap {
  align-items: stretch;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-image {
  overflow: hidden;
  border-radius: var(--af-radius);
  background: var(--af-lavender);
  box-shadow: var(--af-shadow-sm);
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-content {
  color: var(--af-text) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-image-layout-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-image-layout-title strong {
  color: var(--af-purple-dark) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-image-layout-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-image-layout-text p {
  color: #5f5867 !important;
  font-size: clamp(1rem, 1.02vw, 1.12rem) !important;
  line-height: 1.68 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-image-layout-text strong {
  color: var(--af-ink) !important;
  font-weight: 760 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
) :where(.sppb-btn, .sppb-sp-slider-button) {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  color: var(--af-purple-dark) !important;
  box-shadow: 0 16px 38px rgba(18, 9, 24, 0.3);
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
) :where(.sppb-btn, .sppb-sp-slider-button, .sp-slider-btn-text) {
  color: var(--af-purple-dark) !important;
  text-shadow: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
) :where(.sppb-btn, .sppb-sp-slider-button):hover {
  background: linear-gradient(135deg, var(--af-purple), var(--af-purple-dark)) !important;
  color: #fff !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :where(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte,
  .sppb-section-content-bottom
) :where(.sppb-btn, .sppb-sp-slider-button):hover .sp-slider-btn-text {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content :where(
    #section-id-nTCalMm9BgtB-5LrmBAjc,
    #section-id-ChASJwtXPNTv_4cD0FPeN,
    #section-id-rkn1vVqEIjx_kZUdkddxq
  ) {
    min-height: auto !important;
    padding-top: clamp(4.75rem, 18vw, 7rem) !important;
    padding-bottom: clamp(4.5rem, 15vw, 6.5rem) !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content :where(
    #section-id-nTCalMm9BgtB-5LrmBAjc,
    #section-id-ChASJwtXPNTv_4cD0FPeN
  ) .sppb-sp-slider-title,
  body.com_sppagebuilder .sp-page-builder .page-content .sppb-section:has(.sp-slider) .sppb-sp-slider-title {
    font-size: clamp(1.95rem, 8vw, 3.2rem) !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content h2.sppb-addon-title,
  body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-header h2.sppb-addon-title {
    font-size: clamp(1.7rem, 7vw, 2.55rem) !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content .sppb-image-layout-title,
  body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-header h3.sppb-addon-title {
    font-size: clamp(1.28rem, 5.4vw, 1.9rem) !important;
  }
}

/* Products overview polish: explicit contrast and cleaner product cards. */
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-rkn1vVqEIjx_kZUdkddxq,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1535348956468,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte {
  color: #fff !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-rkn1vVqEIjx_kZUdkddxq .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1535348956468 .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-feature-box-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte strong {
  color: #fff !important;
  text-shadow: 0 18px 44px rgba(18, 9, 24, 0.42) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-text p,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-text p,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-rkn1vVqEIjx_kZUdkddxq .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-rkn1vVqEIjx_kZUdkddxq .sppb-addon-content h3,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1535348956468 .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1535348956468 .sppb-addon-content p,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-content p,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-text p,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-media-content p {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 10px 28px rgba(18, 9, 24, 0.32) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-text {
  max-width: min(820px, calc(100vw - 2.5rem)) !important;
  margin: 0 auto 1.4rem !important;
  font-size: clamp(1rem, 1.25vw, 1.2rem) !important;
  line-height: 1.7 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-button,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-button {
  display: inline-flex !important;
  max-width: min(760px, calc(100vw - 2.5rem));
  padding: 0.9rem 1.35rem !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--af-purple-dark) !important;
  box-shadow: 0 18px 48px rgba(18, 9, 24, 0.32) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sp-slider-btn-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sp-slider-btn-text {
  color: var(--af-purple-dark) !important;
  font-size: clamp(0.94rem, 1.1vw, 1.08rem) !important;
  line-height: 1.35 !important;
  text-shadow: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte {
  padding-block: clamp(72px, 9vw, 120px) !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 35%, rgba(255, 255, 255, 0.1), transparent 26rem),
    linear-gradient(135deg, #31163f 0%, #4a245d 48%, #5c3473 100%) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-row {
  align-items: stretch;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte [id^="column-wrap-id-"] {
  padding: 14px !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-column {
  height: 100%;
  padding: clamp(1.35rem, 2.4vw, 2rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(18, 9, 24, 0.26);
  backdrop-filter: blur(12px);
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-single-image {
  margin-bottom: 1.25rem !important;
  text-align: center;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-single-image img {
  width: min(132px, 42vw) !important;
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(18, 9, 24, 0.3));
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte h3.sppb-addon-title {
  margin-bottom: 1rem !important;
  font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
  line-height: 1.14 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-text-block .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-text-block .sppb-addon-content p {
  font-size: clamp(0.98rem, 1.05vw, 1.08rem) !important;
  line-height: 1.72 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-addon-feature {
  margin-top: 0.45rem;
  padding-top: 0.15rem;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-media {
  display: flex !important;
  align-items: center;
  gap: 0.62rem;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .pull-left {
  float: none !important;
  margin: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-icon-container {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-size: 0.78rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-feature-box-title {
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 720 !important;
  line-height: 1.35 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1770110958768,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1773304501595,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1773304501577 {
  padding-block: clamp(28px, 5vw, 56px) !important;
  background: var(--af-offwhite) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1770110958768 img,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1773304501595 img,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-1773304501577 img {
  display: block;
  width: auto !important;
  max-width: min(620px, calc(100vw - 2.5rem)) !important;
  max-height: 220px;
  margin-inline: auto;
  border-radius: 8px;
  box-shadow: 0 20px 56px rgba(48, 28, 62, 0.14);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) {
  padding-block: clamp(22px, 4.5vw, 54px) !important;
  background:
    linear-gradient(180deg, rgba(250, 248, 251, 0.96), rgba(243, 237, 247, 0.72)),
    var(--af-offwhite) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-row-container {
  max-width: 1080px;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-wrap {
  overflow: hidden;
  border: 1px solid rgba(210, 194, 220, 0.76);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 62px rgba(48, 28, 62, 0.14);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630
) .sppb-addon-image-layout-wrap > .sppb-row {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  align-items: stretch;
  margin: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630
) .sppb-addon-image-layout-wrap > .sppb-row > [class*="sppb-col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-image {
  height: 100%;
  min-height: 280px;
  border-radius: 0;
  box-shadow: none;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1.35rem, 3.2vw, 2.7rem) !important;
  background:
    radial-gradient(circle at 95% 0, rgba(92, 52, 115, 0.1), transparent 13rem),
    linear-gradient(180deg, #fff, #f8f3fb);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-image-layout-title,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-image-layout-title strong {
  color: var(--af-purple-dark) !important;
  text-shadow: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-image-layout-text,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-image-layout-text p {
  color: #5d5664 !important;
  text-shadow: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-btn {
  align-self: flex-start;
  margin-top: 0.75rem;
  border-radius: 8px !important;
}

@media (max-width: 991.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content :is(
    #section-id-1768487496574,
    #section-id-1733213531989,
    #section-id-1768732109630
  ) .sppb-addon-image-layout-wrap > .sppb-row {
    grid-template-columns: 1fr;
  }

  body.com_sppagebuilder .sp-page-builder .page-content :is(
    #section-id-1768487496574,
    #section-id-1733213531989,
    #section-id-1768732109630,
    #section-id-1768732109632
  ) .sppb-addon-image-layout-image {
    min-height: 220px;
  }
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte [id^="column-wrap-id-"] {
    padding: 10px 0 !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#produkte .sppb-column {
    padding: 1.35rem !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-text,
  body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-text {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }
}

/* Top hero contrast guard for the home page only. */
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-YeAyyjYBq32K8WjyjwEc4 h1,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-6LXVaGBeltZ4DVcIZrja2 h2 {
  color: #fff !important;
  text-shadow: 0 18px 48px rgba(18, 9, 24, 0.55) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-YeAyyjYBq32K8WjyjwEc4 .sppb-addon-content p,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-6LXVaGBeltZ4DVcIZrja2 .sppb-addon-content p {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 10px 30px rgba(18, 9, 24, 0.38) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-NvonGYP26Y7oJ6sf77C_- .sppb-feature-box-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text p,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-NvonGYP26Y7oJ6sf77C_- .sppb-addon-text *,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-NvonGYP26Y7oJ6sf77C_- .overlay-image-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-NvonGYP26Y7oJ6sf77C_- .overlay-image-title *,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-feature-box-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text p,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-XrBfzK2Gj_ezc1llFkOUv .sppb-addon-text *,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-XrBfzK2Gj_ezc1llFkOUv .overlay-image-title,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-XrBfzK2Gj_ezc1llFkOUv .overlay-image-title * {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 8px 24px rgba(18, 9, 24, 0.34) !important;
}

/* Product overview card contrast guard. */
body.com_sppagebuilder .sp-page-builder .page-content #produkte h3.sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-text-block > h3.sppb-addon-title {
  color: #fff !important;
  text-shadow: 0 16px 38px rgba(18, 9, 24, 0.46) !important;
}

/* Home middle video contrast guard. */
body.com_sppagebuilder .sp-page-builder .page-content #section-id-JR5LtPEIy79x0JnibmZjv .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-JR5LtPEIy79x0JnibmZjv h2.sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-JR5LtPEIy79x0JnibmZjv h3.sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-WmlgPnvPvwcFmC2GI8jSt .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-WmlgPnvPvwcFmC2GI8jSt h2.sppb-addon-title {
  color: #fff !important;
  text-shadow: 0 18px 46px rgba(18, 9, 24, 0.52) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-JR5LtPEIy79x0JnibmZjv h3.sppb-addon-title {
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Product page media and logo showcase. */
body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 {
  padding-block: clamp(34px, 6vw, 78px) !important;
  background:
    radial-gradient(circle at 16% 20%, rgba(92, 52, 115, 0.1), transparent 24rem),
    linear-gradient(180deg, #fbf9fd 0%, #f4edf8 100%) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 .sppb-row-container {
  width: min(1160px, calc(100vw - 2rem)) !important;
  max-width: min(1160px, calc(100vw - 2rem)) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  margin-inline: auto;
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(48, 28, 62, 0.18);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) {
  padding-block: clamp(24px, 4.8vw, 56px) !important;
  background:
    radial-gradient(circle at 50% 5%, rgba(92, 52, 115, 0.12), transparent 20rem),
    linear-gradient(180deg, #f5eff8 0%, #fbf9fd 100%) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-row-container {
  width: min(820px, calc(100vw - 2rem)) !important;
  max-width: min(820px, calc(100vw - 2rem)) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-addon-single-image {
  width: 100%;
  padding: clamp(1.6rem, 4vw, 2.7rem) !important;
  border: 1px solid rgba(199, 178, 211, 0.72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0, rgba(92, 52, 115, 0.12), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 251, 0.92));
  box-shadow: 0 26px 76px rgba(48, 28, 62, 0.16);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) img {
  display: block;
  width: min(520px, 100%) !important;
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  margin-inline: auto;
  border-radius: 0;
  box-shadow: none;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1768487496574, #section-id-1733213531989) {
  padding-top: clamp(16px, 3.5vw, 40px) !important;
}

/* Product overview cards: normalize headings, checks and spacing. */
body.com_sppagebuilder .sp-page-builder .page-content #produkte > .sppb-row-container {
  width: min(1180px, calc(100vw - 2rem)) !important;
  max-width: min(1180px, calc(100vw - 2rem)) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte > .sppb-row-container > .sppb-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.15rem, 2.4vw, 1.8rem);
  align-items: stretch;
  margin: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte [id^="column-wrap-id-"] {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-column {
  display: flex !important;
  width: 100%;
  min-height: 100%;
  padding: clamp(1.45rem, 2.4vw, 2.1rem) !important;
  border-radius: 8px !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-column-addons {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-image {
  margin: 0 0 clamp(1rem, 2vw, 1.4rem) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-single-image,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-single-image-container {
  text-align: center !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-single-image img {
  width: min(150px, 48%) !important;
  max-width: 150px !important;
  max-height: 150px !important;
  margin-inline: auto;
  object-fit: contain;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-text-block {
  text-align: center !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-text-block > h3.sppb-addon-title {
  margin: 0 auto clamp(0.75rem, 1.5vw, 1rem) !important;
  color: #fff !important;
  font-size: clamp(1.55rem, 2.15vw, 2rem) !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  text-shadow: 0 16px 38px rgba(18, 9, 24, 0.46) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-text-block .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-text-block .sppb-addon-content p {
  max-width: 29ch;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(0.94rem, 1.02vw, 1.02rem) !important;
  line-height: 1.62 !important;
  text-align: center !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature {
  margin: clamp(0.55rem, 1.15vw, 0.82rem) 0 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-feature {
  padding: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-media {
  display: grid !important;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .pull-left {
  display: flex !important;
  width: 1.35rem !important;
  margin: 0.1rem 0 0 !important;
  float: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon-container {
  display: inline-flex !important;
  width: 1.35rem !important;
  height: 1.35rem !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  line-height: 1 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon-container > i,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon i {
  width: 1.35rem !important;
  height: 1.35rem !important;
  font-size: 1.08rem !important;
  line-height: 1.35rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-media-body,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-media-content {
  width: 100%;
  min-width: 0;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-feature-box-title {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(0.88rem, 0.96vw, 0.98rem) !important;
  font-weight: 650 !important;
  line-height: 1.36 !important;
  text-align: left !important;
  text-shadow: 0 8px 20px rgba(18, 9, 24, 0.28) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-feature .sppb-addon-text {
  display: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-y0fAWAKhFgpqYLq5diEdO,
body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-v1UPKQtkv7ThsxZaDR8ar {
  margin: clamp(1.25rem, 2.4vw, 1.8rem) 0 0.25rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-y0fAWAKhFgpqYLq5diEdO h3.sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-v1UPKQtkv7ThsxZaDR8ar h3.sppb-addon-title {
  font-size: clamp(1.18rem, 1.45vw, 1.42rem) !important;
  line-height: 1.18 !important;
}

@media (max-width: 991.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content #produkte > .sppb-row-container > .sppb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content #produkte > .sppb-row-container > .sppb-row {
    grid-template-columns: 1fr;
  }

  body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-column {
    padding: 1.35rem !important;
  }
}

/* Product overview cards: compact refinement after live review. */
body.com_sppagebuilder .sp-page-builder .page-content #produkte > .sppb-row-container {
  width: min(1260px, calc(100vw - 1rem)) !important;
  max-width: min(1260px, calc(100vw - 1rem)) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte > .sppb-row-container > .sppb-row {
  gap: clamp(0.9rem, 1.6vw, 1.35rem) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-column {
  box-sizing: border-box;
  padding: clamp(1.05rem, 1.8vw, 1.5rem) !important;
  overflow: visible !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-image {
  margin-bottom: clamp(0.65rem, 1.4vw, 0.95rem) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-single-image img {
  width: min(124px, 40%) !important;
  max-width: 124px !important;
  max-height: 124px !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-text-block > h3.sppb-addon-title {
  margin-bottom: 0.58rem !important;
  font-size: clamp(1.32rem, 1.82vw, 1.65rem) !important;
  line-height: 1.08 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-text-block .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-addon-text-block .sppb-addon-content p {
  max-width: 32ch;
  font-size: clamp(0.84rem, 0.92vw, 0.93rem) !important;
  line-height: 1.48 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature {
  margin-top: clamp(0.36rem, 0.8vw, 0.56rem) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-media {
  grid-template-columns: 1.08rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .pull-left {
  width: 1.08rem !important;
  margin-top: 0.08rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon-container {
  width: 1.08rem !important;
  height: 1.08rem !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon-container > i,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon i {
  width: 1.08rem !important;
  height: 1.08rem !important;
  font-size: 0.62rem !important;
  line-height: 1.08rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-feature-box-title {
  font-size: clamp(0.78rem, 0.86vw, 0.88rem) !important;
  font-weight: 620 !important;
  line-height: 1.24 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-y0fAWAKhFgpqYLq5diEdO,
body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-v1UPKQtkv7ThsxZaDR8ar {
  margin-top: clamp(0.95rem, 1.8vw, 1.25rem) !important;
  padding-top: clamp(0.7rem, 1.2vw, 0.9rem);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-y0fAWAKhFgpqYLq5diEdO h3.sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-v1UPKQtkv7ThsxZaDR8ar h3.sppb-addon-title {
  margin-bottom: 0.35rem !important;
  font-size: clamp(1.02rem, 1.22vw, 1.18rem) !important;
  font-weight: 720 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte :is(#column-wrap-id-TW6c2SfJOvOuoH-PLJ2HK, #column-wrap-id-SNiddrOUa5kldTBuxgnEz, #column-wrap-id-G9gBcm_RGwKle4L5z0u0I) .sppb-addon-text-block .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content #produkte :is(#column-wrap-id-TW6c2SfJOvOuoH-PLJ2HK, #column-wrap-id-SNiddrOUa5kldTBuxgnEz, #column-wrap-id-G9gBcm_RGwKle4L5z0u0I) .sppb-addon-text-block .sppb-addon-content p {
  font-size: clamp(0.8rem, 0.88vw, 0.9rem) !important;
  line-height: 1.42 !important;
}

@media (max-width: 1100px) and (min-width: 768px) {
  body.com_sppagebuilder .sp-page-builder .page-content #produkte > .sppb-row-container > .sppb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Product overview cards: row rhythm and removed subsection headings. */
body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-y0fAWAKhFgpqYLq5diEdO,
body.com_sppagebuilder .sp-page-builder .page-content #produkte #sppb-addon-wrapper-v1UPKQtkv7ThsxZaDR8ar {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte :is(
  #sppb-addon-wrapper-1663084519148,
  #sppb-addon-wrapper-_dzMLCxwgqYUHJuiI_iQ3,
  #sppb-addon-wrapper-uc2LFfGw7LpXyTAxqwYtG
) {
  min-height: clamp(15.8rem, 23vw, 18.4rem);
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte :is(
  #sppb-addon-wrapper-mKUW4DmSzMRtlaK8C-2Op,
  #sppb-addon-wrapper-l6zS0h5u5kZz5BPbchM1m,
  #sppb-addon-wrapper-v-6ayCFyMF4twpU61nogI
) {
  min-height: clamp(14.4rem, 21vw, 17.4rem);
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-icon-container {
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--af-purple-dark) !important;
  box-shadow: 0 6px 16px rgba(18, 9, 24, 0.18);
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .sppb-feature-box-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content #produkte :is(
    #sppb-addon-wrapper-1663084519148,
    #sppb-addon-wrapper-_dzMLCxwgqYUHJuiI_iQ3,
    #sppb-addon-wrapper-uc2LFfGw7LpXyTAxqwYtG,
    #sppb-addon-wrapper-mKUW4DmSzMRtlaK8C-2Op,
    #sppb-addon-wrapper-l6zS0h5u5kZz5BPbchM1m,
    #sppb-addon-wrapper-v-6ayCFyMF4twpU61nogI
  ) {
    min-height: 0;
  }
}

/* Product overview cards: consistent left-aligned feature lists. */
body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature {
  width: 100%;
  margin-top: 0.48rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-addon,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-media,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-media-body,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-media-content {
  text-align: left !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-media {
  width: min(100%, 27rem);
  margin-inline: auto;
  grid-template-columns: 1.12rem minmax(0, 1fr) !important;
  gap: 0.58rem !important;
  align-items: start !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .pull-left {
  width: 1.12rem !important;
  justify-content: center;
  margin-top: 0.02rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-icon,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-icon-container {
  width: 1.12rem !important;
  height: 1.12rem !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 5px 14px rgba(18, 9, 24, 0.18) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-icon-container > i,
body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-icon i {
  width: 1.12rem !important;
  height: 1.12rem !important;
  font-size: 0.62rem !important;
  line-height: 1.12rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-feature-box-title {
  display: block;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(0.76rem, 0.82vw, 0.86rem) !important;
  font-weight: 560 !important;
  line-height: 1.24 !important;
  text-align: left !important;
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content #produkte .addon-root-feature .sppb-media {
    width: min(100%, 22rem);
  }
}

/* Product technology cards: wider image panels and aligned card sizes. */
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-row-container {
  max-width: 1160px !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-row {
  row-gap: clamp(1.75rem, 4vw, 3rem);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .addon-root-image-layouts {
  width: 100%;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-wrap {
  min-height: clamp(360px, 33vw, 430px);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-wrap > .sppb-row {
  display: grid !important;
  min-height: inherit;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr) !important;
  align-items: stretch;
  margin: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-wrap > .sppb-row > [class*="sppb-col-"] {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-image,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-image a {
  display: block;
  width: 100%;
  min-height: inherit;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-image img {
  min-height: 100%;
  object-position: center center !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-image img {
  object-position: 58% center !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-content {
  width: 100%;
  padding: clamp(1.25rem, 2.6vw, 2.25rem) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-image-layout-title {
  font-size: clamp(1.42rem, 2.35vw, 2.02rem) !important;
  line-height: 1.12 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-image-layout-text,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-image-layout-text p {
  font-size: clamp(0.95rem, 1vw, 1.04rem) !important;
  line-height: 1.58 !important;
}

@media (max-width: 991.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content :is(
    #section-id-1768487496574,
    #section-id-1733213531989,
    #section-id-1768732109630,
    #section-id-1768732109632
  ) .sppb-addon-image-layout-wrap {
    min-height: 0;
  }

  body.com_sppagebuilder .sp-page-builder .page-content :is(
    #section-id-1768487496574,
    #section-id-1733213531989,
    #section-id-1768732109630,
    #section-id-1768732109632
  ) .sppb-addon-image-layout-wrap > .sppb-row {
    grid-template-columns: 1fr !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content :is(
    #section-id-1768487496574,
    #section-id-1733213531989,
    #section-id-1768732109630,
    #section-id-1768732109632
  ) .sppb-addon-image-layout-image,
  body.com_sppagebuilder .sp-page-builder .page-content :is(
    #section-id-1768487496574,
    #section-id-1733213531989,
    #section-id-1768732109630,
    #section-id-1768732109632
  ) .sppb-addon-image-layout-image a {
    min-height: clamp(230px, 48vw, 360px);
  }
}

/* Product logo transitions: frameless brand presentation. */
body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(34px, 5.2vw, 70px) !important;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(92, 52, 115, 0.11), transparent 34rem),
    linear-gradient(180deg, #fbf9fd 0%, #f4eef8 52%, #fbf9fd 100%) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-row-container {
  width: min(920px, calc(100vw - 2rem)) !important;
  max-width: min(920px, calc(100vw - 2rem)) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-column,
body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-column-addons,
body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-addon-single-image-container {
  display: flex;
  justify-content: center;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-addon-single-image {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) .sppb-addon-single-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(760px, 88vw);
  height: clamp(130px, 17vw, 210px);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.18) 48%, transparent 72%),
    radial-gradient(ellipse at 50% 50%, rgba(92, 52, 115, 0.13), transparent 70%);
  filter: blur(1px);
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1773304501595 img {
  width: min(620px, 78vw) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1773304501577 img {
  width: min(430px, 70vw) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) img {
  display: block;
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  margin-inline: auto;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 42px rgba(48, 28, 62, 0.18));
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content :is(#section-id-1773304501595, #section-id-1773304501577) {
    padding-block: 34px !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content #section-id-1773304501595 img {
    width: min(440px, 82vw) !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content #section-id-1773304501577 img {
    width: min(340px, 76vw) !important;
  }
}

/* Product comparison graphic: make the overview image prominent. */
body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 {
  padding-block: clamp(42px, 6vw, 86px) !important;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(92, 52, 115, 0.1), transparent 38rem),
    linear-gradient(180deg, #fbf9fd 0%, #f4edf8 100%) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 .sppb-row-container {
  width: min(1420px, calc(100vw - 3rem)) !important;
  max-width: min(1420px, calc(100vw - 3rem)) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 .sppb-column,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 .sppb-column-addons,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 .sppb-addon-content,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 .sppb-addon-single-image,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 .sppb-addon-single-image-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 img {
  width: min(1320px, calc(100vw - 4rem)) !important;
  max-width: min(1320px, calc(100vw - 4rem)) !important;
  max-height: none !important;
  height: auto !important;
  border-radius: 8px !important;
  box-shadow: 0 34px 86px rgba(48, 28, 62, 0.2) !important;
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 {
    padding-block: 30px !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 .sppb-row-container {
    width: calc(100vw - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
  }

  body.com_sppagebuilder .sp-page-builder .page-content #section-id-1770110958768 img {
    width: calc(100vw - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
  }
}

/* Product certificate block: keep all copy readable on the purple background. */
body.com_sppagebuilder .sp-page-builder .page-content #section-id-1535348956468 .sppb-addon-content h3,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-1535348956468 .sppb-addon-content h3 * {
  color: #fff !important;
  text-shadow: 0 12px 30px rgba(18, 9, 24, 0.28) !important;
}

/* Artefactum button system: consistent CTAs on home and product pages. */
body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]) {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.72rem 1.16rem !important;
  border: 1px solid rgba(92, 52, 115, 0.88) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--af-purple), var(--af-purple-dark)) !important;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(48, 28, 62, 0.22) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: clamp(0.88rem, 0.95vw, 1rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  transform: translateY(0);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]):hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]):focus {
  border-color: rgba(42, 18, 55, 0.94) !important;
  background: linear-gradient(135deg, #6f4186, #2f153e) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(48, 28, 62, 0.3) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore) :is(span, strong, em, i) {
  color: inherit !important;
  text-decoration: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-btn-block {
  width: auto !important;
  min-width: min(13rem, 100%);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore):focus-visible,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:focus-visible .sp-slider-btn-text {
  outline: 3px solid rgba(255, 255, 255, 0.76);
  outline-offset: 3px;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte
) :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]) {
  border-color: rgba(255, 255, 255, 0.74) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--af-purple-dark) !important;
  box-shadow: 0 16px 36px rgba(18, 9, 24, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte
) :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]):hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN,
  #section-id-rkn1vVqEIjx_kZUdkddxq,
  #section-id-1535348956468,
  #produkte
) :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]):focus {
  border-color: rgba(255, 255, 255, 0.36) !important;
  background: linear-gradient(135deg, var(--af-purple), var(--af-purple-dark)) !important;
  color: #fff !important;
  box-shadow: 0 18px 44px rgba(18, 9, 24, 0.34) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2
) .sppb-btn-custom::after {
  content: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(760px, calc(100vw - 2rem)) !important;
  min-height: 0 !important;
  align-items: center;
  justify-content: center;
  margin: 0.75rem auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  transform: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button .sp-slider-btn-text {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.28rem !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--af-purple-dark) !important;
  box-shadow: 0 16px 36px rgba(18, 9, 24, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(0.9rem, 1vw, 1.04rem) !important;
  font-weight: 760 !important;
  line-height: 1.22 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:hover,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:focus {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:hover .sp-slider-btn-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:focus .sp-slider-btn-text {
  border-color: rgba(255, 255, 255, 0.36) !important;
  background: linear-gradient(135deg, var(--af-purple), var(--af-purple-dark)) !important;
  color: #fff !important;
  box-shadow: 0 18px 44px rgba(18, 9, 24, 0.34) !important;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]),
  body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button .sp-slider-btn-text {
    min-height: 42px;
    padding: 0.68rem 1rem !important;
    font-size: 0.9rem !important;
  }
}

/* Artefactum button system v2: one coherent CTA style across home and products. */
body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]),
body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button .sp-slider-btn-text {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 44rem) !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  padding: 0.72rem 1.18rem !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #6b3b82 0%, #48205c 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(48, 28, 62, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: clamp(0.88rem, 0.92vw, 0.98rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  transform: translateY(0);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]):hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]):focus,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:hover .sp-slider-btn-text,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:focus .sp-slider-btn-text {
  border-color: rgba(255, 255, 255, 0.48) !important;
  background: linear-gradient(135deg, #7c4a91 0%, #30133f 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(48, 28, 62, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]) :is(span, strong, em, i),
body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button .sp-slider-btn-text :is(span, strong, em, i) {
  color: inherit !important;
  text-decoration: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore)::after {
  content: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 46rem) !important;
  min-height: 0 !important;
  margin: 0.9rem auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  transform: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:hover,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button:focus {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) :is(a.sppb-btn, .sppb-btn),
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-sp-slider-button .sp-slider-btn-text {
  border-color: rgba(255, 255, 255, 0.46) !important;
  box-shadow: 0 16px 38px rgba(18, 9, 24, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-btn-block {
  width: auto !important;
  min-width: min(11.5rem, 100%) !important;
}

@media (max-width: 767.98px) {
  body.com_sppagebuilder .sp-page-builder .page-content :is(a.sppb-btn, .sppb-btn, .sppb-readmore, input[type="submit"]),
  body.com_sppagebuilder .sp-page-builder .page-content .sppb-sp-slider-button .sp-slider-btn-text {
    min-height: 42px;
    padding: 0.66rem 1rem !important;
    font-size: 0.88rem !important;
  }
}

/* Hero CTAs: match the product overview slider button to the home header button. */
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2
) .sppb-btn-custom,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-sp-slider-button .sp-slider-btn-text {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 46rem) !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.22rem !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--af-purple-dark) !important;
  box-shadow: 0 16px 38px rgba(18, 9, 24, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: clamp(0.88rem, 0.92vw, 0.98rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal;
  transform: translateY(0);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-sp-slider-button {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 46rem) !important;
  min-height: 0 !important;
  margin: 0.9rem auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  transform: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2
) .sppb-btn-custom:hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2
) .sppb-btn-custom:focus,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-sp-slider-button:hover .sp-slider-btn-text,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-nTCalMm9BgtB-5LrmBAjc,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-sp-slider-button:focus .sp-slider-btn-text {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: linear-gradient(135deg, #6b3b82 0%, #48205c 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(18, 9, 24, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

/* Product hero slider cleanup: remove the extra white wrapper around the pill. */
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-button,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-button {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 46rem) !important;
  min-height: 0 !important;
  margin: 0.9rem auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
  transform: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-button:hover,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-nTCalMm9BgtB-5LrmBAjc .sppb-sp-slider-button:focus,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-button:hover,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-section#section-id-ChASJwtXPNTv_4cD0FPeN .sppb-sp-slider-button:focus {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  transform: none !important;
}

/* Home hero headline contrast guard. */
body.com_sppagebuilder .sp-page-builder .page-content #section-id-YeAyyjYBq32K8WjyjwEc4 #sppb-addon-q6onYkhBvq6NC19MWtGrG .sppb-addon-title,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-6LXVaGBeltZ4DVcIZrja2 #sppb-addon-gc3lDyKA4uAz66fo0KbYr .sppb-addon-title {
  color: #fff !important;
  text-shadow: 0 18px 48px rgba(18, 9, 24, 0.55) !important;
}

/* Card CTAs: product overview buttons should match the home cards. */
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-content {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 100%;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-image-layout-text {
  margin-bottom: clamp(1rem, 2vw, 1.45rem) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-content > a.sppb-btn,
body.com_sppagebuilder .sp-page-builder .page-content :is(.sppb-addon-articles, .sppb-addon-article, .sppb-addon-article-scroller, .sppb-article-info-wrap) .sppb-readmore {
  display: inline-flex !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 3rem !important;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  margin: auto 0 0 !important;
  padding: 0.78rem 1.35rem !important;
  border: 1px solid rgba(92, 52, 115, 0.92) !important;
  border-radius: 999px !important;
  background: #4f2364 !important;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(49, 20, 65, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  font-size: clamp(0.92rem, 0.96vw, 1rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  transform: translateY(0);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-content > a.sppb-btn:hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-1768487496574,
  #section-id-1733213531989,
  #section-id-1768732109630,
  #section-id-1768732109632
) .sppb-addon-image-layout-content > a.sppb-btn:focus,
body.com_sppagebuilder .sp-page-builder .page-content :is(.sppb-addon-articles, .sppb-addon-article, .sppb-addon-article-scroller, .sppb-article-info-wrap) .sppb-readmore:hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(.sppb-addon-articles, .sppb-addon-article, .sppb-addon-article-scroller, .sppb-article-info-wrap) .sppb-readmore:focus {
  border-color: rgba(73, 31, 94, 0.98) !important;
  background: #5d2c75 !important;
  color: #fff !important;
  box-shadow: 0 20px 42px rgba(49, 20, 65, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

/* Product detail hero contrast. */
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-4NpEfY1FsYj-YzET6pygj,
  #section-id-1534501276010
) :is(.addon-root-heading, .addon-root-text-block, .sppb-addon-header, .sppb-addon-text-block, .sppb-addon-content, .sppb-addon-title, h1, h2, h3, h4, h5, h6, p, strong, span, a:not(.sppb-btn)) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 16px 42px rgba(18, 9, 24, 0.48) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-4NpEfY1FsYj-YzET6pygj,
  #section-id-1534501276010
) :is(a.sppb-btn, .sppb-btn) {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 46rem) !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.22rem !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--af-purple-dark) !important;
  -webkit-text-fill-color: var(--af-purple-dark) !important;
  box-shadow: 0 16px 38px rgba(18, 9, 24, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: clamp(0.88rem, 0.92vw, 0.98rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal;
  transform: translateY(0);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-4NpEfY1FsYj-YzET6pygj,
  #section-id-1534501276010
) :is(a.sppb-btn, .sppb-btn):hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-4NpEfY1FsYj-YzET6pygj,
  #section-id-1534501276010
) :is(a.sppb-btn, .sppb-btn):focus {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: linear-gradient(135deg, #6b3b82 0%, #48205c 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 18px 42px rgba(18, 9, 24, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

/* Product detail CTAs should use the same calm pill system as the home cards. */
body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-content > a.sppb-btn {
  display: inline-flex !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 3rem !important;
  align-items: center;
  justify-content: center;
  margin: clamp(1rem, 2vw, 1.4rem) 0 0 !important;
  padding: 0.78rem 1.35rem !important;
  border: 1px solid rgba(92, 52, 115, 0.92) !important;
  border-radius: 999px !important;
  background: #4f2364 !important;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(49, 20, 65, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  font-size: clamp(0.92rem, 0.96vw, 1rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  transform: translateY(0);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-content > a.sppb-btn:hover,
body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-content > a.sppb-btn:focus {
  border-color: rgba(73, 31, 94, 0.98) !important;
  background: #5d2c75 !important;
  color: #fff !important;
  box-shadow: 0 20px 42px rgba(49, 20, 65, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-content > a.sppb-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72) !important;
  outline-offset: 3px;
}

/* Template-rendered footer modules from the legacy positions. */
.container-footer.af-template-footer,
.container-footer.af-template-footer * {
  box-sizing: border-box;
}

.container-footer.af-template-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-top: 1px solid rgba(86, 45, 105, 0.12);
  background:
    radial-gradient(circle at 16% 0%, rgba(127, 82, 151, 0.12), transparent 34rem),
    radial-gradient(circle at 92% 20%, rgba(162, 132, 181, 0.14), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #faf8fb 32%, #f1edf4 100%);
  color: #3f1b50;
}

.container-footer.af-template-footer .grid-child.af-template-footer__grid {
  display: grid;
  grid-template-columns: minmax(14rem, 1.15fr) minmax(14rem, 1fr) minmax(16rem, 1.05fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  width: min(1180px, calc(100% - 3rem));
  max-width: none;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2.75rem, 5vw, 4.5rem);
}

.container-footer.af-template-footer .af-template-footer__column {
  min-width: 0;
}

.container-footer.af-template-footer .moduletable > h3,
.container-footer.af-template-footer h3,
.container-footer.af-template-footer h4 {
  margin: 0 0 1.45rem;
  color: #55266f !important;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 800;
  line-height: 1.18;
}

.container-footer.af-template-footer,
.container-footer.af-template-footer p,
.container-footer.af-template-footer li,
.container-footer.af-template-footer address,
.container-footer.af-template-footer label {
  color: #4b245f !important;
  font-size: 1rem;
  line-height: 1.65;
}

.container-footer.af-template-footer address {
  margin: 0 0 1.2rem;
  font-style: normal;
}

.container-footer.af-template-footer p {
  margin: 0 0 1.2rem;
}

.container-footer.af-template-footer strong {
  color: #55266f !important;
  font-weight: 800;
}

.container-footer.af-template-footer ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.container-footer.af-template-footer li {
  margin: 0;
  padding: 0;
}

.container-footer.af-template-footer a {
  color: #56226d !important;
  text-decoration: none;
  text-underline-offset: 0.2em;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.container-footer.af-template-footer a:hover,
.container-footer.af-template-footer a:focus {
  color: #2d103c !important;
  text-decoration: underline;
}

.container-footer.af-template-footer .af-template-footer__column--links li a {
  display: flex;
  align-items: center;
  min-height: 2.65rem;
  border-bottom: 1px solid rgba(86, 45, 105, 0.13);
}

.container-footer.af-template-footer .af-template-footer__column--links li a::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-left: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.38;
  transform: rotate(45deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.container-footer.af-template-footer .af-template-footer__column--links li a:hover::after,
.container-footer.af-template-footer .af-template-footer__column--links li a:focus::after {
  opacity: 0.8;
  transform: translateX(0.18rem) rotate(45deg);
}

.container-footer.af-template-footer input[type="text"],
.container-footer.af-template-footer input[type="email"] {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid rgba(86, 45, 105, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #2f123f !important;
  font: inherit;
  box-shadow: inset 0 1px 1px rgba(42, 18, 55, 0.04), 0 12px 30px rgba(61, 26, 78, 0.06);
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.container-footer.af-template-footer input[type="text"]::placeholder,
.container-footer.af-template-footer input[type="email"]::placeholder {
  color: rgba(63, 27, 80, 0.58);
}

.container-footer.af-template-footer input[type="text"]:focus,
.container-footer.af-template-footer input[type="email"]:focus {
  border-color: rgba(86, 45, 105, 0.52);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(86, 45, 105, 0.1), 0 18px 36px rgba(61, 26, 78, 0.1);
}

.container-footer.af-template-footer input[type="checkbox"] {
  accent-color: #55266f;
}

.container-footer.af-template-footer button,
.container-footer.af-template-footer input[type="submit"],
.container-footer.af-template-footer .btn,
.container-footer.af-template-footer .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  min-width: 10.25rem;
  padding: 0.72rem 1.45rem !important;
  border: 1px solid rgba(92, 52, 115, 0.92) !important;
  border-radius: 999px !important;
  background: #4f2364 !important;
  color: #fff !important;
  font: inherit;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(49, 20, 65, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.container-footer.af-template-footer button:hover,
.container-footer.af-template-footer button:focus,
.container-footer.af-template-footer input[type="submit"]:hover,
.container-footer.af-template-footer input[type="submit"]:focus,
.container-footer.af-template-footer .btn:hover,
.container-footer.af-template-footer .btn:focus,
.container-footer.af-template-footer .button:hover,
.container-footer.af-template-footer .button:focus {
  border-color: rgba(73, 31, 94, 0.98) !important;
  background: #5d2c75 !important;
  color: #fff !important;
  box-shadow: 0 20px 42px rgba(49, 20, 65, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .container-footer.af-template-footer .grid-child.af-template-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-footer.af-template-footer .af-template-footer__column--newsletter,
  .container-footer.af-template-footer .af-template-footer__column--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .container-footer.af-template-footer .grid-child.af-template-footer__grid {
    grid-template-columns: 1fr;
    width: min(100% - 2rem, 34rem);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Global child-template footer. */
.af-global-footer,
.af-global-footer * {
  box-sizing: border-box;
}

.af-global-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-top: 1px solid rgba(86, 45, 105, 0.12);
  background:
    radial-gradient(circle at 16% 0%, rgba(127, 82, 151, 0.12), transparent 34rem),
    radial-gradient(circle at 92% 20%, rgba(162, 132, 181, 0.14), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #faf8fb 32%, #f1edf4 100%);
  color: #3f1b50;
  font-family: inherit;
}

.af-footer__inner {
  display: grid;
  grid-template-columns: minmax(14rem, 1.15fr) minmax(14rem, 1fr) minmax(16rem, 1.05fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2.75rem, 5vw, 4.5rem);
}

.af-footer__column {
  min-width: 0;
}

.af-footer__column h2 {
  margin: 0 0 1.35rem;
  color: #55266f;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.af-footer__column p,
.af-footer__column address,
.af-footer__column a,
.af-footer__newsletter label,
.af-footer__bottom {
  color: #4b245f;
  font-size: 1rem;
  line-height: 1.65;
}

.af-footer__column p,
.af-footer__column address {
  margin: 0 0 1.2rem;
}

.af-footer__column address {
  font-style: normal;
}

.af-footer__column a {
  text-decoration: none;
  text-underline-offset: 0.2em;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.af-footer__column a:hover,
.af-footer__column a:focus {
  color: #2c0e3b;
  text-decoration: underline;
}

.af-footer__links nav {
  display: grid;
  gap: 0;
}

.af-footer__links nav a {
  display: flex;
  align-items: center;
  min-height: 2.65rem;
  border-bottom: 1px solid rgba(86, 45, 105, 0.13);
  color: #56226d;
}

.af-footer__links nav a::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-left: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.38;
  transform: rotate(45deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.af-footer__links nav a:hover,
.af-footer__links nav a:focus {
  color: #2d103c;
}

.af-footer__links nav a:hover::after,
.af-footer__links nav a:focus::after {
  opacity: 0.8;
  transform: translateX(0.18rem) rotate(45deg);
}

.af-footer__contact strong {
  color: #55266f;
  font-weight: 800;
}

.af-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-top: 0.15rem;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, #6b3b82 0%, #48205c 100%);
  color: #fff !important;
  font-size: 1.35rem !important;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(61, 26, 78, 0.22);
}

.af-footer__social:hover,
.af-footer__social:focus {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(61, 26, 78, 0.28);
}

.af-footer__newsletter p {
  max-width: 22rem;
}

.af-footer-newsletter-form {
  display: grid;
  gap: 0.75rem;
  max-width: 23rem;
}

.af-footer-newsletter-form label {
  display: grid;
  gap: 0.35rem;
  margin: 0;
}

.af-footer-newsletter-form label > span:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.af-footer-newsletter-form input[type="text"],
.af-footer-newsletter-form input[type="email"] {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid rgba(86, 45, 105, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #2f123f;
  font: inherit;
  box-shadow: inset 0 1px 1px rgba(42, 18, 55, 0.04), 0 12px 30px rgba(61, 26, 78, 0.06);
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.af-footer-newsletter-form input[type="text"]::placeholder,
.af-footer-newsletter-form input[type="email"]::placeholder {
  color: rgba(63, 27, 80, 0.58);
}

.af-footer-newsletter-form input[type="text"]:focus,
.af-footer-newsletter-form input[type="email"]:focus {
  border-color: rgba(86, 45, 105, 0.52);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(86, 45, 105, 0.1), 0 18px 36px rgba(61, 26, 78, 0.1);
}

.af-footer-newsletter-form__consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.55rem !important;
  margin: 0.15rem 0 0.35rem !important;
}

.af-footer-newsletter-form__consent input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin: 0.24rem 0 0;
  accent-color: #55266f;
}

.af-footer-newsletter-form__consent span {
  color: #4b245f;
  font-size: 0.84rem;
  line-height: 1.45;
}

.af-footer-newsletter-form__consent a {
  color: #55266f;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.af-footer-newsletter-form button {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  min-width: 10.25rem;
  padding: 0.72rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, #6b3b82 0%, #48205c 100%);
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(61, 26, 78, 0.22);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.af-footer-newsletter-form button:hover,
.af-footer-newsletter-form button:focus {
  background: linear-gradient(135deg, #7c4a95 0%, #55266f 100%);
  color: #fff;
  box-shadow: 0 20px 42px rgba(61, 26, 78, 0.3);
  transform: translateY(-2px);
}

.af-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.2rem 0 1.45rem;
  border-top: 1px solid rgba(86, 45, 105, 0.13);
  color: rgba(63, 27, 80, 0.72);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .af-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .af-footer__newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .af-footer__inner {
    grid-template-columns: 1fr;
    width: min(100% - 2rem, 34rem);
    padding-top: 3rem;
  }

  .af-footer__bottom {
    flex-direction: column;
    width: min(100% - 2rem, 34rem);
    padding-bottom: 1.8rem;
  }

  .af-footer-newsletter-form,
  .af-footer__newsletter p {
    max-width: none;
  }
}

/* Site-wide audit fixes: page heroes and CTAs. */
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) {
  isolation: isolate;
}

body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) :is(
  .addon-root-heading,
  .addon-root-text-block,
  .sppb-addon-header,
  .sppb-addon-text-block,
  .sppb-addon-content,
  .sppb-addon-title,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  strong,
  span,
  em,
  small,
  a:not(.sppb-btn)
) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 16px 42px rgba(18, 9, 24, 0.5) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  .sppb-button-wrapper > a.sppb-btn,
  .sppb-addon-image-layout-content > a.sppb-btn,
  .sppb-readmore,
  a.sppb-btn-custom
) {
  display: inline-flex !important;
  max-width: min(100%, 44rem) !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.18rem !important;
  border: 1px solid rgba(92, 52, 115, 0.92) !important;
  border-radius: 999px !important;
  background: #4f2364 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 14px 32px rgba(48, 28, 62, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: clamp(0.88rem, 0.92vw, 0.98rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal;
  transform: translateY(0);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  .sppb-button-wrapper > a.sppb-btn,
  .sppb-addon-image-layout-content > a.sppb-btn,
  .sppb-readmore,
  a.sppb-btn-custom
):hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  .sppb-button-wrapper > a.sppb-btn,
  .sppb-addon-image-layout-content > a.sppb-btn,
  .sppb-readmore,
  a.sppb-btn-custom
):focus {
  border-color: rgba(73, 31, 94, 0.98) !important;
  background: #5d2c75 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 18px 42px rgba(48, 28, 62, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

body.com_sppagebuilder .sp-page-builder .page-content .sppb-addon-image-layout-content > a.sppb-btn {
  width: 100% !important;
}

body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) :is(
  a.sppb-btn,
  .sppb-btn,
  .sppb-sp-slider-button .sp-slider-btn-text
) {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 46rem) !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.22rem !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--af-purple-dark) !important;
  -webkit-text-fill-color: var(--af-purple-dark) !important;
  box-shadow: 0 16px 38px rgba(18, 9, 24, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: clamp(0.88rem, 0.92vw, 0.98rem) !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal;
  transform: translateY(0);
}

body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) .sppb-sp-slider-button {
  display: inline-flex !important;
  width: auto !important;
  max-width: min(100%, 46rem) !important;
  min-height: 0 !important;
  margin: 0.9rem auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  transform: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) :is(
  a.sppb-btn,
  .sppb-btn
):hover,
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) :is(
  a.sppb-btn,
  .sppb-btn
):focus,
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) .sppb-sp-slider-button:hover .sp-slider-btn-text,
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) .sppb-sp-slider-button:focus .sp-slider-btn-text {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: #4f2364 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 18px 42px rgba(18, 9, 24, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

/* Mobile polish: keep topbar controls visible and preserve CTA contrast. */
@media (max-width: 767.98px) {
  html {
    --af-live-topbar-height: 40px;
  }

  .af-topbar {
    width: 100% !important;
    max-width: 100% !important;
    min-height: var(--af-live-topbar-height) !important;
    overflow: hidden !important;
  }

  .af-topbar__inner {
    width: 100% !important;
    max-width: 100% !important;
    min-height: var(--af-live-topbar-height) !important;
    justify-content: center !important;
    padding-right: max(12px, env(safe-area-inset-right)) !important;
    padding-left: max(12px, env(safe-area-inset-left)) !important;
  }

  .af-topbar .af-language {
    position: static !important;
    inset: auto !important;
    flex: 0 0 auto !important;
    max-width: calc(100vw - 24px) !important;
    height: var(--af-live-topbar-height) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
  }

  .af-topbar .af-language a {
    min-width: 40px !important;
    height: var(--af-live-topbar-height) !important;
    line-height: var(--af-live-topbar-height) !important;
  }
}

body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) :is(
  a.sppb-btn,
  .sppb-btn,
  .sppb-sp-slider-button .sp-slider-btn-text
),
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) :is(
  a.sppb-btn,
  .sppb-btn,
  .sppb-sp-slider-button .sp-slider-btn-text
) :is(span, strong, em, small) {
  color: var(--af-purple-dark) !important;
  -webkit-text-fill-color: var(--af-purple-dark) !important;
  text-shadow: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) :is(
  a.sppb-btn,
  .sppb-btn
):hover :is(span, strong, em, small),
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) :is(
  a.sppb-btn,
  .sppb-btn
):focus :is(span, strong, em, small),
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) .sppb-sp-slider-button:hover .sp-slider-btn-text :is(span, strong, em, small),
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:first-of-type:has(> .sppb-row-overlay) .sppb-sp-slider-button:focus .sp-slider-btn-text :is(span, strong, em, small) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* FastTrack standard products: keep product imagery on a true white canvas. */
body.itemid-1235,
body.itemid-1235 .site-grid,
body.itemid-1235 .grid-child.container-component,
body.itemid-1235 .container-component > main,
body.itemid-1235 #sp-page-builder,
body.itemid-1235 .sp-page-builder,
body.itemid-1235 .sp-page-builder .page-content {
  background: #fff !important;
  background-image: none !important;
}

body.itemid-1235 .sp-page-builder .page-content #section-id-1726559366118,
body.itemid-1235 .sp-page-builder .page-content #section-id-1768566056724,
body.itemid-1235 .sp-page-builder .page-content #section-id-Ts2U8LM6Zglo9pIunnsSm,
body.itemid-1235 .sp-page-builder .page-content #section-id-HhatGDIfoqtQYVzY2s-bv,
body.itemid-1235 .category-section,
body.itemid-1235 .category-section > div,
body.itemid-1235 .panel,
body.itemid-1235 .table-container {
  background: #fff !important;
  background-image: none !important;
}

/* Shared news cards: mirror the index cards on press and English news views. */
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-addon-article-layout-editorial-row {
  align-items: stretch !important;
  gap: 25px !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-addon-article-layout {
  display: flex !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-addon-article {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  width: 100%;
  min-height: 100% !important;
  border: 1px solid var(--af-line) !important;
  border-radius: var(--af-radius) !important;
  background: #fff !important;
  box-shadow: var(--af-shadow-sm) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-addon-article:hover {
  border-color: var(--af-line-strong) !important;
  box-shadow: var(--af-shadow) !important;
  transform: translateY(-4px);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-article-img-wrap {
  display: block !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 10;
  background: var(--af-lavender) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-article-img-wrap img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 240ms ease !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-addon-article:hover .sppb-article-img-wrap img {
  transform: scale(1.035);
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-article-info-wrap {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 1.3rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) h3 {
  margin: 0 0 0.75rem !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) h3 a {
  color: var(--af-purple-dark) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 1.24rem !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  text-decoration: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-article-meta {
  order: -1;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.75rem !important;
  color: var(--af-muted) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-meta-category a {
  border-radius: 999px !important;
  background: var(--af-lavender) !important;
  color: var(--af-purple) !important;
  padding: 0.18rem 0.55rem !important;
  text-decoration: none !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-article-introtext {
  color: var(--af-text) !important;
  font-size: 0.96rem !important;
  line-height: 1.7 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-article-info-wrap > .sppb-article-introtext:has(> img:first-child) {
  order: -2;
  overflow: hidden !important;
  margin: -1.3rem -1.3rem 1rem !important;
  aspect-ratio: 16 / 10;
  background: var(--af-lavender) !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-article-info-wrap > .sppb-article-introtext:has(> img:first-child) img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #sppb-addon-gYoHL_0jPoUu_ZEdzy9_9,
  #sppb-addon-1725544054741,
  #sppb-addon-w5LvrW6Ll1mfn3N0RW4bt,
  #sppb-addon-869xkQXj5dME4hi1J-SI9
) .sppb-readmore {
  margin-top: auto !important;
}

/* Press page mobile hero: prevent the long headline and intro from clipping. */
@media (max-width: 767.98px) {
  body.itemid-160 .sp-page-builder .page-content #section-id-1534501276010 {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    min-height: calc(100svh - var(--af-live-topbar-height, 40px) - var(--af-live-header-height, 88px)) !important;
    max-height: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: clamp(2.4rem, 9vw, 3.4rem) 0 clamp(2.7rem, 11vw, 4rem) !important;
    overflow: hidden !important;
    box-sizing: border-box;
  }

  body.itemid-160 .sp-page-builder .page-content #section-id-1534501276010 > .sppb-row-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    box-sizing: border-box;
  }

  body.itemid-160 .sp-page-builder .page-content #column-wrap-id-1534501276009,
  body.itemid-160 .sp-page-builder .page-content #column-id-1534501276009 {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
  }

  body.itemid-160 .sp-page-builder .page-content #section-id-1534501276010 .sppb-row {
    min-height: 0 !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.itemid-160 .sp-page-builder .page-content #section-id-1534501276010 .sppb-column-addons {
    display: grid !important;
    justify-items: center;
    width: 100%;
    gap: 0.9rem;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-wrapper-1534501408002,
  body.itemid-160 .sp-page-builder .page-content #sppb-addon-wrapper-1534502327277,
  body.itemid-160 .sp-page-builder .page-content #sppb-addon-wrapper-1534502523428 {
    width: 100% !important;
    max-width: 22.5rem !important;
    margin: 0 auto !important;
    min-width: 0 !important;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-1534501408002 .sppb-addon-header .sppb-addon-title {
    display: block !important;
    width: 100% !important;
    max-width: 18.75rem !important;
    margin: 0 auto 0.25rem !important;
    font-size: clamp(1.34rem, 5.4vw, 1.75rem) !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: none !important;
    text-wrap: balance;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-1534502327277 .sppb-addon-text-block .sppb-addon-content {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto !important;
    font-size: clamp(0.86rem, 3.45vw, 0.96rem) !important;
    line-height: 1.38 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-1534502523428 .sppb-addon-content {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    margin: 0 !important;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-1534502523428 .sppb-addon-content .sppb-btn {
    min-height: 2.75rem !important;
    margin: 0 !important;
    padding: 0.68rem 1rem !important;
    white-space: normal !important;
  }
}

@media (max-width: 420px) {
  body.itemid-160 .sp-page-builder .page-content #section-id-1534501276010 .sppb-column-addons {
    max-width: calc(100vw - 1.5rem) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-1534501408002 .sppb-addon-header .sppb-addon-title {
    max-width: 18rem !important;
    font-size: clamp(1.24rem, 5.2vw, 1.42rem) !important;
    line-height: 1.1 !important;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-1534502327277 .sppb-addon-text-block .sppb-addon-content {
    max-width: 18.6rem !important;
    font-size: 0.84rem !important;
    line-height: 1.36 !important;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-1534502523428 .sppb-addon-content {
    flex-direction: column !important;
    align-items: center;
    max-width: 14.5rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.itemid-160 .sp-page-builder .page-content #sppb-addon-1534502523428 .sppb-addon-content .sppb-btn {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Research page project panels: keep the lower project copy white on the purple cards. */
body.itemid-127 .sp-page-builder .page-content div[id="Produkte"],
body.itemid-127 .sp-page-builder .page-content div[id="Produkte"] :is(
  .sppb-addon-text-block,
  .sppb-addon-title,
  .sppb-addon-content,
  .sppb-addon-content *,
  .sppb-addon-text,
  .sppb-addon-text *,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  strong,
  span,
  li,
  a:not(.sppb-btn)
) {
  color: #fff !important;
}

body.itemid-144 .sp-page-builder .page-content div[id="Products"],
body.itemid-144 .sp-page-builder .page-content div[id="Products"] :is(
  .sppb-addon-text-block,
  .sppb-addon-title,
  .sppb-addon-content,
  .sppb-addon-content *,
  .sppb-addon-text,
  .sppb-addon-text *,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  strong,
  span,
  li,
  a:not(.sppb-btn)
) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* English research page: remove the duplicate orphan heading below the project panels. */
body.itemid-144 .sp-page-builder .page-content #section-id-1733911259391 {
  display: none !important;
}

/* Visforms request form: scoped visual polish without changing Visforms behavior. */
body:is(.itemid-313, .itemid-351) .grid-child.container-component {
  width: 100%;
  max-width: 1180px;
  padding: clamp(1.6rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem) clamp(2.5rem, 5vw, 4rem);
  overflow-x: hidden;
  box-sizing: border-box;
}

body:is(.itemid-313, .itemid-351) #visformcontainer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border: 1px solid rgba(92, 52, 115, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 8% 8%, rgba(92, 52, 115, 0.08), transparent 24rem);
  box-shadow: 0 24px 70px rgba(41, 20, 54, 0.11);
  box-sizing: border-box;
  overflow-x: hidden;
}

body:is(.itemid-313, .itemid-351) #visformcontainer *,
body:is(.itemid-313, .itemid-351) #visformcontainer *::before,
body:is(.itemid-313, .itemid-351) #visformcontainer *::after {
  box-sizing: border-box;
  min-width: 0;
}

body:is(.itemid-313, .itemid-351) #visformcontainer .row {
  --bs-gutter-x: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body:is(.itemid-313, .itemid-351) #visformcontainer [class*="col-"] {
  min-width: 0;
}

body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc {
  max-width: min(940px, 100%);
  margin: 0 0 clamp(1.2rem, 3vw, 2rem);
  color: var(--af-muted);
  overflow-wrap: anywhere;
}

body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc h1,
body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc h1 span {
  margin: 0 0 1rem !important;
  color: var(--af-purple-dark) !important;
  font-size: clamp(2rem, 4.2vw, 3.2rem) !important;
  font-weight: 520 !important;
  line-height: 1.08 !important;
}

body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc p {
  max-width: 88ch;
  margin-bottom: 0.7rem;
  font-size: 0.98rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) {
  color: var(--af-ink);
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .visprogress {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(0.35rem, 1.4vw, 0.85rem);
  margin: 1.4rem 0 1rem;
  padding: 0;
  background: transparent !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .visprogress .stepCont {
  display: flex;
  align-items: center;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .visprogress .badge {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(92, 52, 115, 0.18);
  border-radius: 999px;
  background: #fff !important;
  color: var(--af-purple) !important;
  box-shadow: 0 8px 20px rgba(41, 20, 54, 0.08);
  font-weight: 650;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .visprogress .stepCont:last-child .badge {
  width: auto;
  min-width: 4.25rem;
  padding-inline: 0.75rem;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .visprogress .badge-important {
  border-color: var(--af-purple) !important;
  background: var(--af-purple) !important;
  color: #fff !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .vis_mandatory {
  display: inline-flex;
  margin: 0.35rem 0 1rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(191, 23, 34, 0.16);
  border-radius: 999px;
  background: rgba(191, 23, 34, 0.06);
  color: #9e1520 !important;
  font-size: 0.88rem;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset {
  width: 100%;
  margin: clamp(1rem, 2vw, 1.4rem) 0;
  padding: clamp(1.15rem, 2.6vw, 2rem);
  border: 1px solid rgba(92, 52, 115, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-sizing: border-box;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset > .row,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset > .form-group,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field273,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field274,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field275,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field276,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field277,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field278,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field279,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field280,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset .field281 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) [class*="offset-3"] {
  margin-left: 0 !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) :is(.offset-3, .offset-sm-3, .offset-md-3, .offset-lg-3, .offset-xl-3, .offset-xxl-3):is(
  .col-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xl-9,
  .col-xxl-9
) {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .bfSectionDescription {
  max-width: 860px;
  margin: 0 auto 1rem;
  text-align: center;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .bfSectionDescription h1,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) > fieldset h1,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .bfSectionDescription h1 span,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) > fieldset h1 span {
  color: var(--af-purple-dark) !important;
  font-size: clamp(1.8rem, 3vw, 2.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset :is(h1, h2, h3, h4, h5, h6),
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset :is(h1, h2, h3, h4, h5, h6) *,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .bfSectionDescription :is(h1, h2, h3, h4, h5, h6),
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .bfSectionDescription :is(h1, h2, h3, h4, h5, h6) * {
  color: var(--af-purple-dark) !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .bfSectionDescription p,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) > fieldset p {
  color: var(--af-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) hr {
  height: 1px;
  margin: clamp(0.75rem, 1.8vw, 1.2rem) 0;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(92, 52, 115, 0.22), transparent);
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-group.row:not(.pbBtnCon) {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 0.95rem;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-group.row:not(.pbBtnCon) > label[class*="col-"],
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-group.row:not(.pbBtnCon) > div[class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) label {
  display: block;
  margin-bottom: 0.38rem;
  color: var(--af-purple-dark);
  font-weight: 520;
  line-height: 1.35;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .asterix-ancor::after {
  padding-left: 0.35rem !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) :is(.form-control, .form-select, input[type="text"], input[type="email"], select, textarea) {
  display: block;
  width: 100% !important;
  min-height: 2.85rem;
  border: 1px solid rgba(92, 52, 115, 0.18) !important;
  border-radius: 999px !important;
  background-color: rgba(255, 255, 255, 0.96) !important;
  color: var(--af-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 6px 18px rgba(41, 20, 54, 0.06) !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) textarea {
  min-height: 10rem;
  border-radius: 8px !important;
  resize: vertical;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) textarea.form-control,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-control:is(textarea) {
  min-height: clamp(10rem, 24vw, 14rem);
  border-radius: 8px !important;
  padding: 1rem 1.1rem !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) input[type="file"] {
  width: 100%;
  max-width: 100%;
  min-height: 2.85rem;
  padding: 0.48rem 0.6rem;
  border: 1px solid rgba(92, 52, 115, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--af-ink);
  box-shadow: 0 6px 18px rgba(41, 20, 54, 0.06);
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) input[type="file"]::file-selector-button {
  margin-right: 0.8rem;
  padding: 0.48rem 0.9rem;
  border: 1px solid rgba(92, 52, 115, 0.22);
  border-radius: 999px;
  background: rgba(92, 52, 115, 0.08);
  color: var(--af-purple-dark);
  font: inherit;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) :is(.form-control, .form-select, input[type="text"], input[type="email"], select, textarea):focus {
  border-color: var(--af-purple) !important;
  outline: 0;
  background-color: #fff !important;
  box-shadow: 0 0 0 0.22rem rgba(92, 52, 115, 0.13), 0 10px 28px rgba(41, 20, 54, 0.08) !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) :is(input[type="radio"], input[type="checkbox"]) {
  border-color: rgba(92, 52, 115, 0.35);
  accent-color: var(--af-purple);
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-check-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.25rem 0.45rem 0.25rem 0;
  padding: 0.42rem 0.75rem 0.42rem 0.58rem;
  border: 1px solid rgba(92, 52, 115, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-check-inline .form-check-input {
  float: none !important;
  flex: 0 0 auto;
  margin: 0 !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-check-label {
  color: var(--af-muted);
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .errorcontainer,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) label.error {
  display: inline-flex;
  margin-top: 0.35rem;
  color: #9e1520 !important;
  font-size: 0.86rem;
  line-height: 1.35;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .pbBtnCon {
  align-items: center;
  margin-top: clamp(1rem, 2.4vw, 1.5rem);
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) :is(.next_btn, .summary_btn, #field74, .btn-primary) {
  min-width: 2.9rem;
  min-height: 2.9rem;
  border: 1px solid var(--af-purple) !important;
  border-radius: 999px !important;
  background: var(--af-purple) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(41, 20, 54, 0.22) !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .back_btn {
  min-width: 2.9rem;
  min-height: 2.9rem;
  border: 1px solid rgba(92, 52, 115, 0.28) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--af-purple) !important;
}

body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) :is(.next_btn, .summary_btn, #field74, .btn-primary, .back_btn):hover,
body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) :is(.next_btn, .summary_btn, #field74, .btn-primary, .back_btn):focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(41, 20, 54, 0.24) !important;
}

@media (max-width: 767.98px) {
  body:is(.itemid-313, .itemid-351) {
    overflow-x: hidden;
  }

  body:is(.itemid-313, .itemid-351) .grid-child.container-component {
    width: 100%;
    max-width: 100%;
    padding: 1.2rem 0.75rem 2.4rem;
  }

  body:is(.itemid-313, .itemid-351) #visformcontainer {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.1rem;
  }

  body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc,
  body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc p {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc h1,
  body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc h1 span {
    font-size: clamp(1.72rem, 8vw, 2.18rem) !important;
  }

  body:is(.itemid-313, .itemid-351) #visformcontainer .category-desc p,
  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .bfSectionDescription p,
  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) > fieldset p {
    font-size: 0.9rem;
    line-height: 1.5;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .visprogress {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .visprogress .badge {
    width: 2rem;
    height: 2rem;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset {
    padding: 1rem 0.85rem;
    overflow-x: hidden;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset > .row,
  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset > .form-group,
  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) fieldset [class*="field"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  body:is(.itemid-313, .itemid-351) #visformcontainer [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-group.row:not(.pbBtnCon) {
    display: block;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-group.row:not(.pbBtnCon) > label[class*="col-"],
  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-group.row:not(.pbBtnCon) > div[class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) label {
    display: block;
    margin-bottom: 0.35rem;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) :is(.form-control, .form-select, input[type="text"], input[type="email"], select, textarea) {
    width: 100% !important;
    max-width: 100% !important;
  }

  body:is(.itemid-313, .itemid-351) form:is(#visform3, #visform15) .form-check-inline {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
  }
}

/* English Cream-in-Gel repair page: structured fallback for the translated article. */
body.itemid-1287 .grid-child.container-component {
  width: 100%;
  max-width: 1240px;
  padding: clamp(1.8rem, 4vw, 3.5rem) clamp(1rem, 3vw, 2rem);
}

body.itemid-1287 .af-cream-page {
  color: var(--af-ink);
  font-family: "Raleway", Arial, sans-serif;
}

body.itemid-1287 .af-cream-page :is(h1, h2, h3, p, li, summary) {
  letter-spacing: 0;
}

body.itemid-1287 .af-cream-hero {
  position: relative;
  min-height: clamp(32rem, 62vw, 46rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(92, 52, 115, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(41, 20, 54, 0.12);
}

body.itemid-1287 .af-cream-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.72)),
    url("/images/Cream-In-Gel/molecule_lila3.png") center / cover no-repeat;
  opacity: 0.92;
}

body.itemid-1287 .af-cream-hero__content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
}

body.itemid-1287 .af-eyebrow {
  margin: 0 0 0.8rem;
  color: var(--af-purple);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.itemid-1287 .af-cream-hero h1,
body.itemid-1287 .af-cream-page h2 {
  color: var(--af-purple-dark);
  font-weight: 500;
  line-height: 1.12;
}

body.itemid-1287 .af-cream-hero h1 {
  margin: 0 0 1.2rem;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
}

body.itemid-1287 .af-cream-hero p:not(.af-eyebrow),
body.itemid-1287 .af-cream-page p,
body.itemid-1287 .af-cream-page li {
  color: var(--af-muted);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.72;
}

body.itemid-1287 .af-cream-benefits,
body.itemid-1287 .af-cream-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  width: min(980px, 100%);
  margin: clamp(-5rem, -7vw, -3rem) auto clamp(2.4rem, 5vw, 4rem);
  position: relative;
  z-index: 2;
}

body.itemid-1287 .af-cream-card,
body.itemid-1287 .af-cream-product-grid article,
body.itemid-1287 .af-cream-accordion details {
  border: 1px solid rgba(92, 52, 115, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(41, 20, 54, 0.1);
}

body.itemid-1287 .af-cream-card {
  padding: clamp(1.2rem, 2.4vw, 2rem);
  backdrop-filter: blur(12px);
}

body.itemid-1287 .af-cream-step {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: var(--af-purple);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

body.itemid-1287 .af-cream-card h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
}

body.itemid-1287 .af-cream-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

body.itemid-1287 .af-cream-video {
  width: min(880px, 100%);
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #12091a;
  box-shadow: 0 28px 70px rgba(41, 20, 54, 0.18);
}

body.itemid-1287 .af-cream-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

body.itemid-1287 .af-cream-showcase,
body.itemid-1287 .af-cream-accordion,
body.itemid-1287 .af-cream-cta {
  width: min(1060px, 100%);
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}

body.itemid-1287 .af-cream-showcase {
  text-align: center;
}

body.itemid-1287 .af-cream-showcase h2,
body.itemid-1287 .af-cream-accordion h2,
body.itemid-1287 .af-cream-cta h2 {
  margin: 0 0 clamp(1.4rem, 3vw, 2.4rem);
  font-size: clamp(2rem, 4vw, 3.35rem);
}

body.itemid-1287 .af-cream-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  margin-bottom: 0;
}

body.itemid-1287 .af-cream-product-grid article {
  padding: clamp(1.15rem, 2.2vw, 1.8rem);
  text-align: left;
}

body.itemid-1287 .af-cream-product-grid h3 {
  margin: 0 0 0.7rem;
  color: var(--af-purple-dark);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 560;
}

body.itemid-1287 .af-cream-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: center;
  width: min(1060px, 100%);
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}

body.itemid-1287 .af-cream-split h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

body.itemid-1287 .af-cream-chart {
  position: relative;
  min-height: clamp(22rem, 34vw, 28rem);
  overflow: hidden;
  border: 1px solid rgba(92, 52, 115, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 68% 28%, rgba(92, 52, 115, 0.16), transparent 11rem);
  box-shadow: 0 22px 60px rgba(41, 20, 54, 0.12);
}

body.itemid-1287 .af-cream-chart::before,
body.itemid-1287 .af-cream-chart::after {
  content: "";
  position: absolute;
  background: var(--af-purple);
}

body.itemid-1287 .af-cream-chart::before {
  left: 18%;
  bottom: 18%;
  width: 2px;
  height: 64%;
}

body.itemid-1287 .af-cream-chart::after {
  left: 18%;
  right: 12%;
  bottom: 18%;
  height: 2px;
}

body.itemid-1287 .af-cream-chart__axis {
  position: absolute;
  color: var(--af-purple-dark);
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1.25;
}

body.itemid-1287 .af-cream-chart__axis-y {
  top: 10%;
  left: 8%;
  max-width: 10rem;
}

body.itemid-1287 .af-cream-chart__axis-x {
  right: 7%;
  bottom: 6%;
  max-width: 12rem;
  text-align: right;
}

body.itemid-1287 .af-cream-chart__point {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--af-purple-dark);
  font-size: 0.9rem;
  font-weight: 750;
  white-space: nowrap;
}

body.itemid-1287 .af-cream-chart__point::before {
  content: "";
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

body.itemid-1287 .af-cream-chart__point-cream {
  top: 26%;
  left: 29%;
  color: #008c95;
}

body.itemid-1287 .af-cream-chart__point-gel {
  right: 17%;
  bottom: 30%;
  color: #ec8b00;
}

body.itemid-1287 .af-cream-chart__point-cig {
  top: 28%;
  right: 12%;
  color: var(--af-purple);
}

body.itemid-1287 .af-cream-accordion {
  display: grid;
  gap: 0.8rem;
}

body.itemid-1287 .af-cream-accordion h2 {
  text-align: center;
}

body.itemid-1287 .af-cream-accordion details {
  padding: 1rem 1.2rem;
}

body.itemid-1287 .af-cream-accordion summary {
  cursor: pointer;
  color: var(--af-purple-dark);
  font-size: 1.1rem;
  font-weight: 650;
}

body.itemid-1287 .af-cream-accordion p {
  margin: 0.8rem 0 0;
}

body.itemid-1287 .af-cream-cta {
  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(92, 52, 115, 0.96), rgba(173, 151, 185, 0.82));
  text-align: center;
  box-shadow: 0 28px 70px rgba(41, 20, 54, 0.2);
}

body.itemid-1287 .af-cream-cta h2,
body.itemid-1287 .af-cream-cta p {
  color: #fff !important;
}

body.itemid-1287 .af-cream-cta .af-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  background: #fff;
  color: var(--af-purple-dark) !important;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  body.itemid-1287 .grid-child.container-component {
    padding: 1rem 0.75rem 2.5rem;
  }

  body.itemid-1287 .af-cream-hero {
    min-height: 34rem;
  }

  body.itemid-1287 .af-cream-benefits,
  body.itemid-1287 .af-cream-product-grid,
  body.itemid-1287 .af-cream-split {
    grid-template-columns: 1fr;
  }

  body.itemid-1287 .af-cream-benefits {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .com_sppagebuilder #section-id-XrBfzK2Gj_ezc1llFkOUv,
  .com_sppagebuilder #section-id-o0_xTH3Ab0GB7m9ldnB3X,
  .com_sppagebuilder #section-id-1733407260735,
  .com_sppagebuilder #section-id-1773304501595,
  .com_sppagebuilder #section-id-1773304501577,
  .com_sppagebuilder #section-id-1669054975886 {
    display: none !important;
  }

  .com_sppagebuilder #section-id-6LXVaGBeltZ4DVcIZrja2,
  .com_sppagebuilder #section-id-ChASJwtXPNTv_4cD0FPeN {
    min-height: auto !important;
    padding-bottom: clamp(3.5rem, 14vw, 5.5rem) !important;
  }

  .com_sppagebuilder #section-id-WmlgPnvPvwcFmC2GI8jSt,
  .com_sppagebuilder #section-id-JR5LtPEIy79x0JnibmZjv,
  .com_sppagebuilder #section-id-rkn1vVqEIjx_kZUdkddxq {
    min-height: clamp(220px, 58vw, 320px) !important;
  }

  .com_sppagebuilder .sppb-addon-accordion .sppb-panel-heading {
    min-height: 58px;
    padding: 0.9rem 1rem 0.9rem 1.25rem !important;
    font-size: 1rem;
  }

  .com_sppagebuilder .sppb-addon-accordion .sppb-toggle-direction {
    width: 2rem;
    height: 2rem;
    margin-left: 0.75rem;
  }
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-btn-custom,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-btn-custom span,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-btn-custom .sppb-btn-text {
  color: var(--af-purple-dark) !important;
  -webkit-text-fill-color: var(--af-purple-dark) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-btn-custom:hover,
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-YeAyyjYBq32K8WjyjwEc4,
  #section-id-6LXVaGBeltZ4DVcIZrja2,
  #section-id-ChASJwtXPNTv_4cD0FPeN
) .sppb-btn-custom:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-E3blyc7J9NYLF2_wxqUzR,
body.com_sppagebuilder .sp-page-builder .page-content #section-id-E3blyc7J9NYLF2_wxqUzR :is(
  .sppb-addon,
  .sppb-addon-title,
  .sppb-addon-content,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  small,
  a
) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(31, 12, 42, 0.28);
}

body.com_sppagebuilder .sp-page-builder .page-content #section-id-E3blyc7J9NYLF2_wxqUzR :is(.sppb-btn, .sppb-btn-primary) {
  background: linear-gradient(135deg, var(--af-purple), var(--af-purple-dark)) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
}

.af-seo-content {
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(250, 247, 252, 0.96)),
    var(--af-page-bg, #fbf8fc);
  color: var(--af-purple-dark);
}

.af-seo-content__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.af-seo-content__kicker {
  margin: 0 0 0.8rem;
  color: var(--af-purple);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.af-seo-content h2 {
  max-width: 780px;
  margin: 0 0 1rem;
  color: var(--af-purple-dark);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.08;
}

.af-seo-content__lead {
  max-width: 820px;
  margin: 0;
  color: rgba(48, 23, 64, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.75;
}

.af-seo-content__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.6rem);
  margin-top: clamp(1.8rem, 4vw, 3rem);
}

.af-seo-content__card {
  min-height: 100%;
  padding: clamp(1.15rem, 2.5vw, 1.7rem);
  border: 1px solid rgba(92, 52, 115, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(48, 23, 64, 0.08);
}

.af-seo-content__card h3,
.af-seo-content__faq h3 {
  margin: 0 0 0.75rem;
  color: var(--af-purple-dark);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.25;
}

.af-seo-content__card p,
.af-seo-content__faq p {
  margin: 0;
  color: rgba(48, 23, 64, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.af-seo-content__faq {
  margin-top: clamp(1.8rem, 4vw, 3rem);
  padding: clamp(1.15rem, 2.5vw, 1.7rem);
  border-radius: 8px;
  background: rgba(92, 52, 115, 0.06);
}

.af-seo-content__faq details {
  border-top: 1px solid rgba(92, 52, 115, 0.16);
  padding: 0.95rem 0;
}

.af-seo-content__faq details:first-of-type {
  border-top: 0;
}

.af-seo-content__faq summary {
  cursor: pointer;
  color: var(--af-purple-dark);
  font-size: 1.02rem;
  font-weight: 650;
}

.af-seo-content__faq details p {
  margin-top: 0.65rem;
}

.af-seo-content__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: clamp(1.8rem, 4vw, 2.5rem);
}

.af-seo-content__links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid rgba(92, 52, 115, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--af-purple-dark);
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(48, 23, 64, 0.08);
}

.af-seo-content__links a:hover,
.af-seo-content__links a:focus {
  background: var(--af-purple);
  color: #fff;
}

@media (max-width: 767.98px) {
  .af-seo-content {
    padding: 2.5rem 1rem;
  }

  .af-seo-content__grid {
    grid-template-columns: 1fr;
  }

  .af-seo-content__links a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* SEO/performance pass: keep below-the-fold builder sections cheaper to render. */
body.com_sppagebuilder .sp-page-builder .page-content > .sppb-section:nth-of-type(n + 3) {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

/* Newsletter hero modules sit on image backgrounds; force readable white copy. */
body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-E3blyc7J9NYLF2_wxqUzR,
  #section-id-1768487496574,
  #section-id-1768732109632
) :is(.sppb-addon-title, .sppb-addon-content, .sppb-addon-text, h1, h2, h3, p, span:not(.sppb-btn span)) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.com_sppagebuilder .sp-page-builder .page-content :is(
  #section-id-E3blyc7J9NYLF2_wxqUzR,
  #section-id-1768487496574,
  #section-id-1768732109632
) :is(a.sppb-btn, .sppb-btn) {
  color: #fff !important;
  background: linear-gradient(135deg, #6f4186, #4b245f) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

/* artefactum.insights: editorial case-study platform */
body:has(.af-insights) {
  background:
    radial-gradient(circle at 12% 8%, rgba(92, 52, 115, 0.08), transparent 28%),
    linear-gradient(180deg, #fbf9fc 0%, #fff 42%, #f8f4fa 100%) !important;
}

.af-insights {
  --af-insights-purple: #3d184e;
  --af-insights-muted: #6c5d74;
  --af-insights-line: rgba(92, 52, 115, 0.16);
  --af-insights-soft: rgba(92, 52, 115, 0.075);
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 6rem);
  color: var(--af-insights-purple);
}

.af-insights * {
  letter-spacing: 0;
}

.af-insights a {
  color: inherit;
}

.af-insights-hero {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  width: min(960px, 100%);
  margin: 0 auto clamp(2.3rem, 5vw, 4rem);
  text-align: center;
}

.af-insights-kicker {
  margin: 0;
  color: #76508b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
}

.af-insights h1,
.af-insights h2,
.af-insights h3 {
  margin: 0;
  color: var(--af-insights-purple);
  font-weight: 400;
  line-height: 1.12;
}

.af-insights h1 {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
}

.af-insights h2 {
  font-size: clamp(2rem, 4.2vw, 3.6rem);
}

.af-insights h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.78rem);
}

.af-insights p,
.af-insights-card span,
.af-insights-copy-block p {
  color: var(--af-insights-muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.78;
}

.af-insights-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
}

.af-insights-tabs a,
.af-insights-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--af-insights-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.72rem 1rem;
  color: var(--af-insights-purple);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(61, 24, 78, 0.06);
}

.af-insights-impact,
.af-insights-cta {
  border: 1px solid var(--af-insights-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(249, 244, 251, 0.92));
  box-shadow: 0 24px 70px rgba(61, 24, 78, 0.09);
}

.af-insights-impact {
  display: grid;
  align-content: center;
  gap: 1rem;
  border-left: 1px solid var(--af-insights-line);
  padding-left: clamp(1.2rem, 3vw, 2rem);
}

.af-insights-impact span {
  color: #76508b;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.af-insights-impact strong,
.af-insights-card strong {
  color: var(--af-insights-purple);
  font-size: clamp(1.15rem, 2.1vw, 1.7rem);
  font-weight: 500;
  line-height: 1.34;
}

.af-insights-button,
.af-insights-card a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #55266f;
  border-radius: 999px;
  background: linear-gradient(135deg, #6f4186, #4b245f);
  padding: 0.72rem 1.35rem;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(61, 24, 78, 0.22);
}

.af-insights-button-secondary {
  border-color: var(--af-insights-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--af-insights-purple) !important;
  box-shadow: none;
}

.af-insights-section {
  margin: 0 0 clamp(3rem, 7vw, 5.5rem);
}

.af-insights-editorial {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.af-insights-section-head {
  display: grid;
  gap: 0.9rem;
  width: min(760px, 100%);
  margin: 0 auto clamp(2.4rem, 6vw, 4.5rem);
  text-align: center;
}

.af-insights-section-head h2 {
  font-size: clamp(2.45rem, 6vw, 5.2rem);
}

.af-insights-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  margin: 0 0 clamp(3.4rem, 8vw, 6.5rem);
  padding: clamp(1.6rem, 5vw, 4rem) 0 clamp(2.2rem, 6vw, 4.8rem);
  border-top: 1px solid var(--af-insights-line);
  border-bottom: 1px solid var(--af-insights-line);
}

.af-insights-feature::before {
  content: "";
  position: absolute;
  top: clamp(1.2rem, 3vw, 2.2rem);
  left: 52%;
  width: 1px;
  height: calc(100% - clamp(2.4rem, 6vw, 4.4rem));
  background: linear-gradient(180deg, transparent, var(--af-insights-line), transparent);
}

.af-insights-feature-copy {
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.55rem);
}

.af-insights-feature-copy h2 {
  max-width: 820px;
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  line-height: 1.04;
}

.af-insights-feature-copy p:not(.af-insights-kicker) {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.04rem, 1.45vw, 1.24rem);
}

.af-insights-impact-visual {
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.5rem);
  align-content: center;
  min-height: 360px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(92, 52, 115, 0.09), rgba(255, 255, 255, 0.65)),
    repeating-linear-gradient(90deg, rgba(92, 52, 115, 0.14) 0 1px, transparent 1px 76px);
  padding: clamp(1.4rem, 4vw, 3rem);
}

.af-insights-impact-visual span,
.af-insights-impact-visual strong {
  color: var(--af-insights-purple);
  font-weight: 300;
  line-height: 1;
}

.af-insights-impact-visual span {
  font-size: clamp(2.1rem, 5.2vw, 5rem);
}

.af-insights-impact-visual strong {
  font-size: clamp(3rem, 8vw, 7rem);
}

.af-insights-impact-visual i {
  display: block;
  width: min(260px, 70%);
  height: 2px;
  background: linear-gradient(90deg, #4b245f, rgba(92, 52, 115, 0.08));
}

.af-insights-impact-visual p {
  max-width: 420px;
  margin: 0;
  color: var(--af-insights-purple);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.55;
}

.af-insights-secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 4rem);
  margin: 0 0 clamp(3rem, 7vw, 5.5rem);
}

.af-insights-secondary {
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.7rem);
  align-content: start;
  border-top: 1px solid var(--af-insights-line);
  padding-top: clamp(1.2rem, 3vw, 2rem);
}

.af-insights-secondary h3 {
  max-width: 560px;
  font-size: clamp(1.75rem, 3.7vw, 3rem);
}

.af-insights-secondary p:not(.af-insights-kicker) {
  max-width: 560px;
  margin: 0;
}

.af-insights-mini-process {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.af-insights-mini-process span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(92, 52, 115, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  padding: 0.45rem 0.72rem;
  color: var(--af-insights-purple);
  font-size: 0.82rem;
  font-weight: 650;
}

.af-insights-secondary a,
.af-insights-compact a {
  width: fit-content;
  color: var(--af-insights-purple);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.af-insights-compact-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--af-insights-line);
}

.af-insights-compact {
  display: grid;
  grid-template-columns: 0.22fr 0.38fr 0.3fr auto;
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: center;
  border-bottom: 1px solid var(--af-insights-line);
  padding: clamp(1.3rem, 3vw, 2.2rem) 0;
}

.af-insights-compact p {
  margin: 0;
  color: #76508b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.af-insights-compact h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.af-insights-compact strong {
  color: var(--af-insights-muted);
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  font-weight: 500;
  line-height: 1.55;
}

.af-insights-channels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 clamp(3rem, 7vw, 5.5rem);
}

.af-insights-channel {
  display: grid;
  gap: 1rem;
  min-height: 210px;
  border: 1px solid var(--af-insights-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: 1.25rem;
  text-decoration: none;
}

.af-insights-channel span {
  color: #76508b;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.af-insights-channel strong {
  align-self: end;
  color: var(--af-insights-purple);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.46;
}

.af-insights-case-hero {
  width: min(1040px, 100%);
}

.af-insights-impact {
  width: min(980px, 100%);
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  padding: clamp(1.3rem, 3.5vw, 2.4rem);
  text-align: center;
}

.af-insights-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1050px, 100%);
  margin: 0 auto clamp(2.5rem, 6vw, 5rem);
}

.af-insights-process div {
  position: relative;
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  padding: 0 1rem;
  text-align: center;
}

.af-insights-process div::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -50%;
  width: 100%;
  height: 1px;
  background: var(--af-insights-line);
}

.af-insights-process div:last-child::after {
  display: none;
}

.af-insights-process span {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 1px solid #76508b;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 8px rgba(92, 52, 115, 0.08);
}

.af-insights-process strong {
  color: var(--af-insights-purple);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 600;
}

.af-insights-body {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  width: min(980px, 100%);
  margin: 0 auto clamp(2.5rem, 6vw, 5rem);
}

.af-insights-copy-block {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--af-insights-line);
  padding-top: clamp(1.2rem, 3vw, 2rem);
}

.af-insights-copy-block h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.af-insights-copy-block p {
  margin: 0;
}

.af-insights-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  width: min(980px, 100%);
  margin: 0 auto clamp(2.5rem, 6vw, 5rem);
}

.af-insights-links .af-insights-kicker {
  flex: 0 0 100%;
  text-align: center;
}

.af-insights-cta {
  display: grid;
  gap: 1rem;
  justify-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(1.6rem, 4vw, 3rem);
  text-align: center;
}

body.af-insights-news-page .af-insights {
  margin-top: 0;
  padding-top: clamp(2rem, 5vw, 4rem);
}

body.af-insights-news-page .af-insights-video-hero {
  display: flex !important;
  height: clamp(620px, calc(100vh - 90px), 820px) !important;
  min-height: 620px !important;
  align-items: center;
  overflow: hidden;
}

body.af-insights-news-page .af-insights-video-hero .sppb-row-container,
body.af-insights-news-page .af-insights-video-hero .sppb-row,
body.af-insights-news-page .af-insights-video-hero .sppb-column,
body.af-insights-news-page .af-insights-video-hero .sppb-column-addons {
  width: 100%;
}

body.af-insights-news-page .af-insights-old-hero-copy {
  display: none !important;
}

body.af-insights-news-page .af-insights-hero-overlay {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto clamp(1.4rem, 3vw, 2rem) !important;
  padding: clamp(1rem, 3vw, 2rem) 0 0;
  text-align: center;
}

body.af-insights-news-page .af-insights-hero-overlay h1,
body.af-insights-news-page .af-insights-hero-overlay p,
body.af-insights-news-page .af-insights-hero-overlay .af-insights-kicker {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 12px 32px rgba(30, 12, 41, 0.34);
}

body.af-insights-news-page .af-insights-hero-overlay h1 {
  font-size: clamp(3rem, 8vw, 6.6rem);
}

body.af-insights-news-page .af-insights-hero-overlay p:not(.af-insights-kicker) {
  width: min(850px, 100%);
  margin: 0 auto;
  font-size: clamp(1.02rem, 1.7vw, 1.32rem);
  line-height: 1.65;
}

body.af-insights-news-page .af-insights-tabs-overlay {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto !important;
}

body.af-insights-news-page .af-insights-tabs-overlay a {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 38px rgba(30, 12, 41, 0.16);
}

body.af-insights-news-page #section-id-TdamtW3QirCm64yvG4HdV :is(.sppb-addon-title, .sppb-addon-content, p, span, a) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.af-insights-news-page #section-id-TdamtW3QirCm64yvG4HdV .sppb-btn {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.af-insights-copy-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 78px;
  margin-bottom: 0.3rem;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(92, 52, 115, 0.1), rgba(92, 52, 115, 0)),
    repeating-linear-gradient(90deg, rgba(92, 52, 115, 0.18) 0 1px, transparent 1px 58px);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

@media (max-width: 980px) {
  .af-insights-feature,
  .af-insights-secondary-grid,
  .af-insights-channels {
    grid-template-columns: 1fr;
  }

  .af-insights-feature::before {
    display: none;
  }

  .af-insights-compact {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    align-items: start;
  }
}

@media (max-width: 720px) {
  body.af-insights-news-page,
  body.af-insights-news-page .site-grid,
  body.af-insights-news-page main {
    overflow-x: hidden !important;
  }

  .af-insights {
    width: min(100% - 24px, 1280px);
    padding-top: 2rem;
  }

  .af-insights-hero {
    text-align: left;
  }

  .af-insights h1 {
    font-size: clamp(2.25rem, 14vw, 3.5rem);
  }

  body.af-insights-news-page .af-insights-video-hero {
    height: auto !important;
    min-height: 620px !important;
    padding-top: 2.2rem !important;
    padding-bottom: 2.4rem !important;
  }

  body.af-insights-news-page .af-insights-hero-overlay {
    width: min(100% - 28px, 390px);
    text-align: center;
  }

  body.af-insights-news-page .af-insights-hero-overlay h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.8vw, 3.05rem);
    line-height: 1.05;
    overflow-wrap: normal;
    white-space: normal;
  }

  body.af-insights-news-page .af-insights-hero-overlay p:not(.af-insights-kicker) {
    font-size: 1rem;
    line-height: 1.62;
  }

  .af-insights-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.4rem;
    scrollbar-width: none;
  }

  .af-insights-tabs::-webkit-scrollbar {
    display: none;
  }

  .af-insights-tabs a {
    flex: 0 0 auto;
  }

  .af-insights-feature,
  .af-insights-secondary-grid,
  .af-insights-channels {
    grid-template-columns: 1fr;
  }

  .af-insights-feature {
    gap: 2rem;
    padding-top: 1.5rem;
  }

  .af-insights-impact-visual {
    min-height: 270px;
  }

  .af-insights-process {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .af-insights-process div {
    grid-template-columns: 22px 1fr;
    justify-items: start;
    gap: 1rem;
    padding: 0;
    text-align: left;
  }

  .af-insights-process div::after {
    top: 20px;
    right: auto;
    left: 8px;
    width: 1px;
    height: calc(100% + 1rem);
  }

  .af-insights-copy-block {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .af-insights-cta {
    justify-items: stretch;
    text-align: left;
  }

  .af-insights-button,
  .af-insights-card a {
    width: 100%;
  }
}

