:root {
  --blue: #1637ff;
  --blue-dark: #1026ad;
  --blue-soft: rgba(22, 55, 255, 0.12);
  --text: #4b5874;
  --heading: #162033;
  --muted: #7a88a3;
  --card: rgba(255, 255, 255, 0.88);
  --card-strong: rgba(255, 255, 255, 0.94);
  --border: rgba(24, 36, 62, 0.12);
  --shadow: 0 10px 28px rgba(17, 24, 39, 0.12);
  --shadow-soft: 0 20px 46px rgba(17, 24, 39, 0.16);
  --radius: 22px;
  --header-pill: rgba(255, 255, 255, 0.74);
  --header-pill-border: rgba(255, 255, 255, 0.42);
  --header-pill-shadow: 0 14px 30px rgba(13, 18, 35, 0.16);
  --focus-ring: 0 0 0 4px rgba(22, 55, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)),
    var(--bg-image, url("https://zurkunstfabrik.com/wp-content/uploads/2026/01/festive-christmas-backdrop-2024-12-07-05-57-12-utc-scaled.jpg")) center top / cover fixed no-repeat;
}

body.site-body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.11));
  pointer-events: none;
}

body.site-body > * {
  position: relative;
  z-index: 1;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 18px;
  top: 18px;
  z-index: 1000;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.site-header {
  padding-top: 34px;
}

.header-inner {
  position: relative;
  min-height: 72px;
  padding-inline: 92px;
  text-align: center;
}

.s03-cnmdrkes-4872 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.6rem 1.4rem 0.45rem;
  max-width: min(100%, 760px);
  border: 1px solid var(--header-pill-border);
  border-radius: 999px;
  background: var(--header-pill);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--header-pill-shadow);
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111827;
  text-wrap: balance;
}

.s03-gomxcpwf-5359,
.burger {
  position: absolute;
  top: 0;
  z-index: 20;
}

.s03-gomxcpwf-5359 {
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.burger {
  left: 0;
  display: none;
}

.s03-nycujmwj-1811,
.s03-fbzygqmz-9401,
.burger {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(22, 55, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.s03-nycujmwj-1811:hover,
.s03-fbzygqmz-9401:hover,
.burger:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.s03-nycujmwj-1811 i,
.s03-fbzygqmz-9401 i {
  font-size: 20px;
}

.burger {
  padding: 0;
  flex-direction: column;
  gap: 5px;
}

.burger span {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.nav-open .burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

body.nav-open .burger span:nth-child(2) {
  opacity: 0;
}

body.nav-open .burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.s03-fbzygqmz-9401.is-active {
  background: #0f1f63;
}

.s03-piuloygi-4296 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(18, 39, 149, 0.96);
  box-shadow: var(--shadow);
}

.s03-piuloygi-4296 a {
  position: relative;
  min-width: 118px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  transition: background 0.18s ease, transform 0.18s ease;
}

.s03-piuloygi-4296 a:hover,
.s03-piuloygi-4296 a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.14);
}

.s03-piuloygi-4296 a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.s03-piuloygi-4296 a:hover::after,
.s03-piuloygi-4296 a[aria-current="page"]::after {
  transform: scaleX(1);
}

.page-wrap {
  padding: 52px 0 58px;
}

.s03-olsoaewl-8582,
.s03-ihfoeifh-3705,
.s03-wjasnbxg-6603 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.s03-olsoaewl-8582:hover,
.s03-ihfoeifh-3705:hover,
.s03-wjasnbxg-6603:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.s03-olsoaewl-8582::after,
.s03-ihfoeifh-3705::after,
.s03-wjasnbxg-6603::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 45%, rgba(22, 55, 255, 0.04));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.s03-olsoaewl-8582:hover::after,
.s03-ihfoeifh-3705:hover::after,
.s03-wjasnbxg-6603:hover::after {
  opacity: 1;
}

.s03-olsoaewl-8582 {
  margin-bottom: 30px;
  padding: 24px 26px 20px;
}

.s03-olsoaewl-8582 h2 {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--heading);
  text-wrap: balance;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.s03-ihfoeifh-3705 {
  padding: 26px;
}

.s03-mzyodlwx-9475 > :first-child {
  margin-top: 0;
}

.s03-mzyodlwx-9475 > :last-child {
  margin-bottom: 0;
}

.s03-mzyodlwx-9475 p,
.s03-mzyodlwx-9475 ul,
.s03-mzyodlwx-9475 ol,
.s03-mzyodlwx-9475 blockquote,
.s03-mzyodlwx-9475 table {
  margin: 0 0 18px;
}

.s03-mzyodlwx-9475 p,
.s03-mzyodlwx-9475 li {
  font-size: 1.06rem;
  line-height: 1.9;
}

.s03-mzyodlwx-9475 strong {
  color: var(--heading);
}

.s03-mzyodlwx-9475 a {
  color: var(--blue);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.s03-mzyodlwx-9475 h3 {
  position: relative;
  margin: 34px 0 14px;
  padding-left: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--heading);
}

.s03-mzyodlwx-9475 h3::before {
  content: "";
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(22, 55, 255, 0.08);
}

.s03-mzyodlwx-9475 ul,
.s03-mzyodlwx-9475 ol {
  padding-left: 1.3rem;
}

.s03-mzyodlwx-9475 blockquote {
  padding: 16px 18px;
  border-left: 4px solid var(--blue);
  border-radius: 0 16px 16px 0;
  background: rgba(22, 55, 255, 0.05);
  color: var(--heading);
}

.s03-mzyodlwx-9475 table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
}

.s03-mzyodlwx-9475 th,
.s03-mzyodlwx-9475 td {
  padding: 12px 14px;
  border: 1px solid var(--border);
  text-align: left;
}

.s03-mzyodlwx-9475 th {
  background: rgba(22, 55, 255, 0.06);
  color: var(--heading);
}

.s03-necuazfl-4853 {
  margin: 24px 0 12px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.14);
}

.s03-necuazfl-4853 img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.s03-ihfoeifh-3705:hover .s03-necuazfl-4853 img {
  transform: scale(1.025);
  filter: saturate(1.03) contrast(1.02);
}

.sidebar {
  position: sticky;
  top: 24px;
}

.s03-wjasnbxg-6603 {
  padding: 20px 18px 18px;
  margin-bottom: 24px;
}

.s03-wjasnbxg-6603:last-child {
  margin-bottom: 0;
}

.s03-elteizoi-2803 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--heading);
}

.s03-elteizoi-2803::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
}

.search-form {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.search-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(29, 41, 68, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: #263248;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.search-form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 56px;
  padding: 0 14px;
  border-right: 0;
  border-radius: 14px 0 0 14px;
}

.search-form button,
.submit-btn {
  border: 0;
  background: var(--blue);
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.search-form button:hover,
.submit-btn:hover {
  background: var(--blue-dark);
}

.search-form button {
  min-width: 120px;
  padding: 0 20px;
  border-radius: 0 14px 14px 0;
  font-size: 1.16rem;
}

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

.meta-list li + li {
  border-top: 1px solid var(--border);
}

.meta-list a {
  display: block;
  padding: 14px 0;
  color: var(--text);
  text-decoration: none;
  font-size: 1.04rem;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.meta-list a:hover,
.meta-list a.active {
  color: var(--blue);
  padding-left: 6px;
}

.s03-iuurovub-0483 {
  padding: 0;
}

.s03-rxvplfqx-3368 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.s03-rxvplfqx-3368 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.s03-iiufxyoe-0266 {
  padding: 26px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin: 0 0 8px;
  color: var(--heading);
  font-size: 1rem;
  font-weight: 500;
}

.contact-form input {
  height: 58px;
  padding: 0 14px;
  border-radius: 14px;
}

.contact-form textarea {
  min-height: 220px;
  padding: 14px;
  border-radius: 14px;
  resize: vertical;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 1.18rem;
}

.site-footer {
  padding-bottom: 12px;
}

.footer-top {
  padding-bottom: 20px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.54);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.s03-lugndcmu-0156 {
  padding: 6px 0;
}

.s03-ouvwjftq-2215 {
  margin: 0;
}

.s03-ouvwjftq-2215 a {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 1rem 0.34rem;
  border-radius: 999px;
  background: var(--header-pill);
  border: 1px solid var(--header-pill-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--header-pill-shadow);
  color: #111827;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.s03-ouvwjftq-2215 a:hover {
  transform: translateY(-1px);
}

.footer-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-top-link {
  border: 1px solid rgba(22, 55, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--heading);
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.14);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.footer-top-link:hover {
  transform: translateY(-1px);
  background: var(--blue);
  border-color: transparent;
  color: #fff;
}

.footer-top-link i {
  font-size: 0.96rem;
}

.s03-xqgzrywk-4733 {
  padding: 18px 0 18px;
}

.s03-xqgzrywk-4733 p {
  margin: 0;
  text-align: center;
  color: #344156;
  font-size: 0.98rem;
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 999;
  pointer-events: none;
  background: transparent;
}

.reading-progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), #6b86ff);
  box-shadow: 0 0 14px rgba(22, 55, 255, 0.45);
}

.reveal-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}


body.site-body.theme-dark {
  --text: #e1e9fb;
  --heading: #ffffff;
  --muted: #b9c5df;
  --card: rgba(7, 13, 30, 0.88);
  --card-strong: rgba(8, 15, 34, 0.94);
  --border: rgba(190, 205, 255, 0.12);
  --shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 24px 52px rgba(0, 0, 0, 0.42);
  --header-pill: rgba(6, 10, 24, 0.84);
  --header-pill-border: rgba(189, 205, 255, 0.12);
  --header-pill-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  background:
    linear-gradient(rgba(4, 8, 20, 0.76), rgba(5, 10, 24, 0.82)),
    var(--bg-image, url("https://zurkunstfabrik.com/wp-content/uploads/2026/01/festive-christmas-backdrop-2024-12-07-05-57-12-utc-scaled.jpg")) center top / cover fixed no-repeat;
}

body.theme-dark::before {
  background: linear-gradient(180deg, rgba(1, 4, 12, 0.08), rgba(1, 4, 12, 0.28));
}

body.theme-dark .s03-cnmdrkes-4872,
body.theme-dark .s03-ouvwjftq-2215 a {
  color: #f8fbff;
}

body.theme-dark .s03-piuloygi-4296 {
  background: rgba(10, 22, 82, 0.96);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

body.theme-dark .s03-piuloygi-4296 a:hover,
body.theme-dark .s03-piuloygi-4296 a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.18);
}

body.theme-dark .s03-olsoaewl-8582,
body.theme-dark .s03-ihfoeifh-3705,
body.theme-dark .s03-wjasnbxg-6603,
body.theme-dark .s03-iiufxyoe-0266 {
  background: linear-gradient(180deg, rgba(10, 16, 36, 0.9), rgba(8, 14, 31, 0.84));
  border-color: rgba(188, 203, 255, 0.12);
}

body.theme-dark .s03-olsoaewl-8582::after,
body.theme-dark .s03-ihfoeifh-3705::after,
body.theme-dark .s03-wjasnbxg-6603::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 42%, rgba(78, 112, 255, 0.14));
}

body.theme-dark .s03-mzyodlwx-9475 a,
body.theme-dark .meta-list a:hover,
body.theme-dark .meta-list a.active {
  color: #90a9ff;
}

body.theme-dark .s03-mzyodlwx-9475 blockquote {
  background: rgba(76, 107, 255, 0.12);
  color: #edf3ff;
}

body.theme-dark .s03-mzyodlwx-9475 th {
  background: rgba(76, 107, 255, 0.12);
}

body.theme-dark .search-form input,
body.theme-dark .contact-form input,
body.theme-dark .contact-form textarea {
  background: rgba(13, 20, 44, 0.94);
  border-color: rgba(194, 207, 255, 0.12);
  color: #eef4ff;
}

body.theme-dark .search-form input::placeholder,
body.theme-dark .contact-form input::placeholder,
body.theme-dark .contact-form textarea::placeholder {
  color: #95a4c9;
}

body.theme-dark .search-form button,
body.theme-dark .submit-btn,
body.theme-dark .s03-nycujmwj-1811,
body.theme-dark .s03-fbzygqmz-9401,
body.theme-dark .burger {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

body.theme-dark .s03-rxvplfqx-3368 {
  background: #060914;
}

body.theme-dark .footer-divider {
  background: rgba(255, 255, 255, 0.18);
}

body.theme-dark .s03-xqgzrywk-4733 p {
  color: #d4def7;
}

body.theme-dark .footer-top-link {
  background: rgba(10, 16, 36, 0.9);
  border-color: rgba(190, 205, 255, 0.12);
  color: #f5f8ff;
}

body.theme-dark .footer-top-link:hover {
  background: var(--blue);
  color: #fff;
}


@media (max-width: 991px) {
  .content-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    max-width: 520px;
  }

  .footer-row {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .footer-tools {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  body.site-body {
    background-attachment: scroll;
  }

  .site-header {
    padding-top: 26px;
  }

  .header-inner {
    padding-inline: 0;
    padding-top: 76px;
  }

  .burger {
    display: inline-flex;
  }

  .s03-gomxcpwf-5359 {
    gap: 10px;
  }

  .s03-piuloygi-4296 {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    width: min(340px, calc(100vw - 28px));
    max-width: 100%;
    margin-top: 0;
    padding: 8px;
    border-radius: 22px;
    flex-direction: column;
    z-index: 18;
  }

  body.nav-open .s03-piuloygi-4296 {
    display: flex;
  }

  .s03-piuloygi-4296 a {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1220px);
  }

  .s03-nycujmwj-1811,
  .s03-fbzygqmz-9401,
  .burger {
    width: 48px;
    height: 48px;
  }

  .s03-cnmdrkes-4872 {
    max-width: 100%;
    padding: 0.56rem 1rem 0.38rem;
    font-size: clamp(2.35rem, 10vw, 3.6rem);
  }

  .s03-gomxcpwf-5359 {
    right: 0;
    gap: 8px;
  }

  .page-wrap {
    padding-top: 36px;
  }

  .s03-olsoaewl-8582,
  .s03-ihfoeifh-3705,
  .s03-wjasnbxg-6603,
  .s03-iiufxyoe-0266 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .s03-olsoaewl-8582 {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .search-form {
    flex-direction: column;
    gap: 10px;
  }

  .search-form input {
    border-right: 1px solid rgba(29, 41, 68, 0.14);
    border-radius: 14px;
  }

  .search-form button,
  .submit-btn {
    width: 100%;
    border-radius: 14px;
  }

  .contact-form textarea {
    min-height: 180px;
  }

}
/* ===== HEADER / NAV FIX ===== */

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.s03-cnmdrkes-4872 {
  margin: 0 auto;
}

.s03-piuloygi-4296 {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 22px auto 0;
}

@media (min-width: 821px) {
  .burger {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .header-inner {
    padding-inline: 0;
    padding-top: 76px;
    gap: 16px;
  }

  .s03-piuloygi-4296 {
    display: none;
    position: static;
    transform: none;
    width: min(340px, calc(100vw - 28px));
    max-width: 100%;
    margin: 0;
    padding: 8px;
    border-radius: 22px;
    flex-direction: column;
    z-index: 18;
  }

  body.nav-open .s03-piuloygi-4296 {
    display: flex;
  }

  .s03-piuloygi-4296 a {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}


/* wf-sample03-accent-start */
:root{--wf-s03-accent:#ff4d6d;--wf-s03-accent-dark:#d63357;--wf-s03-accent-soft:#ffe8ee;--wf-s03-accent-contrast:#ffffff;--wf-s03-accent-ring:rgba(255,77,109,0.18);--wf-s03-accent-shadow:rgba(255,77,109,0.28);}a,.s03-mzyodlwx-9475 a,.s03-ihfoeifh-3705 h2,.s03-ihfoeifh-3705 h3,.s03-ihfoeifh-3705 h4,.s03-wjasnbxg-6603 h2,.s03-wjasnbxg-6603 h3,.s03-wjasnbxg-6603 h4,.search h2,.search h3,.search h4,.meta h2,.meta h3,.meta h4{color:var(--wf-s03-accent-dark)!important;}.s03-zcaqlmkl-0506,.s03-kpiyetuw-9623,.s03-piuloygi-4296,.s03-meoglbuo-2842,.s03-njdjrlpb-4896,.s03-wbkalmam-2341{background:var(--wf-s03-accent)!important;border-color:var(--wf-s03-accent-dark)!important;box-shadow:0 12px 28px var(--wf-s03-accent-shadow)!important;}.s03-zcaqlmkl-0506 a,.s03-kpiyetuw-9623 a,.s03-piuloygi-4296 a,.s03-meoglbuo-2842 a,.s03-njdjrlpb-4896 a,.s03-wbkalmam-2341 a{color:var(--wf-s03-accent-contrast)!important;}.s03-zcaqlmkl-0506 .active,.s03-zcaqlmkl-0506 .current-menu-item a,.s03-zcaqlmkl-0506 a:hover,.s03-kpiyetuw-9623 a:hover,.s03-piuloygi-4296 a:hover,.s03-meoglbuo-2842 a:hover,.s03-njdjrlpb-4896 a:hover,.s03-wbkalmam-2341 a:hover{background:rgba(255,255,255,0.16)!important;color:var(--wf-s03-accent-contrast)!important;}.search button,.search-form button,button[type="submit"],.s03-imkxxzth-7855,.s03-vrtjwncu-7925,.s03-nycujmwj-1811,.s03-fbzygqmz-9401,.s03-gkcnilnu-0224,.s03-gddonsay-6147,.s03-egvquwhu-2761,.s03-kaeddtdh-8529,.s03-gsupizzk-7698,.s03-kmuisvud-6419,.s03-olezrwux-3413,.s03-eopusaae-9792,.s03-tvawwjox-5796,.s03-dperubzu-6535,.s03-zfbrqiby-5403,.s03-ljvsajvf-7225 a,.s03-ljvsajvf-7225 button,.s03-gomxcpwf-5359 a,.s03-gomxcpwf-5359 button,.s03-zkxvhzcl-2274 a,.s03-zkxvhzcl-2274 button,.s03-njnrmkqk-8510 a,.s03-njnrmkqk-8510 button,.s03-pdunvwmq-0689 a,.s03-pdunvwmq-0689 button,a[class*="search"],button[class*="search"],a[class*="theme"],button[class*="theme"],a[class*="dark"],button[class*="dark"],a[class*="night"],button[class*="night"],a[class*="menu"],button[class*="menu"],a[class*="hamburger"],button[class*="hamburger"],a[class*="toggle"],button[class*="toggle"],[aria-label*="search" i],[aria-label*="theme" i],[aria-label*="dark" i],[aria-label*="night" i],[aria-label*="menu" i],[aria-label*="navigation" i]{background:var(--wf-s03-accent)!important;background-color:var(--wf-s03-accent)!important;border:1px solid var(--wf-s03-accent-dark)!important;border-color:var(--wf-s03-accent-dark)!important;box-shadow:0 12px 28px var(--wf-s03-accent-shadow)!important;color:var(--wf-s03-accent-contrast)!important;}.search button:hover,.search-form button:hover,button[type="submit"]:hover,.s03-imkxxzth-7855:hover,.s03-vrtjwncu-7925:hover,.s03-nycujmwj-1811:hover,.s03-fbzygqmz-9401:hover,.s03-gkcnilnu-0224:hover,.s03-gddonsay-6147:hover,.s03-egvquwhu-2761:hover,.s03-kaeddtdh-8529:hover,.s03-gsupizzk-7698:hover,.s03-kmuisvud-6419:hover,.s03-olezrwux-3413:hover,.s03-eopusaae-9792:hover,.s03-tvawwjox-5796:hover,.s03-dperubzu-6535:hover,.s03-zfbrqiby-5403:hover,.s03-ljvsajvf-7225 a:hover,.s03-ljvsajvf-7225 button:hover,.s03-gomxcpwf-5359 a:hover,.s03-gomxcpwf-5359 button:hover,.s03-zkxvhzcl-2274 a:hover,.s03-zkxvhzcl-2274 button:hover,.s03-njnrmkqk-8510 a:hover,.s03-njnrmkqk-8510 button:hover,.s03-pdunvwmq-0689 a:hover,.s03-pdunvwmq-0689 button:hover,a[class*="search"]:hover,button[class*="search"]:hover,a[class*="theme"]:hover,button[class*="theme"]:hover,a[class*="dark"]:hover,button[class*="dark"]:hover,a[class*="night"]:hover,button[class*="night"]:hover,a[class*="menu"]:hover,button[class*="menu"]:hover,a[class*="hamburger"]:hover,button[class*="hamburger"]:hover,a[class*="toggle"]:hover,button[class*="toggle"]:hover,[aria-label*="search" i]:hover,[aria-label*="theme" i]:hover,[aria-label*="dark" i]:hover,[aria-label*="night" i]:hover,[aria-label*="menu" i]:hover,[aria-label*="navigation" i]:hover{background:var(--wf-s03-accent-dark)!important;background-color:var(--wf-s03-accent-dark)!important;border-color:var(--wf-s03-accent-dark)!important;color:var(--wf-s03-accent-contrast)!important;}.search button svg,.search-form button svg,.s03-nycujmwj-1811 svg,.s03-fbzygqmz-9401 svg,.s03-gkcnilnu-0224 svg,.s03-gddonsay-6147 svg,.s03-egvquwhu-2761 svg,.s03-kaeddtdh-8529 svg,.s03-gsupizzk-7698 svg,.s03-kmuisvud-6419 svg,.s03-olezrwux-3413 svg,.s03-eopusaae-9792 svg,.s03-tvawwjox-5796 svg,.s03-dperubzu-6535 svg,.s03-zfbrqiby-5403 svg,.s03-ljvsajvf-7225 a svg,.s03-ljvsajvf-7225 button svg,.s03-gomxcpwf-5359 a svg,.s03-gomxcpwf-5359 button svg,.s03-zkxvhzcl-2274 a svg,.s03-zkxvhzcl-2274 button svg,.s03-njnrmkqk-8510 a svg,.s03-njnrmkqk-8510 button svg,.s03-pdunvwmq-0689 a svg,.s03-pdunvwmq-0689 button svg,a[class*="search"] svg,button[class*="search"] svg,a[class*="theme"] svg,button[class*="theme"] svg,a[class*="dark"] svg,button[class*="dark"] svg,a[class*="night"] svg,button[class*="night"] svg,a[class*="menu"] svg,button[class*="menu"] svg,a[class*="hamburger"] svg,button[class*="hamburger"] svg,a[class*="toggle"] svg,button[class*="toggle"] svg,[aria-label*="search" i] svg,[aria-label*="theme" i] svg,[aria-label*="dark" i] svg,[aria-label*="night" i] svg,[aria-label*="menu" i] svg,[aria-label*="navigation" i] svg{color:var(--wf-s03-accent-contrast)!important;fill:currentColor!important;stroke:currentColor!important;}.s03-elteizoi-2803::after,.s03-eeecqges-4086::after,.search h2::after,.search h3::after,.search h4::after,.meta h2::after,.meta h3::after,.meta h4::after{background:var(--wf-s03-accent)!important;}input:focus,textarea:focus,select:focus{outline:none!important;border-color:var(--wf-s03-accent)!important;box-shadow:0 0 0 3px var(--wf-s03-accent-ring)!important;}.pagination .active,.tagcloud a:hover,.footer-social a:hover{background:var(--wf-s03-accent)!important;border-color:var(--wf-s03-accent-dark)!important;color:var(--wf-s03-accent-contrast)!important;}.s03-mzyodlwx-9475 a:hover,a:hover{color:var(--wf-s03-accent)!important;}.s03-kfngfzmx-7422,.s03-mkjqpskl-2568,.s03-cnqfxxml-6815{background:var(--wf-s03-accent-soft)!important;color:var(--wf-s03-accent-dark)!important;}footer,.site-footer,.footer,.s03-xqgzrywk-4733{border-top-color:var(--wf-s03-accent)!important;border-right-color:var(--wf-s03-accent)!important;border-bottom-color:var(--wf-s03-accent)!important;border-left-color:var(--wf-s03-accent)!important;box-shadow:inset 0 -3px 0 var(--wf-s03-accent)!important;}footer::before,footer::after,.site-footer::before,.site-footer::after,.footer::before,.footer::after,.s03-xqgzrywk-4733::before,.s03-xqgzrywk-4733::after,.s03-dgzmjesa-0147,.s03-zdbgazze-2954,.divider,hr{background:var(--wf-s03-accent)!important;border-color:var(--wf-s03-accent)!important;}.s03-ouvwjftq-2215,.s03-ouvwjftq-2215 a,.s03-ouvwjftq-2215 span,.s03-lugndcmu-0156,.s03-lugndcmu-0156 a,.s03-lugndcmu-0156 span,.s03-knhqqcsk-1786,.s03-knhqqcsk-1786 a,.s03-rnkbvbkg-0840,.s03-rnkbvbkg-0840 a{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;vertical-align:middle!important;}.s03-ouvwjftq-2215 a,.s03-lugndcmu-0156 a{min-width:170px!important;min-height:78px!important;padding:18px 28px!important;white-space:nowrap!important;}.s03-knhqqcsk-1786,.s03-knhqqcsk-1786 a,.s03-rnkbvbkg-0840,.s03-rnkbvbkg-0840 a{min-width:160px!important;min-height:90px!important;padding:18px 24px!important;line-height:1.2!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;}.s03-ouvwjftq-2215 span[data-dynamic-brand],.s03-lugndcmu-0156 span[data-dynamic-brand],.s03-knhqqcsk-1786 span,.s03-rnkbvbkg-0840 span{display:block!important;width:100%!important;text-align:center!important;}.s03-knhqqcsk-1786 *,.s03-rnkbvbkg-0840 *{text-align:center!important;}footer .s03-xqgzrywk-4733,.site-footer .s03-xqgzrywk-4733,.s03-xqgzrywk-4733,.s03-fvfxxwar-0358,.s03-ditzasne-2131{display:block!important;width:100%!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important;}footer .s03-xqgzrywk-4733 .container,.site-footer .s03-xqgzrywk-4733 .container,.s03-xqgzrywk-4733 .container,footer > .container:last-child,.site-footer > .container:last-child{display:block!important;width:100%!important;max-width:100%!important;text-align:center!important;margin:0 auto!important;padding-left:20px!important;padding-right:20px!important;}footer .s03-xqgzrywk-4733 .container > *,.site-footer .s03-xqgzrywk-4733 .container > *,.s03-xqgzrywk-4733 .container > *{float:none!important;position:static!important;left:auto!important;right:auto!important;inset:auto!important;transform:none!important;margin-left:auto!important;margin-right:auto!important;}footer .s03-xqgzrywk-4733 p,.site-footer .s03-xqgzrywk-4733 p,.s03-xqgzrywk-4733 p,footer .copyright,.site-footer .copyright,.footer .copyright,footer > .container:last-child p,.site-footer > .container:last-child p{display:block!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important;float:none!important;position:static!important;left:auto!important;right:auto!important;transform:none!important;text-align:center!important;}.s03-rnkbvbkg-0840,.s03-knhqqcsk-1786{border-color:var(--wf-s03-accent)!important;color:var(--wf-s03-accent-dark)!important;}
/* wf-sample03-accent-end */
