:root {
  --primary: #0f7d4a;
  --primary-dark: #0a5c36;
  --accent: #12a35f;
  --surface: #ffffff;
  --surface-alt: #f4f7f3;
  --border: #dbe4dc;
  --text: #16241d;
  --muted: #5c6a62;
  --radius: 10px;
  --shadow: 0 4px 16px rgba(15, 60, 40, .08);
  --shadow-lg: 0 10px 30px rgba(15, 60, 40, .12);
  --sp-1: .25rem;
  --sp-2: .5rem;
  --sp-3: .75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  background: var(--surface)
}

img {
  max-width: 100%;
  height: auto
}

a {
  color: var(--primary-dark);
  text-decoration: none
}

.or2kpvo7c {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--sp-4)
}

.ore3jjlqv {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow)
}

.or2meb1k9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  gap: var(--sp-4)
}

.or296mxat {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  min-width: 96px
}

.ore9g5kpz {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 10px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center
}

.ore9g5kpz span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  transition: .2s
}

.orjuvko45 {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  padding: var(--sp-3) var(--sp-4);
  box-shadow: var(--shadow-lg)
}

.orjuvko45.or1mdx20p {
  display: flex
}

.orjuvko45 a {
  padding: var(--sp-3) var(--sp-2);
  color: var(--text);
  font-weight: 600;
  border-radius: var(--radius);
  transition: .2s
}

.orjuvko45 a:hover,
.orjuvko45 a:focus-visible {
  color: var(--primary);
  background: var(--surface-alt)
}

.orjuvko45 a.orydiusqw,
.orjuvko45 a[aria-current="page"] {
  color: var(--primary-dark);
  font-weight: 700;
  background: rgba(18, 163, 95, .12);
  border-left: 3px solid var(--primary)
}

.orfmogmeh {
  display: inline-block;
  padding: .65rem 1.3rem;
  border-radius: var(--radius);
  font-weight: 700;
  border: 2px solid var(--primary);
  color: var(--primary-dark);
  background: transparent;
  cursor: pointer;
  transition: .2s;
  text-align: center
}

.orfmogmeh:hover,
.orfmogmeh:focus-visible {
  background: var(--primary);
  color: #fff
}

.or2ld7cnj {
  border-color: var(--border);
  color: var(--text)
}

.or2ld7cnj:hover,
.or2ld7cnj:focus-visible {
  background: var(--text);
  color: #fff;
  border-color: var(--text)
}

.or2ipjvp5,
.or13j9682 {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: var(--sp-3)
}

.orrs14qu8 {
  background: linear-gradient(180deg, var(--surface-alt), var(--surface));
  border-bottom: 1px solid var(--border);
  padding: var(--sp-6) 0
}

.ori9e8cew {
  display: grid;
  gap: var(--sp-5);
  align-items: center
}

.or1fdoaax {
  font-family: 'Arial Narrow', 'Segoe UI', sans-serif;
  font-weight: 800;
  font-stretch: condensed;
  letter-spacing: -.01em;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: var(--sp-4)
}

.or1hhfdoc {
  color: var(--muted);
  max-width: 60ch;
  margin: 0 0 var(--sp-5)
}

.or17qvhfd {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3)
}

.or1qnm6mf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3)
}

.or2527u8u {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: var(--sp-5) var(--sp-4);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2)
}

.or2527u8u.or5xd78bt {
  grid-column: 1/-1
}

.or2j706zc {
  font-family: 'Arial Narrow', 'Segoe UI', sans-serif;
  font-weight: 800;
  font-stretch: condensed;
  font-size: 1.8rem;
  color: var(--primary-dark)
}

.or2o17har {
  color: var(--muted);
  font-size: .9rem
}

.orcw9fmtf {
  margin: var(--sp-4) 0 var(--sp-3)
}

.orcw9fmtf ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  padding: 0;
  margin: 0;
  font-size: .85rem
}

.orcw9fmtf li {
  display: flex;
  align-items: center;
  color: var(--muted)
}

.orcw9fmtf li+li::before {
  content: '\203A';
  margin: 0 .45rem;
  color: var(--muted)
}

.orcw9fmtf a {
  color: var(--primary-dark)
}

.orcw9fmtf a:hover {
  text-decoration: underline
}

.orcw9fmtf li[aria-current="page"] {
  color: var(--muted)
}

.or7nyajog {
  padding: var(--sp-6) 0
}


.orplakhyo h1,
.orplakhyo h2,
.orplakhyo h3 {
  font-family: 'Arial Narrow', 'Segoe UI', sans-serif;
  font-weight: 800;
  font-stretch: condensed;
  line-height: 1.15;
  color: var(--text);
  margin: 1.6em 0 .5em
}

.orplakhyo h1 {
  font-size: 2rem;
  margin-top: 0
}

.orplakhyo h2 {
  font-size: 1.55rem
}

.orplakhyo h3 {
  font-size: 1.25rem
}

.orplakhyo p {
  margin: 0 0 1em;
  color: var(--text)
}

.orplakhyo a {
  color: var(--primary-dark);
  text-decoration: underline
}

.orplakhyo a:hover {
  color: var(--primary)
}

.orplakhyo ul,
.orplakhyo ol {
  padding-left: 1.35rem;
  margin: 0 0 1em
}

.orplakhyo li {
  margin: .35em 0
}

.orplakhyo ul ul,
.orplakhyo ol ol {
  margin: .35em 0
}

.orplakhyo blockquote {
  margin: 1em 0;
  padding: .75rem 1rem;
  border-left: 4px solid var(--primary);
  background: var(--surface-alt);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--muted)
}

.orplakhyo table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: .95rem
}

.orplakhyo thead th {
  background: var(--primary-dark);
  color: #fff;
  text-align: left;
  font-weight: 700
}

.orplakhyo th,
.orplakhyo td {
  padding: .55rem .8rem;
  border-bottom: 1px solid var(--border)
}

.orplakhyo tbody tr:nth-child(even) {
  background: var(--surface-alt)
}

.orplakhyo {
  overflow-x: auto
}

.or1nshqan {
  padding: var(--sp-6) 0;
  background: var(--surface-alt);
  border-top: 1px solid var(--border)
}

.or1r3l72n {
  font-family: 'Arial Narrow', 'Segoe UI', sans-serif;
  font-weight: 800;
  font-stretch: condensed;
  font-size: 1.7rem;
  margin-bottom: var(--sp-5)
}

.or1m6smbs {
  display: grid;
  gap: var(--sp-3)
}

.or5h78qh4 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: var(--sp-4);
  box-shadow: var(--shadow)
}

.or5h78qh4 summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none
}

.or5h78qh4 summary::-webkit-details-marker {
  display: none
}

.or5h78qh4 summary::after {
  content: '+';
  float: right;
  color: var(--primary);
  font-weight: 800
}

.or5h78qh4[open] summary::after {
  content: '\2212'
}

.or5h78qh4 p {
  margin: var(--sp-3) 0 0;
  color: var(--muted)
}

.ort96hrlb {
  background: var(--text);
  color: #d7e2db;
  padding: var(--sp-6) 0 var(--sp-5)
}

.or223jrnc {
  display: grid;
  gap: var(--sp-5);
  margin-bottom: var(--sp-5)
}

.or2h4azsx {
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--sp-3)
}

.or1qdowsb {
  color: #a9bcb1;
  margin: 0;
  font-size: .92rem
}

.or1avm7pd {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2)
}

.or1avm7pd a {
  color: #c8d6ce
}

.or1avm7pd a:hover {
  color: #fff
}

.or1vhfyv8 {
  margin: var(--sp-4) 0 var(--sp-2);
  padding-top: var(--sp-4);
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .9rem;
  color: #c8d6ce
}

.orerf0g2x {
  margin: 0;
  font-size: .78rem;
  color: #8ba295;
  line-height: 1.5
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px
}

@media(min-width:768px) {
  .or1fdoaax {
    font-size: 2.6rem
  }

  .ori9e8cew {
    grid-template-columns: 1.1fr .9fr
  }

  .or223jrnc {
    grid-template-columns: 2fr 1fr
  }
}

@media(min-width:1024px) {
  .ore9g5kpz {
    display: none
  }

  .orjuvko45 {
    display: flex;
    position: static;
    flex-direction: row;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    gap: var(--sp-2)
  }

  .orjuvko45 a {
    border-radius: var(--radius)
  }

  .orjuvko45 a.orydiusqw,
  .orjuvko45 a[aria-current="page"] {
    border-left: none;
    border-bottom: 2px solid var(--primary);
    background: rgba(18, 163, 95, .1)
  }

  .or1fdoaax {
    font-size: 3rem
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  * {
    transition: none !important
  }
}

.orbn6s1ca {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
}

.orbn6s1ca img {
  height: 40px;
  width: auto;
  display: block;
}

.orbn6s1ca a {
  display: block;
  line-height: 0;
}