@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree-var-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --wob-navy:#2E4A6B;
  --wob-navy-800:#24384F;
  --wob-navy-900:#1B2C40;
  --wob-gold:#8F7A45;
  --wob-gold-400:#B29B63;
  --wob-gold-100:#F2ECDE;
  --wob-mist:#E3EAF2;
  --wob-ivory:#F7F4EE;
  --wob-ink:#1E2B3A;
  --wob-text:#3E4C5E;
  --wob-text-soft:#5D6B7A;
  --wob-seam-shift:7.5%;
  --wob-seam-gap:1.4%;
}

.g-wob {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  color: #3E4C5E;
  line-height: 1.65;
}

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

.g-wob img {
  max-width: 100%;
  height: auto;
  display: block;
}

.g-wob-sect {
  position: relative;
  padding: clamp(3.2rem, 6vw, 5.5rem) 0;
}

.g-wob-bg-ivory {
  background: #F7F4EE;
}

.g-wob-bg-mist {
  background: linear-gradient(180deg, #E3EAF2, #EBF0F6);
}

.g-wob-bg-white {
  background: #FFFFFF;
}

.g-wob-bg-navy {
  background: linear-gradient(135deg, #24384F, #2E4A6B);
  color: #F4F7FB;
}

.g-wob-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 48px);
}

.g-wob-wrap.slim {
  max-width: 880px;
}

.g-wob-wrap.center {
  text-align: center;
}

.g-wob-kicker {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8F7A45;
  margin-bottom: 14px;
  display: block;
}

.g-wob-kicker.light {
  color: #B29B63;
}

.g-wob .gold {
  color: #8F7A45;
}

.g-wob-bg-navy .gold {
  color: #B29B63;
}

.g-wob-head {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 560;
  font-size: clamp(1.75rem, 1.3rem + 2.2vw, 2.75rem);
  line-height: 1.15;
  color: #2E4A6B;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 22px;
}

.g-wob-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #B29B63;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s 0.35s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.g-wob-head.centered {
  text-align: center;
}

.g-wob-head.centered::after {
  left: 50%;
  margin-left: -24px;
}

.g-wob-head.light {
  color: #F4F7FB;
}

.in .g-wob-head::after, .g-wob-head.in::after {
  transform: scaleX(1);
}

.g-wob-copy {
  max-width: 64ch;
  color: #3E4C5E;
}

.g-wob-copy.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.g-wob-copy.light {
  color: #C2D0E0;
}

.g-wob-panelhead {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 560;
  font-size: clamp(1.35rem, 1.1rem + 1.3vw, 1.85rem);
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
}

.g-wob-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 32px;
  border-radius: 6px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: box-shadow 0.25s, background 0.25s, border-color 0.25s, color 0.25s;
}

.g-wob-btn.gold {
  background: linear-gradient(115deg, #8F7A45, #7C6A3C);
  color: #fff;
  box-shadow: 0 14px 30px -14px rgba(124, 106, 60, 0.65);
}

.g-wob-btn.gold:hover {
  box-shadow: 0 18px 38px -12px rgba(124, 106, 60, 0.85);
}

.g-wob-btn.navy {
  background: #2E4A6B;
  color: #fff;
}

.g-wob-btn.navy:hover {
  background: #24384F;
}

.g-wob-btn.ivory {
  background: #F7F4EE;
  color: #2E4A6B;
}

.g-wob-btn.ivory:hover {
  background: #fff;
}

.g-wob-btn.line {
  border-color: rgba(244, 247, 251, 0.6);
  color: #F4F7FB;
  background: transparent;
}

.g-wob-btn.line:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.g-wob-btn.lg {
  padding: 18px 42px;
  font-size: 0.95rem;
}

.g-wob-bg-ivory .g-wob-btn.line, .g-wob-bg-mist .g-wob-btn.line, .g-wob-bg-white .g-wob-btn.line {
  border-color: #2E4A6B;
  color: #2E4A6B;
}

.g-wob-bg-ivory .g-wob-btn.line:hover, .g-wob-bg-mist .g-wob-btn.line:hover, .g-wob-bg-white .g-wob-btn.line:hover {
  background: #E3EAF2;
}

.g-wob-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.g-wob-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 12px;
}

.g-wob-badge.scarce {
  background: rgba(176, 65, 62, 0.12);
  color: #B0413E;
}

.g-wob-badge.ok {
  background: rgba(95, 125, 102, 0.14);
  color: #5F7D66;
}

.g-wob-badge.goldb {
  background: #F2ECDE;
  color: #7C6A3C;
}

html.wob-js .g-wob-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s cubic-bezier(0.2, 0.65, 0.25, 1), transform 0.55s cubic-bezier(0.2, 0.65, 0.25, 1);
}

html.wob-js .g-wob-reveal.in {
  opacity: 1;
  transform: none;
}

.g-wob-reveal.d1 {
  transition-delay: 0.1s;
}

.g-wob-reveal.d2 {
  transition-delay: 0.22s;
}

.g-wob-reveal.d3 {
  transition-delay: 0.34s;
}

.g-wob-reveal.d4 {
  transition-delay: 0.46s;
}

@media (prefers-reduced-motion: reduce) {
  html.wob-js .g-wob-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .g-wob-head::after {
    transform: scaleX(1);
  }
}
.g-wob-divider {
  position: relative;
  height: var(--wob-div-h, clamp(64px, 9vw, 120px));
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

.g-wob-divider .seam, .g-wob-divider .fill {
  position: absolute;
  inset: 0;
}

.g-wob-divider.up .seam, .g-wob-divider.up .fill {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.g-wob-divider.down .seam, .g-wob-divider.down .fill {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.g-wob-divider .seam {
  background: #B29B63;
  transform: translateY(-5px);
}

.g-wob-divider.to-ivory .fill {
  background: #F7F4EE;
}

.g-wob-divider.to-mist .fill {
  background: #E3EAF2;
}

.g-wob-divider.to-white .fill {
  background: #FFFFFF;
}

.g-wob-divider.to-navy .fill {
  background: #24384F;
}

.g-wob,
.g-wob a,
.g-wob button,
.g-wob input,
.g-wob select,
.g-wob textarea,
.g-wob label,
.g-wob [role=button] {
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2732%27%20height=%2732%27%20viewBox=%270%200%2032%2032%27%3E%3Cg%20transform=%27rotate(-45%2016%2016)%27%3E%3Cline%20x1=%2716%27%20y1=%271.5%27%20x2=%2716%27%20y2=%278%27%20stroke=%27%23243B4F%27%20stroke-width=%271.6%27%20stroke-linecap=%27round%27/%3E%3Crect%20x=%2713.6%27%20y=%277.5%27%20width=%274.8%27%20height=%272.4%27%20rx=%27.6%27%20fill=%27%23243B4F%27/%3E%3Crect%20x=%2711.7%27%20y=%279.6%27%20width=%278.6%27%20height=%2713%27%20rx=%271.4%27%20fill=%27%238F7A45%27%20stroke=%27%23ffffff%27%20stroke-width=%271.2%27/%3E%3Cline%20x1=%2713.4%27%20y1=%2712.4%27%20x2=%2716%27%20y2=%2712.4%27%20stroke=%27%23ffffff%27%20stroke-width=%27.9%27/%3E%3Cline%20x1=%2713.4%27%20y1=%2715%27%20x2=%2716%27%20y2=%2715%27%20stroke=%27%23ffffff%27%20stroke-width=%27.9%27/%3E%3Cline%20x1=%2713.4%27%20y1=%2717.6%27%20x2=%2716%27%20y2=%2717.6%27%20stroke=%27%23ffffff%27%20stroke-width=%27.9%27/%3E%3Crect%20x=%279.4%27%20y=%2722.4%27%20width=%2713.2%27%20height=%272.4%27%20rx=%271.2%27%20fill=%27%238F7A45%27%20stroke=%27%23ffffff%27%20stroke-width=%271%27/%3E%3Crect%20x=%2714.9%27%20y=%2724.6%27%20width=%272.2%27%20height=%274.6%27%20fill=%27%23243B4F%27/%3E%3Crect%20x=%2712%27%20y=%2728.8%27%20width=%278%27%20height=%272.2%27%20rx=%271%27%20fill=%27%23243B4F%27/%3E%3C/g%3E%3C/svg%3E") 5 5, auto;
}

.g-wob-hero {
  position: relative;
  min-height: min(88svh, 820px);
  display: flex;
  align-items: center;
  padding: 120px 0 calc(clamp(64px, 9vw, 120px) + 40px);
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(105deg, #1B2C40 0%, #24384F 55%, #2E4A6B 100%);
}

.g-wob-hero .hero-media {
  position: absolute;
  left: 0;
  right: 0;
  top: -9%;
  bottom: -9%;
  z-index: 1;
}

.g-wob-hero .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.g-wob-hero .hero-media.diag {
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
}

.g-wob-hero .wob-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 1.1s ease;
}

.g-wob-hero .wob-fx.is-ready {
  opacity: 1;
}

.g-wob-hero .wob-fx canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.g-wob-hero .wob-fx::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(140% 100% at 84% 4%, rgba(232, 238, 246, 0.2) 0%, rgba(178, 155, 99, 0.08) 30%, rgba(232, 238, 246, 0) 60%), linear-gradient(214deg, rgba(232, 238, 246, 0.12) 0%, rgba(232, 238, 246, 0) 42%);
  opacity: 0.9;
}

.g-wob-hero .wob-fx.is-webgl::before {
  opacity: 0;
}

.g-wob-hero .hero-tint {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(100deg, rgba(27, 44, 64, 0.88) 0%, rgba(36, 56, 79, 0.72) 38%, rgba(46, 74, 107, 0.28) 70%, rgba(46, 74, 107, 0.06) 100%);
}

.g-wob-hero.center-tint .hero-tint {
  background: linear-gradient(180deg, rgba(27, 44, 64, 0.78) 0%, rgba(36, 56, 79, 0.6) 55%, rgba(46, 74, 107, 0.5) 100%);
}

.g-wob-hero .hero-foreground {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  line-height: 0;
}

.g-wob-hero.fg-left .hero-foreground {
  left: 0;
}

.g-wob-hero.fg-right .hero-foreground {
  right: 0;
}

.g-wob-hero .hero-foreground img {
  display: block;
  width: auto;
  height: clamp(300px, 54vh, 580px);
  max-width: 46vw;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.4));
}

@media (min-width: 1024px) {
  .g-wob-hero.has-foreground.fg-left .hero-copy {
    margin-left: clamp(190px, 27vw, 450px);
  }
}
@media (max-width: 1023px) {
  .g-wob-hero .hero-foreground {
    left: auto;
    right: 0;
    opacity: 0.22;
  }
  .g-wob-hero .hero-foreground img {
    height: min(72%, 430px);
    max-width: 74vw;
  }
  .g-wob-hero.has-foreground .hero-copy {
    margin-left: 0;
  }
}
.g-wob-hero .hero-copy {
  position: relative;
  z-index: 4;
  max-width: 660px;
}

.g-wob-hero.centered .hero-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.g-wob-hero .hero-copy .g-wob-kicker {
  color: #B29B63;
}

.g-wob-hero .hero-title {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 620;
  color: #F4F7FB;
  font-size: clamp(2.5rem, 1.5rem + 4.5vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.g-wob-hero .hero-title .gold {
  color: #B29B63;
}

.g-wob-hero .hero-sub {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 480;
  color: #F4F7FB;
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  margin-bottom: 16px;
}

.g-wob-hero .hero-text {
  color: #C2D0E0;
  max-width: 48ch;
  margin-bottom: 28px;
}

.g-wob-hero.centered .hero-text {
  margin-left: auto;
  margin-right: auto;
}

.g-wob-hero .hero-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
}

.g-wob-hero.centered .hero-audience {
  justify-content: center;
}

.g-wob-hero .hero-audience .lbl {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #B29B63;
}

.g-wob-hero .hero-audience a {
  font-size: 0.85rem;
  font-weight: 600;
  color: #F4F7FB;
  text-decoration: none;
  border: 1px solid rgba(194, 208, 224, 0.45);
  border-radius: 999px;
  padding: 7px 16px;
  transition: border-color 0.25s, background 0.25s;
}

.g-wob-hero .hero-audience a:hover {
  border-color: #B29B63;
  background: rgba(178, 155, 99, 0.16);
}

.g-wob-hero .fact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 22px;
}

.g-wob-hero.centered .fact-chips {
  justify-content: center;
}

.g-wob-hero .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  background: rgba(244, 247, 251, 0.14);
  color: #F4F7FB;
  border: 1px solid rgba(194, 208, 224, 0.35);
}

.g-wob-hero .chip.price {
  background: #8F7A45;
  border-color: transparent;
  color: #fff;
}

.g-wob-hero .chip.cme {
  background: rgba(95, 125, 102, 0.35);
  border-color: transparent;
}

.g-wob-hero.compact {
  min-height: clamp(320px, 44vh, 460px);
  padding: 140px 0 clamp(46px, 7vw, 80px);
}

.g-wob-hero.compact .hero-title {
  font-size: clamp(1.9rem, 1.3rem + 3vw, 3.2rem);
}

.g-wob-dsplit {
  position: relative;
  min-height: 480px;
  background: #24384F;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
}

.g-wob-dsplit .zone {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.g-wob-dsplit .zone-b {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.g-wob-dsplit .seam {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #FFFFFF;
  pointer-events: none;
  clip-path: polygon(0 0, calc(50% + var(--wob-seam-shift) + var(--wob-seam-gap)) 0, calc(50% - var(--wob-seam-shift) + var(--wob-seam-gap)) 100%, 0 100%);
}

.g-wob-dsplit .zone-a {
  position: absolute;
  inset: 0;
  z-index: 3;
  clip-path: polygon(0 0, calc(50% + var(--wob-seam-shift)) 0, calc(50% - var(--wob-seam-shift)) 100%, 0 100%);
}

.g-wob-dsplit .zone.gold {
  background: linear-gradient(150deg, #8F7A45, #7C6A3C);
  color: #fff;
}

.g-wob-dsplit .zone.navy {
  background: linear-gradient(150deg, #3B597D, #24384F);
  color: #fff;
}

.g-wob-dsplit .zone.img, .g-wob-dsplit .zone.image {
  padding: 0;
}

.g-wob-dsplit .zone-b img,
.g-wob-dsplit .zone.image img,
.g-wob-dsplit .zone.img img {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important;
  height: 100% !important;
  width: auto !important;
  max-width: 60% !important;
  object-fit: contain !important;
  object-position: right center !important;
  display: block !important;
}

.g-wob-dsplit .z-in {
  position: relative;
  z-index: 2;
}

.g-wob-dsplit .zone-a .z-in {
  width: min(48%, 500px);
  padding: clamp(28px, 4vw, 56px) 0 clamp(28px, 4vw, 56px) clamp(28px, 4vw, 56px);
}

.g-wob-dsplit .zone-b .z-in {
  width: min(42%, 440px);
  margin-left: auto;
  padding: clamp(28px, 4vw, 56px) clamp(28px, 4vw, 56px) clamp(28px, 4vw, 56px) 0;
}

.g-wob-panelnum {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(3rem, 2rem + 4vw, 5rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.28);
  display: block;
  margin-bottom: 10px;
}

.g-wob-dotlist {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.g-wob-dotlist li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 1.03rem;
  line-height: 1.5;
}

.g-wob-dotlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.85;
}

.g-wob-iconrow {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.g-wob-iconchip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.g-wob-iconchip svg, .g-wob-iconchip i {
  width: 21px;
  height: 21px;
  font-size: 20px;
}

.g-wob-iconrow p {
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.45;
  padding-top: 9px;
}

.g-wob-iconrow .g-wob-dotlist {
  margin-bottom: 0;
}

.g-wob-pstage {
  position: relative;
  min-height: clamp(480px, 78vh, 720px);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #24384F;
}

.g-wob-pstage .pl {
  position: absolute;
  left: 0;
  right: 0;
  top: -14%;
  bottom: -14%;
  will-change: transform;
  pointer-events: none;
}

.g-wob-pstage .pl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g-wob-pstage .pl-card {
  position: relative;
  z-index: 4;
  width: min(600px, 100% - 40px);
  background: rgba(247, 244, 238, 0.94);
  border-radius: 12px;
  border-top: 4px solid #8F7A45;
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
  padding: clamp(28px, 4vw, 52px);
  margin: clamp(56px, 9vw, 110px) 0;
}

.g-wob-pstage .pl-card .g-wob-head {
  margin-bottom: 14px;
}

.g-wob-pstage .pl-card .g-wob-dotlist {
  color: #2E4A6B;
  margin-bottom: 22px;
}

.g-wob-pstage .pl-card .g-wob-dotlist li::before {
  background: #8F7A45;
}

.g-wob-trust {
  background: #F7F4EE;
  position: relative;
}

.g-wob-trust.tb-sh-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: var(--tb-sht-size, 5px);
  pointer-events: none;
  background: linear-gradient(to top, var(--tb-sht-color, rgba(27, 44, 64, 0.2)), transparent);
}

.g-wob-trust.tb-sh-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: var(--tb-shb-size, 5px);
  pointer-events: none;
  background: linear-gradient(to bottom, var(--tb-shb-color, rgba(27, 44, 64, 0.2)), transparent);
}

.g-wob-trust.tb-weiss {
  background: #FFFFFF;
}

.g-wob-trust.tb-mist {
  background: #E3EAF2;
}

.g-wob-trust.tb-transparent {
  background: transparent;
}

.g-wob-trust.tb-navy {
  background: linear-gradient(135deg, #1B2C40, #24384F);
}

.g-wob-trust.tb-navy .item b {
  color: #F4F7FB;
}

.g-wob-trust.tb-navy .item small {
  color: #C2D0E0;
}

.g-wob-trust.tb-navy .ico {
  background: rgba(178, 155, 99, 0.22);
  color: #B29B63;
}

.g-wob-trust .g-wob-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.g-wob-trust .item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.g-wob-trust .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: #F2ECDE;
  color: #7C6A3C;
}

.g-wob-trust .ico svg, .g-wob-trust .ico i {
  width: 22px;
  height: 22px;
  font-size: 21px;
}

.g-wob-trust b {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  color: #2E4A6B;
  line-height: 1.3;
}

.g-wob-trust small {
  font-size: 0.8rem;
  color: #5D6B7A;
}

.g-wob-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 26px;
  margin-top: 40px;
}

.g-wob-value {
  text-align: center;
  padding: 10px;
}

.g-wob-value .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #8F7A45;
  color: #fff;
  margin-bottom: 14px;
  box-shadow: 0 12px 24px -12px rgba(124, 106, 60, 0.7);
}

.g-wob-value .ico svg, .g-wob-value .ico i {
  width: 29px;
  height: 29px;
  font-size: 27px;
}

.g-wob-value b {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2E4A6B;
  margin-bottom: 7px;
}

.g-wob-value p {
  font-size: 0.94rem;
  color: #5D6B7A;
}

.g-wob-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  margin-top: 40px;
}

.g-wob-tile {
  position: relative;
  aspect-ratio: 4/3.4;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  text-decoration: none;
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
  background: #2E4A6B;
}

.g-wob-tile img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 16px 26px rgba(12, 22, 38, 0.35));
  transition: transform 0.55s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.g-wob-tile:hover img {
  transform: scale(1.06) translateY(-5px);
}

.g-wob-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(85% 65% at 80% 12%, rgba(232, 238, 246, 0.22) 0%, rgba(232, 238, 246, 0) 58%), radial-gradient(70% 55% at 12% 96%, rgba(178, 155, 99, 0.28) 0%, rgba(178, 155, 99, 0) 55%);
  transition: opacity 0.4s;
  opacity: 0.85;
}

.g-wob-tile:hover::after {
  opacity: 1;
}

.g-wob-tile .shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(27, 44, 64, 0.04) 38%, rgba(20, 32, 48, 0.85) 100%);
}

.g-wob-tile .num {
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 2;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 3.5vw, 3.4rem);
  color: rgba(255, 255, 255, 0.42);
  line-height: 1;
}

.g-wob-tile .wob-tile-label,
.g-wob-tile .label {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 3;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  overflow: visible !important;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif !important;
  font-weight: 700;
  font-size: clamp(0.82rem, 0.6rem + 0.55vw, 1rem) !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 1.3 !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  white-space: normal !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
  max-width: 100% !important;
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.g-wob-tile .wob-tile-label::before,
.g-wob-tile .label::before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-bottom: 12px;
  background: #B29B63;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.g-wob-tile:hover .wob-tile-label::before,
.g-wob-tile:hover .label::before {
  transform: scaleX(1);
}

.g-wob-cta {
  text-align: center;
  padding-top: clamp(56px, 9vw, 110px);
  padding-bottom: clamp(60px, 9vw, 116px);
}

.g-wob-cta .g-wob-head {
  margin-left: auto;
  margin-right: auto;
}

.g-wob-cta .g-wob-copy {
  margin: 0 auto 26px;
  max-width: 52ch;
}

.g-wob-cta .g-wob-cta-row {
  justify-content: center;
}

@media (max-width: 860px) {
  .g-wob-hero {
    min-height: 0;
    padding-top: 130px;
  }
  .g-wob-hero .hero-media.diag {
    clip-path: none;
  }
  .g-wob-hero .hero-tint {
    background: linear-gradient(180deg, rgba(27, 44, 64, 0.9) 0%, rgba(36, 56, 79, 0.78) 55%, rgba(46, 74, 107, 0.5) 100%);
  }
  .g-wob-dsplit {
    min-height: 0;
    border-radius: 10px;
    background: transparent;
  }
  .g-wob-dsplit .seam {
    display: none;
  }
  .g-wob-dsplit .zone {
    position: relative;
    inset: auto;
    z-index: auto;
  }
  .g-wob-dsplit .zone-a {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), 0 100%);
  }
  .g-wob-dsplit .zone-b {
    clip-path: polygon(0 42px, 100% 0, 100% 100%, 0 100%);
    margin-top: -34px;
  }
  .g-wob-dsplit .zone-a .z-in, .g-wob-dsplit .zone-b .z-in {
    width: 100%;
    margin: 0;
    padding: clamp(26px, 6vw, 40px);
  }
  .g-wob-dsplit .zone.img, .g-wob-dsplit .zone.image {
    min-height: 280px;
  }
  .g-wob-dsplit .zone-b img,
  .g-wob-dsplit .zone.image img,
  .g-wob-dsplit .zone.img img {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .g-wob-dsplit .zone-b .z-in {
    padding-top: calc(clamp(26px, 6vw, 40px) + 34px);
  }
  .g-wob-pstage {
    min-height: 0;
  }
}
.g-wob-partners .wpr-headwrap {
  text-align: center;
  margin-bottom: 34px;
}
.g-wob-partners .wpr-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 56px;
  padding: 30px 10px;
  border-top: 1px solid rgba(46, 74, 107, 0.14);
  border-bottom: 1px solid rgba(46, 74, 107, 0.14);
}
.g-wob-partners .wpr-slot {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.g-wob-partners .wpr-slot:focus-visible {
  outline: 2px solid #B29B63;
  outline-offset: 4px;
}
.g-wob-partners .wpr-logo {
  display: block;
  height: 34px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.55;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.g-wob-partners .wpr-slot:hover .wpr-logo,
.g-wob-partners .wpr-slot:focus-visible .wpr-logo {
  filter: grayscale(0);
  opacity: 1;
}
.g-wob-partners .wpr-mark {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(46, 74, 107, 0.55);
  transition: color 0.25s ease;
}
.g-wob-partners .wpr-slot:hover .wpr-mark,
.g-wob-partners .wpr-slot:focus-visible .wpr-mark {
  color: #2E4A6B;
}

@media (max-width: 900px) {
  .g-wob-partners .wpr-headwrap {
    margin-bottom: 26px;
  }
  .g-wob-partners .wpr-band {
    gap: 16px 36px;
    padding: 24px 6px;
  }
  .g-wob-partners .wpr-logo {
    height: 30px;
    max-width: 150px;
  }
  .g-wob-partners .wpr-mark {
    font-size: 13.5px;
    letter-spacing: 0.18em;
  }
}
@media (max-width: 640px) {
  .g-wob-partners .wpr-band {
    gap: 14px 22px;
    padding: 20px 4px;
  }
  .g-wob-partners .wpr-logo {
    height: 26px;
    max-width: 130px;
  }
  .g-wob-partners .wpr-mark {
    font-size: 12.5px;
    letter-spacing: 0.16em;
  }
}
.g-wob-stats .ws-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.g-wob-stats.ws-flip .ws-copy {
  order: 2;
}
.g-wob-stats.ws-flip .ws-visual {
  order: 1;
}
.g-wob-stats .ws-text {
  margin-top: 18px;
}
.g-wob-stats .ws-text p {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(46, 74, 107, 0.78);
  margin: 0 0 1.1em;
}
.g-wob-stats .ws-text p:last-child {
  margin-bottom: 0;
}
.g-wob-stats .ws-cta {
  margin-top: 28px;
}
.g-wob-stats .ws-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}
.g-wob-stats .ws-media {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(46, 74, 107, 0.28);
  aspect-ratio: 4/5;
}
.g-wob-stats .ws-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-wob-stats .ws-ph {
  background-color: #2E4A6B;
  background-image: radial-gradient(120% 90% at 85% 8%, rgba(178, 155, 99, 0.38), rgba(178, 155, 99, 0) 55%), radial-gradient(90% 70% at 12% 96%, rgba(178, 155, 99, 0.22), rgba(178, 155, 99, 0) 60%), linear-gradient(160deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 70%);
}
.g-wob-stats .ws-figs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
}
.g-wob-stats .ws-fig {
  padding-left: 20px;
  border-left: 2px solid #B29B63;
}
.g-wob-stats .ws-value {
  display: block;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 3.4vw, 3.1rem);
  line-height: 1.05;
  color: #2E4A6B;
}
.g-wob-stats .ws-caption {
  display: block;
  margin-top: 8px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(46, 74, 107, 0.62);
}
@media (max-width: 900px) {
  .g-wob-stats .ws-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .g-wob-stats.ws-flip .ws-copy {
    order: 1;
  }
  .g-wob-stats.ws-flip .ws-visual {
    order: 2;
  }
  .g-wob-stats .ws-visual {
    gap: 28px;
  }
  .g-wob-stats .ws-figs {
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .g-wob-stats .ws-visual {
    grid-template-columns: 1fr;
  }
  .g-wob-stats .ws-media {
    aspect-ratio: 16/10;
  }
  .g-wob-stats .ws-figs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px 28px;
  }
  .g-wob-stats .ws-fig {
    flex: 1 1 150px;
  }
  .g-wob-stats .ws-value {
    font-size: 2rem;
  }
}

.g-wob-teamrows .wt-list {
  margin-top: 28px;
}
.g-wob-teamrows .wt-row {
  display: flex;
  align-items: center;
  gap: 52px;
  padding: 48px 0;
}
.g-wob-teamrows .wt-row + .wt-row {
  border-top: 1px solid rgba(46, 74, 107, 0.16);
}
.g-wob-teamrows .wt-row:nth-child(even) {
  flex-direction: row-reverse;
}
.g-wob-teamrows .wt-row.wt-side-left {
  flex-direction: row;
}
.g-wob-teamrows .wt-row.wt-side-right {
  flex-direction: row-reverse;
}
.g-wob-teamrows .wt-media {
  flex: 0 0 auto;
}
.g-wob-teamrows .wt-photo {
  display: block;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #FFFFFF;
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
}
.g-wob-teamrows .wt-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: linear-gradient(150deg, #2E4A6B, #1B2C40);
  border: 5px solid #FFFFFF;
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
  color: #B29B63;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.g-wob-teamrows .wt-body {
  flex: 1 1 auto;
  min-width: 0;
}
.g-wob-teamrows .wt-role {
  display: block;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8F7A45;
  margin: 0 0 8px;
}
.g-wob-teamrows .wt-name {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #1E2B3A;
  margin: 0 0 12px;
}
.g-wob-teamrows .wt-text {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #5D6B7A;
  margin: 0;
  max-width: 62ch;
}
.g-wob-teamrows .wt-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7C6A3C;
  text-decoration: none;
}
.g-wob-teamrows .wt-more .fa {
  font-size: 13px;
  transition: transform 0.25s ease;
}
.g-wob-teamrows .wt-more:hover {
  color: #24384F;
}
.g-wob-teamrows .wt-more:hover .fa {
  transform: translateX(4px);
}
@media (max-width: 900px) {
  .g-wob-teamrows .wt-row {
    gap: 36px;
    padding: 40px 0;
  }
  .g-wob-teamrows .wt-photo,
  .g-wob-teamrows .wt-initials {
    width: 140px;
    height: 140px;
  }
  .g-wob-teamrows .wt-initials {
    font-size: 42px;
  }
  .g-wob-teamrows .wt-name {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .g-wob-teamrows .wt-row,
  .g-wob-teamrows .wt-row:nth-child(even),
  .g-wob-teamrows .wt-row.wt-side-left,
  .g-wob-teamrows .wt-row.wt-side-right {
    flex-direction: column;
    text-align: center;
    gap: 22px;
    padding: 36px 0;
  }
  .g-wob-teamrows .wt-text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .g-wob-teamrows .wt-more {
    justify-content: center;
  }
}

.g-wob-facts .wf-row {
  list-style: none;
  margin: 0;
  padding: 8px 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px 46px;
}
.g-wob-facts.wf-divided .wf-row {
  border-bottom: 1px solid rgba(27, 44, 64, 0.12);
}
.g-wob-facts .wf-fact {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.g-wob-facts .wf-chip {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2E4A6B;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px -10px rgba(27, 44, 64, 0.45);
}
.g-wob-facts .wf-chip i {
  color: #B29B63;
  font-size: 19px;
  line-height: 1;
}
.g-wob-facts.wf-white .wf-chip i {
  color: #fff;
}
.g-wob-facts .wf-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.g-wob-facts .wf-caption {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(27, 44, 64, 0.62);
}
.g-wob-facts .wf-value {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: #2E4A6B;
}

@media (max-width: 900px) {
  .g-wob-facts .wf-row {
    gap: 18px 30px;
  }
}
@media (max-width: 640px) {
  .g-wob-facts .wf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 14px;
  }
  .g-wob-facts .wf-fact {
    gap: 10px;
  }
  .g-wob-facts .wf-chip {
    width: 42px;
    height: 42px;
  }
  .g-wob-facts .wf-chip i {
    font-size: 16px;
  }
  .g-wob-facts .wf-value {
    font-size: 15px;
  }
}
.g-wob-steps .ws-header {
  text-align: center;
  margin-bottom: 1rem;
}
.g-wob-steps .ws-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.5rem;
  align-items: start;
  margin-top: 2rem;
}
.g-wob-steps .ws-step {
  display: flex;
  align-items: flex-start;
  gap: 1.35rem;
}
.g-wob-steps .ws-num {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, #B29B63, #8c7440);
  box-shadow: 0 0 0 6px rgba(178, 155, 99, 0.22), 0 14px 28px -12px rgba(124, 106, 60, 0.5);
}
.g-wob-steps .ws-body {
  min-width: 0;
}
.g-wob-steps .ws-heading {
  margin: 0.45rem 0 0.65rem;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #2E4A6B;
}
.g-wob-steps .ws-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.g-wob-steps .ws-list li {
  position: relative;
  padding-left: 1.35rem;
  margin: 0.4rem 0;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(46, 74, 107, 0.78);
}
.g-wob-steps .ws-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #B29B63;
}
.g-wob-steps .ws-figure {
  margin: 0;
  align-self: stretch;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 44px -18px rgba(27, 44, 64, 0.45);
}
.g-wob-steps .ws-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-wob-steps .ws-cta {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 900px) {
  .g-wob-steps .ws-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .g-wob-steps .ws-figure {
    min-height: 200px;
  }
  .g-wob-steps .ws-cta {
    margin-top: 2.25rem;
  }
}
@media (max-width: 640px) {
  .g-wob-steps .ws-step {
    gap: 1rem;
  }
  .g-wob-steps .ws-num {
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
    box-shadow: 0 0 0 5px rgba(178, 155, 99, 0.22), 0 12px 24px -12px rgba(124, 106, 60, 0.5);
  }
  .g-wob-steps .ws-heading {
    font-size: 1.2rem;
  }
}

.g-wob-bullets {
  padding: clamp(3.2rem, 6vw, 5.5rem) 0;
}
.g-wob-bullets .wb-panel {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 22px;
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
  padding: 56px 64px 60px;
  overflow: hidden;
}
.g-wob-bullets .wb-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7C6A3C 0%, #B29B63 50%, #F2ECDE 100%);
}
.g-wob-bullets .wb-headwrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}
.g-wob-bullets .wb-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1020px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
  row-gap: 4px;
}
.g-wob-bullets .wb-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(46, 74, 107, 0.16);
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #3E4C5E;
}
.g-wob-bullets .wb-item:nth-last-child(1),
.g-wob-bullets .wb-item:nth-last-child(2) {
  border-bottom: 0;
}
.g-wob-bullets .wb-dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: #8F7A45;
  box-shadow: 0 0 0 4px #F2ECDE;
}
.g-wob-bullets .wb-text b {
  font-weight: 700;
  color: #1E2B3A;
}
.g-wob-bullets .wb-cta {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .g-wob-bullets .wb-panel {
    padding: 44px 36px 48px;
  }
  .g-wob-bullets .wb-list {
    column-gap: 36px;
  }
}
@media (max-width: 640px) {
  .g-wob-bullets {
    padding: clamp(2.6rem, 9vw, 3.2rem) 0;
  }
  .g-wob-bullets .wb-panel {
    padding: 34px 20px 38px;
    border-radius: 18px;
  }
  .g-wob-bullets .wb-headwrap {
    margin-bottom: 26px;
  }
  .g-wob-bullets .wb-list {
    grid-template-columns: 1fr;
  }
  .g-wob-bullets .wb-item {
    padding: 11px 0;
  }
  .g-wob-bullets .wb-item:nth-last-child(2) {
    border-bottom: 1px solid rgba(46, 74, 107, 0.16);
  }
  .g-wob-bullets .wb-cta {
    margin-top: 30px;
  }
}

.g-wob-imagetext {
  padding: 5.5rem 0;
}
.g-wob-imagetext .wit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4.5rem;
  align-items: center;
}
.g-wob-imagetext.wit-flip .wit-media {
  order: 2;
}
.g-wob-imagetext.wit-flip .wit-body {
  order: 1;
}
.g-wob-imagetext .wit-media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 18px;
  overflow: hidden;
  background: #2E4A6B;
  box-shadow: 0 22px 44px rgba(11, 25, 45, 0.25);
}
.g-wob-imagetext .wit-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-wob-imagetext .wit-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: radial-gradient(120% 130% at 18% 0%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.45) 72%), #2E4A6B;
  box-shadow: inset 0 0 0 1px rgba(178, 155, 99, 0.35);
}
.g-wob-imagetext .wit-placeholder .fa {
  font-size: 2.4rem;
  color: #B29B63;
}
.g-wob-imagetext .wit-ph-text {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.g-wob-imagetext .wit-body {
  min-width: 0;
}
.g-wob-imagetext .wit-body .g-wob-kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.g-wob-imagetext .wit-body .g-wob-head {
  margin: 0 0 1.2rem;
}
.g-wob-imagetext .wit-text p {
  margin: 0 0 1.05rem;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #2E4A6B;
}
.g-wob-imagetext .wit-text p:last-child {
  margin-bottom: 0;
}
.g-wob-imagetext .wit-list {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.g-wob-imagetext .wit-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #2E4A6B;
}
.g-wob-imagetext .wit-list-item .fa {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.12rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.7rem;
  color: #B29B63;
  background: rgba(178, 155, 99, 0.16);
}
.g-wob-imagetext .wit-cta {
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .g-wob-imagetext {
    padding: 3.75rem 0;
  }
  .g-wob-imagetext .wit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.25rem;
  }
  .g-wob-imagetext .wit-media, .g-wob-imagetext.wit-flip .wit-media {
    order: -1;
  }
  .g-wob-imagetext .wit-body, .g-wob-imagetext.wit-flip .wit-body {
    order: 0;
  }
}
@media (max-width: 640px) {
  .g-wob-imagetext {
    padding: 3rem 0;
  }
  .g-wob-imagetext .wit-media {
    border-radius: 14px;
  }
  .g-wob-imagetext .wit-text p {
    font-size: 1rem;
  }
  .g-wob-imagetext .wit-cta .g-wob-btn {
    width: 100%;
    text-align: center;
  }
}
.g-wob-darkband {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: linear-gradient(135deg, #1f3147 0%, #263e59 55%, #2E4A6B 100%);
  color: rgba(255, 255, 255, 0.92);
}
.g-wob-darkband::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(178, 155, 99, 0), #B29B63, rgba(178, 155, 99, 0));
  z-index: 2;
}
.g-wob-darkband .wdb-bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}
.g-wob-darkband .wdb-inner {
  position: relative;
  z-index: 1;
}
.g-wob-darkband .wdb-headwrap {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.g-wob-darkband .wdb-kicker {
  color: #B29B63;
}
.g-wob-darkband .wdb-head {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  color: #fff;
}
.g-wob-darkband .wdb-head .gold {
  color: #B29B63;
}
.g-wob-darkband .wdb-text {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 18px auto 0;
}
.g-wob-darkband .wdb-list {
  list-style: none;
  margin: 44px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
}
.g-wob-darkband .wdb-list.wdb-cols-1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
}
.g-wob-darkband .wdb-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}
.g-wob-darkband .wdb-item .fa {
  flex: 0 0 auto;
  margin-top: 0.18em;
  color: #B29B63;
}
.g-wob-darkband .wdb-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 44px;
}
.g-wob-darkband .g-wob-btn.wdb-ghost {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.45);
}
.g-wob-darkband .g-wob-btn.wdb-ghost:hover, .g-wob-darkband .g-wob-btn.wdb-ghost:focus {
  color: #d7cbae;
  border-color: #B29B63;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 900px) {
  .g-wob-darkband {
    padding: 68px 0;
  }
  .g-wob-darkband .wdb-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    max-width: 720px;
  }
}
@media (max-width: 640px) {
  .g-wob-darkband {
    padding: 56px 0;
  }
  .g-wob-darkband .wdb-item {
    font-size: 0.98rem;
    padding: 13px 14px;
  }
  .g-wob-darkband .wdb-ctas {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
.g-wob-darkband .wdb-item {
  color: rgba(255, 255, 255, 0.92) !important;
}

.g-wob-darkband .wdb-item .fa {
  color: #B29B63 !important;
}

.g-wob-darkband .wdb-text {
  color: rgba(255, 255, 255, 0.78) !important;
}

.g-wob-darkband .wdb-head {
  color: #fff !important;
}

.g-wob-darkband .wdb-kicker {
  color: #B29B63 !important;
}

.g-wob h1 .anchor-link, .g-wob h2 .anchor-link, .g-wob h3 .anchor-link, .g-wob h4 .anchor-link,
.g-wob h1 .header-anchor, .g-wob h2 .header-anchor, .g-wob h3 .header-anchor,
#g-mainbar .anchor-link, #g-mainbar .header-anchor {
  display: none !important;
}

.g-wob-termine {
  padding: clamp(64px, 9vw, 120px) 0;
  background: transparent;
}
.g-wob-termine .g-wob-btn.line {
  border-color: #2E4A6B;
  color: #2E4A6B;
}
.g-wob-termine .g-wob-btn.line:hover, .g-wob-termine .g-wob-btn.line:focus {
  background: #E3EAF2;
}
.g-wob-termine .g-wob-termine-kopf {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}
.g-wob-termine .g-wob-termine-intro {
  max-width: 640px;
  margin: 16px auto 0;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #5D6B7A;
}
.g-wob-termine .g-wob-termine-monat {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: clamp(30px, 4vw, 48px) 0 16px;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.75rem);
  line-height: 1.2;
  color: #24384F;
}
.g-wob-termine .g-wob-termine-monat::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 122, 69, 0.65), rgba(178, 155, 99, 0.25) 55%, transparent);
}
.g-wob-termine .g-wob-termine-monat-jahr {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.58em;
  letter-spacing: 0.12em;
  color: #7C6A3C;
}
.g-wob-termine .g-wob-termine-zeile {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto auto;
  grid-template-areas: "badge info chip buttons";
  align-items: center;
  gap: 14px 26px;
  padding: 18px 22px;
  margin: 0 0 12px;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.g-wob-termine .g-wob-termine-zeile:hover {
  transform: translateY(-3px);
  border-color: rgba(178, 155, 99, 0.6);
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
}
.g-wob-termine .g-wob-termine-zeile-aus {
  background: #FBFAF6;
}
.g-wob-termine .g-wob-termine-zeile-aus .g-wob-termine-badge {
  background: linear-gradient(160deg, #4A6A8F, #2E4A6B);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.g-wob-termine .g-wob-termine-zeile-aus .g-wob-termine-kurs {
  color: #5D6B7A;
}
.g-wob-termine .g-wob-termine-badge {
  grid-area: badge;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 12px;
  background: linear-gradient(160deg, #24384F, #1B2C40);
  box-shadow: inset 0 0 0 1px rgba(178, 155, 99, 0.4);
}
.g-wob-termine .g-wob-termine-badge-tag {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.95rem;
  line-height: 1;
  color: #F4F7FB;
}
.g-wob-termine .g-wob-termine-badge-monat {
  margin-top: 4px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B29B63;
}
.g-wob-termine .g-wob-termine-info {
  grid-area: info;
  min-width: 0;
}
.g-wob-termine .g-wob-termine-kurs {
  margin: 0 0 6px;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(1.08rem, 1rem + 0.35vw, 1.32rem);
  line-height: 1.3;
  color: #1E2B3A;
  overflow-wrap: break-word;
}
.g-wob-termine .g-wob-termine-kurslink {
  color: inherit;
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, #8F7A45, #B29B63);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 0.3s ease, color 0.2s ease;
}
.g-wob-termine .g-wob-termine-kurslink:hover, .g-wob-termine .g-wob-termine-kurslink:focus {
  color: #2E4A6B;
  background-size: 100% 2px;
}
.g-wob-termine .g-wob-termine-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.92rem;
  color: #5D6B7A;
}
.g-wob-termine .g-wob-termine-ic {
  margin-right: 7px;
  color: #8F7A45;
}
.g-wob-termine .g-wob-termine-datum-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.g-wob-termine .g-wob-termine-chip {
  grid-area: chip;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.g-wob-termine .g-wob-termine-chip::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.g-wob-termine .g-wob-termine-chip-frei {
  color: #5F7D66;
  background: rgba(95, 125, 102, 0.12);
  box-shadow: inset 0 0 0 1px rgba(95, 125, 102, 0.32);
}
.g-wob-termine .g-wob-termine-chip-wenige {
  color: #7C6A3C;
  background: #F2ECDE;
  box-shadow: inset 0 0 0 1px rgba(143, 122, 69, 0.38);
}
.g-wob-termine .g-wob-termine-chip-ausgebucht {
  color: #5D6B7A;
  background: #EDF0F4;
  box-shadow: inset 0 0 0 1px rgba(46, 74, 107, 0.16);
}
.g-wob-termine .g-wob-termine-buttons {
  grid-area: buttons;
  display: flex;
  align-items: center;
  gap: 10px;
}
.g-wob-termine .g-wob-termine-cta-inaktiv {
  opacity: 0.45;
  filter: grayscale(0.65);
  cursor: not-allowed;
  box-shadow: none;
}
.g-wob-termine .g-wob-termine-hinweis {
  max-width: 680px;
  margin: 28px auto 0;
  text-align: center;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5D6B7A;
}
.g-wob-termine .g-wob-termine-leer {
  max-width: 560px;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 52px) 32px;
  text-align: center;
  background: #FFFFFF;
  border: 1px dashed rgba(143, 122, 69, 0.55);
  border-radius: 16px;
}
.g-wob-termine .g-wob-termine-leer-ic {
  font-size: 1.7rem;
  color: #8F7A45;
}
.g-wob-termine .g-wob-termine-leer-text {
  margin: 14px auto 22px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  line-height: 1.7;
  color: #5D6B7A;
}
@media (max-width: 1080px) {
  .g-wob-termine .g-wob-termine-zeile {
    grid-template-columns: 76px minmax(0, 1fr) auto;
    grid-template-areas: "badge info buttons" "badge chip buttons";
    row-gap: 8px;
  }
  .g-wob-termine .g-wob-termine-chip {
    justify-self: start;
    align-self: start;
  }
  .g-wob-termine .g-wob-termine-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 720px) {
  .g-wob-termine .g-wob-termine-zeile {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas: "badge info" "badge chip" "buttons buttons";
    align-items: start;
    gap: 8px 14px;
    padding: 16px;
  }
  .g-wob-termine .g-wob-termine-badge {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }
  .g-wob-termine .g-wob-termine-badge-tag {
    font-size: 1.6rem;
  }
  .g-wob-termine .g-wob-termine-buttons {
    margin-top: 8px;
    flex-direction: column;
    align-items: stretch;
  }
  .g-wob-termine .g-wob-termine-cta,
  .g-wob-termine .g-wob-termine-ical {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.g-wob-formsec {
  padding: clamp(56px, 9vw, 110px) 0;
  background: transparent;
}
.g-wob-formsec .g-wob-kicker {
  text-align: center;
}

.g-wob-formintro {
  max-width: 640px;
  margin: 0 auto 42px;
  text-align: center;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5D6B7A;
}

.g-wob-formwrap {
  max-width: 860px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 14px;
  padding: clamp(24px, 4.5vw, 52px);
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
}
.g-wob-formwrap .form-field {
  margin: 0 0 22px;
}
.g-wob-formwrap .form-field .form-label,
.g-wob-formwrap .form-field .form-data {
  display: block;
  width: 100%;
  float: none;
}
.g-wob-formwrap .form-input-wrapper,
.g-wob-formwrap .form-select-wrapper {
  display: block;
}
.g-wob-formwrap label {
  display: block;
  margin: 0 0 8px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E4A6B;
}
.g-wob-formwrap .required {
  color: #8F7A45;
  margin-left: 2px;
}
.g-wob-formwrap input[type=text],
.g-wob-formwrap input[type=email],
.g-wob-formwrap input[type=tel],
.g-wob-formwrap input[type=number],
.g-wob-formwrap input[type=url],
.g-wob-formwrap input[type=date],
.g-wob-formwrap select,
.g-wob-formwrap textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #1E2B3A;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.g-wob-formwrap ::placeholder {
  color: #5D6B7A;
  opacity: 0.7;
}
.g-wob-formwrap input:focus,
.g-wob-formwrap select:focus,
.g-wob-formwrap textarea:focus {
  outline: none;
  border-color: #B29B63;
  box-shadow: 0 0 0 3px rgba(178, 155, 99, 0.22);
}
.g-wob-formwrap select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%232E4A6B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 44px;
  cursor: pointer;
}
.g-wob-formwrap textarea {
  min-height: 150px;
  resize: vertical;
}
.g-wob-formwrap .checkboxes {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.g-wob-formwrap .checkboxes input[type=checkbox] {
  -webkit-appearance: auto;
  appearance: auto;
  accent-color: #8F7A45;
  width: 19px;
  height: 19px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  cursor: pointer;
}
.g-wob-formwrap .checkboxes label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.55;
  color: #3E4C5E;
  cursor: pointer;
}
.g-wob-formwrap .checkboxes label a {
  color: #2E4A6B;
  text-decoration: underline;
  text-decoration-color: #B29B63;
  text-underline-offset: 3px;
}
.g-wob-formwrap .checkboxes label a:hover {
  color: #7C6A3C;
}
.g-wob-formwrap .buttons {
  margin-top: 30px;
}
.g-wob-formwrap button[type=submit],
.g-wob-formwrap input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 15px 38px;
  background: linear-gradient(135deg, #8F7A45, #7C6A3C);
  color: #FFFFFF;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 26px -12px rgba(124, 106, 60, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.g-wob-formwrap button[type=submit]:hover, .g-wob-formwrap button[type=submit]:focus-visible,
.g-wob-formwrap input[type=submit]:hover,
.g-wob-formwrap input[type=submit]:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #B29B63, #8F7A45);
  box-shadow: 0 16px 32px -12px rgba(124, 106, 60, 0.65);
  color: #FFFFFF;
}
.g-wob-formwrap .form-errors {
  margin: 0 0 24px;
  padding: 14px 18px;
  background: #FBEFEE;
  border: 1px solid rgba(176, 65, 62, 0.4);
  border-left: 4px solid #B0413E;
  border-radius: 8px;
  color: #B0413E;
  font-size: 0.92rem;
}
.g-wob-formwrap .form-errors p,
.g-wob-formwrap .form-errors li {
  margin: 0;
  color: #B0413E;
}
.g-wob-formwrap .form-errors ul {
  margin: 6px 0 0;
  padding-left: 18px;
}
.g-wob-formwrap .form-messages {
  margin: 0 0 24px;
  padding: 14px 18px;
  background: #F2ECDE;
  border: 1px solid #B29B63;
  border-radius: 8px;
  color: #24384F;
  font-size: 0.95rem;
}
.g-wob-formwrap .form-messages p {
  margin: 0;
  color: inherit;
}
.g-wob-formwrap .form-messages.error,
.g-wob-formwrap .form-messages .error {
  background: #FBEFEE;
  border-color: rgba(176, 65, 62, 0.4);
  color: #B0413E;
}
.g-wob-formwrap .form-field.has-errors input,
.g-wob-formwrap .form-field.has-errors select,
.g-wob-formwrap .form-field.has-errors textarea {
  border-color: #B0413E;
}

.g-wob-formwrap input:user-invalid,
.g-wob-formwrap select:user-invalid,
.g-wob-formwrap textarea:user-invalid {
  border-color: #B0413E;
}

.g-wob-formnote {
  max-width: 860px;
  margin: 18px auto 0;
  text-align: center;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #5D6B7A;
}
.g-wob-formnote a {
  color: #2E4A6B;
  text-decoration: underline;
  text-decoration-color: #B29B63;
  text-underline-offset: 3px;
}

.g-wob-formfallback {
  text-align: center;
  padding: clamp(28px, 5vw, 56px) clamp(18px, 4vw, 40px);
  background: #F7F4EE;
  border: 1px solid #F2ECDE;
  border-radius: 12px;
}
.g-wob-formfallback .wob-formfb-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #F2ECDE;
  color: #7C6A3C;
  font-size: 1.5rem;
}
.g-wob-formfallback .wob-formfb-title {
  margin: 0 0 10px;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  color: #24384F;
}
.g-wob-formfallback .wob-formfb-text {
  max-width: 460px;
  margin: 0 auto 24px;
  line-height: 1.6;
  color: #5D6B7A;
}

@media (max-width: 720px) {
  .g-wob-formwrap {
    border-radius: 10px;
  }
  .g-wob-formwrap .form-field {
    margin-bottom: 18px;
  }
  .g-wob-formwrap button[type=submit],
  .g-wob-formwrap input[type=submit] {
    width: 100%;
  }
  .g-wob-formintro {
    margin-bottom: 30px;
  }
}
.g-wob-formwrap form {
  max-width: 760px;
  margin: 0 auto;
}

.g-wob-formwrap .form-field,
.g-wob-formwrap .form-field.grid {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
}

.g-wob-formwrap .form-label,
.g-wob-formwrap .form-label.block,
.g-wob-formwrap .form-data,
.g-wob-formwrap .form-data.block {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  text-align: left !important;
}

.g-wob-formwrap .form-label {
  margin-bottom: 7px !important;
}

.g-wob-formwrap .form-label label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2E4A6B;
}

.g-wob-formwrap .form-data .form-extra-wrapper,
.g-wob-formwrap .form-data .description,
.g-wob-formwrap .form-data small {
  display: block !important;
  width: 100% !important;
  margin: 7px 0 0 !important;
  font-size: 0.82rem;
  color: #5D6B7A;
  text-align: left !important;
}

.g-wob-formwrap .checkboxes {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.g-wob-formwrap .checkboxes label {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #3E4C5E !important;
  line-height: 1.5;
}

.g-wob-formwrap .checkboxes input[type=checkbox] {
  margin-top: 3px;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: #8F7A45;
}

.g-wob-formwrap .form-buttons,
.g-wob-formwrap .buttons {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.g-wob-formwrap .form-field:has(input[name*=website]) {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: 0 !important;
}

#g-mainbar h1 a[class*=anchor], #g-mainbar h2 a[class*=anchor],
#g-mainbar h3 a[class*=anchor], #g-mainbar h4 a[class*=anchor],
.wob-content h1 a[class*=anchor], .wob-content h2 a[class*=anchor],
.wob-content h3 a[class*=anchor], .wob-content h4 a[class*=anchor],
.g-wob h1 a[class*=anchor], .g-wob h2 a[class*=anchor],
.g-wob h3 a[class*=anchor], .g-wob h4 a[class*=anchor] {
  display: none !important;
}

.g-wob h1 > a[href^="#"]:last-child, .g-wob h2 > a[href^="#"]:last-child,
.g-wob h3 > a[href^="#"]:last-child, .g-wob h4 > a[href^="#"]:last-child,
#g-mainbar h1 > a[href^="#"]:last-child, #g-mainbar h2 > a[href^="#"]:last-child,
#g-mainbar h3 > a[href^="#"]:last-child {
  display: none !important;
}

.g-wob-pagehead.ph-edge-white::after {
  background: #fff !important;
}

.g-wob-pagehead.ph-edge-mist::after {
  background: #E3EAF2 !important;
}

.g-wob-hero.hero-diag .hero-tint {
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
}

.g-wob-hero.hero-diag::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: transparent;
  clip-path: polygon(0 100%, 100% 82%, 100% 100%);
  background: #F7F4EE;
}

.g-wob-hero.hero-diag.he-white::after {
  background: #fff;
}

.g-wob-hero.hero-diag.he-mist::after {
  background: #E3EAF2;
}

@media (max-width: 860px) {
  .g-wob-hero.hero-diag::after {
    display: none;
  }
  .g-wob-hero.hero-diag .hero-tint {
    clip-path: none;
  }
}
.g-wob-sem-kopf {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(28px, 4vw, 48px);
}

.g-wob-sem-intro {
  color: #5D6B7A;
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 14px auto 0;
}

.g-wob-sem-tag {
  display: inline-block;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7C6A3C;
  background: #F2ECDE;
  border: 1px solid rgba(143, 122, 69, 0.25);
  border-radius: 999px;
  padding: 5px 12px;
}

.g-wob-sem-tag-level {
  color: #2E4A6B;
  background: #E3EAF2;
  border-color: rgba(46, 74, 107, 0.2);
}

.g-wob-sem-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 14px;
  white-space: nowrap;
}
.g-wob-sem-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.g-wob-sem-chip-frei {
  color: #5F7D66;
  background: rgba(95, 125, 102, 0.12);
}

.g-wob-sem-chip-wenige {
  color: #7C6A3C;
  background: rgba(143, 122, 69, 0.14);
}

.g-wob-sem-chip-ausgebucht {
  color: #B0413E;
  background: rgba(176, 65, 62, 0.1);
}

.g-wob-sem-chip-warteliste {
  color: #2E4A6B;
  background: rgba(46, 74, 107, 0.12);
}

.g-wob-sem-chip-geplant,
.g-wob-sem-chip-abgesagt {
  color: #5D6B7A;
  background: rgba(93, 107, 122, 0.12);
}

.g-wob-sem-btn-inaktiv {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.g-wob-sem-leer {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px) 20px;
}
.g-wob-sem-leer .g-wob-sem-leer-ic {
  font-size: 2rem;
  color: #8F7A45;
  display: block;
  margin-bottom: 14px;
}
.g-wob-sem-leer .g-wob-sem-leer-text {
  color: #5D6B7A;
  line-height: 1.7;
  margin: 0 0 20px;
}

.g-wob-sem-hinweis {
  margin: 26px auto 0;
  text-align: center;
  color: #5D6B7A;
  font-size: 0.88rem;
}
.g-wob-sem-hinweis .fa {
  color: #8F7A45;
  margin-right: 8px;
}

.g-wob-sem-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin: 0 0 clamp(24px, 3vw, 36px);
}
.g-wob-sem-filter[hidden] {
  display: none;
}

.g-wob-sem-filter-gruppe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.g-wob-sem-filter-btn {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2E4A6B;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.18s ease;
}
.g-wob-sem-filter-btn .fa {
  margin-right: 6px;
}
.g-wob-sem-filter-btn:hover {
  border-color: #8F7A45;
  color: #7C6A3C;
}
.g-wob-sem-filter-btn.ist-aktiv {
  background: #2E4A6B;
  border-color: #2E4A6B;
  color: #FFFFFF;
}

.g-wob-sem-filter-leer {
  text-align: center;
  color: #5D6B7A;
  padding: 24px 0 8px;
}

.g-wob-seminare {
  padding: clamp(56px, 8vw, 96px) 0;
}

.g-wob-sem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
}

.g-wob-sem-karte {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-top: 3px solid #8F7A45;
  border-radius: 14px;
  padding: clamp(20px, 2.6vw, 28px);
  box-shadow: 0 14px 38px -26px rgba(27, 44, 64, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.g-wob-sem-karte:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
}
.g-wob-sem-karte[hidden] {
  display: none;
}

.g-wob-sem-karte-kopf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.g-wob-sem-titel {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.55rem);
  line-height: 1.25;
  margin: 0;
}
.g-wob-sem-titel a {
  color: #1E2B3A;
  text-decoration: none;
}
.g-wob-sem-titel a:hover {
  color: #7C6A3C;
}

.g-wob-sem-kurz {
  color: #3E4C5E;
  line-height: 1.65;
  margin: 0;
}

.g-wob-sem-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
  color: #5D6B7A;
  font-size: 0.88rem;
}
.g-wob-sem-meta .g-wob-sem-meta-item .fa {
  color: #8F7A45;
  margin-right: 7px;
}

.g-wob-sem-terminzeile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed rgba(46, 74, 107, 0.16);
  font-size: 0.9rem;
  color: #3E4C5E;
}
.g-wob-sem-terminzeile .g-wob-sem-naechster .fa {
  color: #8F7A45;
  margin-right: 7px;
}
.g-wob-sem-terminzeile .g-wob-sem-weitere {
  color: #5D6B7A;
  font-size: 0.82rem;
  margin-left: 8px;
}
.g-wob-sem-terminzeile .g-wob-sem-plaetze {
  color: #5F7D66;
  font-weight: 600;
  font-size: 0.84rem;
}
.g-wob-sem-terminzeile .g-wob-sem-chip {
  margin-left: auto;
}

.g-wob-sem-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.g-wob-sem-buttons .g-wob-sem-btn {
  flex: 1 1 auto;
  text-align: center;
}

.g-wob-semdetail {
  padding: clamp(48px, 7vw, 84px) 0;
}

.g-wob-semd-brotkrumen {
  font-size: 0.84rem;
  color: #5D6B7A;
  margin: 0 0 14px;
}
.g-wob-semd-brotkrumen a {
  color: #2E4A6B;
}
.g-wob-semd-brotkrumen span[aria-hidden] {
  margin: 0 8px;
  color: #8F7A45;
}

.g-wob-semd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.g-wob-semd-kurz {
  max-width: 780px;
  color: #3E4C5E;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 14px 0 0;
}

.g-wob-semd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(24px, 4vw, 48px);
  margin: clamp(28px, 4vw, 44px) 0;
  align-items: start;
}

.g-wob-semd-text {
  color: #3E4C5E;
  line-height: 1.75;
}
.g-wob-semd-text p {
  margin: 0 0 1em;
}

.g-wob-semd-untertitel {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1rem + 0.6vw, 1.4rem);
  color: #1E2B3A;
  margin: 26px 0 14px;
}

.g-wob-semd-module {
  margin: 0;
  padding: 0 0 0 1.2em;
  color: #3E4C5E;
  line-height: 1.7;
}
.g-wob-semd-module li {
  margin-bottom: 8px;
}

.g-wob-semd-liste {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #3E4C5E;
  line-height: 1.65;
}
.g-wob-semd-liste li {
  padding: 7px 0 7px 30px;
  position: relative;
}
.g-wob-semd-liste li .fa {
  position: absolute;
  left: 0;
  top: 10px;
  color: #8F7A45;
}

.g-wob-semd-fakten {
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 14px;
  padding: clamp(20px, 2.4vw, 28px);
  box-shadow: 0 14px 38px -26px rgba(27, 44, 64, 0.35);
  position: sticky;
  top: 110px;
}

.g-wob-semd-fakten-titel {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  color: #1E2B3A;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid #8F7A45;
}

.g-wob-semd-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin: 0 0 18px;
  font-size: 0.92rem;
}
.g-wob-semd-dl dt {
  color: #5D6B7A;
  font-weight: 600;
}
.g-wob-semd-dl dd {
  margin: 0;
  color: #1E2B3A;
}

.g-wob-semd-kursseite {
  display: block;
  text-align: center;
}

.g-wob-semd-terminliste {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.g-wob-semd-termin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 14px;
  padding: 16px 20px;
}
.g-wob-semd-termin.g-wob-semd-termin-aus {
  opacity: 0.72;
}
.g-wob-semd-termin .g-wob-sem-chip {
  margin-left: auto;
}

.g-wob-semd-termin-info {
  flex: 1 1 260px;
  min-width: 0;
}

.g-wob-semd-termin-datum {
  font-weight: 700;
  color: #1E2B3A;
  margin: 0 0 4px;
}
.g-wob-semd-termin-datum .g-wob-semd-termin-zusatz {
  display: block;
  font-weight: 400;
  font-size: 0.84rem;
  color: #5D6B7A;
}

.g-wob-semd-termin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 0;
  color: #5D6B7A;
  font-size: 0.86rem;
}
.g-wob-semd-termin-meta .fa {
  color: #8F7A45;
  margin-right: 6px;
}

.g-wob-semd-plaetze {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.g-wob-semd-plaetze .g-wob-semd-plaetze-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #5F7D66;
  white-space: nowrap;
}
.g-wob-semd-plaetze .g-wob-semd-balken {
  flex: 0 1 160px;
  height: 6px;
  border-radius: 999px;
  background: #E3EAF2;
  overflow: hidden;
}
.g-wob-semd-plaetze .g-wob-semd-balken i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #B29B63, #8F7A45);
  border-radius: 999px;
}

.g-wob-semd-termin-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.g-wob-semkal {
  padding: clamp(56px, 8vw, 96px) 0;
}

.g-wob-semkal-umschalter {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 clamp(24px, 3vw, 36px);
}
.g-wob-semkal-umschalter[hidden] {
  display: none;
}

.g-wob-semkal-frei {
  color: #5F7D66;
  font-weight: 600;
}

.g-wob-semkal-liste[hidden],
.g-wob-semkal-monate[hidden] {
  display: none;
}

.g-wob-semkal-monat {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.g-wob-semkal-raster {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 14px;
  padding: clamp(12px, 1.6vw, 20px);
}

.g-wob-semkal-wt {
  text-align: center;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5D6B7A;
  padding: 6px 0;
}

.g-wob-semkal-zelle {
  min-height: 72px;
  border: 1px solid rgba(46, 74, 107, 0.08);
  border-radius: 8px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.g-wob-semkal-zelle.g-wob-semkal-zelle-leer {
  border-color: transparent;
  background: transparent;
}
.g-wob-semkal-zelle.g-wob-semkal-zelle-heute {
  border-color: #8F7A45;
  box-shadow: inset 0 0 0 1px #8F7A45;
}
.g-wob-semkal-zelle.g-wob-semkal-zelle-belegt {
  background: rgba(227, 234, 242, 0.35);
}

.g-wob-semkal-tag {
  font-size: 0.78rem;
  font-weight: 600;
  color: #5D6B7A;
}

.g-wob-semkal-event {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.74rem;
  line-height: 1.3;
  color: #2E4A6B;
  text-decoration: none;
  border-radius: 6px;
  padding: 3px 5px;
}
.g-wob-semkal-event:hover {
  background: #E3EAF2;
}

.g-wob-semkal-punkt {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 3px;
  background: #5D6B7A;
}

.g-wob-semkal-event-frei .g-wob-semkal-punkt,
.g-wob-semkal-punkt-frei {
  background: #5F7D66;
}

.g-wob-semkal-event-wenige .g-wob-semkal-punkt,
.g-wob-semkal-punkt-wenige {
  background: #8F7A45;
}

.g-wob-semkal-event-warteliste .g-wob-semkal-punkt,
.g-wob-semkal-punkt-warteliste {
  background: #2E4A6B;
}

.g-wob-semkal-event-ausgebucht .g-wob-semkal-punkt,
.g-wob-semkal-event-abgesagt .g-wob-semkal-punkt,
.g-wob-semkal-punkt-ausgebucht {
  background: #B0413E;
}

.g-wob-semkal-legende {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  margin: 4px 0 0;
  color: #5D6B7A;
  font-size: 0.82rem;
}
.g-wob-semkal-legende .g-wob-semkal-legende-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.g-wob-semkal-legende .g-wob-semkal-punkt {
  margin-top: 0;
}

@media (max-width: 980px) {
  .g-wob-semd-layout {
    grid-template-columns: 1fr;
  }
  .g-wob-semd-fakten {
    position: static;
  }
}
@media (max-width: 720px) {
  .g-wob-sem-terminzeile .g-wob-sem-chip,
  .g-wob-semd-termin .g-wob-sem-chip {
    margin-left: 0;
  }
  .g-wob-semd-termin {
    align-items: flex-start;
  }
  .g-wob-semd-termin-buttons {
    width: 100%;
  }
  .g-wob-semd-termin-buttons .g-wob-btn {
    flex: 1 1 auto;
    text-align: center;
  }
  .g-wob-semkal-zelle {
    min-height: 46px;
  }
  .g-wob-semkal-event-titel {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .g-wob-semkal-event {
    padding: 2px;
    position: relative;
  }
}
.g-wob-prose h2 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 560;
  font-size: 1.55rem;
  margin: 38px 0 14px;
  color: #2E4A6B;
  line-height: 1.25;
}

.g-wob-prose h2:first-child {
  margin-top: 0;
}

.g-wob-prose h3 {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 26px 0 10px;
  color: #7C6A3C;
}

.g-wob-prose p {
  margin-bottom: 16px;
  max-width: 74ch;
}

.g-wob-prose ul, .g-wob-prose ol {
  margin: 0 0 18px 4px;
  list-style: none;
  padding: 0;
}

.g-wob-prose li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 9px;
}

.g-wob-prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8F7A45;
}

.g-wob-prose ol {
  counter-reset: pl;
}

.g-wob-prose ol li {
  counter-increment: pl;
  padding-left: 40px;
}

.g-wob-prose ol li::before {
  content: counter(pl, decimal-leading-zero);
  width: auto;
  height: auto;
  top: -2px;
  background: none;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #8F7A45;
}

.g-wob-prose a {
  color: #4A6A8F;
  font-weight: 600;
  text-decoration-color: #B29B63;
  text-underline-offset: 3px;
}

.g-wob-prose a:hover {
  color: #7C6A3C;
}

.g-wob-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: 0.92rem;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.g-wob-prose th {
  background: #2E4A6B;
  color: #F4F7FB;
  text-align: left;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 14px;
}

.g-wob-prose td {
  padding: 11px 14px;
  border-top: 1px solid rgba(46, 74, 107, 0.16);
  vertical-align: top;
}

.g-wob-prose tbody tr:nth-child(even) {
  background: #E3EAF2;
}

@media (max-width: 700px) {
  .g-wob-prose table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.g-wob-quiz {
  padding: clamp(24px, 4vw, 44px);
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-top: 4px solid #4A6A8F;
  box-shadow: 0 24px 60px -28px rgba(27, 44, 64, 0.4);
}

.g-wob-quiz .q-title {
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2E4A6B;
  margin-bottom: 8px;
}

.g-wob-quiz .q-note {
  font-size: 0.88rem;
  color: #5D6B7A;
  margin-bottom: 22px;
}

.g-wob-quiz ol {
  list-style: none;
  counter-reset: qz;
  display: grid;
  gap: 26px;
  margin: 0 0 8px;
  padding: 0;
}

.g-wob-quiz .q {
  counter-increment: qz;
  position: relative;
  padding-left: 56px;
}

.g-wob-quiz .q::before {
  content: counter(qz, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -4px;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.9rem;
  color: #B29B63;
  line-height: 1;
}

.g-wob-quiz .q-frage {
  font-weight: 700;
  color: #1E2B3A;
  margin-bottom: 12px;
}

.g-wob-quiz .q-ans {
  display: grid;
  gap: 8px;
}

.g-wob-quiz .a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 11px 14px;
  border-radius: 8px;
  border: 1.5px solid rgba(46, 74, 107, 0.2);
  background: #F7F4EE;
  cursor: pointer;
  font-size: 0.95rem;
  transition: border-color 0.2s, background 0.2s;
}

.g-wob-quiz .a:hover {
  border-color: #8F7A45;
}

.g-wob-quiz .a input {
  margin-top: 3px;
  accent-color: #8F7A45;
  flex: 0 0 auto;
}

.g-wob-quiz .q.is-right .a.chosen {
  border-color: #5F7D66;
  background: rgba(95, 125, 102, 0.12);
}

.g-wob-quiz .q.is-wrong .a.chosen {
  border-color: #B0413E;
  background: rgba(176, 65, 62, 0.09);
}

.g-wob-quiz .q.checked .a.correct {
  border-color: #5F7D66;
  background: rgba(95, 125, 102, 0.12);
}

.g-wob-quiz .q-erk {
  margin-top: 10px;
  font-size: 0.88rem;
  color: #3E4C5E;
  background: #F2ECDE;
  border-left: 3px solid #B29B63;
  border-radius: 0 8px 8px 0;
  padding: 10px 14px;
}

.g-wob-quiz .q-result {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #2E4A6B;
}

.g-wob-quiz .q-send {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
}

@media (max-width: 860px) {
  .g-wob-quiz .q {
    padding-left: 0;
    padding-top: 34px;
  }
  .g-wob-quiz .q::before {
    top: 0;
  }
}
.g-wob-faq .faq-item {
  border-bottom: 1px solid rgba(46, 74, 107, 0.16);
  padding: 4px 0;
}

.g-wob-faq .faq-item:last-child {
  border-bottom: 0;
}

.g-wob-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  font-weight: 700;
  color: #2E4A6B;
  font-size: 1rem;
}

.g-wob-faq summary::-webkit-details-marker {
  display: none;
}

.g-wob-faq summary::after {
  content: "+";
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  color: #8F7A45;
  flex: 0 0 auto;
  transition: transform 0.25s;
}

.g-wob-faq .faq-item[open] summary::after {
  transform: rotate(45deg);
}

.g-wob-faq .faq-item p {
  padding: 0 0 16px;
  font-size: 0.95rem;
  max-width: 70ch;
}

body.wob-site {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  color: #3E4C5E;
}

body.wob-site h1, body.wob-site h2, body.wob-site h3, body.wob-site h4 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 560;
  color: #2E4A6B;
  line-height: 1.2;
}

.wob-content h1 {
  font-size: clamp(1.9rem, 1.4rem + 2.4vw, 2.9rem);
  margin: 0 0 16px;
}

.wob-content h2 {
  font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.1rem);
  margin: 34px 0 12px;
}

.wob-content h2:first-child {
  margin-top: 0;
}

.wob-content h3 {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7C6A3C;
  margin: 24px 0 10px;
}

.wob-content p {
  margin-bottom: 15px;
  max-width: 74ch;
  color: #3E4C5E;
}

.wob-content a {
  color: #4A6A8F;
  font-weight: 600;
  text-decoration-color: #B29B63;
  text-underline-offset: 3px;
}

.wob-content a:hover {
  color: #7C6A3C;
}

.wob-content ul, .wob-content ol {
  margin: 0 0 16px 4px;
  padding: 0;
  list-style: none;
}

.wob-content li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #3E4C5E;
}

.wob-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8F7A45;
}

.wob-content ol {
  counter-reset: wc;
}

.wob-content ol li {
  counter-increment: wc;
  padding-left: 38px;
}

.wob-content ol li::before {
  content: counter(wc, decimal-leading-zero);
  width: auto;
  height: auto;
  top: -2px;
  background: none;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #8F7A45;
}

.wob-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: 0.92rem;
  background: #FFFFFF;
  border: 1px solid rgba(46, 74, 107, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.wob-content th {
  background: #2E4A6B;
  color: #F4F7FB;
  text-align: left;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 14px;
}

.wob-content td {
  padding: 11px 14px;
  border-top: 1px solid rgba(46, 74, 107, 0.16);
  vertical-align: top;
}

.wob-content tbody tr:nth-child(even) {
  background: #E3EAF2;
}

.g-wob-topbar-light {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(46, 74, 107, 0.16);
}

body {
  overflow-x: clip !important;
}

html {
  overflow-x: clip;
}

#g-page-surround {
  overflow: visible !important;
}

#g-page-surround > .g-grid, #g-page-surround > div {
  overflow: visible;
}

.wob-nav-sticky {
  position: sticky !important;
  top: 0 !important;
  z-index: 220 !important;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(46, 74, 107, 0.16);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.wob-nav-sticky > .g-container {
  max-width: 100% !important;
  width: 100%;
}

.wob-nav-sticky .g-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 92rem;
  margin: 0 auto;
  padding: 16px clamp(16px, 3vw, 40px) 12px;
  transition: padding 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), gap 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.24s ease, transform 0.24s ease;
}

.wob-nav-sticky.wob-swapping .g-grid {
  opacity: 0;
  transform: translateY(-10px);
}

@media (prefers-reduced-motion: reduce) {
  .wob-nav-sticky.wob-swapping .g-grid {
    opacity: 1;
    transform: none;
  }
}
.wob-nav-sticky .g-block {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
}

.wob-nav-sticky .g-logo, .wob-nav-sticky .logo {
  margin: 0;
  display: block;
  line-height: 0;
}

.wob-nav-sticky .g-logo a, .wob-nav-sticky .logo a {
  display: block;
  line-height: 0;
}

.wob-nav-sticky .g-logo img, .wob-nav-sticky .logo img {
  height: 128px !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  transition: height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.wob-nav-sticky .g-main-nav {
  width: 100%;
}

.wob-nav-sticky .g-toplevel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.7vw, 14px);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.wob-nav-sticky .g-toplevel > li > a {
  display: block;
  text-decoration: none !important;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #24384F;
  white-space: nowrap;
  padding: 6px 3px;
  transition: color 0.2s;
}

.wob-nav-sticky .g-toplevel .g-menu-item,
.wob-nav-sticky .g-toplevel .g-menu-item-container,
.wob-nav-sticky .g-toplevel .g-menu-item-content,
.wob-nav-sticky .g-toplevel .g-menu-item-title,
.wob-nav-sticky .g-toplevel > li > a > span {
  white-space: nowrap !important;
}

.wob-nav-sticky .g-toplevel > li {
  flex: 0 0 auto !important;
}

.wob-nav-sticky .g-toplevel > li > a:hover,
.wob-nav-sticky .g-toplevel > li.active > a {
  color: #7C6A3C;
}

.wob-nav-sticky .g-toplevel > li.active > a {
  box-shadow: inset 0 -2px 0 #8F7A45;
}

.wob-nav-sticky .g-toplevel .g-dropdown {
  text-transform: none;
}

@media (min-width: 1241px) {
  .wob-nav-sticky:not(.is-stuck) .g-block:last-of-type {
    margin-top: -8px !important;
  }
}
.wob-nav-sticky.is-stuck {
  box-shadow: 0 12px 34px -20px rgba(27, 44, 64, 0.55);
}

.wob-nav-sticky.is-stuck .g-grid {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.wob-nav-sticky.is-stuck .g-block:first-child {
  width: auto !important;
  flex: 0 0 auto !important;
}

.wob-nav-sticky.is-stuck .g-block:last-of-type {
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.wob-nav-sticky.is-stuck .g-main-nav {
  width: auto;
}

.wob-nav-sticky.is-stuck .g-toplevel {
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: auto;
  gap: clamp(8px, 1.2vw, 20px);
}

.wob-nav-sticky.is-stuck .g-logo img, .wob-nav-sticky.is-stuck .logo img {
  height: 74px !important;
}

@media (max-width: 1240px) {
  .wob-nav-sticky .g-grid {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .wob-nav-sticky .g-block:first-child {
    width: auto !important;
    flex: 0 0 auto !important;
  }
  .wob-nav-sticky .g-block:last-of-type {
    width: auto !important;
    flex: 1 1 auto !important;
    display: flex;
    justify-content: flex-end;
  }
  .wob-nav-sticky .g-main-nav {
    width: auto;
  }
  .wob-nav-sticky .g-logo img, .wob-nav-sticky .logo img {
    height: 74px !important;
  }
  .wob-nav-sticky.is-stuck .g-logo img, .wob-nav-sticky.is-stuck .logo img {
    height: 74px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wob-nav-sticky .g-grid, .wob-nav-sticky .g-logo img, .wob-nav-sticky .logo img {
    transition: none;
  }
}
#g-navigation.wob-nav-sticky {
  background: transparent !important;
  border-bottom: 1px solid rgba(207, 215, 226, 0.8);
}
#g-navigation.wob-nav-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 0.3s ease;
}
#g-navigation.wob-nav-sticky.is-stuck::before {
  background: rgba(255, 255, 255, 0.96);
}
#g-navigation.wob-nav-sticky .g-container {
  max-width: 100% !important;
  width: 100%;
}
#g-navigation.wob-nav-sticky .g-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 92rem;
  margin: 0 auto;
  padding: 16px clamp(16px, 3vw, 40px) 12px;
}
#g-navigation.wob-nav-sticky .g-block {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
}
#g-navigation.wob-nav-sticky .g-block:first-child .g-content,
#g-navigation.wob-nav-sticky .g-block:first-child .platform-content {
  display: flex !important;
  justify-content: center !important;
  margin: 0;
  padding: 0;
}
#g-navigation.wob-nav-sticky .g-logo, #g-navigation.wob-nav-sticky .logo {
  margin: 0 !important;
  float: none !important;
  text-align: center;
}
#g-navigation.wob-nav-sticky .g-main-nav {
  width: 100%;
  background: transparent !important;
}
#g-navigation.wob-nav-sticky .g-toplevel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.7vw, 14px);
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  width: 100%;
}
#g-navigation.wob-nav-sticky .g-toplevel > li {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#g-navigation.wob-nav-sticky .g-toplevel > li > a,
#g-navigation.wob-nav-sticky .g-toplevel > li > .g-menu-item-container {
  display: block;
  text-decoration: none !important;
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  color: #24384F;
  white-space: nowrap !important;
  padding: 6px 3px !important;
  margin: 0 !important;
  line-height: 1.5;
  background: transparent !important;
}
#g-navigation.wob-nav-sticky .g-toplevel .g-menu-item-title {
  font-size: inherit;
  line-height: inherit;
}
#g-navigation.wob-nav-sticky .g-logo img, #g-navigation.wob-nav-sticky .logo img {
  height: 128px !important;
  width: auto !important;
  max-width: none !important;
}
#g-navigation.wob-nav-sticky.is-stuck {
  background: transparent !important;
}
#g-navigation.wob-nav-sticky.is-stuck .g-grid {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#g-navigation.wob-nav-sticky.is-stuck .g-block:first-child {
  width: auto !important;
  flex: 0 0 auto !important;
}
#g-navigation.wob-nav-sticky.is-stuck .g-block:first-child .g-content, #g-navigation.wob-nav-sticky.is-stuck .g-block:first-child .platform-content {
  justify-content: flex-start !important;
}
#g-navigation.wob-nav-sticky.is-stuck .g-block:last-of-type {
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}
#g-navigation.wob-nav-sticky.is-stuck .g-main-nav {
  width: auto;
}
#g-navigation.wob-nav-sticky.is-stuck .g-toplevel {
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: auto;
}
#g-navigation.wob-nav-sticky.is-stuck .g-logo img, #g-navigation.wob-nav-sticky.is-stuck .logo img {
  height: 74px !important;
}

@media (max-width: 1240px) {
  #g-navigation.wob-nav-sticky .g-grid {
    flex-direction: row;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 20px !important;
  }
  #g-navigation.wob-nav-sticky .g-block:first-child {
    width: auto !important;
    flex: 0 1 auto !important;
    min-width: 0;
  }
  #g-navigation.wob-nav-sticky .g-block:first-child .g-content,
  #g-navigation.wob-nav-sticky .g-block:first-child .platform-content {
    justify-content: flex-start !important;
  }
  #g-navigation.wob-nav-sticky .g-block:last-of-type {
    width: auto !important;
    flex: 0 0 auto !important;
    display: flex;
    justify-content: flex-end;
  }
  #g-navigation.wob-nav-sticky .g-main-nav {
    width: auto;
  }
  #g-navigation.wob-nav-sticky .g-logo img, #g-navigation.wob-nav-sticky .logo img {
    height: 74px !important;
    max-width: calc(100vw - 118px) !important;
    object-fit: contain;
    object-position: left center;
  }
}
.wob-burger {
  display: none;
}

html.wob-no-scroll {
  overflow-y: hidden;
}

@media (max-width: 1240px) {
  #g-navigation.wob-nav-sticky {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
  }
  #g-navigation.wob-nav-sticky .g-container {
    display: block !important;
    visibility: visible !important;
  }
  #g-navigation.wob-nav-sticky .g-content {
    display: block !important;
  }
  #g-navigation.wob-nav-sticky .g-grid {
    display: flex !important;
  }
  #g-navigation.wob-nav-sticky .g-block {
    display: block !important;
    visibility: visible !important;
  }
  #g-navigation.wob-nav-sticky .wob-burger {
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 12px 11px;
    background: transparent;
    border: 1px solid rgba(46, 74, 107, 0.16);
    border-radius: 9px;
    cursor: pointer;
    flex: 0 0 auto;
    -webkit-appearance: none;
    appearance: none;
  }
  #g-navigation.wob-nav-sticky .wob-burger span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: #24384F;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  #g-navigation.wob-nav-sticky.wob-open .wob-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  #g-navigation.wob-nav-sticky.wob-open .wob-burger span:nth-child(2) {
    opacity: 0;
  }
  #g-navigation.wob-nav-sticky.wob-open .wob-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  #g-navigation.wob-nav-sticky .g-block:last-of-type {
    flex: 0 0 auto !important;
    width: auto !important;
  }
  #g-navigation.wob-nav-sticky nav.g-main-nav {
    display: block !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 66px;
    width: auto !important;
    z-index: 210;
    background: #FFFFFF !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 14px 22px 46px;
    border-top: 1px solid rgba(46, 74, 107, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
  }
  #g-navigation.wob-nav-sticky.wob-open nav.g-main-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  #g-navigation.wob-nav-sticky .g-toplevel {
    display: block !important;
    width: 100% !important;
    gap: 0;
  }
  #g-navigation.wob-nav-sticky .g-toplevel > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(46, 74, 107, 0.16);
    margin: 0 !important;
    padding: 0 !important;
  }
  #g-navigation.wob-nav-sticky .g-toplevel > li > a,
  #g-navigation.wob-nav-sticky .g-toplevel > li > .g-menu-item-container {
    font-size: 1.02rem !important;
    padding: 14px 8px !important;
    white-space: normal !important;
    letter-spacing: 0.04em;
    text-align: left !important;
    justify-content: flex-start;
  }
  #g-navigation.wob-nav-sticky .g-toplevel > li.active > a {
    box-shadow: inset 3px 0 0 #8F7A45;
    padding-left: 14px !important;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-dropdown,
  #g-navigation.wob-nav-sticky .g-toplevel .g-dropdown-column,
  #g-navigation.wob-nav-sticky .g-toplevel .g-sublevel {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    width: 100% !important;
    min-width: 0 !important;
    background: transparent !important;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-dropdown {
    background: #F7F4EE !important;
    border-radius: 8px;
    padding: 2px 0 6px 12px;
    margin: 0 0 12px;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-sublevel > li {
    border: 0;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-sublevel a,
  #g-navigation.wob-nav-sticky .g-toplevel .g-sublevel .g-menu-item-container {
    display: block;
    font-size: 0.9rem !important;
    padding: 9px 8px !important;
    color: #2E4A6B;
    text-transform: none;
    white-space: normal !important;
    text-align: left !important;
  }
  #g-navigation.wob-nav-sticky .g-menu-parent-indicator {
    display: none;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-go-back {
    display: none !important;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-dropdown .g-grid {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-dropdown .g-block {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    background: transparent !important;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-dropdown .g-menu-item > .g-menu-item-container {
    background: transparent !important;
    text-decoration: none !important;
  }
  #g-navigation.wob-nav-sticky .g-toplevel .g-dropdown .g-dropdown {
    background: transparent !important;
    border-radius: 0;
    padding: 0 0 0 12px !important;
    margin: 0 !important;
  }
}
@media (min-width: 1241px) {
  #g-navigation.wob-nav-sticky .g-toplevel > li {
    position: relative;
  }
  #g-navigation.wob-nav-sticky .g-toplevel > li > .g-dropdown {
    left: 0 !important;
    right: auto !important;
    top: 100% !important;
    margin: 6px 0 0 !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(27, 44, 64, 0.08);
    border-radius: 14px;
    box-shadow: 0 26px 52px -24px rgba(27, 44, 64, 0.4);
    padding: 8px !important;
    min-width: 250px;
    width: max-content !important;
    max-width: 360px;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-grid {
    display: block !important;
    flex-wrap: nowrap;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-block {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-dropdown-column {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-sublevel {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    width: 100%;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-sublevel > li {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    width: 100%;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-menu-item-container {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    border-radius: 9px;
    font-size: 0.85rem !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    white-space: nowrap !important;
    line-height: 1.4;
    text-decoration: none !important;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-go-back {
    display: none !important;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-menu-parent-indicator {
    display: none !important;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-dropdown {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: inherit !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none;
  }
  #g-navigation.wob-nav-sticky .g-dropdown .g-dropdown .g-menu-item-container {
    padding: 8px 14px 8px 26px !important;
    font-size: 0.8rem !important;
    font-weight: 500;
  }
}
.wob-nav-sticky .g-toplevel .g-menu-item,
.wob-nav-sticky .g-toplevel .g-menu-item > .g-menu-item-container,
.wob-nav-sticky .g-toplevel .g-menu-item.active,
.wob-nav-sticky .g-toplevel .g-menu-item.active > .g-menu-item-container,
.wob-nav-sticky .g-toplevel .g-menu-item:hover,
.wob-nav-sticky .g-toplevel .g-menu-item:hover > .g-menu-item-container,
.wob-nav-sticky .g-toplevel > li,
.wob-nav-sticky .g-toplevel > li.active,
.wob-nav-sticky .g-toplevel > li:hover {
  background: transparent !important;
  background-color: transparent !important;
}

.wob-nav-sticky .g-toplevel .g-menu-item.active > .g-menu-item-container,
.wob-nav-sticky .g-toplevel .g-menu-item:hover > .g-menu-item-container,
.wob-nav-sticky .g-toplevel > li.active > a,
.wob-nav-sticky .g-toplevel > li:hover > a {
  color: #7C6A3C !important;
}

.wob-nav-sticky .g-toplevel .g-menu-item.active > .g-menu-item-container,
.wob-nav-sticky .g-toplevel > li.active > a {
  box-shadow: inset 0 -2px 0 #8F7A45 !important;
}

.wob-nav-sticky .g-dropdown,
.wob-nav-sticky .g-dropdown .g-menu-item > .g-menu-item-container {
  background: #FFFFFF !important;
}

.wob-nav-sticky .g-dropdown .g-menu-item.active > .g-menu-item-container,
.wob-nav-sticky .g-dropdown .g-menu-item:hover > .g-menu-item-container {
  background: #F7F4EE !important;
  color: #7C6A3C !important;
}

.wob-nav-sticky .g-dropdown .g-menu-item-title {
  color: #24384F;
}

.g-wob-topbar-light .g-toplevel .g-menu-item.active,
.g-wob-topbar-light .g-toplevel .g-menu-item.active > .g-menu-item-container {
  background: transparent !important;
}

.g-wob-pagehead {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #24384F, #2E4A6B 70%, #3B597D);
  padding: clamp(46px, 7vw, 86px) 0;
}

.g-wob-pagehead .ph-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.g-wob-pagehead .ph-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.5;
}

.g-wob-pagehead .ph-tint {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, rgba(27, 44, 64, 0.86), rgba(46, 74, 107, 0.55) 70%, rgba(46, 74, 107, 0.28));
}

.g-wob-pagehead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(30px, 5vw, 64px);
  z-index: 3;
  background: #F7F4EE;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.g-wob-pagehead .g-wob-wrap {
  position: relative;
  z-index: 4;
}

.g-wob-pagehead .crumbs {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C2D0E0;
  margin-bottom: 14px;
}

.g-wob-pagehead .crumbs a {
  color: #C2D0E0;
  text-decoration: none;
}

.g-wob-pagehead .crumbs i {
  font-style: normal;
  margin: 0 8px;
  color: #B29B63;
}

.g-wob-pagehead h1 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  color: #F4F7FB;
  font-size: clamp(1.9rem, 1.4rem + 2.6vw, 3.1rem);
  line-height: 1.12;
  margin: 0;
}

.g-wob-pagehead .ph-kicker {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B29B63;
  display: block;
  margin-bottom: 12px;
}

.g-wob-tile {
  transition: transform 0.3s cubic-bezier(0.2, 0.65, 0.25, 1), box-shadow 0.3s;
  will-change: transform;
}

.g-wob-tile:hover {
  box-shadow: 0 40px 70px -30px rgba(27, 44, 64, 0.6), inset 0 0 0 2px rgba(178, 155, 99, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .g-wob-tile {
    transition: none;
  }
}
.g-wob-footer {
  background: linear-gradient(160deg, #24384F, #1B2C40);
  color: #C2D0E0;
}

.g-wob-footer .f-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(44px, 6vw, 68px) clamp(18px, 4vw, 48px) 26px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 36px;
}

.g-wob-footer .f-brand img {
  max-width: 220px;
  display: block;
  margin-bottom: 14px;
}

.g-wob-footer .f-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.g-wob-footer h4 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #B29B63;
  margin: 0 0 16px;
}

.g-wob-footer a {
  display: block;
  padding: 5px 0;
  font-weight: 600;
  font-size: 0.92rem;
  color: #C2D0E0;
  text-decoration: none;
  transition: color 0.2s, padding 0.2s;
}

.g-wob-footer a:hover {
  color: #B29B63;
  padding-left: 5px;
}

.g-wob-footer .f-contact p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0 0 10px;
}

.g-wob-footer .f-contact a {
  display: inline;
  padding: 0;
}

.g-wob-footer .f-contact .shoplink {
  color: #B29B63;
  font-weight: 700;
}

.g-wob-footer .f-legal {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px clamp(18px, 4vw, 48px);
  border-top: 1px solid rgba(194, 208, 224, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #C2D0E0;
}

.g-wob-footer .f-legal a {
  display: inline;
  color: #B29B63;
  text-decoration: none;
  padding: 0;
}

@media (max-width: 900px) {
  .g-wob-footer .f-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .g-wob-footer .f-wrap {
    grid-template-columns: 1fr;
  }
}
.g-wob-tile:nth-child(4n+1) {
  background: linear-gradient(150deg, #4A6A8F, #24384F);
}

.g-wob-tile:nth-child(4n+2) {
  background: linear-gradient(150deg, #B29B63, #7C6A3C);
}

.g-wob-tile:nth-child(4n+3) {
  background: linear-gradient(150deg, #8FA6BE, #2E4A6B);
}

.g-wob-tile:nth-child(4n+4) {
  background: linear-gradient(150deg, #D9C89A, #8F7A45);
}

#g-mainbar a,
.wob-content a {
  color: #4A6A8F !important;
  text-decoration-color: #B29B63 !important;
  text-underline-offset: 3px;
}

#g-mainbar a:hover,
.wob-content a:hover {
  color: #7C6A3C !important;
}

#g-mainbar h1, #g-mainbar h2,
.wob-content h1, .wob-content h2 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif !important;
  color: #2E4A6B !important;
}

#g-mainbar h3, .wob-content h3 {
  font-family: "Figtree", -apple-system, "Segoe UI", system-ui, sans-serif !important;
  color: #7C6A3C !important;
}

#g-mainbar strong, #g-mainbar b,
.wob-content strong, .wob-content b {
  color: #24384F;
}

#g-mainbar a.g-wob-btn, #g-mainbar .g-wob-btn {
  color: inherit !important;
}

#g-page-surround .g-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
