.elementor-57 .elementor-element.elementor-element-1990a0a6{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-61f4b2b1 */.af-charter {
  --af-bg: #ecebf0;
  --af-surface: #ffffff;
  --af-card: #e4e3e8;
  --af-ink: #22222b;
  --af-ink-soft: #4a4a57;
  --af-ink-muted: #8a8a96;
  --af-accent: #e0603a;
  --af-accent-soft: #f6d9cc;
  --af-line: #d8d7de;
  --af-radius: 6px;
  --af-container: 1000px;

  background: var(--af-bg);
  color: var(--af-ink);
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.af-charter,
.af-charter *,
.af-charter *::before,
.af-charter *::after {
  box-sizing: border-box;
}

.af-charter__container {
  width: 100%;
  max-width: var(--af-container);
  margin-inline: auto;
  padding: 88px 24px 96px;
}

/* HLAVIČKA */

.af-charter__header {
  max-width: 800px;
  margin-bottom: 72px;
}

.af-charter__eyebrow {
  margin: 0 0 18px;
  color: var(--af-ink-soft);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.af-charter h1 {
  margin: 0;
    font-family: "Playfair Display", Sans-serif;
    font-size: 60px;
    font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.06;
}

.af-charter h1 em {
  color: var(--af-accent);
  font-style: italic;
}

.af-charter__subtitle {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--af-ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  line-height: 1.45;
}

.af-charter__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.af-charter__meta span {
  padding: 7px 15px;
  border-radius: 999px;
  background: var(--af-surface);
  color: var(--af-ink-soft);
  box-shadow: 0 1px 6px rgba(34, 34, 43, 0.05);
  font-size: 0.84rem;
}

/* HLAVNÍ SEKCE */

.af-charter__section {
  padding: 64px 0;
  border-top: 1px solid var(--af-line);
}

.af-charter__section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.af-charter__section-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-bottom: 38px;
}

.af-charter__section-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--af-accent-soft);
  color: var(--af-accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.af-charter__section-heading h2 {
  margin: 0;
  color: var(--af-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
}

/* BĚŽNÝ TEXT */

.af-charter__content {
  max-width: 800px;
  padding-left: 74px;
}

.af-charter__content p {
  margin: 0 0 24px;
}

.af-charter__content p:last-child {
  margin-bottom: 0;
}

.af-charter__lead {
  color: var(--af-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.55;
}

/* ČLÁNKY CHARTY */

.af-charter__articles {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: charter-item;
}

.af-charter__articles[start="5"] {
  counter-reset: charter-item 4;
}

.af-charter__articles > li {
  position: relative;
  padding: 28px 32px 28px 88px;
  border-radius: var(--af-radius);
  background: var(--af-surface);
  box-shadow: 0 3px 18px rgba(34, 34, 43, 0.055);
  counter-increment: charter-item;
}

.af-charter__articles > li::before {
  content: counter(charter-item, decimal-leading-zero);
  position: absolute;
  top: 27px;
  left: 28px;
  color: var(--af-accent);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.af-charter__articles > li p {
  margin: 0 0 18px;
}

.af-charter__articles > li p:last-child {
  margin-bottom: 0;
}

/* PODSEZNAM */

.af-charter__sublist {
  display: grid;
  gap: 11px;
  margin: 20px 0;
  padding-left: 24px;
}

.af-charter__sublist li {
  padding-left: 8px;
  color: var(--af-ink-soft);
}

.af-charter__sublist li::marker {
  color: var(--af-accent);
  font-weight: 600;
}

/* RESPONSIVITA */

@media (max-width: 700px) {
  .af-charter__content {
    padding-left: 0;
  }

  .af-charter__section-heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
  }

  .af-charter__section-number {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 600px) {
  .af-charter {
    font-size: 1rem;
  }

  .af-charter__container {
    padding: 56px 18px 64px;
  }

  .af-charter__header {
    margin-bottom: 52px;
  }

  .af-charter__section {
    padding: 48px 0;
  }

  .af-charter__section-heading {
    margin-bottom: 28px;
  }

  .af-charter__articles > li {
    padding: 64px 22px 24px;
  }

  .af-charter__articles > li::before {
    top: 22px;
    left: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .af-charter *,
  .af-charter *::before,
  .af-charter *::after {
    transition: none !important;
  }
}/* End custom CSS */