:root {
  --primary: #d10a2f;
  --primary-dark: #a80825;
  --accent: #ff2e4d;
  --bg: #14161c;
  --surface: #1d2029;
  --surface-2: #262a35;
  --text: #f2f3f5;
  --muted: #9aa0ac;
  --border: #333846;
  --radius: 2px;
  --shadow: 0 6px 24px rgba(0, 0, 0, .35);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, .25);
  --sp-1: .25rem;
  --sp-2: .5rem;
  --sp-3: 1rem;
  --sp-4: 1.5rem;
  --sp-5: 2.5rem;
  --sp-6: 4rem;
  --sp-7: 6rem;
  --maxw: 1200px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

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

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

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

.dk1sofpo9 {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--sp-4)
}

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


.dke5nx8kb {
  background: var(--primary);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm)
}

.dk2iuftot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px
}

.dk2rn46b2 {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.5px;
  color: #fff
}

.dk2i1ggsd {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center
}

.dk2i1ggsd span {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  transition: .25s
}

.dk2i1ggsd[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg)
}

.dk2i1ggsd[aria-expanded="true"] span:nth-child(2) {
  opacity: 0
}

.dk2i1ggsd[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg)
}

.dk2p3u5yr {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: var(--primary-dark);
  flex-direction: column;
  padding: var(--sp-2) 0
}

.dk2p3u5yr.dk295xgkg {
  display: flex
}

.dk2p3u5yr a {
  padding: .85rem var(--sp-4);
  color: #fff;
  font-weight: 600;
  transition: background .2s;
  border-left: 3px solid transparent
}

.dk2p3u5yr a:hover {
  background: rgba(255, 255, 255, .12)
}

.dk2p3u5yr a.dk15guuhj,
.dk2p3u5yr a[aria-current="page"] {
  background: rgba(0, 0, 0, .25);
  border-left: 3px solid #fff;
  font-weight: 800
}


.dk1k6xasv {
  position: relative;
  overflow: hidden;
  padding: var(--sp-7) 0;
  background: linear-gradient(180deg, var(--surface), var(--bg))
}

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

.dkqerzhdj {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70%;
  height: 180%;
  background: var(--primary);
  transform: rotate(18deg);
  opacity: .12;
  z-index: 0
}

.dk2k6w4a2 {
  position: relative;
  z-index: 1
}

.dkvynrryi {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: var(--sp-3)
}

.dk2gtny0l {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: var(--sp-3)
}

.dkhsht6tl {
  color: var(--muted);
  max-width: 60ch;
  margin-bottom: var(--sp-4)
}

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

.dk1xg537g {
  position: relative;
  z-index: 1
}

.dk1xg537g img {
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
  border-radius: var(--radius)
}


.dk2apxffu {
  display: inline-block;
  padding: .85rem 1.6rem;
  font-weight: 700;
  border-radius: var(--radius);
  transition: transform .18s, box-shadow .18s, background .2s;
  cursor: pointer;
  border: 2px solid transparent
}

.dk2ch3gdf {
  background: var(--primary);
  color: #fff
}

.dk2ch3gdf:hover {
  background: var(--primary-dark);
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow)
}

.dk29peapa {
  background: transparent;
  color: var(--text);
  border-color: var(--border)
}

.dk29peapa:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-3px) scale(1.02)
}


.dk1k17qt7 {
  padding: var(--sp-7) 0
}

.dk1sizz99 {
  display: grid;
  gap: var(--sp-5)
}

.dk1wcnaxm img {
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
  border-radius: var(--radius)
}


.dk1t7z84l {
  margin-bottom: var(--sp-4)
}

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

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

.dk1t7z84l li+li::before {
  content: '\203A';
  margin: 0 .5rem;
  color: var(--border)
}

.dk1t7z84l a {
  color: var(--accent);
  transition: color .2s
}

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

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


.dk1hhwhc2 p {
  margin-bottom: var(--sp-3);
  color: #fff;
}

.dk1hhwhc2 a {
  color: var(--accent);
  text-decoration: underline;
  transition: color .2s
}

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

.dk1hhwhc2 h1,
.dk1hhwhc2 h2,
.dk1hhwhc2 h3,
.dk1hhwhc2 h4 {
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.5px;
  margin: var(--sp-5) 0 var(--sp-3);
  color: #fff
}

.dk1hhwhc2 h1 {
  font-size: 2rem
}

.dk1hhwhc2 h2 {
  font-size: 1.6rem
}

.dk1hhwhc2 h3 {
  font-size: 1.3rem
}

.dk1hhwhc2 h4 {
  font-size: 1.1rem
}

.dk1hhwhc2 ul,
.dk1hhwhc2 ol {
  padding-left: 1.5rem;
  margin: 0 0 var(--sp-3)
}

.dk1hhwhc2 li {
  margin-bottom: .5rem
}

.dk1hhwhc2 ul {
  list-style: disc
}

.dk1hhwhc2 ol {
  list-style: decimal
}

.dk1hhwhc2 ul ul,
.dk1hhwhc2 ol ol {
  margin-top: .5rem
}

.dk1hhwhc2 blockquote {
  border-left: 4px solid var(--primary);
  background: var(--surface);
  padding: var(--sp-3) var(--sp-4);
  margin: var(--sp-4) 0;
  color: var(--muted);
  font-style: italic
}

.dk1r8qmee,
.dk1hhwhc2 {
  overflow-x: auto
}

.dk1hhwhc2 table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--sp-4) 0;
  min-width: 480px
}

.dk1hhwhc2 th,
.dk1hhwhc2 td {
  padding: .65rem .85rem;
  border-bottom: 1px solid var(--border);
  text-align: left
}

.dk1hhwhc2 thead th {
  background: var(--primary);
  color: #fff;
  font-weight: 800
}

.dk1hhwhc2 tbody tr:nth-child(even) {
  background: var(--surface-2)
}


.dkfuluci9 {
  background: var(--surface);
  border-top: 3px solid var(--primary);
  padding: var(--sp-5) 0;
  margin-top: var(--sp-6)
}

.dk1x2wi79 {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  align-items: flex-start
}

.dk2cv2ng5 {
  color: #fff;
  font-size: 1.15rem
}

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

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

  .dk2ewaecb {
    grid-template-columns: 1.1fr 1fr
  }

  .dk1sizz99 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .dk1x2wi79 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }
}

@media(min-width:1024px) {
  .dk2p3u5yr {
    display: flex;
    position: static;
    flex-direction: row;
    background: none;
    padding: 0;
    gap: var(--sp-1)
  }

  .dk2p3u5yr a {
    padding: .5rem 1rem;
    border-left: none;
    border-radius: var(--radius)
  }

  .dk2p3u5yr a:hover {
    background: rgba(255, 255, 255, .15)
  }

  .dk2p3u5yr a.dk15guuhj,
  .dk2p3u5yr a[aria-current="page"] {
    background: #fff;
    color: var(--primary);
    border-left: none;
    border-bottom: 3px solid transparent
  }

  .dk2i1ggsd {
    display: none
  }

  .dk2gtny0l {
    font-size: 3.6rem
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto;
    transition: none !important
  }
}
.gb-29a9a0b6.gb-29a9a0b6{display: block; max-width: 16em; margin: 2em auto; text-align: center; text-transform: none; padding: .5em 1.5em; border-radius: 999px; background: #0891b2; color: #fff; text-decoration: none; font-weight: 700; transition: all .15s ease;}
.gb-29a9a0b6.gb-29a9a0b6:hover{box-shadow: 0 4px 12px rgba(0,0,0,.18);}
.gb-29a9a0b6.gb-29a9a0b6:focus{outline: 2px solid #0891b2; outline-offset: 2px;}
