:root {
  --bg: #0f1720;
  --surface: #ffffff;
  --primary: #1e9e57;
  --primary-dark: #157a42;
  --accent: #0b6cff;
  --ink: #1a2430;
  --muted: #5c6b7a;
  --border: #e2e8ee;
  --header-bg: #0d2b1f;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 23, 32, .10);
  --shadow-sm: 0 4px 14px rgba(15, 23, 32, .08);
}

* {
  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.2;
  color: var(--ink);
  background: #f4f7f9;
}

a {
  text-decoration: none;
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 6px;
}

.ah2fo49av {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .25);
}

.ahytoeeag {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
}

header a.active {
  text-decoration: underline !important;
  font-weight: 700;
}

.ah3mbgghy {
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.5px;
  margin-right: 40px;
  flex-shrink: 0;
}

.aht3y1pyl {
  color: var(--primary);
}

.ah2qn8159 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.ah2qn8159 li {
  position: relative;
}

.ah2qn8159 a {
  color: #d6e2dc;
  font-weight: 600;
  font-size: .95rem;
  padding: 8px 4px;
  display: block;
  transition: color .25s ease;
  white-space: nowrap;
}

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

.ah2qn8159 li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #123826;
  min-width: 200px;
  padding: 8px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  flex-direction: column;
  gap: 2px;
}

.ah2qn8159 li:hover>ul {
  display: flex;
}

.ah2qn8159 li ul a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #cfe0d8;
}

.ah2qn8159 li ul a:hover {
  background: rgba(30, 158, 87, .18);
  color: #fff;
}

.ahnwjg1bm {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

.ahnwjg1bm span {
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: .3s;
}

.ah1dsgqlw {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  z-index: 98;
  opacity: 0;
  transition: opacity .3s ease;
}

.ah1dsgqlw.ah1stlaxl {
  display: block;
  opacity: 1;
}

.ah2o0nco3 {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0d2b1f 0%, #0b6cff 120%);
  padding: 80px 20px;
  overflow: hidden;
}

.ah1kn2j6e {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(30, 158, 87, .35), transparent 55%), rgba(6, 15, 12, .5);
}

.ah1hcukpy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.ah2o0nco3 h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 34px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .4);
}

.ahvneicv2 {
  display: flex;
  width: fit-content;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  margin: 10px auto;
  padding: 16px 44px;
  border-radius: 50px;
  box-shadow: 0 12px 28px rgba(30, 158, 87, .45);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.ahvneicv2:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 40px rgba(30, 158, 87, .55);
  filter: brightness(1.05);
}

.ahvneicv2:active {
  transform: translateY(0);
}

.ahoj16lqo {
  font-size: 1.25rem;
  padding: 20px 60px;
}

.ahbi2toq3 {
  display: block;
  width: max-content;
  margin: 56px auto 24px;
}

.ah2q1q1uv {
  padding: 56px 20px 72px;
}

.ah2jckn3n {
  max-width: 900px;
  margin: 0 auto;
  background: var(--surface);
  padding: 40px 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.ah2jckn3n h2 {
  font-size: 1.7rem;
  font-weight: 800;
  margin: 16px 0 18px;
  color: var(--ink);
}

.ah2jckn3n h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 32px 0 12px;
  color: var(--ink);
}

.ah2jckn3n p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 18px;
}

.ah2jckn3n ul,
.ah2jckn3n ol {
  color: var(--muted);
  line-height: 1.7;
  padding-left: 22px;
  margin: 0 0 18px;
}

.ah2jckn3n li {
  margin-bottom: 8px;
}

.ah2jckn3n img {
  width: 100%;
  border-radius: var(--radius);
  margin: 24px 0;
  box-shadow: var(--shadow-sm);
}

.ah2jckn3n a {
  font-weight: 600;
}

.ah2jckn3n th,
.ah2jckn3n td {
  border: 1px solid var(--border);
  padding: 12px 14px;
  text-align: left;
  font-size: .95rem;
}

.ah2jckn3n th {
  background: var(--header-bg);
  color: #fff;
  font-weight: 700;
}

.ah2jckn3n tr:nth-child(even) td {
  background: #f4f8f6;
}

.ahro2u0yr {
  background: var(--bg);
  color: #c7d2dc;
  text-align: center;
  padding: 28px 20px;
}

.ahro2u0yr p {
  margin: 0;
  font-size: .9rem;
}

.ah1gcaghs {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.ah1gcaghs.ah8emq76s {
  opacity: 1;
  transform: none;
}

@media(min-width:768px) {
  .ah2o0nco3 h1 {
    font-size: 3rem;
  }

  .ah2jckn3n {
    padding: 52px 44px;
  }
}

@media(min-width:1024px) {
  .ah2o0nco3 h1 {
    font-size: 3.6rem;
  }

  .ah2o0nco3 {
    min-height: 78vh;
  }
}

@media(max-width:900px) {
  .ahnwjg1bm {
    display: flex;
  }

  .ah2qn8159 {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    max-width: 85%;
    height: 100vh;
    background: var(--header-bg);
    z-index: 99;
    padding: 80px 10px 30px;
    overflow-y: auto;
    transition: right .35s ease;
    box-shadow: -8px 0 30px rgba(0, 0, 0, .4);
  }

  .ah2qn8159.ah7mnz40f {
    right: 0;
  }

  .ah2qn8159 ul {
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
  }

  .ah2qn8159 a {
    padding: 14px 12px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .ah2qn8159 a:hover {
    background: rgba(30, 158, 87, .15);
  }

  .ah2qn8159 li ul {
    display: none;
    position: static;
    box-shadow: none;
    background: rgba(0, 0, 0, .2);
    min-width: 0;
    margin: 4px 0 4px 12px;
  }

  .ah2qn8159 li.ah7mnz40f>ul {
    display: flex;
  }

  body.ah1j0kgb4 {
    overflow: hidden;
  }
}

.ahnwjg1bm {
  display: none;
  flex-direction: column;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  width: 20px;
  height: 18px;
  box-sizing: content-box;
  position: relative;
  background: linear-gradient(#fff, #fff);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.ahnwjg1bm::before,
.ahnwjg1bm::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.ahnwjg1bm::before {
  top: 8px;
}

.ahnwjg1bm::after {
  bottom: 8px;
}

table{
display:block;
max-width:fit-content;
width:100%;
overflow:auto;
margin:0 auto;
border-collapse:collapse;
border-radius:22px;
background:#f8fcfa;
border:2px solid rgba(13,43,31,.12);
box-shadow:0 18px 46px rgba(13,43,31,.14);
}

table tbody{
width:100%;
}

table tr{
display:flex;
width:100%;
border-bottom:1px solid #d8e6df;
background:#fff;
transition:.25s ease;
}

table tr:nth-child(even){
background:#f2f8f5;
}

table tr:hover{
background:#e6f2ec;
}

table tr:last-child{
border-bottom:none;
}

table th,
table td{
flex:1;
min-width:220px;
padding:16px 18px;
font-size:15px;
line-height:1.55;
text-align:left;
word-break:break-word;
}

table th{
background:linear-gradient(135deg,#0d2b1f 0%,#19543d 55%,#2b7d5c 100%);
color:#fff;
font-weight:700;
letter-spacing:.3px;
border-right:1px solid rgba(255,255,255,.16);
text-shadow:0 1px 2px rgba(0,0,0,.18);
}

table th:last-child{
border-right:none;
}

table td{
color:#193529;
border-right:1px solid #dce9e3;
}

table td:last-child{
border-right:none;
}

table::-webkit-scrollbar{
height:9px;
}

table::-webkit-scrollbar-track{
background:#dfece6;
border-radius:30px;
}

table::-webkit-scrollbar-thumb{
background:linear-gradient(90deg,#0d2b1f,#2b7d5c);
border-radius:30px;
}

@media (max-width: 900px) {
  .ahnwjg1bm {
    display: flex;
  }
}