/* Local preview: compact, editorial treatment for the Contact page imprint. */
#DslAZkcF7SV3XqjK {
  display: grid !important;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(38px, 5vw, 76px);
  width: min(1240px, calc(100% - 48px)) !important;
  margin: clamp(54px, 7vw, 92px) auto !important;
  padding: clamp(36px, 4vw, 62px) !important;
  align-items: start !important;
  border: 1px solid rgba(75, 46, 131, .12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(244, 172, 47, .12), transparent 32%),
    linear-gradient(145deg, #fbfaf7 0%, #fff 58%, #f6f4fa 100%);
  box-shadow: 0 24px 70px rgba(37, 27, 49, .09);
}

#DslAZkcF7SV3XqjK > #P1xnpM4tn0WRJAt9 {
  position: sticky !important;
  top: 158px;
  width: 100% !important;
  height: min(72vh, 820px) !important;
  min-height: 620px !important;
  overflow: hidden !important;
  border: 1px solid rgba(75, 46, 131, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(32, 24, 42, .12);
}

#DslAZkcF7SV3XqjK > #P1xnpM4tn0WRJAt9 .theBgImgDiv {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: contain !important;
  transform: none !important;
}

#DslAZkcF7SV3XqjK > .pbElements {
  display: flex !important;
  width: 100% !important;
  min-width: 0;
  padding: 4px 0 0 !important;
  align-items: stretch !important;
}

#DslAZkcF7SV3XqjK > .pbElements > .Header2 {
  position: relative;
  width: 100%;
  margin: 0 0 28px !important;
  padding-bottom: 17px;
  color: #4b2e83 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
  text-shadow: none !important;
}

#DslAZkcF7SV3XqjK > .pbElements > .Header2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 3px;
  border-radius: 3px;
  background: #f4ac2f;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  line-height: 1.5 !important;
  text-shadow: none !important;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article {
  display: block !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 18px 19px !important;
  border: 1px solid rgba(75, 46, 131, .11);
  border-radius: 15px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 7px 22px rgba(40, 29, 54, .055);
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:nth-child(10),
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:nth-child(14) {
  grid-column: 1 / -1;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article > .top,
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article > .bottom {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article .CaptionTitle {
  margin: 0 0 8px !important;
  color: #4b2e83 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .025em;
  line-height: 1.3 !important;
  text-shadow: none !important;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article .dropDownIcon {
  display: none !important;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article .Text,
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article .bottom,
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article p,
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article a {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (max-width: 900px) {
  #DslAZkcF7SV3XqjK {
    grid-template-columns: 1fr !important;
    gap: 30px;
    width: min(100% - 24px, 720px) !important;
    padding: 24px !important;
    border-radius: 22px;
  }

  #DslAZkcF7SV3XqjK > #P1xnpM4tn0WRJAt9 {
    position: relative !important;
    top: auto;
    height: min(72vh, 620px) !important;
    min-height: 430px !important;
  }
}

@media (max-width: 620px) {
  #DslAZkcF7SV3XqjK {
    margin: 34px auto !important;
    padding: 16px !important;
  }

  #DslAZkcF7SV3XqjK > #P1xnpM4tn0WRJAt9 {
    height: 430px !important;
    min-height: 0 !important;
    border-radius: 17px;
  }

  #DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe {
    grid-template-columns: 1fr;
  }

  #DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:nth-child(10),
  #DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:nth-child(14) {
    grid-column: auto;
  }
}


/* Imprint contrast refinement */
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article .Text,
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article .bottom,
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article p {
  color: #4d4755 !important;
}
#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe article a {
  color: #684395 !important;
  text-decoration-color: rgba(104, 67, 149, .35);
  text-underline-offset: 3px;
}

/* Imprint concept: institutional grid, no stock illustration */
#DslAZkcF7SV3XqjK {
  position: relative;
  isolation: isolate;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: min(1420px, calc(100% - 48px)) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 0%, rgba(244, 172, 47, .16), transparent 27%),
    radial-gradient(circle at 96% 100%, rgba(75, 46, 131, .11), transparent 31%),
    linear-gradient(145deg, #faf8f3 0%, #fff 50%, #f7f4fb 100%);
}

#DslAZkcF7SV3XqjK::before,
#DslAZkcF7SV3XqjK::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(75, 46, 131, .08);
  border-radius: 50%;
  pointer-events: none;
}

#DslAZkcF7SV3XqjK::before {
  top: -190px;
  left: -170px;
  width: 430px;
  height: 430px;
}

#DslAZkcF7SV3XqjK::after {
  right: -220px;
  bottom: -240px;
  width: 520px;
  height: 520px;
}

#DslAZkcF7SV3XqjK > #P1xnpM4tn0WRJAt9 {
  display: none !important;
}

#DslAZkcF7SV3XqjK > .pbElements {
  position: relative;
  z-index: 1;
  max-width: 1280px !important;
  margin: 0 auto;
}

#DslAZkcF7SV3XqjK > .pbElements > .Header2 {
  text-align: center !important;
  align-self: center !important;
  margin-bottom: 38px !important;
}

#DslAZkcF7SV3XqjK > .pbElements > .Header2::after {
  left: 50%;
  transform: translateX(-50%);
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article {
  position: relative;
  border-color: rgba(75, 46, 131, .13);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 9px 28px rgba(39, 28, 53, .065);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 18px;
  left: 18px;
  height: 2px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(90deg, #f4ac2f, #7651a4);
  opacity: .72;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:hover {
  transform: translateY(-3px);
  border-color: rgba(75, 46, 131, .24);
  box-shadow: 0 14px 34px rgba(39, 28, 53, .1);
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:nth-child(10) {
  grid-column: span 2;
}

#DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:nth-child(14) {
  grid-column: 1 / -1;
}

@media (max-width: 1000px) {
  #DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  #DslAZkcF7SV3XqjK {
    width: min(100% - 20px, 720px) !important;
  }

  #DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe {
    grid-template-columns: 1fr;
  }

  #DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:nth-child(10),
  #DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article:nth-child(14) {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  #DslAZkcF7SV3XqjK #QIzLPDnnPw6ruOPe > article {
    transition: none;
  }
}