:root {
    --primary: #a02116;
    --secondary: #997b2c;
    --success: #dbc478;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background: #fff;
    color: #010101;
    line-height: 1.5;
}
a {
    color: var(--primary);
}
a:hover {
    text-decoration: none;
}
.uba0gh7v {
    width: 100%;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.2s;
}
.sc030bgf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: var(--primary);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    letter-spacing: 0.3px;
}
.sc030bgf:hover {
    background-color: var(--success);
}
.sc030bgf:active {
    transform: translateY(1px);
}

.jqdgix6w {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid var(--success);
    z-index: 40;
}
.jqdgix6w .uba0gh7v {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.mie5xoynbk { color: rgb(148, 43, 52); padding: 19px 4px; display: inline-block; border: 1px dotted #8ce6ba; width: 29vw; }
.ia3hjg0r {
    display: block;
    max-width: 210px;
}
.ia3hjg0r img {
    display: block;
    width: 100%;
    height: auto;
}
.dutc2jde {
    margin-top: 5rem;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.dutc2jde .uba0gh7v {
    padding-top: 5rem;
    padding-bottom: 6rem;
    z-index: 2;
}
.t69p9cxg {
    max-width: 680px;
}
.jzdadg21 {
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
}
.bqlfg1tx {
    max-width: 500px;
    margin-bottom: 2.5rem;
    color: #fff;
}
.zg8w5epz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.zg8w5epz img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mpk1b1nw {
    background: var(--secondary);
}
.m5609cp9imf { padding: 2px 16px; border: 4px solid #d42d30; }
.mpk1b1nw:hover {
    background: var(--success);
}

.swgq3te5 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.swgq3te5 .yd4kdk9e {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.swgq3te5 .rx3w176z {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.swgq3te5 .rx3w176z .j32761oa  {
list-style:none;
}
.swgq3te5 .rx3w176z .j32761oa a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 15px;
    transition: 0.3s solid ease;
}
.swgq3te5 .rx3w176z .j32761oa a:hover {
    background: var(--primary);
    color: #fff;
}
.swgq3te5 + section.n6sxmloq {
margin-top:0px;
}

.img68ftk {
    padding: 1.2rem 0;
}
.bhhq9aw5 {
    margin-top: 7.25rem;
}
.img68ftk h1 {
    font-size: 2.5rem;
    margin: 0 0 1.5rem;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
}
.img68ftk h2 {
    font-size: 1.8rem;
    margin: 1.8rem 0 1rem 0;
    color: var(--primary);
    font-weight: 600;
}
.img68ftk h3 {
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
    color: var(--primary);
}
.img68ftk p {
    margin-bottom: 1rem;
}
.fzngkg6o { border: 5px solid #26bf73; padding: 25px 44px; display: grid; width: 1px; margin: 4px; }
.img68ftk .c25fcopi {
    overflow-x: auto;
    margin: 1.5rem 0 24px;
    border-radius: 8px;
    border: 1px solid var(--secondary);
}
.img68ftk table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    background: transparent;
    font-size: 0.95rem;
    margin-bottom: 12px;
    border: 1px solid #ccc;
}
.img68ftk table thead,
.img68ftk table tbody,
.img68ftk table tfoot {
    display: table;
    width: 500px;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.img68ftk th {
    background-color: var(--primary);
    border-bottom: 1px solid var(--secondary);
    color: white;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}
.img68ftk th p {
    margin-bottom: 0;
}
.img68ftk td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--secondary);
}
.img68ftk tr:last-child td {
    border-bottom: none;
}
.img68ftk tr:hover td {
    background-color: rgba(0, 0, 0, 0.1);
}
.img68ftk img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin: 1rem 0 1.5rem;
}
.img68ftk ul,
.img68ftk ol {
    margin: 1rem 0 1rem 1.8rem;
}
.img68ftk li {
    margin: 0.4rem 0;
}
.img68ftk ul li::marker {
    color: var(--secondary);
}
.img68ftk blockquote {
    border: 1px solid var(--secondary);
    border-left-width: 5px;
    padding: 12px 20px;
    border-radius: 0 12px 12px 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.imdz3si8g { padding: 15px 26px; border: 2px dashed #b89761; width: 6%; margin: -13px; }
.nk9t26fv {
    margin: 1.5rem 0;
}
.nk9t26fv .uba0gh7v {
    padding: 0;
    border: 1px solid var(--primary);
    border-radius: 8px;
    box-shadow: 0 14px 28px -18px var(--secondary);
}
.hzauh1gh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 15px 20px;
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s, background-color 0.2s;
}
.hzauh1gh:empty::before {
    content: "Contents";
}
.hzauh1gh::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}
.hzauh1gh:hover,
.hzauh1gh:focus-visible {
    color: var(--secondary);
    background-color: rgba(219, 196, 120, 0.12);
}
.hzauh1gh:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: -2px;
}
.sqrd0uea {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;
}
.sqrd0uea ul,
.img68ftk .sqrd0uea ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 20px 18px;
    list-style: none;
}
.sqrd0uea li,
.img68ftk .sqrd0uea li {
    margin: 0;
}
.sqrd0uea a {
    display: block;
    padding: 8px 0 8px 14px;
    border-left: 3px solid rgba(153, 123, 44, 0.35);
    color: #010101;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, padding-left 0.2s;
}
.sqrd0uea a:hover,
.sqrd0uea a:focus-visible {
    padding-left: 18px;
    border-left-color: var(--primary);
    color: var(--primary);
}
.nk9t26fv [toc--open] .hzauh1gh::after {
    transform: rotate(225deg);
}
.nk9t26fv [toc--open] .sqrd0uea {
    max-height: var(--toc-body-height, 600px);
    opacity: 1;
}
.itz51wf7 {
    display: grid;
    gap: 16px;
    margin-top: 1.5rem;
    padding: 24px;
    border: 1px solid rgba(160, 33, 22, 0.18);
    border-radius: 8px;
    background: #faf6ee;
}
.clz63cjmiqqw { border: 3px dashed #6aac36; color: rgb(93, 238, 166); display: grid; padding-left: 50px; width: 19px; }
.o98lfn4w {
    display: grid;
    gap: 8px;
}
.itz51wf7 label {
    color: var(--primary);
    font-weight: 700;
}
.itz51wf7 input,
.itz51wf7 textarea {
    width: 100%;
    border: 1px solid rgba(153, 123, 44, 0.45);
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    color: #010101;
    font: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.itz51wf7 input:focus,
.itz51wf7 textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(160, 33, 22, 0.12);
}
.itz51wf7 textarea {
    min-height: 150px;
    resize: vertical;
}
.itz51wf7 .sc030bgf {
    justify-self: start;
}
.t6cv88w5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 24px;
}
.mzt1bay6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.ekn9c6tk {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    padding: 10px;
    margin: 0 10px 20px 10px;
}
.hhr7zh4i {
    width: calc(50% - 20px);
}
@media (max-width: 640px) {
    .hhr7zh4i {
        width: calc(100% - 20px);
    }
}
.ekn9c6tk h2,
.ekn9c6tk h3 {
    margin: 0 0 1.2rem;
}
.hqvot9dk {
    padding-top: 20px;
    padding-bottom: 40px;
}
.ps9v19gd4e { color: rgb(247, 125, 35); border: 1px dashed #e9775f; margin: 8px; display: grid; padding: 8px 31px; width: 85%; }
.rajci54b {
    --first: var(--primary);
    --second: var(--secondary);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    transition: all 0.25s ease;
}
.rajci54b:hover {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.rajci54b:first-child {
    border-color: var(--second);
}
.drp02lt8 {
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 2px 12px;
    background: var(--second);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.u71j9emu {
    width: 120px;
    height: 120px;
}
.u71j9emu img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.wr5ipv0k {
    flex: 1;
    text-align: center;
}
.lbaf4lxs {
    margin-bottom: 5px;
    color: var(--primary);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.ptelpmyy {
    padding-top: 4px;
}
.uzu94a05 {
    width: 100%;
    color: rgba(0, 0, 0 , .5);
    font-size: 15px;
}
.kgsqpm4c31l { padding: 39px 25px; }
.j5bhkvjd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.j5bhkvjd img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    object-fit: contain;
}
.jgviuo4l {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: green;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;;
}
.eq21xm02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 8px 20px;
    border-radius: 28px;
    background: var(--first);
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}
.eq21xm02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eq21xm02:hover {
    background: var(--success);
}
@media (max-width: 720px) {

    .rajci54b {
        display: block;
    }
    .u71j9emu {
        margin: 0 auto 20px;
    }
    .wr5ipv0k {
        width: 100%;
        margin-bottom: 20px;
    }
    .jgviuo4l {
        width: 120px;
        margin: 0 auto 16px;
    }
    .eq21xm02 {
        width: 220px;
        margin: 0 auto;
    }

}
.zn2p1j9a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.wypzrtnu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.o01tphw7 {
    width: calc(50% - 8px);
    border: 1px solid rgba(7, 165, 0, 1);
    padding: 20px;
    background: rgba(7, 165, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px;
}
.m0crnxm2 {
    border: 1px solid rgba(255, 0, 0, 1);
    background: rgba(255, 0, 0, .1);
}
.o01tphw7 p {
    padding-left: 28px;
    position: relative;
}
.o01tphw7 p::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: rgba(7, 165, 0, 1);
    -webkit-mask: url("img/icon-plus.lb1d9r8s") center no-repeat;
    mask: url("img/icon-plus.lb1d9r8s") center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.m0crnxm2 p::before {
    background: rgba(255, 0, 0, 1);
    -webkit-mask-image: url("img/icon-minus.lb1d9r8s");
    mask-image: url("img/icon-minus.lb1d9r8s");
}
.o01tphw7 ul {
    margin-left: 10px;
}
.ykm99vu7 { margin: -19px; display: block; color: rgb(255, 52, 130); border: 3px dotted #1c82c2; padding: 47px 47px; width: 64px; }
.o01tphw7 ul li::marker {
    color: #aaa;
}
.kvr6cf2f {
    padding: 1.2rem 0 2rem;
}
.kvr6cf2f h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    color: var(--primary);
    font-weight: 600;
}
.at63aldq {
    border: 1px solid #777;
    margin-bottom: 15px;
}
.g8ixncv0 {
    padding: 10px 12px 10px 12px;
    font-size: 1.2rem;
}
.seadyhri {
    padding: 10px 20px 10px 32px;
}
.bjfxxtxc {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 0;
}
.vmws6s9g {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.c4cljhfr {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}
.c4cljhfr img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.mbjpg3ua {
    flex: 1;
    font-size: 14px;
}
.j5witv24 { margin: -8px; color: rgb(180, 188, 86); padding: 31px 6px; }
.mbjpg3ua p {
    margin-bottom: 0;
}
@media (max-width: 720px) {
    .bjfxxtxc {
        display: block;
    }
    .c4cljhfr {
        margin: 0 auto 16px;
    }
    .mbjpg3ua {
        flex: none;
        width: 100%;
    }
}
.j8pe39rd {
    margin-top: 3rem;
    background-color: #fff;
    border-top: 1px solid var(--success);
    color: #eef5ff;
}
.qsyejs2p {
    padding: 1.2rem 0;
}
.qsyejs2p .uba0gh7v {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.jy80l3af {
    display: block;
    max-width: 160px;
}
.jy80l3af img {
    display: block;
    width: 100%;
    height: auto;
}
.mxwmbeuz {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px 22px;
}
.mxwmbeuz a {
    color: var(--primary);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}
.mxwmbeuz a:hover {
    color: var(--secondary);
}
.u28yoz69 {
    padding: 1.8rem 0;
    background-color: var(--primary);
}
.u28yoz69 .uba0gh7v {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.jo1tqtlm {
    width: 45%;
    font-size: 0.8rem;
    color: #fff;
}
.j13y6lpp { margin: -9px; padding: 19px 17px; display: inline-block; border: 5px solid #6afcce; color: rgb(126, 11, 73); width: 88px; }
.qebwmj6u {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
    width: 50%;
}
.qebwmj6u img {
    max-height: 48px;
    width: auto;
    margin: 0;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    background: transparent;
    box-shadow: none;
    border-radius: 8px;
}
@media (max-width: 720px) {
    .jqdgix6w, .qsyejs2p, .u28yoz69 {
        flex-direction: column;
        text-align: center;
    }

    .dutc2jde .uba0gh7v {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .bqlfg1tx {
        padding-right: 5rem;
    }

    .mxwmbeuz {
        justify-content: center;
    }
    .img68ftk {
        padding: 1rem 0;
    }
    .bhhq9aw5 {
        margin-top: 6.5rem;
    }
    .img68ftk h1 {
        border-left: none;
        padding-left: 0;
        font-size: 1.7rem;
        line-height: 1.3;
        text-align: center;
    }
    .img68ftk h2 {
        font-size: 1.5rem;
        margin: 1.2rem 0 1rem 0;
    }

    .o01tphw7 {
        width: 100%;
    }

    .sc030bgf {
        padding: 0.6rem 1.3rem;
    }

    .o7m1dkvk {
        text-align: center;
    }

    .jy80l3af {
        margin: 0 auto;
    }
    .jo1tqtlm {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .qebwmj6u {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .ia3hjg0r {
        width: 130px;
        height: 40px;
    }
    .ia3hjg0r img {
        height: 100%;
        object-fit: cover;
    }

    .jzdadg21 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .bqlfg1tx {
        padding-right: 0;
    }
}
.syl85z8b {
  width: 100%;
  margin-bottom: 40px;
}
.cexxij56 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.cexxij56 h2 {
  color: var(--color-accent);
}
.f1jqeuce {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .f1jqeuce {
    justify-content: center;
  }
}
.hgo0m7ya {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.hgo0m7ya img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.hgo0m7ya .lb1d9r8s {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.hgo0m7ya .lb1d9r8s {

  width: 20px;
  height: 20px;

}

}
.hgo0m7ya {
max-width:inherit;
text-align: center;
}
.f1jqeuce:has(.wqeuq88v) {
  grid-template-columns: repeat(4, 1fr);
}
.f1jqeuce:has(.wh1d96og) {
  grid-template-columns: repeat(5, 1fr);
}
.eiex35hym { padding-left: 43px; }
.f1jqeuce:has(.rrtq3ysw) {
  grid-template-columns: repeat(6, 1fr);
}
.f1jqeuce:has(.ibe2d9vc) {
  grid-template-columns: repeat(7, 1fr);
}
.f1jqeuce:has(.u7hkyedw) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .f1jqeuce {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .f1jqeuce {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .f1jqeuce {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .f1jqeuce {
    grid-template-columns: 1fr !important;
  }
}
.hgo0m7ya:hover .lb1d9r8s {
  opacity: 1; 
}
.hgo0m7ya:hover img {
  opacity: 0.3;
}