@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/noto-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/noto-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--wldhs-gray-25, #FDFDFD);
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

:focus-visible {
  outline: 2px solid var(--wldhs-brand-600);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --wldhs-white: #FFFFFF;
  --wldhs-gray-25: #FDFDFD;
  --wldhs-gray-50: #FAFAFA;
  --wldhs-gray-100: #F5F5F5;
  --wldhs-gray-200: #E9EAEB;
  --wldhs-gray-300: #D5D7DA;
  --wldhs-gray-400: #A4A7AE;
  --wldhs-gray-500: #717680;
  --wldhs-gray-600: #535862;
  --wldhs-gray-700: #414651;
  --wldhs-gray-800: #252B37;
  --wldhs-gray-900: #181D27;
  --wldhs-brand-25: #FFF5F5;
  --wldhs-brand-50: #FFE8E8;
  --wldhs-brand-100: #FFD1D1;
  --wldhs-brand-200: #FFA3A3;
  --wldhs-brand-300: #FF7070;
  --wldhs-brand-400: #FF4040;
  --wldhs-brand-500: #FF1A1A;
  --wldhs-brand-600: #FF0000;
  --wldhs-brand-700: #DB0000;
  --wldhs-brand-800: #B90000;
  --wldhs-brand-900: #800000;
  --wldhs-accessible: #E60000;
  --wldhs-accessible-strong:#D92D20;
  --wldhs-accessible-hover: #B42318;
  --wldhs-error-50: #FEF3F2;
  --wldhs-error-300: #FDA29B;
  --wldhs-error-500: #F04438;
  --wldhs-error-600: #D92D20;
  --wldhs-error-700: #B42318;
  --wldhs-warning-50: #FFFAEB;
  --wldhs-warning-600: #DC6803;
  --wldhs-warning-700: #B54708;
  --wldhs-success-50: #ECFDF3;
  --wldhs-success-600: #039855;
  --wldhs-success-700: #027A48;
  --wldhs-navy-600: #002D62;
  --wldhs-nav-bg: #191919;
  --wldhs-turquoise-50: #E5F9FB;
  --wldhs-turquoise-600: #05C3DD;
  --wldhs-turquoise-700: #06A4B9;
  --wldhs-green-50: #F1F8E8;
  --wldhs-green-600: #78BE21;
  --wldhs-green-700: #659F1D;
  --wldhs-brand: var(--wldhs-brand-600);
  --wldhs-brand-text: var(--wldhs-accessible);
  --wldhs-brand-btn: var(--wldhs-accessible-strong);
  --wldhs-brand-btn-hover:var(--wldhs-accessible-hover);
  --wldhs-accent: var(--wldhs-brand-600);
  --wldhs-accent-text: var(--wldhs-accessible);
  --wldhs-accent-bg: var(--wldhs-brand-50);
  --wldhs-text-heading: var(--wldhs-gray-900);
  --wldhs-text-body: var(--wldhs-gray-700);
  --wldhs-text-secondary: var(--wldhs-gray-600);
  --wldhs-border: var(--wldhs-gray-200);
  --wldhs-bg: var(--wldhs-white);
  --wldhs-bg-alt: var(--wldhs-gray-50);
}

:root {
  --wldhs-container: 1340px;
  --wldhs-content: 1276px;
  --wldhs-hero: 1400px;
  --wldhs-narrow: 768px;
  --wldhs-shadow-xs: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  --wldhs-shadow-sm: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0 rgba(10, 13, 18, 0.06);
  --wldhs-shadow-md: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
  --wldhs-shadow-lg: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
  --wldhs-shadow-xl: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03);
  --wldhs-shadow-2xl: 0 24px 48px -12px rgba(10, 13, 18, 0.18);
  --wldhs-shadow-3xl: 0 32px 64px -12px rgba(10, 13, 18, 0.14);
  --wldhs-gutter: 16px;
  --wldhs-section-y: 64px;
}
@media (min-width: 768px) {
  :root {
    --wldhs-gutter: 32px;
    --wldhs-section-y: 80px;
  }
}
@media (min-width: 1280px) {
  :root {
    --wldhs-gutter: 32px;
    --wldhs-section-y: 96px;
  }
}

.container {
  width: min(100% - 32px, 1340px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .container {
    width: min(100% - 64px, 1340px);
  }
}

.content {
  width: min(100% - 32px, 1276px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
@media (min-width: 768px) {
  .content {
    width: min(100% - 64px, 1276px);
    grid-template-columns: repeat(6, 1fr);
    column-gap: 32px;
  }
}
@media (min-width: 1280px) {
  .content {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 32px;
  }
}

.hero-wrap {
  width: min(100% - 32px, 1400px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .hero-wrap {
    width: min(100% - 64px, 1400px);
  }
}

.narrow {
  width: min(100% - 32px, 768px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .narrow {
    width: min(100% - 64px, 768px);
  }
}

.section,
.wldhs-section {
  padding-block: 64px;
}
@media (min-width: 768px) {
  .section,
  .wldhs-section {
    padding-block: 80px;
  }
}
@media (min-width: 1280px) {
  .section,
  .wldhs-section {
    padding-block: 96px;
  }
}

.wldhs-section--alt {
  background: var(--wldhs-bg-alt);
}

:root {
  --wldhs-block-gap: 32px;
}

@media (min-width: 1280px) {
  :root {
    --wldhs-block-gap: 48px;
  }
}
.wldhs-page-content > * + * {
  margin-block-start: 16px;
}

.wldhs-page-content > * + h2 {
  margin-block-start: 40px;
}

.wldhs-page-content > * + h3,
.wldhs-page-content > * + h4 {
  margin-block-start: 32px;
}

.wldhs-page-content > p + ul,
.wldhs-page-content > p + ol {
  margin-block-start: 8px;
}

.wldhs-page-content {
  margin-block-end: 48px;
}

.wldhs-page-content .wp-block-file:not(.wp-element-button) {
  font-size: 1rem;
}

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

:root {
  --wldhs-font-primary: Noto Sans, Arial, sans-serif;
  --wldhs-fw-regular: 400;
  --wldhs-fw-medium: 500;
  --wldhs-fw-semibold: 600;
  --wldhs-fw-bold: 700;
}

body {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--wldhs-text-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: var(--wldhs-text-heading);
  font-family: "Noto Sans", Arial, sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
}

strong, b {
  font-weight: 700;
}

ul, ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}

li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.25em;
}

a {
  color: var(--wldhs-accessible);
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--wldhs-accessible-hover);
}

.type-display-2xl {
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.type-display-xl {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.type-display-lg {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.type-display-md {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.type-display-sm {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 700;
}

.type-display-xs {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 700;
}

.type-text-xl {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
}

.type-text-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}

.type-text-md {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}

.type-text-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
}

.type-text-xs {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400;
}

.wldhs-btn {
  --_ring: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.wldhs-btn .wldhs-icon {
  width: 20px;
  height: 20px;
}
.wldhs-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--_ring);
}
.wldhs-btn:disabled, .wldhs-btn.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.wldhs-btn--sm {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 20px;
}
.wldhs-btn--md {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
}
.wldhs-btn--lg {
  padding: 10px 18px;
  font-size: 16px;
  line-height: 24px;
}
.wldhs-btn--xl {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
}
.wldhs-btn--lg .wldhs-icon, .wldhs-btn--xl .wldhs-icon {
  width: 24px;
  height: 24px;
}
.wldhs-btn--pill {
  border-radius: 100px;
}
.wldhs-btn--primary {
  background: var(--wldhs-accessible-strong);
  border-color: var(--wldhs-accessible-strong);
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  --_ring: var(--wldhs-brand-100);
}
.wldhs-btn--primary:hover {
  background: var(--wldhs-accessible-hover);
  border-color: var(--wldhs-accessible-hover);
}
.wldhs-btn--secondary-gray {
  background: #fff;
  border-color: var(--wldhs-gray-300);
  color: var(--wldhs-gray-700);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  --_ring: var(--wldhs-gray-100);
}
.wldhs-btn--secondary-gray:hover {
  background: var(--wldhs-gray-50);
}
.wldhs-btn--secondary-color {
  background: var(--wldhs-brand-50);
  border-color: var(--wldhs-brand-50);
  color: var(--wldhs-accessible);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  --_ring: var(--wldhs-brand-100);
}
.wldhs-btn--secondary-color:hover {
  background: var(--wldhs-brand-100);
}
.wldhs-btn--tertiary-gray {
  background: transparent;
  color: var(--wldhs-gray-600);
  --_ring: var(--wldhs-gray-100);
}
.wldhs-btn--tertiary-gray:hover {
  background: var(--wldhs-gray-50);
}
.wldhs-btn--tertiary-color {
  background: transparent;
  color: var(--wldhs-accessible);
  --_ring: var(--wldhs-brand-100);
}
.wldhs-btn--tertiary-color:hover {
  background: var(--wldhs-brand-50);
}
.wldhs-btn--link-gray, .wldhs-btn--link-color {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-inline: 0;
}
.wldhs-btn--link-gray:hover, .wldhs-btn--link-color:hover {
  text-decoration: underline;
}
.wldhs-btn--link-gray {
  color: var(--wldhs-gray-600);
}
.wldhs-btn--link-color {
  color: var(--wldhs-accessible);
}
.wldhs-btn:disabled, .wldhs-btn.is-disabled {
  background: var(--wldhs-gray-100);
  border-color: var(--wldhs-gray-200);
  color: var(--wldhs-gray-400);
  box-shadow: none;
}
.wldhs-btn--link-gray:disabled, .wldhs-btn--link-color:disabled, .wldhs-btn--tertiary-gray:disabled, .wldhs-btn--tertiary-color:disabled {
  background: transparent;
  border-color: transparent;
  color: var(--wldhs-gray-400);
}

.wldhs-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}
.wldhs-badge:hover {
  text-decoration: none;
}
.wldhs-badge .wldhs-icon {
  width: 12px;
  height: 12px;
}
.wldhs-badge--sm {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 18px;
}
.wldhs-badge--md {
  padding: 2px 10px;
  font-size: 14px;
  line-height: 20px;
}
.wldhs-badge--lg {
  padding: 4px 12px;
  font-size: 16px;
  line-height: 24px;
}
.wldhs-badge--lg .wldhs-icon {
  width: 14px;
  height: 14px;
}
.wldhs-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.wldhs-badge--gray {
  background: var(--wldhs-gray-100);
  color: var(--wldhs-gray-700);
}
.wldhs-badge--brand {
  background: var(--wldhs-brand-50);
  color: var(--wldhs-accessible);
}
.wldhs-badge--success {
  background: var(--wldhs-success-50);
  color: var(--wldhs-success-700);
}
.wldhs-badge--warning {
  background: var(--wldhs-warning-50);
  color: var(--wldhs-warning-700);
}
.wldhs-badge--error {
  background: var(--wldhs-error-50);
  color: var(--wldhs-error-700);
}
.wldhs-badge--green {
  background: var(--wldhs-green-50);
  color: var(--wldhs-green-700);
}
.wldhs-badge--turquoise {
  background: var(--wldhs-turquoise-50);
  color: var(--wldhs-turquoise-700);
}

.wldhs-card {
  background: var(--wldhs-white);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0 rgba(10, 13, 18, 0.06);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.wldhs-card:hover {
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
}
.wldhs-card__media {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.wldhs-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wldhs-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wldhs-card__tag {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wldhs-accessible);
}
.wldhs-card__title {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--wldhs-text-heading);
}
.wldhs-card__excerpt {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--wldhs-text-secondary);
}
.wldhs-card__footer {
  padding: 16px 24px;
  border-top: 1px solid var(--wldhs-gray-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wldhs-card__date {
  font-size: 12px;
  line-height: 18px;
  color: var(--wldhs-gray-600);
}
.wldhs-card--horizontal {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .wldhs-card--horizontal {
    flex-direction: row;
  }
}
.wldhs-card--horizontal .wldhs-card__media {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wldhs-card--horizontal .wldhs-card__media {
    width: 280px;
    aspect-ratio: unset;
  }
}
.wldhs-card--horizontal .wldhs-card__body {
  flex: 1;
}

.wldhs-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 0;
  transition: box-shadow 0.2s ease;
}
.wldhs-header.is-scrolled {
  box-shadow: 0 2px 10px rgba(10, 13, 18, 0.06);
}
.wldhs-header.is-scrolled .wldhs-header__inner--top {
  padding-block: 4px;
}
.wldhs-header.is-scrolled .wldhs-header__inner--nav {
  min-height: 52px;
}
.wldhs-header.is-scrolled .wldhs-header__logo img {
  height: 34px;
}
.wldhs-header.is-scrolled .wldhs-header__brand {
  font-size: 15px;
}
.wldhs-header.is-scrolled .wldhs-header__util {
  gap: 18px;
}
.wldhs-header.is-scrolled .wldhs-header__search {
  padding: 3px 8px;
  width: 200px;
}
.wldhs-header.is-scrolled .wldhs-header__search-input {
  font-size: 13px;
}
.wldhs-header.is-scrolled .wldhs-header__nav-trigger {
  font-size: 13px;
}
.wldhs-header__inner {
  width: min(100% - 32px, 1276px);
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .wldhs-header__inner {
    width: min(100% - 64px, 1276px);
  }
}
.wldhs-header__topbar {
  background: var(--wldhs-gray-100);
}
.wldhs-header__inner--top {
  justify-content: space-between;
  gap: 24px;
  padding-block: 10px;
  transition: padding 0.2s ease;
}
.wldhs-header__brand {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: var(--wldhs-accessible);
  text-decoration: none;
  white-space: nowrap;
  transition: font-size 0.2s ease;
}
.wldhs-header__util {
  display: flex;
  align-items: center;
  gap: 24px;
}
.wldhs-header__ke {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.wldhs-header__ke img {
  display: block;
  height: 32px;
  width: auto;
  transition: height 0.2s ease;
}
.wldhs-header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 233px;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid var(--wldhs-gray-300);
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  transition: padding 0.2s ease, width 0.2s ease;
}
.wldhs-header__search .wldhs-icon {
  flex-shrink: 0;
  color: var(--wldhs-gray-500);
}
.wldhs-header__search-input {
  flex: 1 0 0;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--wldhs-gray-900);
  transition: font-size 0.2s ease;
}
.wldhs-header__search-input::placeholder {
  color: var(--wldhs-gray-500);
}
.wldhs-header__lang {
  display: flex;
  align-items: center;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--wldhs-gray-700);
}
.wldhs-header__lang li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.wldhs-header__lang li + li::before {
  content: "|";
  color: var(--wldhs-gray-300);
  padding-inline: 6px;
  pointer-events: none;
}
.wldhs-header__lang a,
.wldhs-header__lang span {
  padding: 4px 6px;
  border-radius: 6px;
  min-height: 32px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  transition: background-color 0.15s ease, color 0.15s ease;
  cursor: pointer;
}
.wldhs-header__lang a:hover,
.wldhs-header__lang span:hover {
  background-color: var(--wldhs-gray-100);
  color: var(--wldhs-gray-900);
}
.wldhs-header__lang a:focus-visible,
.wldhs-header__lang span:focus-visible {
  outline: 2px solid var(--wldhs-brand-600);
  outline-offset: 2px;
}
.wldhs-header__lang-divider {
  color: var(--wldhs-gray-400);
  pointer-events: none;
}
.wldhs-header__lang .current-lang a,
.wldhs-header__lang .is-active {
  color: var(--wldhs-accessible-hover);
  border-bottom: 2px solid var(--wldhs-brand-600);
  font-weight: 700;
}
.wldhs-header__lang--drawer a, .wldhs-header__lang--drawer span {
  padding: 8px 6px;
  font-size: 15px;
  min-height: 44px;
}
.wldhs-header__nav {
  background: var(--wldhs-nav-bg);
}
.wldhs-header__inner--nav {
  min-height: 80px;
  gap: 21px;
  transition: min-height 0.2s ease;
}
.wldhs-header__logo {
  display: inline-flex;
  flex-shrink: 0;
}
.wldhs-header__logo img {
  display: block;
  height: 50px;
  width: auto;
  transition: height 0.2s ease;
}
.wldhs-header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.wldhs-header__nav-item {
  display: inline-flex;
  align-items: center;
}
.wldhs-header__nav-trigger {
  display: inline-flex;
  align-items: center;
  padding-block: 4px;
  border-block-end: 2px solid transparent;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border-inline: none;
  border-block-start: none;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, font-size 0.2s ease;
}
.wldhs-header__nav-trigger:hover, .wldhs-header__nav-trigger:focus-visible, .wldhs-header__nav-trigger.is-current {
  color: #fff;
  border-block-end-color: var(--wldhs-brand-600);
}
.wldhs-header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.wldhs-header__burger .wldhs-header__burger-close {
  display: none;
}
.wldhs-header__drawer-extra {
  display: none;
}

.wldhs-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 8px 16px;
  background: #fff;
  color: var(--wldhs-accessible);
  border-radius: 8px;
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1);
}
.wldhs-skip-link:focus {
  left: 8px;
  top: 8px;
}

.admin-bar .wldhs-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .wldhs-header {
    top: 46px;
  }
}
@media (max-width: 1023px) {
  .wldhs-header__inner--top {
    gap: 8px;
    padding-block: 8px;
  }
  .wldhs-header__brand {
    font-size: 14px;
  }
  .wldhs-header__util {
    gap: 10px;
  }
  .wldhs-header__search {
    display: none;
  }
  .wldhs-header__ke img {
    height: 22px;
  }
  .wldhs-header__inner--nav {
    min-height: 56px;
    gap: 12px;
    justify-content: space-between;
  }
  .wldhs-header__logo img {
    height: 38px;
  }
  .wldhs-header__burger {
    display: inline-flex;
  }
  .wldhs-header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    flex-wrap: nowrap;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 8px 0 16px;
    background: #fff;
    border-top: 1px solid var(--wldhs-gray-200);
    box-shadow: 0 10px 16px rgba(10, 13, 18, 0.08);
  }
  .wldhs-header.is-menu-open .wldhs-header__menu {
    display: flex;
  }
  .wldhs-header.is-menu-open .wldhs-header__burger-open {
    display: none;
  }
  .wldhs-header.is-menu-open .wldhs-header__burger-close {
    display: inline-flex;
  }
  .wldhs-header__menu .wldhs-header__nav-item {
    display: flex;
    width: 100%;
  }
  .wldhs-header__nav-trigger {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    color: var(--wldhs-gray-900);
    border-block-end-color: transparent;
  }
  .wldhs-header__nav-trigger:hover, .wldhs-header__nav-trigger:focus-visible, .wldhs-header__nav-trigger.is-current {
    color: var(--wldhs-accent-text);
    border-block-end-color: transparent;
  }
  .wldhs-header__drawer-extra {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
    padding: 16px 20px 4px;
    border-top: 1px solid var(--wldhs-gray-200);
  }
  .wldhs-header__drawer-extra .wldhs-header__search {
    width: 100%;
  }
}
.wldhs-footer {
  background: #002D62;
  color: #fff;
  padding-block: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.wldhs-footer__row {
  width: min(100% - 32px, 1276px);
  padding-block-end: 64px;
}
@media (min-width: 768px) {
  .wldhs-footer__row {
    width: min(100% - 64px, 1276px);
  }
}
.wldhs-footer__row--divided {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(100% - 32px, 1276px);
  padding-block-end: 48px;
}
@media (min-width: 768px) {
  .wldhs-footer__row--divided {
    width: min(100% - 64px, 1276px);
  }
}
.wldhs-footer__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.wldhs-footer__links {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.wldhs-footer__brand {
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wldhs-footer__logo {
  display: inline-flex;
  text-decoration: none;
}
.wldhs-footer__logo img {
  display: block;
  height: 50px;
  width: auto;
}
.wldhs-footer__address {
  font-style: normal;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #A4A7AE;
}
.wldhs-footer__address a {
  color: inherit;
  text-decoration: underline;
}
.wldhs-footer__address a:hover {
  color: #fff;
}
.wldhs-footer__address p {
  margin: 0;
}
.wldhs-footer__cols {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.wldhs-footer__col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wldhs-footer__col-title {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.wldhs-footer__col-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wldhs-footer__col-links a {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #A4A7AE;
  text-decoration: none;
  transition: color 0.15s ease;
}
.wldhs-footer__col-links a:hover, .wldhs-footer__col-links a:focus-visible {
  color: #fff;
}
.wldhs-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}
.wldhs-footer__logos-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}
.wldhs-footer__logos-wrap img {
  display: block;
  height: 48px;
  width: auto;
}
.wldhs-footer__logo-link {
  display: inline-flex;
  text-decoration: none;
}
.wldhs-footer__logo-link img {
  height: 42px;
  width: auto;
  display: block;
}
.wldhs-footer__right {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  text-align: right;
}
.wldhs-footer__right .wldhs-footer__widget {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: inherit;
}
.wldhs-footer__tagline {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.wldhs-footer__copy {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #A4A7AE;
}
.wldhs-footer__credit {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #A4A7AE;
}
.wldhs-footer__credit a {
  color: inherit;
  text-decoration: underline;
}
.wldhs-footer__credit a:hover {
  color: #fff;
}

@media (max-width: 1023px) {
  .wldhs-footer__links {
    flex-direction: column;
    gap: 32px;
  }
  .wldhs-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .wldhs-footer__brand {
    width: 100%;
  }
  .wldhs-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .wldhs-footer__right {
    align-items: flex-start;
    text-align: left;
  }
}
.wldhs-footer a:focus-visible {
  outline: 2px solid var(--wldhs-brand-600);
  outline-offset: 2px;
  border-radius: 4px;
}

.wldhs-breadcrumb {
  margin-bottom: 12px;
}
.wldhs-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--wldhs-gray-600);
}
.wldhs-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wldhs-breadcrumb__link {
  color: var(--wldhs-gray-600);
  text-decoration: none;
  transition: color 0.15s ease;
  display: flex;
  align-items: center;
}
.wldhs-breadcrumb__link:hover {
  color: var(--wldhs-accessible);
}
.wldhs-breadcrumb__separator {
  display: flex;
  align-items: center;
  color: var(--wldhs-gray-300);
}
.wldhs-breadcrumb__current {
  color: var(--wldhs-gray-700);
  font-weight: 700;
}
.wldhs-breadcrumb .wldhs-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.wldhs-page-intro {
  padding-block: 40px 24px;
  border-bottom: 1px solid var(--wldhs-gray-100);
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .wldhs-page-intro {
    padding-block: 48px 32px;
    margin-bottom: 48px;
  }
}
.wldhs-page-intro__inner {
  max-width: 760px;
}
.wldhs-page-intro__title {
  margin: 8px 0 0;
  color: var(--wldhs-text-heading);
}
.wldhs-page-intro__lead {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--wldhs-text-secondary);
}

.wldhs-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 72px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wldhs-hero {
    padding: 96px 0;
  }
}
@media (min-width: 1024px) {
  .wldhs-hero {
    padding: 120px 0 128px;
  }
}
.wldhs-hero__inner {
  display: block;
}
.wldhs-hero__content {
  max-width: 640px;
}
.wldhs-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.wldhs-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  background-color: var(--wldhs-brand);
  border-radius: 50%;
  flex-shrink: 0;
}
.wldhs-hero .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}
.wldhs-hero__headline {
  margin-bottom: 20px;
  color: #fff;
}
.wldhs-hero__lead {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 48px;
}
.wldhs-hero__metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  max-width: 580px;
}
@media (min-width: 768px) {
  .wldhs-hero__metrics {
    grid-template-columns: repeat(3, 1fr);
    max-width: 720px;
  }
}
.wldhs-hero__metric {
  background-color: rgba(24, 29, 39, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .wldhs-hero__metric {
    padding: 28px 24px;
  }
}
.wldhs-hero__metric-value {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
  .wldhs-hero__metric-value {
    font-size: 36px;
    line-height: 44px;
    white-space: nowrap;
  }
}
.wldhs-hero__metric-label {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.wldhs-hero__metric-sub {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.wldhs-counter {
  display: inline;
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: reduce) {
  .wldhs-counter {
    transition: none;
  }
}
.wldhs-schemat .section-header {
  max-width: 1276px;
  margin-inline: auto;
  margin-bottom: 48px;
}
.wldhs-schemat__steps {
  max-width: 1276px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .wldhs-schemat__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .wldhs-schemat__steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.wldhs-schemat__step {
  background-color: var(--wldhs-white);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
@media (min-width: 1280px) {
  .wldhs-schemat__step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 36px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--wldhs-gray-300);
    border-right: 2px solid var(--wldhs-gray-300);
    transform: rotate(45deg);
  }
}
.wldhs-schemat__step-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wldhs-schemat__step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--wldhs-brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}
.wldhs-schemat__step-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: var(--wldhs-gray-900);
}
.wldhs-schemat__step-desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--wldhs-gray-600);
}
.wldhs-schemat__figure {
  max-width: 1276px;
  margin-inline: auto;
  margin-top: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--wldhs-gray-200);
}
.wldhs-schemat__img {
  display: block;
  width: 100%;
  height: auto;
}
.wldhs-schemat__img--svg {
  max-width: 100%;
}

.wldhs-korzysci .section-header {
  max-width: 1276px;
  margin-inline: auto;
  margin-bottom: 48px;
}
.wldhs-korzysci__grid {
  max-width: 1276px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .wldhs-korzysci__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.wldhs-korzysci__card {
  background-color: var(--wldhs-gray-25);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 200ms ease-out, transform 200ms ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .wldhs-korzysci__card:hover {
    box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
    transform: translateY(-2px);
  }
}
.wldhs-korzysci__icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: var(--wldhs-brand-50);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wldhs-korzysci__icon-wrap svg {
  width: 24px;
  height: 24px;
  color: var(--wldhs-brand-text);
  stroke: currentColor;
}
.wldhs-korzysci__card-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--wldhs-gray-900);
}
.wldhs-korzysci__card-desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--wldhs-gray-600);
}
.wldhs-korzysci__check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.wldhs-korzysci__check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 22px;
  color: var(--wldhs-gray-700);
}
.wldhs-korzysci__check-icon {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--wldhs-brand-text);
}
.wldhs-korzysci__check-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.wldhs-timeline .section-header {
  max-width: 1276px;
  margin-inline: auto;
  margin-bottom: 48px;
}
.wldhs-timeline__list {
  list-style: none;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}
.wldhs-timeline__list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--wldhs-brand) 55%, var(--wldhs-gray-200) 55%);
}
@media (min-width: 768px) {
  .wldhs-timeline__list::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.wldhs-timeline__item {
  position: relative;
  padding-left: 56px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .wldhs-timeline__item {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 52px 1fr;
    column-gap: 24px;
    align-items: flex-start;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .wldhs-timeline__item:nth-child(odd) .wldhs-timeline__meta {
    grid-column: 1;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .wldhs-timeline__item:nth-child(odd) .wldhs-timeline__node {
    grid-column: 2;
  }
  .wldhs-timeline__item:nth-child(odd) .wldhs-timeline__content {
    grid-column: 3;
  }
  .wldhs-timeline__item:nth-child(even) .wldhs-timeline__content {
    grid-column: 1;
    grid-row: 1;
  }
  .wldhs-timeline__item:nth-child(even) .wldhs-timeline__node {
    grid-column: 2;
    grid-row: 1;
  }
  .wldhs-timeline__item:nth-child(even) .wldhs-timeline__meta {
    grid-column: 3;
    grid-row: 1;
  }
}
.wldhs-timeline__node {
  position: absolute;
  left: 9px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .wldhs-timeline__node {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
}
.wldhs-timeline__node svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}
.wldhs-timeline__node--done {
  background-color: var(--wldhs-brand);
  box-shadow: 0 0 0 4px var(--wldhs-brand-50);
}
.wldhs-timeline__node--current {
  background-color: var(--wldhs-brand);
  box-shadow: 0 0 0 4px var(--wldhs-brand-50);
}
.wldhs-timeline__node--planned {
  background-color: #fff;
  border-color: var(--wldhs-gray-300);
  box-shadow: none;
}
.wldhs-timeline__node-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.12);
  animation: wldhs-pulse-ring 2s ease-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wldhs-timeline__node-pulse {
    animation: none;
    opacity: 0;
  }
}
.wldhs-timeline__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wldhs-timeline__date {
  font-size: 13px;
  font-weight: 700;
  color: var(--wldhs-gray-600);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wldhs-timeline__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
}
.wldhs-timeline__badge--done {
  background-color: var(--wldhs-success-50);
  color: var(--wldhs-success-700);
}
.wldhs-timeline__badge--current {
  background-color: var(--wldhs-brand-50);
  color: var(--wldhs-brand-text);
}
.wldhs-timeline__badge--planned {
  background-color: var(--wldhs-gray-100);
  color: var(--wldhs-gray-700);
}
.wldhs-timeline__badge-dot {
  width: 6px;
  height: 6px;
  background-color: var(--wldhs-brand);
  border-radius: 50%;
  flex-shrink: 0;
}
.wldhs-timeline__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wldhs-timeline__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--wldhs-gray-900);
}
.wldhs-timeline__desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--wldhs-gray-600);
}

@keyframes wldhs-pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.wldhs-o-projekcie {
  background-color: var(--wldhs-white);
}
.wldhs-o-projekcie .section-header {
  max-width: 1276px;
  margin-inline: auto;
  margin-bottom: 48px;
}
.wldhs-o-projekcie__grid {
  max-width: 1276px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1024px) {
  .wldhs-o-projekcie__grid {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 32px;
    row-gap: 0;
    align-items: flex-start;
  }
  .wldhs-o-projekcie__grid > :first-child {
    grid-column: span 8;
  }
  .wldhs-o-projekcie__grid > :last-child {
    grid-column: span 4;
  }
}
.wldhs-o-projekcie__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wldhs-o-projekcie__h3 {
  margin-bottom: 12px;
}
.wldhs-o-projekcie__prose p {
  font-size: 16px;
  line-height: 26px;
  color: var(--wldhs-gray-600);
}
.wldhs-o-projekcie__prose p + p {
  margin-top: 12px;
}
.wldhs-o-projekcie__prose strong {
  color: var(--wldhs-gray-800);
}
.wldhs-o-projekcie__prose em {
  color: var(--wldhs-gray-600);
}
.wldhs-o-projekcie__detale-box {
  background-color: var(--wldhs-gray-50);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wldhs-o-projekcie__detail-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wldhs-o-projekcie__detail-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--wldhs-gray-600);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.wldhs-o-projekcie__detail-value {
  font-size: 14px;
  line-height: 22px;
  color: var(--wldhs-gray-700);
}
.wldhs-o-projekcie__callout {
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  margin: 0;
}
.wldhs-o-projekcie__callout strong {
  color: var(--wldhs-gray-800);
}
.wldhs-o-projekcie__callout-disclaimer {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 0;
}
.wldhs-o-projekcie__callout--neutral {
  background-color: var(--wldhs-gray-50);
  border-left: 3px solid var(--wldhs-gray-300);
  font-size: 13px;
  line-height: 20px;
  color: var(--wldhs-gray-700);
}
.wldhs-o-projekcie__callout--neutral .wldhs-o-projekcie__callout-disclaimer {
  font-size: 11px;
  line-height: 16px;
  color: var(--wldhs-gray-600);
}
.wldhs-o-projekcie__coordinator {
  background-color: var(--wldhs-gray-50);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.wldhs-o-projekcie__coord-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--wldhs-gray-600);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.wldhs-o-projekcie__coord-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--wldhs-gray-900);
}
.wldhs-o-projekcie__coord-role {
  font-size: 14px;
  color: var(--wldhs-gray-600);
}
.wldhs-o-projekcie__coord-email {
  font-size: 14px;
  color: var(--wldhs-accessible);
  text-decoration: none;
  margin-top: 6px;
}
.wldhs-o-projekcie__coord-email:hover {
  text-decoration: underline;
}
.wldhs-o-projekcie__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}
.wldhs-o-projekcie__logo-wrap {
  height: 56px;
  display: flex;
  align-items: center;
}
.wldhs-o-projekcie__ke-logo {
  height: 56px;
  width: auto;
}
.wldhs-o-projekcie__card {
  background-color: var(--wldhs-gray-50);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wldhs-o-projekcie__card-headline {
  font-size: 18px;
  font-weight: 700;
  color: var(--wldhs-text-heading);
  line-height: 1.4;
  margin: 0;
}
.wldhs-o-projekcie__card-divider {
  height: 1px;
  background-color: var(--wldhs-gray-200);
}
.wldhs-o-projekcie__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wldhs-o-projekcie__row-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--wldhs-gray-600);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.wldhs-o-projekcie__row-value {
  font-size: 14px;
  line-height: 22px;
  color: var(--wldhs-gray-700);
}
.wldhs-o-projekcie__row-value--accent {
  font-weight: 700;
  color: var(--wldhs-accent-text);
}
.wldhs-o-projekcie__cta-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wldhs-o-projekcie__cta-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--wldhs-gray-600);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}
.wldhs-o-projekcie__cta-btn {
  width: 100%;
  justify-content: center;
}

.wldhs-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .wldhs-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .wldhs-news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wldhs-news-card {
  display: flex;
  flex-direction: column;
  background: var(--wldhs-white);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0 rgba(10, 13, 18, 0.06);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.wldhs-news-card:hover {
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
  transform: translateY(-2px);
}
.wldhs-news-card__media-link {
  display: block;
  outline-offset: -2px;
}
.wldhs-news-card__media {
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--wldhs-gray-100);
}
.wldhs-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.wldhs-news-card:hover .wldhs-news-card__media img {
  transform: scale(1.03);
}
.wldhs-news-card__media-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wldhs-gray-100);
  color: var(--wldhs-gray-400);
}
.wldhs-news-card__body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.wldhs-news-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.wldhs-news-card__date {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: var(--wldhs-gray-600);
}
.wldhs-news-card__title {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--wldhs-text-heading);
}
.wldhs-news-card__title a {
  color: inherit;
  text-decoration: none;
}
.wldhs-news-card__title a:hover {
  color: var(--wldhs-accessible);
  text-decoration: underline;
}
.wldhs-news-card__excerpt {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--wldhs-text-secondary);
}
.wldhs-news-card__footer {
  padding: 12px 24px 20px;
  border-top: 1px solid var(--wldhs-gray-100);
  margin-top: auto;
}
.wldhs-news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--wldhs-accessible);
  text-decoration: none;
}
.wldhs-news-card__link svg {
  transition: transform 0.15s ease;
}
.wldhs-news-card__link:hover {
  text-decoration: underline;
}
.wldhs-news-card__link:hover svg {
  transform: translateX(3px);
}
.wldhs-news-card__link:focus-visible {
  outline: 2px solid var(--wldhs-accessible);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .wldhs-article-intro .wldhs-page-intro__title {
    max-width: 760px;
  }
}

.wldhs-article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.wldhs-article-meta__date {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wldhs-accessible);
}

.wldhs-article-cover {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .wldhs-article-cover {
    margin-bottom: 48px;
  }
}
.wldhs-article-cover img {
  width: 100%;
  max-width: 1276px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.wldhs-article-layout {
  padding-block: 0 64px;
}

.wldhs-article-content {
  max-width: 768px;
  margin-inline: auto;
}

.wldhs-prose {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--wldhs-text-body);
}
.wldhs-prose h2,
.wldhs-prose h3,
.wldhs-prose h4 {
  font-weight: 700;
  color: var(--wldhs-text-heading);
  margin-top: 32px;
  margin-bottom: 12px;
}
.wldhs-prose h2 {
  font-size: 24px;
  line-height: 32px;
}
.wldhs-prose h3 {
  font-size: 20px;
  line-height: 28px;
}
.wldhs-prose h4 {
  font-size: 18px;
  line-height: 26px;
}
.wldhs-prose p {
  margin-bottom: 20px;
}
.wldhs-prose ul,
.wldhs-prose ol {
  margin-bottom: 20px;
  padding-left: 32px;
}
.wldhs-prose li {
  margin-bottom: 8px;
}
.wldhs-prose a {
  color: var(--wldhs-accessible);
  text-decoration: underline;
}
.wldhs-prose a:hover {
  color: var(--wldhs-accessible-hover);
}
.wldhs-prose strong {
  font-weight: 700;
}
.wldhs-prose em {
  font-style: italic;
}
.wldhs-prose blockquote {
  border-left: 4px solid var(--wldhs-brand-200);
  padding-left: 24px;
  margin-inline: 0;
  margin-block: 32px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--wldhs-text-secondary);
  font-style: italic;
}
.wldhs-prose figure {
  margin-inline: 0;
  margin-block: 32px;
}
.wldhs-prose figure img {
  width: 100%;
  border-radius: 8px;
}
.wldhs-prose figure figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  color: var(--wldhs-gray-600);
  text-align: center;
}
.wldhs-prose hr {
  border: none;
  border-top: 1px solid var(--wldhs-gray-200);
  margin-block: 32px;
}

.wldhs-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--wldhs-gray-100);
}

.wldhs-article-back {
  margin-top: 32px;
}

.wldhs-related-articles {
  background: var(--wldhs-bg-alt);
  padding-block: 64px;
}
@media (min-width: 1024px) {
  .wldhs-related-articles {
    padding-block: 96px;
  }
}
.wldhs-related-articles__heading {
  margin: 0 0 32px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--wldhs-text-heading);
}
.wldhs-related-articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .wldhs-related-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .wldhs-related-articles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wldhs-related-articles .wldhs-news-card__title {
  font-size: 16px;
  line-height: 24px;
}

.wldhs-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.wldhs-pagination ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}
.wldhs-pagination li {
  display: flex;
}
.wldhs-pagination a,
.wldhs-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding-inline: 12px;
  border-radius: 8px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.wldhs-pagination a:not(.current) {
  color: var(--wldhs-gray-600);
  border-color: var(--wldhs-gray-200);
}
.wldhs-pagination a:not(.current):hover {
  background: var(--wldhs-gray-50);
  border-color: var(--wldhs-gray-300);
}
.wldhs-pagination .current {
  background: var(--wldhs-accessible-strong);
  color: #fff;
  border-color: var(--wldhs-accessible-strong);
}
.wldhs-pagination .prev,
.wldhs-pagination .next {
  color: var(--wldhs-gray-600);
  border-color: var(--wldhs-gray-200);
}
.wldhs-pagination .prev:hover,
.wldhs-pagination .next:hover {
  background: var(--wldhs-gray-50);
  border-color: var(--wldhs-gray-300);
}
.wldhs-pagination .dots {
  border: none;
  color: var(--wldhs-gray-400);
  cursor: default;
}

.wldhs-empty-state {
  text-align: center;
  padding-block: 80px;
  color: var(--wldhs-text-secondary);
}
.wldhs-empty-state__icon {
  margin-bottom: 16px;
  color: var(--wldhs-gray-300);
}
.wldhs-empty-state__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--wldhs-text-heading);
}
.wldhs-empty-state__desc {
  margin: 0;
  font-size: 16px;
  max-width: 480px;
  margin-inline: auto;
}

.wldhs-materialy__header {
  margin-bottom: 40px;
  max-width: 760px;
}
@media (min-width: 1024px) {
  .wldhs-materialy__header {
    margin-bottom: 48px;
  }
}
.wldhs-materialy__headline {
  margin: 0 0 12px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: var(--wldhs-text-heading);
}
.wldhs-materialy__lead {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: var(--wldhs-text-secondary);
}
.wldhs-materialy__group {
  margin-bottom: 48px;
}
.wldhs-materialy__group:last-child {
  margin-bottom: 0;
}
.wldhs-materialy__group-title {
  margin: 0 0 24px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--wldhs-text-heading);
  padding-bottom: 16px;
  border-bottom: 2px solid var(--wldhs-brand-200);
  display: flex;
  align-items: center;
  gap: 8px;
}
.wldhs-materialy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wldhs-materialy__notice {
  margin-top: 48px;
  padding: 20px 24px;
  background: var(--wldhs-brand-25);
  border: 1px solid var(--wldhs-brand-100);
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--wldhs-text-secondary);
}
.wldhs-materialy__notice .wldhs-icon {
  color: var(--wldhs-accessible);
  flex-shrink: 0;
  margin-top: 2px;
}
.wldhs-materialy__notice p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.wldhs-materialy__notice a {
  color: var(--wldhs-accessible);
  font-weight: 600;
}
.wldhs-materialy__notice a:hover {
  text-decoration: underline;
}

.wldhs-material-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--wldhs-white);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  transition: box-shadow 0.15s ease;
}
.wldhs-material-item:hover {
  box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0 rgba(10, 13, 18, 0.06);
}
.wldhs-material-item--pending {
  background: var(--wldhs-gray-50);
}
.wldhs-material-item--pending .wldhs-material-item__icon {
  color: var(--wldhs-gray-300);
}
.wldhs-material-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--wldhs-brand-50);
  color: var(--wldhs-accessible);
  flex-shrink: 0;
}
.wldhs-material-item--pending .wldhs-material-item__icon {
  background: var(--wldhs-gray-100);
  color: var(--wldhs-gray-400);
}
.wldhs-material-item__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wldhs-material-item__meta .wldhs-badge {
  align-self: flex-start;
  margin-bottom: 4px;
}
.wldhs-material-item__title {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--wldhs-text-heading);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wldhs-material-item__desc {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: var(--wldhs-text-secondary);
}
.wldhs-material-item__info {
  font-size: 12px;
  line-height: 18px;
  color: var(--wldhs-gray-600);
}
.wldhs-material-item__action {
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .wldhs-material-item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .wldhs-material-item__action {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}

.wldhs-kontakt-block__grid {
  max-width: 1276px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 1024px) {
  .wldhs-kontakt-block__grid {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 32px;
    row-gap: 0;
    align-items: stretch;
  }
  .wldhs-kontakt-block__grid > .wldhs-kontakt-block__col--left {
    grid-column: span 7;
  }
  .wldhs-kontakt-block__grid > .wldhs-kontakt-block__col--right {
    grid-column: span 5;
  }
}
.wldhs-kontakt-block__col--left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wldhs-kontakt-block__col--right {
  align-self: stretch;
  display: flex;
}
.wldhs-kontakt-block__redirect-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: var(--wldhs-brand-25);
  border: 1px solid var(--wldhs-brand-100);
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--wldhs-text-secondary);
}
.wldhs-kontakt-block__redirect-notice .wldhs-icon {
  color: var(--wldhs-accessible);
  flex-shrink: 0;
  margin-top: 1px;
}
.wldhs-kontakt-block__redirect-notice p {
  margin: 0;
}
.wldhs-kontakt-block__redirect-notice a {
  color: var(--wldhs-accessible);
  font-weight: 600;
}
.wldhs-kontakt-block__redirect-notice a:hover {
  text-decoration: underline;
}
.wldhs-kontakt-block__tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wldhs-kontakt-block__tile {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: var(--wldhs-white);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 8px;
}
.wldhs-kontakt-block__tile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--wldhs-brand-50);
  color: var(--wldhs-accessible);
  flex-shrink: 0;
}
.wldhs-kontakt-block__tile-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wldhs-kontakt-block__tile-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--wldhs-gray-600);
}
.wldhs-kontakt-block__tile-value {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: var(--wldhs-text-heading);
}

.wldhs-coordinator-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: var(--wldhs-white);
  border: 1px solid var(--wldhs-gray-200);
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0 rgba(10, 13, 18, 0.06);
}
.wldhs-coordinator-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--wldhs-gray-100);
  border: 2px solid var(--wldhs-gray-200);
}
.wldhs-coordinator-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wldhs-coordinator-card__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wldhs-gray-400);
}
.wldhs-coordinator-card__info {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wldhs-coordinator-card__label {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--wldhs-gray-600);
}
.wldhs-coordinator-card__name {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--wldhs-text-heading);
}
.wldhs-coordinator-card__role {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--wldhs-text-secondary);
}
.wldhs-coordinator-card__contact {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--wldhs-gray-100);
}
.wldhs-coordinator-card__contact .wldhs-icon {
  color: var(--wldhs-accessible);
  flex-shrink: 0;
}
.wldhs-coordinator-card__email {
  font-size: 14px;
  line-height: 20px;
  color: var(--wldhs-accessible);
  text-decoration: none;
  font-weight: 500;
  word-break: break-all;
}
.wldhs-coordinator-card__email:hover {
  text-decoration: underline;
}
.wldhs-coordinator-card__contact--stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.wldhs-coordinator-card__contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wldhs-coordinator-card__contact-row .wldhs-icon {
  color: var(--wldhs-accessible);
  flex-shrink: 0;
}

.wldhs-contact-cta {
  flex: 1;
  background: var(--wldhs-navy-600);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}
.wldhs-contact-cta__inner {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}
.wldhs-contact-cta__icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(255, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wldhs-brand-300);
}
.wldhs-contact-cta__heading {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.wldhs-contact-cta__desc {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: var(--wldhs-gray-300);
}
